Skip to content

meta: bump the vercel group with 6 updates#8685

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vercel-5ad4903689
Open

meta: bump the vercel group with 6 updates#8685
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/vercel-5ad4903689

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the vercel group with 6 updates:

Package From To
turbo 2.8.3 2.8.11
@opentelemetry/api-logs 0.211.0 0.212.0
@opentelemetry/instrumentation 0.211.0 0.212.0
@opentelemetry/sdk-logs 0.211.0 0.212.0
@vercel/otel 2.1.0 2.1.1
next-intl 4.8.2 4.8.3

Updates turbo from 2.8.3 to 2.8.11

Release notes

Sourced from turbo's releases.

Turborepo v2.8.11

What's Changed

Docs

@​turbo/repository

Changelog

... (truncated)

Commits
  • 7b998de publish 2.8.11 to registry
  • 60ee91e fix: Restore daemon client in RunCache for turbo watch (#11995)
  • 6d0247f release(turborepo): 2.8.11-canary.29 (#11996)
  • 7e48e24 fix: Use versioned schema URLs in Turborepo skill files (#11994)
  • 5793b0a release(turborepo): 2.8.11-canary.28 (#11993)
  • 71ca25c fix: Disable husky pre-push hook in release workflow (#11992)
  • 2365307 fix: Disable husky pre-push hook during release staging (#11991)
  • fd15d24 fix(docs): update sitemap.md to single-line pipe-delimited format (#11976)
  • 6bc216b docs: Mention inputs key in package hash inputs table (#11990)
  • b1d5ec2 docs: Fix same-page anchor links that don't scroll to target (#11989)
  • Additional commits viewable in compare view

Updates @opentelemetry/api-logs from 0.211.0 to 0.212.0

Release notes

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

experimental/v0.212.0

0.212.0

💥 Breaking Changes

  • feat(sdk-logs)!: move environment variable configuration to @opentelemetry/sdk-node #6325 @​pichlermarc
    • (user-facing): environment variable configuration is no longer applied automatically when instantiating SDK components (LoggerProvider, BatchLogRecordProcessor) directly from @opentelemetry/sdk-logs. Please migrate to using NodeSDK from @opentelemetry/sdk-node to get automatic environment variable configuration.

🚀 Features

  • feat(configuration): add Prometheus exporter support #6400 @​MikeGoldsmith
  • feat(sampler-composite): add ComposableAnnotatingSampler and ComposableRuleBasedSampler #6305 @​trentm
  • feat(configuration): parse config for rc 3 #6304 @​maryliag
  • feat(instrumentation): use the internals: true option with import-in-the-middle hook, allowing instrumentations to hook internal files in ES modules #6344 @​trentm

🐛 Bug Fixes

  • fix(configuration): remove default propagator initialization #6399 @​MikeGoldsmith
  • fix(instrumentation-fetch): preserve Response.url, type, and redirected properties #6243 @​AnubhavPurohit691
    • The fetch instrumentation now preserves the read-only url, type, and redirected properties from the original Response object when wrapping it with a Proxy. This fixes issues where code relying on these properties (e.g., CORS type detection) would fail with instrumented fetch.
  • fix(exporter-prometheus): add missing @opentelemetry/semantic-conventions dependency #6330 @​omizha
  • fix(otlp-transformer): correctly handle Uint8Array attribute values when serializing to JSON #6348 @​pichlermarc
  • fix(otlp-exporter-base): fix unwanted instrumentation of the fetch exports when context is not propagated #6353 @​david-luna

🏠 Internal

Commits
  • ad92be4 chore: prepare next release (#6402)
  • 3e68499 feat(configuration): add prometheus exporter support (#6400)
  • b743747 fix(configuration): remove default propagator initialization (#6399)
  • 48e2fb4 chore(deps): update fossas/fossa-action action to v1.8.0 (#6405)
  • 90d1afa ci: allow different release bumps for groups (#6397)
  • c1d0543 fix(deps): update dependency axios to v1.13.5 [security] (#6398)
  • a78d112 fix(deps): update dependency @​grpc/grpc-js to v1.8.22 [security] (#6366)
  • fcafab5 chore: fix lint (#6388)
  • a0d5c14 fix(otlp-exporter-base): avoid use of a wrapped fetch (#6353)
  • 819ebb2 chore(deps): update dependency webpack-merge to v6 (#6364)
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation from 0.211.0 to 0.212.0

Release notes

Sourced from @​opentelemetry/instrumentation's releases.

experimental/v0.212.0

0.212.0

💥 Breaking Changes

  • feat(sdk-logs)!: move environment variable configuration to @opentelemetry/sdk-node #6325 @​pichlermarc
    • (user-facing): environment variable configuration is no longer applied automatically when instantiating SDK components (LoggerProvider, BatchLogRecordProcessor) directly from @opentelemetry/sdk-logs. Please migrate to using NodeSDK from @opentelemetry/sdk-node to get automatic environment variable configuration.

🚀 Features

  • feat(configuration): add Prometheus exporter support #6400 @​MikeGoldsmith
  • feat(sampler-composite): add ComposableAnnotatingSampler and ComposableRuleBasedSampler #6305 @​trentm
  • feat(configuration): parse config for rc 3 #6304 @​maryliag
  • feat(instrumentation): use the internals: true option with import-in-the-middle hook, allowing instrumentations to hook internal files in ES modules #6344 @​trentm

🐛 Bug Fixes

  • fix(configuration): remove default propagator initialization #6399 @​MikeGoldsmith
  • fix(instrumentation-fetch): preserve Response.url, type, and redirected properties #6243 @​AnubhavPurohit691
    • The fetch instrumentation now preserves the read-only url, type, and redirected properties from the original Response object when wrapping it with a Proxy. This fixes issues where code relying on these properties (e.g., CORS type detection) would fail with instrumented fetch.
  • fix(exporter-prometheus): add missing @opentelemetry/semantic-conventions dependency #6330 @​omizha
  • fix(otlp-transformer): correctly handle Uint8Array attribute values when serializing to JSON #6348 @​pichlermarc
  • fix(otlp-exporter-base): fix unwanted instrumentation of the fetch exports when context is not propagated #6353 @​david-luna

🏠 Internal

Commits
  • ad92be4 chore: prepare next release (#6402)
  • 3e68499 feat(configuration): add prometheus exporter support (#6400)
  • b743747 fix(configuration): remove default propagator initialization (#6399)
  • 48e2fb4 chore(deps): update fossas/fossa-action action to v1.8.0 (#6405)
  • 90d1afa ci: allow different release bumps for groups (#6397)
  • c1d0543 fix(deps): update dependency axios to v1.13.5 [security] (#6398)
  • a78d112 fix(deps): update dependency @​grpc/grpc-js to v1.8.22 [security] (#6366)
  • fcafab5 chore: fix lint (#6388)
  • a0d5c14 fix(otlp-exporter-base): avoid use of a wrapped fetch (#6353)
  • 819ebb2 chore(deps): update dependency webpack-merge to v6 (#6364)
  • Additional commits viewable in compare view

Updates @opentelemetry/sdk-logs from 0.211.0 to 0.212.0

Release notes

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

experimental/v0.212.0

0.212.0

💥 Breaking Changes

  • feat(sdk-logs)!: move environment variable configuration to @opentelemetry/sdk-node #6325 @​pichlermarc
    • (user-facing): environment variable configuration is no longer applied automatically when instantiating SDK components (LoggerProvider, BatchLogRecordProcessor) directly from @opentelemetry/sdk-logs. Please migrate to using NodeSDK from @opentelemetry/sdk-node to get automatic environment variable configuration.

🚀 Features

  • feat(configuration): add Prometheus exporter support #6400 @​MikeGoldsmith
  • feat(sampler-composite): add ComposableAnnotatingSampler and ComposableRuleBasedSampler #6305 @​trentm
  • feat(configuration): parse config for rc 3 #6304 @​maryliag
  • feat(instrumentation): use the internals: true option with import-in-the-middle hook, allowing instrumentations to hook internal files in ES modules #6344 @​trentm

🐛 Bug Fixes

  • fix(configuration): remove default propagator initialization #6399 @​MikeGoldsmith
  • fix(instrumentation-fetch): preserve Response.url, type, and redirected properties #6243 @​AnubhavPurohit691
    • The fetch instrumentation now preserves the read-only url, type, and redirected properties from the original Response object when wrapping it with a Proxy. This fixes issues where code relying on these properties (e.g., CORS type detection) would fail with instrumented fetch.
  • fix(exporter-prometheus): add missing @opentelemetry/semantic-conventions dependency #6330 @​omizha
  • fix(otlp-transformer): correctly handle Uint8Array attribute values when serializing to JSON #6348 @​pichlermarc
  • fix(otlp-exporter-base): fix unwanted instrumentation of the fetch exports when context is not propagated #6353 @​david-luna

🏠 Internal

Commits
  • ad92be4 chore: prepare next release (#6402)
  • 3e68499 feat(configuration): add prometheus exporter support (#6400)
  • b743747 fix(configuration): remove default propagator initialization (#6399)
  • 48e2fb4 chore(deps): update fossas/fossa-action action to v1.8.0 (#6405)
  • 90d1afa ci: allow different release bumps for groups (#6397)
  • c1d0543 fix(deps): update dependency axios to v1.13.5 [security] (#6398)
  • a78d112 fix(deps): update dependency @​grpc/grpc-js to v1.8.22 [security] (#6366)
  • fcafab5 chore: fix lint (#6388)
  • a0d5c14 fix(otlp-exporter-base): avoid use of a wrapped fetch (#6353)
  • 819ebb2 chore(deps): update dependency webpack-merge to v6 (#6364)
  • Additional commits viewable in compare view

Updates @vercel/otel from 2.1.0 to 2.1.1

Release notes

Sourced from @​vercel/otel's releases.

@​vercel/otel@​2.1.1

Patch Changes

Commits

Updates next-intl from 4.8.2 to 4.8.3

Release notes

Sourced from next-intl's releases.

v4.8.3

4.8.3 (2026-02-16)

Bug Fixes

Changelog

Sourced from next-intl's changelog.

4.8.3 (2026-02-16)

Bug Fixes

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 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 vercel group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [turbo](https://github.com/vercel/turborepo) | `2.8.3` | `2.8.11` |
| [@opentelemetry/api-logs](https://github.com/open-telemetry/opentelemetry-js) | `0.211.0` | `0.212.0` |
| [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) | `0.211.0` | `0.212.0` |
| [@opentelemetry/sdk-logs](https://github.com/open-telemetry/opentelemetry-js) | `0.211.0` | `0.212.0` |
| [@vercel/otel](https://github.com/vercel/otel) | `2.1.0` | `2.1.1` |
| [next-intl](https://github.com/amannn/next-intl) | `4.8.2` | `4.8.3` |


Updates `turbo` from 2.8.3 to 2.8.11
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.8.3...v2.8.11)

Updates `@opentelemetry/api-logs` from 0.211.0 to 0.212.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.211.0...experimental/v0.212.0)

Updates `@opentelemetry/instrumentation` from 0.211.0 to 0.212.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.211.0...experimental/v0.212.0)

Updates `@opentelemetry/sdk-logs` from 0.211.0 to 0.212.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.211.0...experimental/v0.212.0)

Updates `@vercel/otel` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/vercel/otel/releases)
- [Commits](https://github.com/vercel/otel/compare/@vercel/otel@2.1.0...@vercel/otel@2.1.1)

Updates `next-intl` from 4.8.2 to 4.8.3
- [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.8.2...v4.8.3)

---
updated-dependencies:
- dependency-name: turbo
  dependency-version: 2.8.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vercel
- dependency-name: "@opentelemetry/api-logs"
  dependency-version: 0.212.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: "@opentelemetry/instrumentation"
  dependency-version: 0.212.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: "@opentelemetry/sdk-logs"
  dependency-version: 0.212.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: "@vercel/otel"
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vercel
- dependency-name: next-intl
  dependency-version: 4.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vercel
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the github_actions:pull-request Trigger Pull Request Checks label Mar 1, 2026
@dependabot dependabot bot requested review from a team as code owners March 1, 2026 17:24
@dependabot dependabot bot added the github_actions:pull-request Trigger Pull Request Checks label Mar 1, 2026
@vercel
Copy link

vercel bot commented Mar 1, 2026

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

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
nodejs-org Ignored Ignored Preview Mar 1, 2026 5:24pm

Request Review

@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2026

👋 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 Mar 1, 2026
@codecov
Copy link

codecov bot commented Mar 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.10%. Comparing base (8ac227f) to head (b3c7f46).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8685      +/-   ##
==========================================
+ Coverage   75.06%   75.10%   +0.03%     
==========================================
  Files         104      104              
  Lines        9161     9161              
  Branches      316      315       -1     
==========================================
+ Hits         6877     6880       +3     
+ Misses       2282     2279       -3     
  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 Mar 1, 2026

📦 Build Size Comparison

Summary

Metric Value
Old Total Size 3.73 MB
New Total Size 3.73 MB
Delta -12.00 B (-0.00%)

Changes

➕ Added Assets (14)
Name Size
.next/static/chunks/391bb7e0b471d2c1.js 9.67 KB
.next/static/chunks/a5345a2f36f3e70a.js 41.54 KB
.next/static/chunks/0a959672708549ae.js 52.98 KB
.next/static/chunks/7e30808525b314d6.js 207.66 KB
.next/static/chunks/ca54cf6ace49aa38.js 403.96 KB
.next/static/chunks/2f3a8bc06c02d788.js 136.32 KB
.next/static/chunks/47e42a05270e2ea6.js 52.98 KB
.next/static/chunks/88812f6775946553.js 403.96 KB
.next/static/chunks/810340e79c93109b.js 36.51 KB
.next/static/chunks/384bf2572b7253e4.js 403.96 KB
.next/static/chunks/3410b8c5b62627a7.js 563.11 KB
.next/static/chunks/10345acbbdd205d2.js 52.98 KB
.next/static/chunks/738d02e28c7c6595.js 52.98 KB
.next/static/chunks/63dc0815a1c1679f.js 563.11 KB
➖ Removed Assets (14)
Name Size
.next/static/chunks/637ccf3b9fb80fdd.js 9.67 KB
.next/static/chunks/99e8f1f0f20a985e.js 41.54 KB
.next/static/chunks/7c5aa7c891723174.js 52.98 KB
.next/static/chunks/17e8ba267e2bbe29.js 207.66 KB
.next/static/chunks/d99b9275a8425e95.js 403.96 KB
.next/static/chunks/f67c6a7c53846ef0.js 136.32 KB
.next/static/chunks/82498a9b2079708e.js 52.98 KB
.next/static/chunks/0eb76c209614491e.js 403.96 KB
.next/static/chunks/a5dad46fd8a3d554.js 36.51 KB
.next/static/chunks/033d37df39335d63.js 403.96 KB
.next/static/chunks/20ee81d993b588a2.js 563.11 KB
.next/static/chunks/f4831a71c8d44eef.js 52.98 KB
.next/static/chunks/eb823b6962c83d82.js 52.98 KB
.next/static/chunks/48e6b202ffea52d1.js 563.11 KB

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.

1 participant