An open index of dependabot pull requests across open source projects.

meta: bump the vercel group across 1 directory with 5 updates

Open
Number: #20
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: September 01, 2025 at 09:21 PM UTC
(6 days ago)
Updated: September 01, 2025 at 09:21 PM UTC
(6 days ago)
Description:

Bumps the vercel group with 5 updates in the / directory:

Package From To
turbo 2.5.5 2.5.6
@opentelemetry/resources 1.30.1 2.0.1
next 15.4.4 15.5.2
next-intl 4.3.4 4.3.5
@next/eslint-plugin-next 15.4.4 15.5.2

Updates turbo from 2.5.5 to 2.5.6

Release notes

Sourced from turbo's releases.

Turborepo v2.5.6

What's Changed

Docs

@​turbo/repository

Examples

Changelog

New Contributors

Full Changelog: https://github.com/vercel/turborepo/compare/v2.5.5...v2.5.6

Turborepo v2.5.6-canary.2

What's Changed

@​turbo/repository

... (truncated)

Commits
  • f02b1a8 publish 2.5.6 to registry
  • a0eed73 release(turborepo): 2.5.6-canary.2 (#10765)
  • ddaed6e fix(turbo): graceful shutdown on sighup (#10764)
  • 6f5557f feat: upgrade NestJS to v11 and migrate to ESLint flat config (#10746)
  • e34dcd4 chore(deps-dev): bump the non-monorepo group in /examples/non-monorepo with 2...
  • bc7cbe0 chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with...
  • 310565e chore(deps-dev): bump the basic group in /examples/basic with 4 updates (#10757)
  • 8113d43 chore: update to Rust 1.89.0 (#10749)
  • f9a61db release(turborepo): 2.5.6-canary.1 (#10761)
  • ae20686 fix(logs): no longer output group prefixes if no logs present (#10760)
  • Additional commits viewable in compare view

Updates @opentelemetry/resources from 1.30.1 to 2.0.1

Release notes

Sourced from @​opentelemetry/resources's releases.

v2.0.1

2.0.1

:bug: Bug Fixes

  • fix(resources): guard asynchronous resource attribute rejections from causing unhandled promise rejection #5544 @​dyladan
  • fix(resource): do not trigger Accessing resource attributes before async attributes settled warning when detecting resources #5546 @​dyladan
    • verbose logging of detected resource removed
  • fix(resource): use dynamic import over require to improve ESM compliance #5298 @​xiaoxiangmoe

:books: Documentation

  • refactor(metrics): Updated metrics samples to no longer treat sdk.start() as async #5617 @​JacksonWeber

:house: Internal

v2.0.0

2.0.0

Summary

  • The minimum supported Node.js has been raised to ^18.19.0 || >=20.6.0. This means that support for Node.js 14 and 16 has been dropped.
  • The minimum supported TypeScript version has been raised to 5.0.4.
  • The compilation target for transpiled TypeScript has been raised to ES2022 (from ES2017).
  • The public interface has changed
  • Only experimental versions 0.200.0 are compatible with this release

:boom: Breaking Change

  • feat(sdk-trace-base)!: Add parentSpanContext and remove parentSpanId from Span and ReadableSpan #5450 @​JacksonWeber
    • (user-facing): the SDK's Spans parentSpanId was replaced by parentSpanContext, to migrate to the new property, please replace span.parentSpanId -> span.parentSpanContext?.spanId
  • feat(sdk-metrics)!: drop deprecated type field on MetricDescriptor #5291 @​chancancode
  • feat(sdk-metrics)!: drop deprecated InstrumentDescriptor type; use MetricDescriptor instead #5277 @​chancancode
  • feat(sdk-metrics)!: bump minimum version of @opentelemetry/api peer dependency to 1.9.0 #5254 @​chancancode
  • chore(shim-opentracing): replace deprecated SpanAttributes #4430 @​JamieDanielson
  • chore(otel-core): replace deprecated SpanAttributes #4408 @​JamieDanielson
  • feat(sdk-metrics)!: remove MeterProvider.addMetricReader() in favor of constructor option #4419 @​pichlermarc
  • chore(otel-resources): replace deprecated SpanAttributes #4428 @​JamieDanielson
  • feat(sdk-metrics)!: remove MeterProvider.addMetricReader() in favor of constructor option #4419 @​pichlermarc
  • feat(sdk-metrics)!: replace attributeKeys with custom processors option #4532 @​pichlermarc

... (truncated)

Changelog

Sourced from @​opentelemetry/resources's changelog.

2.0.1

:bug: Bug Fixes

  • fix(resources): guard asynchronous resource attribute rejections from causing unhandled promise rejection #5544 @​dyladan
  • fix(resource): do not trigger Accessing resource attributes before async attributes settled warning when detecting resources #5546 @​dyladan
    • verbose logging of detected resource removed
  • fix(resource): use dynamic import over require to improve ESM compliance #5298 @​xiaoxiangmoe
  • fix(core): getNumberFromEnv should return number | undefined #5874 @​shubham-vunet

:books: Documentation

  • refactor(metrics): Updated metrics samples to no longer treat sdk.start() as async #5617 @​JacksonWeber

:house: Internal

2.0.0

Summary

  • The minimum supported Node.js has been raised to ^18.19.0 || >=20.6.0. This means that support for Node.js 14 and 16 has been dropped.
  • The minimum supported TypeScript version has been raised to 5.0.4.
  • The compilation target for transpiled TypeScript has been raised to ES2022 (from ES2017).
  • The public interface has changed
  • Only experimental versions 0.200.0 are compatible with this release

:boom: Breaking Change

  • feat(sdk-trace-base)!: Add parentSpanContext and remove parentSpanId from Span and ReadableSpan #5450 @​JacksonWeber
    • (user-facing): the SDK's Spans parentSpanId was replaced by parentSpanContext, to migrate to the new property, please replace span.parentSpanId -> span.parentSpanContext?.spanId
  • feat(sdk-metrics)!: drop deprecated type field on MetricDescriptor #5291 @​chancancode
  • feat(sdk-metrics)!: drop deprecated InstrumentDescriptor type; use MetricDescriptor instead #5277 @​chancancode
  • feat(sdk-metrics)!: bump minimum version of @opentelemetry/api peer dependency to 1.9.0 #5254 @​chancancode
  • chore(shim-opentracing): replace deprecated SpanAttributes #4430 @​JamieDanielson
  • chore(otel-core): replace deprecated SpanAttributes #4408 @​JamieDanielson
  • feat(sdk-metrics)!: remove MeterProvider.addMetricReader() in favor of constructor option #4419 @​pichlermarc
  • chore(otel-resources): replace deprecated SpanAttributes #4428 @​JamieDanielson
  • feat(sdk-metrics)!: remove MeterProvider.addMetricReader() in favor of constructor option #4419 @​pichlermarc
  • feat(sdk-metrics)!: replace attributeKeys with custom processors option #4532 @​pichlermarc
  • refactor(sdk-trace-base)!: replace SpanAttributes with Attributes #5009 @​david-luna
  • refactor(resources)!: replace ResourceAttributes with Attributes #5016 @​david-luna

... (truncated)

Commits
  • 4ce5bd1 chore: prepare release 2.0.1/0.201.0 (#5683)
  • 6803723 fix(deps): update all patch versions (#5685)
  • d4d3732 feat(instrumentation): export generic 'semconvStabilityFromStr()' utility, ra...
  • 56610a0 test: test Node.js 24 in CI (#5661)
  • 697e1d3 refactor(instrumentation-http): Add back support for http semconv (#5665)
  • 373edd9 Revert "fix(sdk-metrics): improve PeriodicExportingMetricReader() constructor...
  • 0c21db4 feat(instrumentation-xml-http-request): support migration to stable HTTP semc...
  • 0665c85 refactor(sdk-node): update semconv usage to ATTR_ exports (#5668)
  • d07d630 refactor(sdk-trace-base): update semconv usage to ATTR_ exports (#5669)
  • bc8c94e refactor(sdk-trace-node): update semconv usage to ATTR_ exports (#5670)
  • Additional commits viewable in compare view

Updates next from 15.4.4 to 15.5.2

Release notes

Sourced from next's releases.

v15.5.2

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

Core Changes

  • fix: disable unknownatrules lint rule entirely (#83059)
  • revert: add ?dpl to fonts in /_next/static/media (#83062)

Credits

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

v15.5.1

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

Core Changes

  • fix: aliased navigations should apply scroll handling (#82900)
  • Turbopack: fix invalid NFT entry with file behind symlink (#82887)
  • fix: typesafe linking to route handlers and pages API routes (#82858)
  • fix: change "noUnknownAtRules" to "warn" for Biome (#82974)
  • fix: add path normalization to getRelativePath for Windows (#82918)
  • feat: add typesafety with config.typedRoutes to redirect() and permanentRedirect() (#82860)
  • fix: avoid importing types that will be unused (#82856)
  • fix: update the config.api.responseLimit type (#82852)
  • fix: update validation return types (#82854)

Credits

Huge thanks to @​bgub, @​mischnic, and @​ztanner for helping!

v15.5.1-canary.22

Misc Changes

  • Turbopack: Redefine Background backend jobs: #83174

Credits

Huge thanks to @​sokra for helping!

v15.5.1-canary.21

Misc Changes

  • Turbopack: improve overhead benchmarks: #83231

Credits

Huge thanks to @​sokra for helping!

v15.5.1-canary.20

... (truncated)

Commits

Updates next-intl from 4.3.4 to 4.3.5

Release notes

Sourced from next-intl's releases.

v4.3.5

4.3.5 (2025-08-21)

Bug Fixes

  • Don't create messages declaration file when running next {start,info,telemetry} (#1992) (fd0722a) – by @​amannn
Changelog

Sourced from next-intl's changelog.

4.3.5 (2025-08-21)

Bug Fixes

  • Don't create messages declaration file when running next {start,info,telemetry} (#1992) (fd0722a) – by @​amannn
Commits

Updates @next/eslint-plugin-next from 15.4.4 to 15.5.2

Release notes

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

v15.5.2

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

Core Changes

  • fix: disable unknownatrules lint rule entirely (#83059)
  • revert: add ?dpl to fonts in /_next/static/media (#83062)

Credits

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

v15.5.1

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

Core Changes

  • fix: aliased navigations should apply scroll handling (#82900)
  • Turbopack: fix invalid NFT entry with file behind symlink (#82887)
  • fix: typesafe linking to route handlers and pages API routes (#82858)
  • fix: change "noUnknownAtRules" to "warn" for Biome (#82974)
  • fix: add path normalization to getRelativePath for Windows (#82918)
  • feat: add typesafety with config.typedRoutes to redirect() and permanentRedirect() (#82860)
  • fix: avoid importing types that will be unused (#82856)
  • fix: update the config.api.responseLimit type (#82852)
  • fix: update validation return types (#82854)

Credits

Huge thanks to @​bgub, @​mischnic, and @​ztanner for helping!

v15.5.1-canary.22

Misc Changes

  • Turbopack: Redefine Background backend jobs: #83174

Credits

Huge thanks to @​sokra for helping!

v15.5.1-canary.21

Misc Changes

  • Turbopack: improve overhead benchmarks: #83231

Credits

Huge thanks to @​sokra for helping!

v15.5.1-canary.20

... (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
Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Package:
next
Ecosystem:
npm
Version Change:
15.4.4 → 15.5.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
15.4.4 → 15.5.2
Update Type:
Minor
Package:
turbo
Ecosystem:
npm
Version Change:
2.5.5 → 2.5.6
Update Type:
Patch
Package:
next-intl
Ecosystem:
npm
Version Change:
4.3.4 → 4.3.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.30.1 → 2.0.1
Update Type:
Major
Technical Details
ID: 6374660
UUID: 3373785465
Node ID: PR_kwDOPh_Hsc6mV6p4
Host: GitHub
Repository: amitopenwriteup/concoursenodejs