Skip to content

Bump the next group across 1 directory with 3 updates#621

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/next-7f4f4c4773
Closed

Bump the next group across 1 directory with 3 updates#621
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/next-7f4f4c4773

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the next group with 3 updates in the / directory: @auth0/nextjs-auth0, next and eslint-config-next.

Updates @auth0/nextjs-auth0 from 3.6.0 to 4.0.3

Release notes

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

v4.0.3

Fixed

v4.0.2

Changed

Fixed

v4.0.1

Fixed

  • fix: sanitize the returnTo parameter to prevent open redirect vulnerabilities. #1897 (guabu)

v4.0.0

🛠️ Changes

⚠️ This is a major release with breaking changes.

  • Significant updates have been introduced in this release. Please refer to the V3 → V4 MIGRATION GUIDE for details on upgrading.

What's Changed

New Contributors

... (truncated)

Changelog

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

v4.0.3 (2025-03-10)

Full Changelog

Fixed

v4.0.2 (2025-02-19)

Full Changelog

Changed

Fixed

v4.0.1 (2025-02-12)

Full Changelog

Fixed

  • fix: sanitize the returnTo parameter to prevent open redirect vulnerabilities. #1897 (guabu)
Commits

Updates next from 14.2.22 to 15.2.1

Release notes

Sourced from next's releases.

v15.2.1

Core Changes

  • Unify Link and Form prefetching: #76184
  • Turbopack: Ensure server actions sourcemaps tests pass: #76157
  • [dev-overlay] control dark theme in one place: #76528
  • [dev-overlay] change css var for terminal: #76590
  • [dev-overlay] Discriminate stack frame settled typed: #76517
  • Remove obsolete sourcePackage references: #76550
  • refactor: remove unused variable in externals handling: #76599
  • fix: Add popular embedding libraries to serverExternalPackages: #76574
  • [Segment Cache] Implement hash-only navigations: #76179
  • Webpack: abstract away getting compilation spans: #76579
  • report compiler duration for webpack and improve numbers: #76665
  • [dev-overlay] fix dark theme missing close bracket: #76672
  • Remove revalidate property from incremental cache ctx for FETCH kind: #76500
  • [dev-overlay] fix: env name label style was out of sync with error type label: #76668
  • Turbopack: avoid celling source maps before minify: #76626
  • refactor(CI): Merge all four bundler test manifest scripts into one: #76652
  • [metadata] fix duplicate metadata for parallel routes: #76669
  • [Segment Cache] Omit from bundle if flag disabled: #76622
  • [Segment Cache] Support output: "export" mode: #75671
  • [Segment Cache] Refresh on same-page navigation: #76223
  • [metadata] re-enable streaming metadata with PPR: #76119
  • [Segment Cache] Search param fallback handling: #75990
  • [Segment Cache] Fix: canonicalURL omits origin: #76444
  • fix metadata basePath for manifest: #76681
  • Propagate expire time to cache-control header and prerender manifest: #76207
  • Show revalidate/expire columns in build output: #76343
  • Gate alternate bundler behind canary only: #76634
  • [dynamicIO] routes with dynamic segments should be able to be static in dev: #76691
  • [repo] upgrade ts 5.8.2: #76709
  • [metadata]: ensure metadata boundary is only rendered once on client nav: #76692
  • [metadata] clean up redudant options: #76712
  • Fix uniqueness detection for generateStaticParams: #76713
  • Upgrade React from 22e39ea7-20250225 to d55cc79b-20250228: #76680
  • [Turbopack] Compute module batches and use them for chunking: #76133
  • [Dev Tools] Improve keyboard interactions for menu & overlays: #76754
  • Keep server code out of browser chunks: #76660
  • Turbopack: inline minify into code generation and make it a plain function instead of a turbo tasks function: #76628
  • fix edge runtime asset fetch in pages api: #76750
  • Update use-cache-unknown-cache-kind.test.ts snapshot for alternate bundler: #76682

Example Changes

  • docs: fix reading params code blocks: #76705

Misc Changes

  • fix(rustdoc): Fix rustdoc warnings, block on rustdoc failures in CI: #76448

... (truncated)

Commits
  • 6338781 v15.2.1
  • 197b4bb v15.2.1-canary.6
  • f5e2dcc Update use-cache-unknown-cache-kind.test.ts snapshot for alternate bundler (#...
  • e45411e Fix flaky Bun test (#76763)
  • 0940320 chore(github): move top prs and feature requests to different Slack channel (...
  • 4369731 feat(CI): Revalidate vercel data cache on areweturboyet after uploading data ...
  • 58a22f7 Disable flaky Turbopack tests (#76760)
  • 6dc8579 fix edge runtime asset fetch in pages api (#76750)
  • ead6e95 Fix: missing close brace in demo code (#76549)
  • bd39335 toDisplayRedbox(): replace all occurrences of testDir (#76618)
  • Additional commits viewable in compare view

Updates eslint-config-next from 14.2.15 to 15.2.1

Release notes

Sourced from eslint-config-next's releases.

v15.2.1

Core Changes

  • Unify Link and Form prefetching: #76184
  • Turbopack: Ensure server actions sourcemaps tests pass: #76157
  • [dev-overlay] control dark theme in one place: #76528
  • [dev-overlay] change css var for terminal: #76590
  • [dev-overlay] Discriminate stack frame settled typed: #76517
  • Remove obsolete sourcePackage references: #76550
  • refactor: remove unused variable in externals handling: #76599
  • fix: Add popular embedding libraries to serverExternalPackages: #76574
  • [Segment Cache] Implement hash-only navigations: #76179
  • Webpack: abstract away getting compilation spans: #76579
  • report compiler duration for webpack and improve numbers: #76665
  • [dev-overlay] fix dark theme missing close bracket: #76672
  • Remove revalidate property from incremental cache ctx for FETCH kind: #76500
  • [dev-overlay] fix: env name label style was out of sync with error type label: #76668
  • Turbopack: avoid celling source maps before minify: #76626
  • refactor(CI): Merge all four bundler test manifest scripts into one: #76652
  • [metadata] fix duplicate metadata for parallel routes: #76669
  • [Segment Cache] Omit from bundle if flag disabled: #76622
  • [Segment Cache] Support output: "export" mode: #75671
  • [Segment Cache] Refresh on same-page navigation: #76223
  • [metadata] re-enable streaming metadata with PPR: #76119
  • [Segment Cache] Search param fallback handling: #75990
  • [Segment Cache] Fix: canonicalURL omits origin: #76444
  • fix metadata basePath for manifest: #76681
  • Propagate expire time to cache-control header and prerender manifest: #76207
  • Show revalidate/expire columns in build output: #76343
  • Gate alternate bundler behind canary only: #76634
  • [dynamicIO] routes with dynamic segments should be able to be static in dev: #76691
  • [repo] upgrade ts 5.8.2: #76709
  • [metadata]: ensure metadata boundary is only rendered once on client nav: #76692
  • [metadata] clean up redudant options: #76712
  • Fix uniqueness detection for generateStaticParams: #76713
  • Upgrade React from 22e39ea7-20250225 to d55cc79b-20250228: #76680
  • [Turbopack] Compute module batches and use them for chunking: #76133
  • [Dev Tools] Improve keyboard interactions for menu & overlays: #76754
  • Keep server code out of browser chunks: #76660
  • Turbopack: inline minify into code generation and make it a plain function instead of a turbo tasks function: #76628
  • fix edge runtime asset fetch in pages api: #76750
  • Update use-cache-unknown-cache-kind.test.ts snapshot for alternate bundler: #76682

Example Changes

  • docs: fix reading params code blocks: #76705

Misc Changes

  • fix(rustdoc): Fix rustdoc warnings, block on rustdoc failures in CI: #76448

... (truncated)

Commits

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 10, 2025
@netlify
Copy link

netlify bot commented Mar 10, 2025

Deploy Preview for fxms-skylight failed. Why did it fail? →

Name Link
🔨 Latest commit 6e33f13
🔍 Latest deploy log https://app.netlify.com/projects/fxms-skylight/deploys/68bed6c275af610008d61468

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch 5 times, most recently from efeebbd to 3915478 Compare March 17, 2025 16:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch 4 times, most recently from 1b94620 to c69a71f Compare March 26, 2025 23:51
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch 3 times, most recently from 2c62239 to 97a4ce7 Compare April 3, 2025 20:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch 4 times, most recently from 14575de to 3808787 Compare April 14, 2025 13:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch 4 times, most recently from 30f06eb to ee2f202 Compare April 24, 2025 13:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch 3 times, most recently from 630bf39 to f046769 Compare May 7, 2025 13:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch 4 times, most recently from 7618b8f to 2f41d5d Compare May 13, 2025 13:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch from 2f41d5d to 1467f62 Compare May 15, 2025 13:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch 2 times, most recently from 73b08d9 to 29c76e1 Compare June 24, 2025 02:51
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch 6 times, most recently from e99c47e to 1ad7fde Compare June 30, 2025 17:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch 2 times, most recently from 471f9cf to db24cb8 Compare July 4, 2025 13:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch from db24cb8 to 73cdcff Compare July 11, 2025 13:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch from 73cdcff to c85f00c Compare July 23, 2025 13:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch 4 times, most recently from 629e8b7 to f8084cc Compare August 5, 2025 15:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch from f8084cc to 2883f33 Compare August 8, 2025 13:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch 4 times, most recently from 49d722f to 644f843 Compare August 26, 2025 16:38
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch from 644f843 to f7864fd Compare September 5, 2025 13:09
Bumps the next group with 3 updates in the / directory: [@auth0/nextjs-auth0](https://github.com/auth0/nextjs-auth0), [next](https://github.com/vercel/next.js) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next).


Updates `@auth0/nextjs-auth0` from 3.6.0 to 4.0.3
- [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.6.0...v4.0.3)

Updates `next` from 14.2.22 to 15.2.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.22...v15.2.1)

Updates `eslint-config-next` from 14.2.15 to 15.2.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.2.1/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: "@auth0/nextjs-auth0"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: next
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: next
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: next
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-7f4f4c4773 branch from f7864fd to 6e33f13 Compare September 8, 2025 13:14
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 28, 2025

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Sep 28, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/next-7f4f4c4773 branch September 28, 2025 06:47
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants