[PR #9] [MERGED] fix(deps): update dependency next-auth to v4.7.0 #9

Closed
opened 2026-03-23 20:32:34 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tubearchivist/tubearchivist-frontend/pull/9
Author: @renovate[bot]
Created: 4/24/2022
Status: Merged
Merged: 9/11/2022
Merged by: @insuusvenerati

Base: masterHead: renovate/next-auth-4.x


📝 Commits (1)

  • 9b68493 fix(deps): update dependency next-auth to v4.7.0

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+4 -4)

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next-auth (source) 4.3.1 -> 4.7.0 age adoption passing confidence

Release Notes

nextauthjs/next-auth

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

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: 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/tubearchivist/tubearchivist-frontend/pull/9 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 4/24/2022 **Status:** ✅ Merged **Merged:** 9/11/2022 **Merged by:** [@insuusvenerati](https://github.com/insuusvenerati) **Base:** `master` ← **Head:** `renovate/next-auth-4.x` --- ### 📝 Commits (1) - [`9b68493`](https://github.com/tubearchivist/tubearchivist-frontend/commit/9b68493c9f4ccd9f46b9fe6fa7aa1ad78a6cd1e4) fix(deps): update dependency next-auth to v4.7.0 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4 -4) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [next-auth](https://next-auth.js.org) ([source](https://togithub.com/nextauthjs/next-auth)) | [`4.3.1` -> `4.7.0`](https://renovatebot.com/diffs/npm/next-auth/4.3.1/4.7.0) | [![age](https://badges.renovateapi.com/packages/npm/next-auth/4.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/next-auth/4.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/next-auth/4.7.0/compatibility-slim/4.3.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/next-auth/4.7.0/confidence-slim/4.3.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nextauthjs/next-auth</summary> ### [`v4.7.0`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.7.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.6.1...next-auth@v4.7.0) #### Features - **core**: pass `profile` to `linkAccount` event ([#&#8203;4242](https://togithub.com/nextauthjs/next-auth/issues/4242)) ([`d8d9ab9`](https://togithub.com/nextauthjs/next-auth/commit/d8d9ab9)) - update Middleware ([#&#8203;4757](https://togithub.com/nextauthjs/next-auth/issues/4757)) #### Bugfixes - **core**: respect `NEXTAUTH_SECRET` in `unstable_getServerSession` ([#&#8203;4774](https://togithub.com/nextauthjs/next-auth/issues/4774)) ([`c194261`](https://togithub.com/nextauthjs/next-auth/commit/c194261)) #### Other - **deps**: upgrade dependencies ([`a911b4a`](https://togithub.com/nextauthjs/next-auth/commit/a911b4a)) ### [`v4.6.1`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.6.1) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.6.0...next-auth@v4.6.1) #### Bugfixes - **build** - include utils in package ([https://github.com/nextauthjs/next-auth/pull/4760](https://togithub.com/nextauthjs/next-auth/pull/4760)) ### [`v4.6.0`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.6.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.5.0...next-auth@v4.6.0) #### Features - allow standard `Request` in `NextAuthHandler` ([#&#8203;4704](https://togithub.com/nextauthjs/next-auth/issues/4704)) - introduce experimental `unstable_getServerSession` API ([#&#8203;4116](https://togithub.com/nextauthjs/next-auth/issues/4116)) #### Bugfixes - **edge**: support request.cookies as a map ([#&#8203;4745](https://togithub.com/nextauthjs/next-auth/issues/4745)) ([`73d489b`](https://togithub.com/nextauthjs/next-auth/commit/73d489b)) - **providers**: use `client_secret_post` auth method for Instagram ([#&#8203;4705](https://togithub.com/nextauthjs/next-auth/issues/4705)) ([`92dfc3c`](https://togithub.com/nextauthjs/next-auth/commit/92dfc3c)) - **ts**: infer provider type in `signIn` ([#&#8203;4679](https://togithub.com/nextauthjs/next-auth/issues/4679)) ([`e03e234`](https://togithub.com/nextauthjs/next-auth/commit/e03e234)) #### Other - **adapters**: fix references to deprecated adapters repo ([#&#8203;4737](https://togithub.com/nextauthjs/next-auth/issues/4737)) ([`172813f`](https://togithub.com/nextauthjs/next-auth/commit/172813f)) - add test for invalid `callbackUrl` handling ### [`v4.5.0`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.5.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.4.0...next-auth@v4.5.0) #### Bugfixes - don't show error on relative callbackUrl ### [`v4.4.0`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.4.0) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.3.4...next-auth@v4.4.0) #### Features - **callback**: return always status code 401 on error ([#&#8203;4601](https://togithub.com/nextauthjs/next-auth/issues/4601)) ([`4daa63d`](https://togithub.com/nextauthjs/next-auth/commit/4daa63d)) - **middleware**: support custom `cookieName` ([#&#8203;4385](https://togithub.com/nextauthjs/next-auth/issues/4385)) ([`7d8cc70`](https://togithub.com/nextauthjs/next-auth/commit/7d8cc70)) - **middleware**: support custom `jwt.decode` ([#&#8203;4210](https://togithub.com/nextauthjs/next-auth/issues/4210)) ([`16622f6`](https://togithub.com/nextauthjs/next-auth/commit/16622f6)) - **provider**: Add United Effects provider ([#&#8203;4546](https://togithub.com/nextauthjs/next-auth/issues/4546)) ([`81afeef`](https://togithub.com/nextauthjs/next-auth/commit/81afeef)) - **providers**: make `issuer` configurable on Salesforce ([#&#8203;4658](https://togithub.com/nextauthjs/next-auth/issues/4658)) ([`358b80d`](https://togithub.com/nextauthjs/next-auth/commit/358b80d)) #### Bugfixes - **middleware**: use relative URL for sign-in page `callbackUrl` ([#&#8203;4534](https://togithub.com/nextauthjs/next-auth/issues/4534)) ([`75602a3`](https://togithub.com/nextauthjs/next-auth/commit/75602a3)) - **ts**: allow `getToken` in `getServerSideProps` ([#&#8203;4659](https://togithub.com/nextauthjs/next-auth/issues/4659)) ([`e4ee520`](https://togithub.com/nextauthjs/next-auth/commit/e4ee520)) - **ts**: remove unused type ([#&#8203;4657](https://togithub.com/nextauthjs/next-auth/issues/4657)) ([`0a7a916`](https://togithub.com/nextauthjs/next-auth/commit/0a7a916)) - **ts**: signIn infer provider type ([#&#8203;4623](https://togithub.com/nextauthjs/next-auth/issues/4623)) ([`46089eb`](https://togithub.com/nextauthjs/next-auth/commit/46089eb)) - handle invalid `callbackUrl` #### Other - **signout**: fix skipped test ([#&#8203;4484](https://togithub.com/nextauthjs/next-auth/issues/4484)) ([`0b953bd`](https://togithub.com/nextauthjs/next-auth/commit/0b953bd)) ### [`v4.3.4`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.3.4) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.3.3...next-auth@v4.3.4) #### Bugfixes - **client**: add additional type ([#&#8203;4402](https://togithub.com/nextauthjs/next-auth/issues/4402)) ([`9f40cd1`](https://togithub.com/nextauthjs/next-auth/commit/9f40cd1)) - **providers**: profile types ([#&#8203;4202](https://togithub.com/nextauthjs/next-auth/issues/4202)) ([`8288ae5`](https://togithub.com/nextauthjs/next-auth/commit/8288ae5)) - **ts**: handle NextRequest type ([#&#8203;4472](https://togithub.com/nextauthjs/next-auth/issues/4472)) ([`fb4bbc3`](https://togithub.com/nextauthjs/next-auth/commit/fb4bbc3)) - allow `react@18` as peer dependency - loosen env variable URL fallback ([#&#8203;4443](https://togithub.com/nextauthjs/next-auth/issues/4443)) #### Other - remove redundant and deprecated doc ([#&#8203;4475](https://togithub.com/nextauthjs/next-auth/issues/4475)) ### [`v4.3.3`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.3.3) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.3.2...next-auth@v4.3.3) #### Bugfixes - **providers**: add optional chaining to avoid nullish reference errors ([#&#8203;4365](https://togithub.com/nextauthjs/next-auth/issues/4365)) ([`59daa0e`](https://togithub.com/nextauthjs/next-auth/commit/59daa0e)) - **signin**: set email sign-in input to "email" & "required"([#&#8203;4352](https://togithub.com/nextauthjs/next-auth/issues/4352)) ([`fd755bc`](https://togithub.com/nextauthjs/next-auth/commit/fd755bc)) - more strict default callback url handling - Cleanup global `__NEXTAUTH` state after unmount ([#&#8203;4383](https://togithub.com/nextauthjs/next-auth/issues/4383)) - update default `callbacks.redirect` #### Other - **adapters**: Add next-autth as devDependencies for adapters ([#&#8203;4226](https://togithub.com/nextauthjs/next-auth/issues/4226)) ([`6e28ccf`](https://togithub.com/nextauthjs/next-auth/commit/6e28ccf)) - bump versions - manually upgrade dep version - Update JWT docs to reflect JWE changes in v4 ([#&#8203;4313](https://togithub.com/nextauthjs/next-auth/issues/4313)) ### [`v4.3.2`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%40v4.3.2) [Compare Source](https://togithub.com/nextauthjs/next-auth/compare/next-auth@v4.3.1...next-auth@v4.3.2) #### Bugfixes - update default `callbacks.redirect` #### Other - **adapters**: Add next-autth as devDependencies for adapters ([#&#8203;4226](https://togithub.com/nextauthjs/next-auth/issues/4226)) ([`6e28ccf`](https://togithub.com/nextauthjs/next-auth/commit/6e28ccf)) - manually upgrade dep version - Update JWT docs to reflect JWE changes in v4 ([#&#8203;4313](https://togithub.com/nextauthjs/next-auth/issues/4313)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/tubearchivist/tubearchivist-frontend). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:32:34 +00:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tubearchivist/tubearchivist-frontend#9
No description provided.