Skip to content

Bump joi and @auth0/nextjs-auth0 - #8

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-9854dd5692
Open

Bump joi and @auth0/nextjs-auth0#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-9854dd5692

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown

Removes joi. It's no longer used after updating ancestor dependency @auth0/nextjs-auth0. These dependencies need to be updated together.

Removes joi

Updates @auth0/nextjs-auth0 from 3.2.0 to 4.22.0

Release notes

Sourced from @​auth0/nextjs-auth0's releases.

v4.22.0

Added

Fixed

  • fix: allow path-based domain URLs for Okta custom authorization servers #2666 (sleitor)

v4.21.0

Added

  • feat: allow-list auth0-client header for forwarding #2668 (tusharpandey13)
  • feat(passwordless): passwordless example #2634 (Piyush-85)
  • feat(passwordless): add client-side passwordless module #2633 (Piyush-85)
  • feat(passwordless): Add Next.js route handlers for passwordless flows #2608 (Piyush-85)
  • feat(passwordless): add passwordlessStart and passwordlessVerify to AuthClient #2607 (Piyush-85)
  • feat(passwordless): add error classes and types for passwordless authentication #2606 (Piyush-85)
  • feat(passwordless): add connection, screen_hint, login_hint to AuthorizationParameters #2605 (Piyush-85)

Fixed

  • fix(cookies): include Secure/SameSite/HttpOnly on deletion Set-Cookie… #2651 (Piyush-85)

v4.20.0

Added

  • feat: support customizing profile and accessToken routes #2451 (eliw00d)

Fixed

  • fix: stale session reuse on proxy DPoP nonce retry #2582 (nandan-bhat)
  • fix: move NextResponse-dependent buildEnrollOptions to server-only module #2643 (sleitor)
  • fix: delete v3 appSession cookie on logout #2552 (gmurphey)
  • fix: respect allowInsecureRequests option in AuthClientProvider domain validation #2630 (sleitor)

v4.19.0

v4.19.0 (2026-04-22)

Added

  • feat: add mfa.stepUpWithPopup() for reactive MFA step-up via Universal Login #2524 (tusharpandey13)

Fixed

v4.18.0

Added

... (truncated)

Changelog

Sourced from @​auth0/nextjs-auth0's changelog.

v4.22.0 (2026-06-01)

Full Changelog

Added

Fixed

  • fix: allow path-based domain URLs for Okta custom authorization servers #2666 (sleitor)

v4.21.0 (2026-05-22)

Full Changelog

Added

Fixed

  • fix(cookies): include Secure/SameSite/HttpOnly on deletion Set-Cookie… #2651 (Piyush-85)

v4.20.0 (2026-05-05)

Full Changelog

Added

  • feat: support customizing profile and accessToken routes #2451 (eliw00d)

Fixed

  • fix: stale session reuse on proxy DPoP nonce retry #2582 (nandan-bhat)
  • fix: move NextResponse-dependent buildEnrollOptions to server-only module #2643 (sleitor)
  • fix: delete v3 appSession cookie on logout #2552 (gmurphey)
  • fix: respect allowInsecureRequests option in AuthClientProvider domain validation #2630 (sleitor)

v4.19.0 (2026-04-22)

Full Changelog

Added

  • feat: add mfa.stepUpWithPopup() for reactive MFA step-up via Universal Login #2524 (tusharpandey13)

Fixed

v4.18.0 (2026-04-17)

Full Changelog

Added

Fixed

... (truncated)

Commits
  • a3feef0 Release v4.22.0 (#2685)
  • 258e20b release v4.22.0
  • 1fba293 chore(deps): bump postcss from 8.4.31 to 8.5.15 in /examples/with-passkeys (#...
  • 46b91c3 Merge branch 'main' into dependabot/npm_and_yarn/examples/with-passkeys/postc...
  • 8e02de8 chore(deps): bump @​tootallnate/once from 2.0.0 to 2.0.1 in /examples/with-dpo...
  • 1b04c5e Merge branch 'main' into dependabot/npm_and_yarn/examples/with-dpop/tootallna...
  • 225de40 chore(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1 (#2671)
  • 1c50f98 Merge branch 'main' into dependabot/github_actions/codecov/codecov-action-6.0.1
  • 2c5041b docs: show returnTo pattern in middleware and clarify automatic behav… (#2679)
  • 3bb69e8 Merge branch 'main' into dependabot/npm_and_yarn/examples/with-passkeys/postc...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​auth0/nextjs-auth0 since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [joi](https://github.com/hapijs/joi). It's no longer used after updating ancestor dependency [@auth0/nextjs-auth0](https://github.com/auth0/nextjs-auth0). These dependencies need to be updated together.


Removes `joi`

Updates `@auth0/nextjs-auth0` from 3.2.0 to 4.22.0
- [Release notes](https://github.com/auth0/nextjs-auth0/releases)
- [Changelog](https://github.com/auth0/nextjs-auth0/blob/main/CHANGELOG.md)
- [Commits](auth0/nextjs-auth0@v3.2.0...v4.22.0)

---
updated-dependencies:
- dependency-name: joi
  dependency-version:
  dependency-type: indirect
- dependency-name: "@auth0/nextjs-auth0"
  dependency-version: 4.22.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants