Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps the vercel group with 9 updates:

Package From To
turbo 2.6.1 2.7.2
@opentelemetry/api-logs 0.206.0 0.208.0
@opentelemetry/instrumentation 0.206.0 0.208.0
@opentelemetry/sdk-logs 0.206.0 0.208.0
@vercel/analytics 1.5.0 1.6.1
@vercel/speed-insights 1.2.0 1.3.1
next 16.0.10 16.1.1
next-intl 4.5.8 4.6.1
@next/eslint-plugin-next 16.0.7 16.1.1

Updates turbo from 2.6.1 to 2.7.2

Release notes

Sourced from turbo's releases.

Turborepo v2.7.2

What's Changed

Docs

Examples

Changelog

Full Changelog: vercel/turborepo@v2.7.1...v2.7.2

Turborepo v2.7.2-canary.2

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.7.2-canary.1...v2.7.2-canary.2

Turborepo v2.7.2-canary.1

What's Changed

Examples

Changelog

Full Changelog: vercel/turborepo@v2.7.2-canary.0...v2.7.2-canary.1

Turborepo v2.7.2-canary.0

What's Changed

Docs

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for turbo since your current version.


Updates @opentelemetry/api-logs from 0.206.0 to 0.208.0

Release notes

Sourced from @​opentelemetry/api-logs's releases.

experimental/v0.208.0

0.208.0

💥 Breaking Changes

  • feat(otlp-exporter-base)!: allow passing an async function to headers option #5994 @​pichlermarc
    • In addition to static headers, OTLP exporters now allow passing an async function that returns headers which will be called before each export. See TSDoc for headers in OTLPExporterConfigBase for details.
    • Breaking changes:
      • (user-facing): headers option in all OTLP exporters now accepts a function that returns a Promise<Record<string, string>> in addition to the existing Record<string, string> type.
      • (user-facing): headers in HttpNodeRequestParameters, FetchTransportParameters, and XhrRequestParameters now only accept async functions.
      • (user-facing): headers in OtlpHttpConfiguration now only accepts async functions.
  • feat(sdk-logs): remove NoopLogRecordProcessor from exports #6079 @​cjihrig
  • feat(api-logs): remove ProxyLogger from exports #6082 @​cjihrig
  • feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from exports #6086 @​cjihrig

🚀 Features

  • feat(instrumentation): allow error of safeExecuteInTheMiddleAsync to be async #6032 @​JPeer264
  • feat(opentelemetry-configuration): parse logger provider from config file #5995 @​maryliag
  • feat(opentelemetry-configuration): parse meter provider from config file #6000 @​maryliag
  • feat(opentelemetry-configuration): add backup options for certificates and endpoints #6038 @​maryliag
  • feat(opentelemetry-configuration): add backups for compression, timeout, headers #6058 @​JamieDanielson
  • feat(opentelemetry-configuration): set attributes from attribute list from env variables #6043 @​maryliag

🐛 Bug Fixes

  • fix(instrumentation-fetch): Handling null-body-status responses #6037 @​m0sa

📚 Documentation

  • doc(sdk-logs): document that SimpleLogRecordProcessor is not for production use #6080 @​cjihrig

🏠 Internal

experimental/v0.207.0

0.207.0

💥 Breaking Changes

🚀 Features

... (truncated)

Commits
  • 5eaa869 chore: prepare next release (#6046)
  • 52d82f0 feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from e...
  • 4dded45 chore(deps): lock file maintenance (#6084)
  • 69dbee2 chore(deps): pin @​types/node@​18.6.5 at the top-level (#6085)
  • 4435f86 feat(api-logs): remove ProxyLogger from exports (#6082)
  • b99ca55 feat(sdk-logs): remove NoopLogRecordProcessor from exports (#6079)
  • a7d0683 doc(sdk-logs): document that SimpleLogRecordProcessor is not for production...
  • 47f1b4e chore(deps): lock file maintenance (#6070)
  • 53771f5 docs: document new release steps (#6033)
  • 3ab7015 chore(deps): update node.js to v24 (#6069)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation from 0.206.0 to 0.208.0

Release notes

Sourced from @​opentelemetry/instrumentation's releases.

experimental/v0.208.0

0.208.0

💥 Breaking Changes

  • feat(otlp-exporter-base)!: allow passing an async function to headers option #5994 @​pichlermarc
    • In addition to static headers, OTLP exporters now allow passing an async function that returns headers which will be called before each export. See TSDoc for headers in OTLPExporterConfigBase for details.
    • Breaking changes:
      • (user-facing): headers option in all OTLP exporters now accepts a function that returns a Promise<Record<string, string>> in addition to the existing Record<string, string> type.
      • (user-facing): headers in HttpNodeRequestParameters, FetchTransportParameters, and XhrRequestParameters now only accept async functions.
      • (user-facing): headers in OtlpHttpConfiguration now only accepts async functions.
  • feat(sdk-logs): remove NoopLogRecordProcessor from exports #6079 @​cjihrig
  • feat(api-logs): remove ProxyLogger from exports #6082 @​cjihrig
  • feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from exports #6086 @​cjihrig

🚀 Features

  • feat(instrumentation): allow error of safeExecuteInTheMiddleAsync to be async #6032 @​JPeer264
  • feat(opentelemetry-configuration): parse logger provider from config file #5995 @​maryliag
  • feat(opentelemetry-configuration): parse meter provider from config file #6000 @​maryliag
  • feat(opentelemetry-configuration): add backup options for certificates and endpoints #6038 @​maryliag
  • feat(opentelemetry-configuration): add backups for compression, timeout, headers #6058 @​JamieDanielson
  • feat(opentelemetry-configuration): set attributes from attribute list from env variables #6043 @​maryliag

🐛 Bug Fixes

  • fix(instrumentation-fetch): Handling null-body-status responses #6037 @​m0sa

📚 Documentation

  • doc(sdk-logs): document that SimpleLogRecordProcessor is not for production use #6080 @​cjihrig

🏠 Internal

experimental/v0.207.0

0.207.0

💥 Breaking Changes

🚀 Features

... (truncated)

Commits
  • 5eaa869 chore: prepare next release (#6046)
  • 52d82f0 feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from e...
  • 4dded45 chore(deps): lock file maintenance (#6084)
  • 69dbee2 chore(deps): pin @​types/node@​18.6.5 at the top-level (#6085)
  • 4435f86 feat(api-logs): remove ProxyLogger from exports (#6082)
  • b99ca55 feat(sdk-logs): remove NoopLogRecordProcessor from exports (#6079)
  • a7d0683 doc(sdk-logs): document that SimpleLogRecordProcessor is not for production...
  • 47f1b4e chore(deps): lock file maintenance (#6070)
  • 53771f5 docs: document new release steps (#6033)
  • 3ab7015 chore(deps): update node.js to v24 (#6069)
  • Additional commits viewable in compare view

Updates @opentelemetry/sdk-logs from 0.206.0 to 0.208.0

Release notes

Sourced from @​opentelemetry/sdk-logs's releases.

experimental/v0.208.0

0.208.0

💥 Breaking Changes

  • feat(otlp-exporter-base)!: allow passing an async function to headers option #5994 @​pichlermarc
    • In addition to static headers, OTLP exporters now allow passing an async function that returns headers which will be called before each export. See TSDoc for headers in OTLPExporterConfigBase for details.
    • Breaking changes:
      • (user-facing): headers option in all OTLP exporters now accepts a function that returns a Promise<Record<string, string>> in addition to the existing Record<string, string> type.
      • (user-facing): headers in HttpNodeRequestParameters, FetchTransportParameters, and XhrRequestParameters now only accept async functions.
      • (user-facing): headers in OtlpHttpConfiguration now only accepts async functions.
  • feat(sdk-logs): remove NoopLogRecordProcessor from exports #6079 @​cjihrig
  • feat(api-logs): remove ProxyLogger from exports #6082 @​cjihrig
  • feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from exports #6086 @​cjihrig

🚀 Features

  • feat(instrumentation): allow error of safeExecuteInTheMiddleAsync to be async #6032 @​JPeer264
  • feat(opentelemetry-configuration): parse logger provider from config file #5995 @​maryliag
  • feat(opentelemetry-configuration): parse meter provider from config file #6000 @​maryliag
  • feat(opentelemetry-configuration): add backup options for certificates and endpoints #6038 @​maryliag
  • feat(opentelemetry-configuration): add backups for compression, timeout, headers #6058 @​JamieDanielson
  • feat(opentelemetry-configuration): set attributes from attribute list from env variables #6043 @​maryliag

🐛 Bug Fixes

  • fix(instrumentation-fetch): Handling null-body-status responses #6037 @​m0sa

📚 Documentation

  • doc(sdk-logs): document that SimpleLogRecordProcessor is not for production use #6080 @​cjihrig

🏠 Internal

experimental/v0.207.0

0.207.0

💥 Breaking Changes

🚀 Features

... (truncated)

Commits
  • 5eaa869 chore: prepare next release (#6046)
  • 52d82f0 feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from e...
  • 4dded45 chore(deps): lock file maintenance (#6084)
  • 69dbee2 chore(deps): pin @​types/node@​18.6.5 at the top-level (#6085)
  • 4435f86 feat(api-logs): remove ProxyLogger from exports (#6082)
  • b99ca55 feat(sdk-logs): remove NoopLogRecordProcessor from exports (#6079)
  • a7d0683 doc(sdk-logs): document that SimpleLogRecordProcessor is not for production...
  • 47f1b4e chore(deps): lock file maintenance (#6070)
  • 53771f5 docs: document new release steps (#6033)
  • 3ab7015 chore(deps): update node.js to v24 (#6069)
  • Additional commits viewable in compare view

Updates @vercel/analytics from 1.5.0 to 1.6.1

Release notes

Sourced from @​vercel/analytics's releases.

1.6.1

What's Changed

Full Changelog: vercel/analytics@1.6.0...1.6.1

1.6.0

What's Changed

New Contributors

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

Commits

Updates @vercel/speed-insights from 1.2.0 to 1.3.1

Release notes

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

1.3.1

What's Changed

Full Changelog: vercel/speed-insights@1.3.0...1.3.1

1.3.0

What's Changed

New Contributors

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

Commits
  • 2452c35 fix(nuxt): remove the module as breaking change (#107)
  • 7ed15ed fix: add route param to beforeSend event type (#102)
  • a1dfa74 feat: next release and postinstall script removal (#106)
  • f48623c feat(nuxt): Add support for injectSpeedInsights() and Nuxt module (#104)
  • See full diff in compare view

Updates next from 16.0.10 to 16.1.1

Release notes

Sourced from next's releases.

v16.1.1

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

Core Changes

  • Turbopack: Create junction points instead of symlinks on Windows (#87606)

Credits

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

v16.1.1-canary.8

Core Changes

  • [strict-route-types] Add experimental.strictRouteTypes config: #87378

Credits

Huge thanks to @​eps1lon for helping!

v16.1.1-canary.7

Core Changes

  • Add experimental routing package for resolving adapter routes: #86404
  • Ensure outputs are correct with cache components in deployment adapters: #87018
  • Move off of deprecated url.parse: #87257

Credits

Huge thanks to @​ijjk and @​eps1lon for helping!

v16.1.1-canary.6

Misc Changes

  • [test] Move off of as much url.parse as possible: #87286

Credits

Huge thanks to @​eps1lon for helping!

v16.1.1-canary.5

Example Changes

  • fix: Change Dockerfile.bun to use group/useradd instead of addgroup/user: #87443
  • fix(examples): resolve hydration mismatch in blog-starter: #87703

Credits

Huge thanks to @​pji2918 and @​nathannewyen for helping!

... (truncated)

Commits

Updates next-intl from 4.5.8 to 4.6.1

Release notes

Sourced from next-intl's releases.

v4.6.1

4.6.1 (2025-12-16)

Bug Fixes

v4.6.0

4.6.0 (2025-12-12)

Features

  • Custom formats for useExtracted, consistency fixes for file references, pruning of messages and sorting of keys (#2155) (c02818e) – by @​amannn
Changelog

Sourced from next-intl's changelog.

4.6.1 (2025-12-16)

Bug Fixes

4.6.0 (2025-12-12)

Features

  • Custom formats for useExtracted, consistency fixes for file references, pruning of messages and sorting of keys (#2155) (c02818e) – by @​amannn
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for next-intl since your current version.


Updates @next/eslint-plugin-next from 16.0.7 to 16.1.1

Release notes

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

v16.1.1

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

Core Changes

  • Turbopack: Create junction points instead of symlinks on Windows (#87606)

Credits

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

v16.1.1-canary.8

Core Changes

  • [strict-route-types] Add experimental.strictRouteTypes config: #87378

Credits

Huge thanks to @​eps1lon for helping!

v16.1.1-canary.7

Core Changes

  • Add experimental routing package for resolving adapter routes: #86404
  • Ensure outputs are correct with cache components in deployment adapters: #87018
  • Move off of deprecated url.parse: #87257

Credits

Huge thanks to @​ijjk and @​eps1lon for helping!

v16.1.1-canary.6

Misc Changes

  • [test] Move off of as much url.parse as possible: #87286

Credits

Huge thanks to @​eps1lon for helping!

v16.1.1-canary.5

Example Changes

  • fix: Change Dockerfile.bun to use group/useradd instead of addgroup/user: #87443
  • fix(examples): resolve hydration mismatch in blog-starter: #87703

Credits

Huge thanks to @​pji2918 and @​nathannewyen for helping!

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

@dependabot dependabot bot added the github_actions:pull-request Trigger Pull Request Checks label Dec 29, 2025
@dependabot dependabot bot requested review from a team as code owners December 29, 2025 18:04
@dependabot dependabot bot added the github_actions:pull-request Trigger Pull Request Checks label Dec 29, 2025
@vercel
Copy link

vercel bot commented Dec 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Review Updated (UTC)
nodejs-org Ignored Ignored Preview Dec 30, 2025 2:48pm

@github-actions
Copy link
Contributor

👋 Codeowner Review Request

The following codeowners have been identified for the changed files:

Team reviewers: @nodejs/nodejs-website @nodejs/web-infra

Please review the changes when you have a chance. Thank you! 🙏

@github-actions github-actions bot removed the github_actions:pull-request Trigger Pull Request Checks label Dec 29, 2025
@codecov
Copy link

codecov bot commented Dec 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.72%. Comparing base (2eb7fe7) to head (773fb3e).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8485      +/-   ##
==========================================
- Coverage   73.73%   73.72%   -0.02%     
==========================================
  Files         108      108              
  Lines        9210     9210              
  Branches      312      312              
==========================================
- Hits         6791     6790       -1     
- Misses       2417     2418       +1     
  Partials        2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 29, 2025

📦 Build Size Comparison

Summary

Metric Value
Old Total Size 3.72 MB
New Total Size 3.72 MB
Delta -1.42 KB (-0.04%)

Changes

➕ Added Assets (24)
Name Size
.next/static/chunks/f8dcdd80f99e0dd7.js 18.84 KB
.next/static/chunks/821f47d3dd84c470.js 44.17 KB
.next/static/chunks/882921deadefca42.js 219.36 KB
.next/static/chunks/ea08bfa996b7c435.js 108.70 KB
.next/static/chunks/06f134958d3ab5a1.js 283.00 B
.next/static/chunks/baab737970bb45b2.js 30.10 KB
.next/static/chunks/ca71b6cb0e6ac35b.js 22.82 KB
.next/static/chunks/589421caf18d6b4c.js 64.90 KB
.next/static/chunks/cccb05b23c18b050.js 7.51 KB
.next/static/chunks/f414f016df51218a.js 101.92 KB
.next/static/chunks/27a40bd5ff5cdb67.js 27.74 KB
.next/static/chunks/e82114474ed50e62.js 420.15 KB
.next/static/chunks/13d0f51334c54cdc.js 134.63 KB
.next/static/chunks/bf731e213b7807b4.js 205.09 KB
.next/static/chunks/10fe6be8ca4c77a9.js 1.80 KB
.next/static/chunks/ab133679f4afd635.js 101.92 KB
.next/static/chunks/ca6812bf24d3599a.js 420.15 KB
.next/static/chunks/18cfefc3c790b57e.js 27.74 KB
.next/static/chunks/c8542f752d57f521.js 29.45 KB
.next/static/chunks/7072b5a8fd52b039.js 561.21 KB
.next/static/chunks/624ad4334cc6c63e.js 420.15 KB
.next/static/chunks/dedd496a87dd46e7.js 101.92 KB
.next/static/chunks/3528a838823bec96.js 561.21 KB
.next/static/chunks/1823f92e2690ebf4.js 101.92 KB
➖ Removed Assets (25)
Name Size
.next/static/chunks/5332a2fe7e064ca9.js 13.14 KB
.next/static/chunks/142c8025efba9f25.js 42.60 KB
.next/static/chunks/3cec017a7eed9983.js 83.76 KB
.next/static/chunks/a5b41f4ac0112c1c.js 209.83 KB
.next/static/chunks/3bddc6770bea2e75.js 46.49 KB
.next/static/chunks/20c7f8bd3e3bed86.js 283.00 B
.next/static/chunks/17d60223aaf918eb.js 27.29 KB
.next/static/chunks/9451cf7726702eea.js 22.82 KB
.next/static/chunks/d30c92f7fd1a5413.js 64.90 KB
.next/static/chunks/8240e3b02d85f448.js 7.51 KB
.next/static/chunks/15b2b91f84752b2e.js 205.09 KB
.next/static/chunks/5e2875a3694096bc.js 27.74 KB
.next/static/chunks/9808cd623048ec3a.js 420.20 KB
.next/static/chunks/cd7a9c7e77c6d4f1.js 134.63 KB
.next/static/chunks/0ca5a898d74e1320.js 101.75 KB
.next/static/chunks/9b9ea812e4ed45a4.js 1.80 KB
.next/static/chunks/cfe08bb0319e2089.js 101.75 KB
.next/static/chunks/42c9abc63853de02.js 420.20 KB
.next/static/chunks/340f0ef2ee3cd2f5.js 27.74 KB
.next/static/chunks/66c273edcad58c98.js 29.46 KB
.next/static/chunks/8288238ba8b20c26.js 561.22 KB
.next/static/chunks/d4eb2e6b148840cb.js 420.20 KB
.next/static/chunks/6b300a14476c7ff2.js 101.75 KB
.next/static/chunks/74fbea75b8b661b2.js 561.22 KB
.next/static/chunks/7bec94e88ee60b41.js 101.75 KB

Copy link
Member

@avivkeller avivkeller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumps the vercel group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [turbo](https://github.com/vercel/turborepo) | `2.6.1` | `2.7.2` |
| [@opentelemetry/api-logs](https://github.com/open-telemetry/opentelemetry-js) | `0.206.0` | `0.208.0` |
| [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) | `0.206.0` | `0.208.0` |
| [@opentelemetry/sdk-logs](https://github.com/open-telemetry/opentelemetry-js) | `0.206.0` | `0.208.0` |
| [@vercel/analytics](https://github.com/vercel/analytics/tree/HEAD/packages/web) | `1.5.0` | `1.6.1` |
| [@vercel/speed-insights](https://github.com/vercel/speed-insights/tree/HEAD/packages/web) | `1.2.0` | `1.3.1` |
| [next](https://github.com/vercel/next.js) | `16.0.10` | `16.1.1` |
| [next-intl](https://github.com/amannn/next-intl) | `4.5.8` | `4.6.1` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `16.0.7` | `16.1.1` |


Updates `turbo` from 2.6.1 to 2.7.2
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.6.1...v2.7.2)

Updates `@opentelemetry/api-logs` from 0.206.0 to 0.208.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.206.0...experimental/v0.208.0)

Updates `@opentelemetry/instrumentation` from 0.206.0 to 0.208.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.206.0...experimental/v0.208.0)

Updates `@opentelemetry/sdk-logs` from 0.206.0 to 0.208.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.206.0...experimental/v0.208.0)

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

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

Updates `next` from 16.0.10 to 16.1.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@v16.0.10...v16.1.1)

Updates `next-intl` from 4.5.8 to 4.6.1
- [Release notes](https://github.com/amannn/next-intl/releases)
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](amannn/next-intl@v4.5.8...v4.6.1)

Updates `@next/eslint-plugin-next` from 16.0.7 to 16.1.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/v16.1.1/packages/eslint-plugin-next)

---
updated-dependencies:
- dependency-name: turbo
  dependency-version: 2.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: "@opentelemetry/api-logs"
  dependency-version: 0.208.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: "@opentelemetry/instrumentation"
  dependency-version: 0.208.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: "@opentelemetry/sdk-logs"
  dependency-version: 0.208.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: "@vercel/analytics"
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: "@vercel/speed-insights"
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: next
  dependency-version: 16.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: next-intl
  dependency-version: 4.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 16.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vercel
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vercel-b4609fe641 branch from c0e2ab4 to 773fb3e Compare December 30, 2025 14:48
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.

2 participants