Bump cacheable-request and @auth0/nextjs-auth0 in /membership-media
Removes cacheable-request. It's no longer used after updating ancestor dependency @auth0/nextjs-auth0. These dependencies need to be updated together.
Removes cacheable-request
Updates @auth0/nextjs-auth0 from 1.9.0 to 2.2.1
Release notes
Sourced from @auth0/nextjs-auth0's releases.
v2.2.1
Fixed
- Remove type from export in d.ts files #1037 (ewanharris)
v2.2.0
Added
- SDK-3862 Add support for JWT client authentication #1029 (ewanharris)
Fixed
- withMiddlewareAuthRequired returnTo should be a relative url #1028 (adamjmcgrath)
- Infer user exists if WithPageAuthRequired page is rendered #1014 (adamjmcgrath)
v2.1.0
Added
- SDK-3807 Add custom session stores #993 (adamjmcgrath)
v2.0.1
Fixed
- afterCallback return type fix #954 (alexmalev)
- fix/rerenders: useMemo to avoid unnecessary rerenders #945 (stavros-liaskos)
v2.0.0
⚠️ BREAKING CHANGES
- Refactor session lifecycle #787 (adamjmcgrath)
- Rearrange exports for RSC and add experimental RSC route to example #913 (adamjmcgrath)
- Improved callback errors #835 (adamjmcgrath)
- Prevent mixing named exports and own instances #825 (adamjmcgrath)
- Allow to override the user prop in server-side rendered pages #800 (Widcket)
- Return 204 from /api/auth/me when logged out #791 (Widcket)
Added
- Next.js Middlware support #815 (adamjmcgrath)
- Add testing utility for generating session cookies #816 (Widcket)
- Add updateUser #855 (adamjmcgrath)
- Add support for configuring the built-in handlers #826 (Widcket)
- Add support for configuring the default handlers #840 (Widcket)
- Add logout options #877 (adamjmcgrath)
- Add option to not store the ID token by default #809 (Widcket)
- At error cause to AT error when it's from a failed grant #878 (adamjmcgrath)
- Default error handler #823 (adamjmcgrath)
- Allow response customization in afterCallback #838 (adamjmcgrath)
... (truncated)
Changelog
Sourced from @auth0/nextjs-auth0's changelog.
v2.2.1 (2023-01-27)
Fixed
- Remove type from export in d.ts files #1037 (ewanharris)
v2.2.0 (2023-01-24)
Added
- [SDK-3862] Add support for JWT client authentication #1029 (ewanharris)
Fixed
- withMiddlewareAuthRequired returnTo should be a relative url #1028 (adamjmcgrath)
- Infer user exists if WithPageAuthRequired page is rendered #1014 (adamjmcgrath)
v2.1.0 (2023-01-11)
Added
- SDK-3807 Add custom session stores #993 (adamjmcgrath)
v2.0.1 (2022-12-09)
Fixed
- afterCallback return type fix #954 (alexmalev)
- fix/rerenders: useMemo to avoid unnecessary rerenders #945 (stavros-liaskos)
v2.0.0 (2022-12-01)
⚠️ BREAKING CHANGES
Refactor session lifecycle #787 (adamjmcgrath)
Rearrange exports for RSC and add experimental RSC route to example #913 (adamjmcgrath)
Improved callback errors #835 (adamjmcgrath)
Prevent mixing named exports and own instances #825 (adamjmcgrath)
Allow to override the user prop in server-side rendered pages #800 (Widcket)
Return 204 from /api/auth/me when logged out #791 (Widcket)
Added
Next.js Middlware support #815 (adamjmcgrath)
Add testing utility for generating session cookies #816 (Widcket)
Add updateUser #855 (adamjmcgrath)
Add support for configuring the built-in handlers #826 (Widcket)
Add support for configuring the default handlers #840 (Widcket)
Add logout options #877 (adamjmcgrath)
... (truncated)
Commits
acb59a3Merge pull request #1038 from auth0/release/v2.2.1c171de2Release v2.2.15d772e0Merge pull request #1037 from auth0/fix/dont-export-typeaad61a3Remove type from export in d.ts files8129dd7build(deps): bump tslib from 2.4.1 to 2.5.0 (#1036)4105dcfMerge pull request #1032 from auth0/fix_docs0198518typedoc entryPointStrategy to expand to behave like 0.219388372Merge pull request #1030 from auth0/release/v2.2.05de2037Release v2.2.036b792dMerge pull request #1028 from auth0/fx-mw-returnTo- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.