asozialdotdev / asozial

An open source social platform for anti-social devs
https://asozial.dev
MIT License
1 stars 0 forks source link

Bump the npm_and_yarn group across 2 directories with 6 updates #23

Open dependabot[bot] opened 3 days ago

dependabot[bot] commented 3 days ago

Bumps the npm_and_yarn group with 5 updates in the / directory:

Package From To
cookie 0.4.1 0.7.1
@auth/core 0.34.2 0.37.2
cookie-parser 1.4.6 1.4.7
next-auth 5.0.0-beta.20 5.0.0-beta.25
next 14.2.5 15.0.1

Bumps the npm_and_yarn group with 3 updates in the /backend directory: cookie, cookie-parser and express-session.

Updates cookie from 0.4.1 to 0.7.1

Release notes

Sourced from cookie's releases.

0.7.1

Fixed

  • Allow leading dot for domain (#174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path for serialize without options, use obj.hasOwnProperty when parsing (#172)

https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1

0.7.0

https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0

0.6.0

  • Add partitioned option

0.5.0

  • Add priority option
  • Fix expires option to reject invalid dates
  • pref: improve default decode speed
  • pref: remove slow string split in parse

0.4.2

  • pref: read value only when assigning in parse
  • pref: remove unnecessary regexp in parse
Commits
Maintainer changes

This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.


Updates @auth/core from 0.34.2 to 0.37.2

Release notes

Sourced from @​auth/core's releases.

@​auth/core@​0.37.2

Bugfixes

  • core: adds 'none' token endpoint auth method for oauth and oidc (#12066) (be6d1690)
  • providers: conform Apple (#12068) (2810f6b1)

@​auth/core@​0.37.1

Bugfixes

  • providers: conform Entra ID when responding with the wrong issuer (#11980) (e981e4d4)

@​auth/core@​0.37.0

Features

  • providers: re-introduce Atlassian (with OAuth 2) (#11987) (2d67f117)
Commits
  • 3a724d1 chore(release): bump package version(s) [skip ci]
  • 9ea416b chore: lint
  • 590a262 fix(nextjs): await more cookies() as expected in Next.js 15
  • 90a8e88 fix(nextjs): await headers and cookies as expected in Next.js 15 #12002 (#12069)
  • 2810f6b fix(providers): conform Apple (#12068)
  • be6d169 fix(core): adds 'none' token endpoint auth method for oauth and oidc (#12066)
  • 4b13afa chore(release): bump version [skip ci]
  • 038705e chore(release): bump package version(s) [skip ci]
  • cce41cf chore: tweak examples for Azure AD B2C
  • e981e4d fix(providers): conform Entra ID when responding with the wrong issuer (#11...
  • Additional commits viewable in compare view


Updates cookie-parser from 1.4.6 to 1.4.7

Release notes

Sourced from cookie-parser's releases.

1.4.7

What's Changed

New Contributors

Full Changelog: https://github.com/expressjs/cookie-parser/compare/1.4.6...1.4.7

Changelog

Sourced from cookie-parser's changelog.

1.4.7 / 2024-10-08

  • deps: cookie@0.7.2
    • Fix object assignment of hasOwnProperty
  • deps: cookie@0.7.1
    • Allow leading dot for domain
      • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
    • Add fast path for serialize without options, use obj.hasOwnProperty when parsing
  • deps: cookie@0.7.0
    • perf: parse cookies ~10% faster
    • fix: narrow the validation of cookies to match RFC6265
    • fix: add main to package.json for rspack
  • deps: cookie@0.6.0
    • Add partitioned option
  • deps: cookie@0.5.0
    • Add priority option
    • Fix expires option to reject invalid dates
    • pref: improve default decode speed
    • pref: remove slow string split in parse
  • deps: cookie@0.4.2
    • pref: read value only when assigning in parse
    • pref: remove unnecessary regexp in parse
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for cookie-parser since your current version.


Updates next-auth from 5.0.0-beta.20 to 5.0.0-beta.25

Release notes

Sourced from next-auth's releases.

next-auth@5.0.0-beta.24

What's Changed

New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/next-auth@5.0.0-beta.23...next-auth@5.0.0-beta.24

Commits


Updates next from 14.2.5 to 15.0.1

Release notes

Sourced from next's releases.

v15.0.1

Core Changes

  • Reland "[dynamicIO] warn for disallowed dynamic in dev": #71567
  • next-upgrade: prompt (un)install only when there's a change: #71308
  • chore(next-codemod): remove @next/font from optional Next.js packages to install: #71563
  • [dynamicIO] Avoid triggering memory leak false positive with makeHangingPromise: #71576
  • Avoid triggering memory leak false positive with makeHangingPromise: #71579
  • Upgrade React from 65a56d0e-20241020 to 69d4b800-20241021: #71568
  • avoid logging stacks for internal errors: #71575
  • Avoid server action endpoint function indirection: #71572
  • fix: handle terminal color in chrome console: #71581
  • [dynamicIO] Update prerender to use Fizz prerender: #71580
  • misc(next-upgrade): reuse process.cwd() value: #71558
  • [dynamicIO]: dev navigations should show disallowed dynamic errors: #71595
  • next-lint: Use ESLint v9 by default: #71371
  • fix: prevent router errors from being logged on the client: #71583
  • fix: next package resolving in dev overlay: #71632
  • Improve type coverage of setup-dev-bundler: #71443
  • fix(turbo-tasks): Implement ValueDebugFormat for ResolvedVc: #71173
  • Add --turbopack CLI flag: #71657
  • [dynamicIO] detect metadata boundaries in dev using server component stacks: #71666

Example Changes

  • chore: Update with-supabase to be compatible with Nextjs 15: #71631
  • Update Sanity example to next v15: #71640

Misc Changes

  • docs(ppr): remove v14 mention for ppr: #71498
  • docs: fix upgrade codemod command: #71578
  • Turbopack: Always use blob: URLs for assets in middleware: #71471
  • fix: metadata image route Windows path escaping: #71615
  • fix: third-parties package peer dependency: #71620
  • Fix module_resolution: "nodenext" with mjs or cjs: #71635
  • react-sync: Automatically update peer dependencies in libraries: #71636
  • chore(docs): fix typo in image.mdx docs: #71647
  • docs: remove the canary note on instrumentation: #71649
  • test: fix async api tests: #71652
  • Enable source maps for pnpm debug: #71653
  • codemod(turbopack): Rewrite more Vc fields in structs as ResolvedVc: #71172

Credits

Huge thanks to @​gnoff, @​devjiwonchoi, @​samcx, @​ztanner, @​unstubbable, @​huozhi, @​mischnic, @​lubieowoce, @​eps1lon, @​ivasilov, @​styfle, @​bgw, @​stipsan, and @​timneutkens for helping!

v15.0.1-canary.3

Core Changes

... (truncated)

Commits


Updates cookie from 0.4.1 to 0.7.2

Release notes

Sourced from cookie's releases.

0.7.1

Fixed

  • Allow leading dot for domain (#174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path for serialize without options, use obj.hasOwnProperty when parsing (#172)

https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1

0.7.0

https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0

0.6.0

  • Add partitioned option

0.5.0

  • Add priority option
  • Fix expires option to reject invalid dates
  • pref: improve default decode speed
  • pref: remove slow string split in parse

0.4.2

  • pref: read value only when assigning in parse
  • pref: remove unnecessary regexp in parse
Commits
Maintainer changes

This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.


Updates cookie-parser from 1.4.6 to 1.4.7

Release notes

Sourced from cookie-parser's releases.

1.4.7

What's Changed

New Contributors

Full Changelog: https://github.com/expressjs/cookie-parser/compare/1.4.6...1.4.7

Changelog

Sourced from cookie-parser's changelog.

1.4.7 / 2024-10-08

  • deps: cookie@0.7.2
    • Fix object assignment of hasOwnProperty
  • deps: cookie@0.7.1
    • Allow leading dot for domain
      • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
    • Add fast path for serialize without options, use obj.hasOwnProperty when parsing
  • deps: cookie@0.7.0
    • perf: parse cookies ~10% faster
    • fix: narrow the validation of cookies to match RFC6265
    • fix: add main to package.json for rspack
  • deps: cookie@0.6.0
    • Add partitioned option
  • deps: cookie@0.5.0
    • Add priority option
    • Fix expires option to reject invalid dates
    • pref: improve default decode speed
    • pref: remove slow string split in parse
  • deps: cookie@0.4.2
    • pref: read value only when assigning in parse
    • pref: remove unnecessary regexp in parse
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for cookie-parser since your current version.


Updates express-session from 1.18.0 to 1.18.1

Release notes

Sourced from express-session's releases.

1.18.1

What's Changed

New Contributors

Full Changelog: https://github.com/expressjs/session/compare/v1.18.0...v1.18.1

Changelog

Sourced from express-session's changelog.

1.18.1 / 2024-10-08

  • deps: cookie@0.7.2
    • Fix object assignment of hasOwnProperty
  • deps: cookie@0.7.1
    • Allow leading dot for domain
      • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
    • Add fast path for serialize without options, use obj.hasOwnProperty when parsing
  • deps: cookie@0.7.0
    • perf: parse cookies ~10% faster
    • fix: narrow the validation of cookies to match RFC6265
    • fix: add main to package.json for rspack
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for express-session since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/asozialdotdev/asozial/network/alerts).