Skip to content

fix(deps): update dependency next-auth to v4.24.11 #10

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2023

This PR contains the following updates:

Package Change Age Confidence
next-auth (source) 4.3.1 -> 4.24.11 age confidence

Release Notes

nextauthjs/next-auth (next-auth)

v4.24.11

Compare Source

v4.24.10

Compare Source

What's Changed

Full Changelog: https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.9...next-auth@4.24.10

v4.24.9

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.8...next-auth@4.24.9

v4.24.8

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/next-auth@4.24.7...next-auth@4.24.8

v4.24.7

Compare Source

Others

v4.24.6

Compare Source

Bugfixes

v4.24.5

Compare Source

Bugfixes

  • differentiate between issued JWTs

v4.24.4

Compare Source

Bugfixes

  • allow Next.js 14 as peer dependency

v4.24.3

Compare Source

Bugfixes

  • css build error

v4.24.2

Compare Source

Bugfixes

  • css build error

v4.24.1

Compare Source

Bugfixes

  • css build error

v4.24.0

Compare Source

Features

v4.23.2

Compare Source

Bugfixes

  • next: returns correct status for signing in with redirect: false for route handler (#​8775) (27b2519)
  • ts: fix typo (d813c00)
  • remove trailing ? from signIn URL (#​8466)

Other

  • update security policy link

v4.23.1

Compare Source

Bugfixes

  • ts: correctly expose next-auth/adapters (20c3fe3)
  • use default submodules export in package.json (#​8330)

v4.23.0

Compare Source

Features

  • providers: add Passage by 1Password (5a8aa2e)

Bugfixes

  • ts: correctly export submodule types (05ff6ae)
  • sort cookie chunks correctly (#​8284)

v4.22.5

Compare Source

Bugfixes

  • ts: match next-auth/adapter & @auth/core/adapters (3b0128c)

Other

  • docs: amplify note

v4.22.4

Compare Source

Bugfixes

Other

  • docs: fixing broken link in documentation (#​8208)
  • docs: clarify getServerSession
  • docs: move unstable_getServerSession
  • docs: Typo fixed (#​8206)
  • docs(providers): mention HTTP-based Email guide (#​8214)
  • docs: Update object key "email" to "username" (#​8113)
  • doc: Add a guide on sending magic links to existing users only (#​7663)
  • docs: Update refresh-token-rotation.md - fix example client code filename (#​8088)
  • docs(providers): updated docs with missing account attribute (#​8084)

v4.22.3

Compare Source

Full Changelog: https://github.com/nextauthjs/next-auth/compare/next-auth@4.22.2...next-auth@4.22.3

v4.22.2

Compare Source

Bugfixes

Other

  • remove unused TS types
  • merge changes back to v4 (#​7430)
  • rephrase

v4.22.1

Bugfixes

  • detect origin when instanceof Request check fails (#​7303)

Other

v4.21.1

Compare Source

Bugfixes

v4.21.0

Compare Source

Features
  • make it possible to update the session (#​7056)
Bugfixes
Other
  • release with declaration maps
  • fix tests
  • correct ts import

v4.20.1

Compare Source

Full Changelog: https://github.com/nextauthjs/next-auth/compare/next-auth@4.20.0...next-auth@4.20.1

v4.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/next-auth@4.19.2...next-auth@4.20.0

v4.19.2

Compare Source

What's Changed

Full Changelog: https://github.com/nextauthjs/next-auth/compare/next-auth@4.19.1...next-auth@4.19.2

v4.19.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/next-auth@4.19.0...next-auth@4.19.1

v4.19.0

Compare Source

What's Changed

  • fix(oauth1): pass oauth_token_secret in #​6534
  • feat: remove unstable_ prefix getServerSession in #​6535
  • feat: make generateSessionToken awaitable in #​6536

Full Changelog: https://github.com/nextauthjs/next-auth/compare/next-auth@4.18.10...next-auth@4.19.0

v4.18.10

Compare Source

Full Changelog: https://github.com/nextauthjs/next-auth/compare/next-auth@4.18.9...next-auth@4.18.10

v4.18.9

Compare Source

Bugfixes

  • next-auth: remove engines (f54424c)
  • providers: default image to null for Azure AD (09bcc1d)
  • Allow adding own logo to provider (#​6465)

v4.18.8

Compare Source

What's Changed

Full Changelog: https://github.com/nextauthjs/next-auth/compare/next-auth@v4.18.7...next-auth@4.18.8

v4.18.7

Compare Source

Bugfixes

  • next-auth: revert to 4.17 and replay other fixes (#​6132)

v4.18.6

Compare Source

Bugfixes

v4.18.5

Compare Source

Bugfixes

v4.18.4

Compare Source

Bugfixes

v4.18.3

Compare Source

Bugfixes

  • core: throw error if no action can be determined (157269e)
  • core: add protocol if missing (221bc8e)

Other

v4.18.2

Compare Source

Bugfixes

v4.18.1

Compare Source

Bugfixes

  • core: don't mutate authOptions in unstable_getServerSession (#​5973) (b19b2bc)

Other

v4.18.0

Compare Source

Features

  • core: make pkce and state maxAge configurable on the cookies (#​4719) (f277989)

Bugfixes

Other

v4.17.0

Compare Source

Features

Bugfixes

Other

  • fix signin btns svg URLs to 'main' (#​5826)

v4.16.4

Compare Source

Bugfixes

v4.16.3

Compare Source

Bugfixes

v4.16.2

Compare Source

Bugfixes

  • next: build RSC+unstable_getServerSession (180c625)

v4.16.1

Compare Source

v4.16.0

Features

  • next: allow unstable_getServerSession in Server Components (#​5741) (e90925b)

v4.15.1

Compare Source

Bugfixes

Other

  • update example to Next.js 13

v4.15.0

Compare Source

Features

Other

v4.14.0

Compare Source

Features

Bugfixes

Other

  • dev: improve DX (f38ee19)
  • fix TS lint

v4.13.0

Compare Source

Features

Bugfixes

Other

  • docs: update middleware documentation link (#​5492) (0a4b99d)
  • release: bump package version(s) [skip ci] (d6efda0)

v4.12.3

Compare Source

Bugfixes

Other

v4.12.2

Compare Source

Bugfixes

v4.12.1

Compare Source

Bugfixes

v4.12.0

Compare Source

Features

  • core: make session token with DB session strategy customizable (#​5328) (965c626)

Others

v4.11.0

Compare Source

Features

Bugfixes

  • middleware: use includes() for NextAuth pages (#​5104) (44f2a47)
  • providers: use client_secret_post token auth for LinkedIn (#​5236) (ba20974)
  • providers: convert Strava Provider to TS (#​5241) (f1d3bc2)
  • providers: Add appid param to Azure AD wellKnown URL (#​5138) (a03657e)
  • Change getToken parameter type to required (#​5245)
  • return null in unstable_getServerSession if there's an error (#​5218)
  • Use consistent error type between doc, logger and error class (#​5046)

Other

v4.10.3

Compare Source

Bugfixes

  • providers: add normalizeIdentifier to EmailProvider (afb1fcd)
  • ts: fix jsdoc link to documentation (#​5039) (a21db89)
  • avoid redirect on always public paths (#​5000)

v4.10.2

Compare Source

Bugfixes

v4.10.1

Compare Source

Bugfixes

Other

  • ts: explicitly set next path in next-auth (fb60554)
  • revert type assertion
  • add Thang to contributor (#​4944)
  • add TODO comment for next major version

v4.10.0

Compare Source

Features

Bugfixes

Other

  • providers: convert GitHub provider to TypeScript (#​4908) (3666e43)
  • update Next.js example, bump dependencies

v4.9.0

Compare Source

Features

  • providers: allow styling e-mail through theme option (#​4841) (ae834f1)

Bugfixes

  • show experimental api warning only in dev and only once (#​4816)

v4.8.0

Compare Source

Bugfixes

  • core: handle invalid email (cd6ccfd)

v4.7.0

Compare Source

Features

Bugfixes

  • core: respect NEXTAUTH_SECRET in unstable_getServerSession (#​4774) (c194261)

Other

  • deps: upgrade dependencies (a911b4a)

v4.6.1

Compare Source

Bugfixes

  • build - include utils in package (#​4760)

v4.6.0

Compare Source

Features

  • allow standard Request in NextAuthHandler (#​4704)
  • introduce experimental unstable_getServerSession API (#​4116)

Bugfixes

Other

  • adapters: fix references to deprecated adapters repo (#​4737) (172813f)
  • add test for invalid callbackUrl handling

v4.5.0

Compare Source

Bugfixes

  • don't show error on relative callbackUrl

v4.4.0

Compare Source

Features

Bugfixes

Other

v4.3.4

Compare Source

Bugfixes
Other
  • remove redundant and deprecated doc (#​4475)

v4.3.3

Compare Source

Bugfixes

  • providers: add optional chaining to avoid nullish reference errors (#​4365) (59daa0e)
  • signin: set email sign-in input to "email" & "required"(#​4352) (fd755bc)
  • more strict default callback url handling
  • Cleanup global __NEXTAUTH state after unmount (#​4383)
  • update default callbacks.redirect

Other

  • adapters: Add next-autth as devDependencies for adapters (#​4226) (6e28ccf)
  • bump versions
  • manually upgrade dep version
  • Update JWT docs to reflect JWE changes in v4 (#​4313)

v4.3.2

Compare Source

Bugfixes

  • update default callbacks.redirect

Other

  • adapters: Add next-autth as devDependencies for adapters (#​4226) (6e28ccf)
  • manually upgrade dep version
  • Update JWT docs to reflect JWE changes in v4 (#​4313)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from ruheni February 17, 2023 12:00
@renovate
Copy link
Contributor Author

renovate bot commented Feb 17, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: hello-next@1.0.0
npm ERR! Found: next@12.1.4
npm ERR! node_modules/next
npm ERR!   next@"12.1.4" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer next@"^12.2.5 || ^13 || ^14" from next-auth@4.24.7
npm ERR! node_modules/next-auth
npm ERR!   next-auth@"4.24.7" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-08T16_58_03_662Z-debug-0.log

@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 429b97c to b6268b0 Compare February 19, 2023 09:13
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch 2 times, most recently from bfc0ce4 to f48ef7a Compare March 2, 2023 05:26
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.19.2 fix(deps): update dependency next-auth to v4.20.0 Mar 2, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from f48ef7a to eb82b82 Compare March 2, 2023 23:30
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.20.0 fix(deps): update dependency next-auth to v4.20.1 Mar 2, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from eb82b82 to 251e6ff Compare April 2, 2023 10:09
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.20.1 fix(deps): update dependency next-auth to v4.21.0 Apr 2, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 251e6ff to 4187e99 Compare April 3, 2023 11:16
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.21.0 fix(deps): update dependency next-auth to v4.21.1 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 4187e99 to db962c9 Compare April 9, 2023 12:54
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.21.1 fix(deps): update dependency next-auth to v4.22.0 Apr 9, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from db962c9 to 701f199 Compare April 18, 2023 20:29
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.22.0 fix(deps): update dependency next-auth to v4.22.1 Apr 18, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 701f199 to 0cb1c4a Compare July 18, 2023 14:49
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.22.1 fix(deps): update dependency next-auth to v4.22.2 Jul 18, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 0cb1c4a to c7a988a Compare July 18, 2023 23:05
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.22.2 fix(deps): update dependency next-auth to v4.22.3 Jul 18, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from c7a988a to 1c057d5 Compare August 6, 2023 16:51
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.22.3 fix(deps): update dependency next-auth to v4.22.4 Aug 6, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 1c057d5 to 31f4729 Compare August 8, 2023 18:20
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.22.4 fix(deps): update dependency next-auth to v4.22.5 Aug 8, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 31f4729 to ee86d68 Compare August 11, 2023 13:22
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.22.5 fix(deps): update dependency next-auth to v4.23.0 Aug 11, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from ee86d68 to 5602f8b Compare August 16, 2023 11:33
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.23.0 fix(deps): update dependency next-auth to v4.23.1 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 5602f8b to 7f745c1 Compare October 2, 2023 12:40
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.23.1 fix(deps): update dependency next-auth to v4.23.2 Oct 2, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 7f745c1 to a43b64f Compare October 18, 2023 15:57
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.23.2 fix(deps): update dependency next-auth to v4.24.3 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from a43b64f to e18a831 Compare October 27, 2023 22:01
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.24.3 fix(deps): update dependency next-auth to v4.24.4 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from e18a831 to 37c46d2 Compare November 10, 2023 21:14
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.24.4 fix(deps): update dependency next-auth to v4.24.5 Nov 10, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 37c46d2 to a1e08e1 Compare November 30, 2023 09:09
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from a1e08e1 to 9a15373 Compare January 9, 2024 17:33
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 9a15373 to 53c1902 Compare February 14, 2024 15:43
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.24.5 fix(deps): update dependency next-auth to v4.24.6 Feb 14, 2024
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 53c1902 to f809de6 Compare March 7, 2024 15:59
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.24.6 fix(deps): update dependency next-auth to v4.24.7 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch 2 times, most recently from fd99ed1 to 2dcc536 Compare April 30, 2024 15:47
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 2dcc536 to 55197be Compare May 8, 2024 16:58
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 55197be to 207b4d5 Compare September 25, 2024 17:15
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.24.7 fix(deps): update dependency next-auth to v4.24.8 Sep 25, 2024
Copy link
Contributor Author

renovate bot commented Sep 25, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: hello-next@1.0.0
npm ERR! Found: next@12.1.4
npm ERR! node_modules/next
npm ERR!   next@"12.1.4" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer next@"^12.2.5 || ^13 || ^14 || ^15" from next-auth@4.24.11
npm ERR! node_modules/next-auth
npm ERR!   next-auth@"4.24.11" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /runner/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /runner/cache/others/npm/_logs/2025-08-23T12_04_56_385Z-debug-0.log

@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 207b4d5 to e97fe3f Compare October 24, 2024 13:24
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.24.8 fix(deps): update dependency next-auth to v4.24.9 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from e97fe3f to 2510374 Compare October 24, 2024 20:12
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.24.9 fix(deps): update dependency next-auth to v4.24.10 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 2510374 to cf6ed86 Compare December 7, 2024 11:44
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.24.10 fix(deps): update dependency next-auth to v4.24.11 Dec 7, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants