Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 31, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next-auth (source) 4.14.0 -> 4.24.11 age adoption passing 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/[email protected]@4.24.10

v4.24.9

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/[email protected]@4.24.9

v4.24.8

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/[email protected]@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

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/[email protected]@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

v4.20.0

Compare Source

v4.19.2

Compare Source

What's Changed

Full Changelog: https://github.com/nextauthjs/next-auth/compare/[email protected]@4.19.2

v4.19.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/nextauthjs/next-auth/compare/[email protected]@4.19.1

v4.19.0

Compare Source

What's Changed

Full Changelog: https://github.com/nextauthjs/next-auth/compare/[email protected]@4.19.0

v4.18.10

Compare Source

v4.18.9

Compare Source

v4.18.8

Compare Source

What's Changed

Full Changelog: https://github.com/nextauthjs/next-auth/compare/[email protected]@4.18.8

v4.18.7

Compare Source

Bugfixes

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


Configuration

📅 Schedule: Branch creation - "every weekday after 2:00 am before 6:00 am,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@vercel
Copy link

vercel bot commented Oct 31, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
funders-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 15, 2024 2:53am

@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 2c8cc5f to 793d18c Compare November 4, 2022 05:08
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.15.0 fix(deps): update dependency next-auth to v4.15.1 Nov 4, 2022
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 793d18c to 7ec54f5 Compare November 6, 2022 00:45
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.15.1 fix(deps): update dependency next-auth to v4.15.2 Nov 6, 2022
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 7ec54f5 to 8dfdec5 Compare November 6, 2022 05:14
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.15.2 fix(deps): update dependency next-auth to v4.16.1 Nov 6, 2022
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 8dfdec5 to 20b730a Compare November 6, 2022 07:55
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.16.1 fix(deps): update dependency next-auth to v4.16.2 Nov 6, 2022
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 20b730a to e603223 Compare November 7, 2022 03:34
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.16.2 fix(deps): update dependency next-auth to v4.16.3 Nov 7, 2022
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from e603223 to ae924c9 Compare November 8, 2022 00:20
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.16.3 fix(deps): update dependency next-auth to v4.16.4 Nov 8, 2022
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from ae924c9 to 050049d Compare November 19, 2022 14:58
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.16.4 fix(deps): update dependency next-auth to v4.17.0 Nov 19, 2022
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 050049d to 628ae85 Compare December 3, 2022 12:33
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.17.0 fix(deps): update dependency next-auth to v4.18.0 Dec 3, 2022
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 628ae85 to f8a1d64 Compare December 8, 2022 02:16
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.18.0 fix(deps): update dependency next-auth to v4.18.1 Dec 8, 2022
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from f8a1d64 to eec0ed6 Compare December 8, 2022 05:54
@renovate renovate bot changed the title fix(deps): update dependency next-auth to v4.18.1 fix(deps): update dependency next-auth to v4.18.3 Dec 8, 2022
@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 f893c33 to f489ede Compare October 3, 2023 05:59
@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 3, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from f489ede to af73643 Compare October 18, 2023 20:46
@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 af73643 to 302cc27 Compare October 28, 2023 06:00
@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 28, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 302cc27 to ed8c264 Compare November 11, 2023 08:41
@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 11, 2023
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from ed8c264 to 2bf1174 Compare February 15, 2024 02:52
@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 15, 2024
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 2bf1174 to 386aa11 Compare March 8, 2024 11:57
@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 8, 2024
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 386aa11 to 1d21144 Compare September 27, 2024 11:41
@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 27, 2024
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from 1d21144 to c23dc20 Compare October 25, 2024 05:34
@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.10 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/next-auth-4.x branch from c23dc20 to 3d7ee52 Compare December 7, 2024 08:55
@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants