Skip to content

meta: bump the next-js group across 1 directory with 8 updates #404

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

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps the next-js group with 8 updates in the / directory:

Package From To
@vercel/analytics 1.4.1 1.5.0
@vercel/otel 1.10.1 1.11.0
@vercel/speed-insights 1.1.0 1.2.0
next 15.1.6 15.3.1
next-intl 3.26.3 4.1.0
next-themes 0.4.4 0.4.6
@next/eslint-plugin-next 15.1.6 15.3.1
eslint-config-next 15.1.3 15.3.1

Updates @vercel/analytics from 1.4.1 to 1.5.0

Release notes

Sourced from @​vercel/analytics's releases.

1.5.0

What's Changed

  • fix: next/jest does not support import.meta by @​feugy in #162
  • feat: support configurable deployment basepath by @​feugy in #158

Full Changelog: vercel/analytics@1.4.1...1.5.0

1.5.0-canary.3

What's Changed

Full Changelog: vercel/analytics@1.4.1...1.5.0-canary.3

1.5.0-canary.2

What's Changed

Full Changelog: vercel/analytics@1.4.1...1.5.0-canary.2

1.5.0-canary.1

What's Changed

New Contributors

Full Changelog: vercel/analytics@1.4.0...1.5.0-canary.1

Commits

Updates @vercel/otel from 1.10.1 to 1.11.0

Release notes

Sourced from @​vercel/otel's releases.

@​vercel/otel@​1.11.0

Minor Changes

  • bc25833: Releases the vercel-runtime trace propagator and span processor

@​vercel/otel@​1.10.4

Patch Changes

  • 4488770: Fixes the experiment-vercel-trace propagator registration

@​vercel/otel@​1.10.3

Patch Changes

  • 78b9c47: Removes the experimental configuration. Adds new experimental-vercel-trace spanProcessor

@​vercel/otel@​1.10.2

Patch Changes

  • fc87b45: An experimental option for trace export via Vercel Runtime
Commits

Updates @vercel/speed-insights from 1.1.0 to 1.2.0

Release notes

Sourced from @​vercel/speed-insights's releases.

1.2.0

What's Changed

New Contributors

Full Changelog: vercel/speed-insights@1.1.0...1.2.0

1.2.0-canary.3

What's Changed

Full Changelog: vercel/speed-insights@1.2.0-canary.2...1.2.0-canary.3

1.2.0-canary.2

What's Changed

  • feat: support configurable deployment basepath by @​feugy in #88

Full Changelog: vercel/speed-insights@1.1.0...1.2.0-canary.2

1.2.0-canary.1

What's Changed

New Contributors

Full Changelog: vercel/speed-insights@1.1.0...1.2.0-canary.1

Commits

Updates next from 15.1.6 to 15.3.1

Release notes

Sourced from next's releases.

v15.3.1

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

Credits

Huge thanks to @​kdy1 and @​styfle for helping!

v15.3.1-canary.15

Core Changes

  • [Turbopack] refactor persistent caching from log based to cow approach: #76234

Misc Changes

  • fix(turbo-tasks-fs): Handle filesystem watcher rescan events: #78045

Credits

Huge thanks to @​bgw and @​sokra for helping!

v15.3.1-canary.14

Core Changes

  • Add graceful error boundary for bots requests: #78298
  • make sure eslint-plugin-next is built when running 'pnpm dev': #78305
  • Migrate pages API routes to handler interface: #78166
  • Update middleware public/static matching: #78325
  • Fix dynamic route param encoding: #78326

Misc Changes

  • fix(turbopack): Fix duplicate modules when tree shaking: true: #78203
  • test: try to fix flakiness in amphtml util: #78304
  • remove BrowserInterface: #78308

Credits

Huge thanks to @​kdy1, @​huozhi, @​lubieowoce, and @​ijjk for helping!

v15.3.1-canary.13

Core Changes

  • @next/mdx: Use stable turbopack config options: #78261

... (truncated)

Commits

Updates next-intl from 3.26.3 to 4.1.0

Release notes

Sourced from next-intl's releases.

v4.1.0

4.1.0 (2025-04-24)

Features

v4.0.3

4.0.3 (2025-04-22)

Bug Fixes

v4.0.2

4.0.2 (2025-03-13)

Bug Fixes

v4.0.1

4.0.1 (2025-03-12)

Bug Fixes

v4.0.0

4.0.0 (2025-03-12)

See the announcement.

v3.26.5

3.26.5 (2025-02-21)

Bug Fixes

  • Handle query in <Link /> correctly when using localePrefix: 'as-needed' with domains (#1732) (ec8776e), closes #1731 – by @​amannn

v3.26.4

... (truncated)

Changelog

Sourced from next-intl's changelog.

4.1.0 (2025-04-24)

Features

4.0.3 (2025-04-22)

Bug Fixes

4.0.2 (2025-03-13)

Bug Fixes

4.0.1 (2025-03-12)

Bug Fixes

4.0.0 (2025-03-12)

See the announcement.

(#1412) (172656f) – by @​amannn

3.26.5 (2025-02-21)

Bug Fixes

  • Handle query in <Link /> correctly when using localePrefix: 'as-needed' with domains (#1732) (ec8776e), closes #1731 – by @​amannn

3.26.4 (2025-02-18)

Bug Fixes

Commits

Updates next-themes from 0.4.4 to 0.4.6

Release notes

Sourced from next-themes's releases.

v0.4.6

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.5...v0.4.6

v0.4.5

What's Changed

New Contributors

Full Changelog: pacocoursey/next-themes@v0.4.4...v0.4.5

Commits
  • 3a43743 v0.4.6
  • f5be1b2 fix: add null check for value in updateDOM function to prevent runtime errors...
  • c178917 v0.4.5
  • d12996b chore: Fix corepack errors in CI (#342)
  • b77db23 Bump the npm_and_yarn group across 1 directory with 7 updates (#341)
  • d3fa4ee Bump next from 14.2.10 to 14.2.15 in the npm_and_yarn group across 1 director...
  • ad83567 Reduce number of renders by pre-setting resolvedTheme (#338)
  • 1b51044 fix: map theme to class using ValueObject in injected script (#330)
  • See full diff in compare view

Updates @next/eslint-plugin-next from 15.1.6 to 15.3.1

Release notes

Sourced from @​next/eslint-plugin-next's releases.

v15.3.1

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

Credits

Huge thanks to @​kdy1 and @​styfle for helping!

v15.3.1-canary.15

Core Changes

  • [Turbopack] refactor persistent caching from log based to cow approach: #76234

Misc Changes

  • fix(turbo-tasks-fs): Handle filesystem watcher rescan events: #78045

Credits

Huge thanks to @​bgw and @​sokra for helping!

v15.3.1-canary.14

Core Changes

  • Add graceful error boundary for bots requests: #78298
  • make sure eslint-plugin-next is built when running 'pnpm dev': #78305
  • Migrate pages API routes to handler interface: #78166
  • Update middleware public/static matching: #78325
  • Fix dynamic route param encoding: #78326

Misc Changes

  • fix(turbopack): Fix duplicate modules when tree shaking: true: #78203
  • test: try to fix flakiness in amphtml util: #78304
  • remove BrowserInterface: #78308

Credits

Huge thanks to @​kdy1, @​huozhi, @​lubieowoce, and @​ijjk for helping!

v15.3.1-canary.13

Core Changes

  • @next/mdx: Use stable turbopack config options: #78261

... (truncated)

Commits

Updates eslint-config-next from 15.1.3 to 15.3.1

Release notes

Sourced from eslint-config-next's releases.

v15.3.1

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

Credits

Huge thanks to @​kdy1 and @​styfle for helping!

v15.3.1-canary.15

Core Changes

  • [Turbopack] refactor persistent caching from log based to cow approach: #76234

Misc Changes

  • fix(turbo-tasks-fs): Handle filesystem watcher rescan events: #78045

Credits

Huge thanks to @​bgw and @​sokra for helping!

v15.3.1-canary.14

Core Changes

  • Add graceful error boundary for bots requests: #78298
  • make sure eslint-plugin-next is built when running 'pnpm dev': #78305
  • Migrate pages API routes to handler interface: #78166
  • Update middleware public/static matching: #78325
  • Fix dynamic route param encoding: #78326

Misc Changes

  • fix(turbopack): Fix duplicate modules when tree shaking: true: #78203
  • test: try to fix flakiness in amphtml util: #78304
  • remove BrowserInterface: #78308

Credits

Huge thanks to @​kdy1, @​huozhi, @​lubieowoce, and @​ijjk for helping!

v15.3.1-canary.13

Core Changes

  • @next/mdx: Use stable turbopack config options: #78261

... (truncated)

Commits

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 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

Bumps the next-js group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@vercel/analytics](https://github.com/vercel/analytics/tree/HEAD/packages/web) | `1.4.1` | `1.5.0` |
| [@vercel/otel](https://github.com/vercel/otel) | `1.10.1` | `1.11.0` |
| [@vercel/speed-insights](https://github.com/vercel/speed-insights/tree/HEAD/packages/web) | `1.1.0` | `1.2.0` |
| [next](https://github.com/vercel/next.js) | `15.1.6` | `15.3.1` |
| [next-intl](https://github.com/amannn/next-intl) | `3.26.3` | `4.1.0` |
| [next-themes](https://github.com/pacocoursey/next-themes) | `0.4.4` | `0.4.6` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `15.1.6` | `15.3.1` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.1.3` | `15.3.1` |



Updates `@vercel/analytics` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/vercel/analytics/releases)
- [Commits](https://github.com/vercel/analytics/commits/1.5.0/packages/web)

Updates `@vercel/otel` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/vercel/otel/releases)
- [Commits](https://github.com/vercel/otel/compare/@vercel/[email protected]...@vercel/[email protected])

Updates `@vercel/speed-insights` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/vercel/speed-insights/releases)
- [Commits](https://github.com/vercel/speed-insights/commits/1.2.0/packages/web)

Updates `next` from 15.1.6 to 15.3.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@v15.1.6...v15.3.1)

Updates `next-intl` from 3.26.3 to 4.1.0
- [Release notes](https://github.com/amannn/next-intl/releases)
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](amannn/next-intl@v3.26.3...v4.1.0)

Updates `next-themes` from 0.4.4 to 0.4.6
- [Release notes](https://github.com/pacocoursey/next-themes/releases)
- [Commits](pacocoursey/next-themes@v0.4.4...v0.4.6)

Updates `@next/eslint-plugin-next` from 15.1.6 to 15.3.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.3.1/packages/eslint-plugin-next)

Updates `eslint-config-next` from 15.1.3 to 15.3.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.3.1/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: "@vercel/analytics"
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: next-js
- dependency-name: "@vercel/otel"
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: next-js
- dependency-name: "@vercel/speed-insights"
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: next-js
- dependency-name: next
  dependency-version: 15.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: next-js
- dependency-name: next-intl
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: next-js
- dependency-name: next-themes
  dependency-version: 0.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: next-js
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 15.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: next-js
- dependency-name: eslint-config-next
  dependency-version: 15.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: next-js
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 1, 2025

Labels

The following labels could not be found: github_actions:pull-request. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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