Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

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

Package From To
turbo 2.5.4 2.5.5
@opentelemetry/api-logs 0.202.0 0.203.0
@opentelemetry/instrumentation 0.202.0 0.203.0
@opentelemetry/resources 1.30.1 2.0.1
@opentelemetry/sdk-logs 0.202.0 0.203.0
next 15.4.3 15.4.4
@next/eslint-plugin-next 15.3.4 15.4.4

Updates turbo from 2.5.4 to 2.5.5

Release notes

Sourced from turbo's releases.

Turborepo v2.5.5

What's Changed

Docs

Examples

... (truncated)

Commits
  • f70e972 publish 2.5.5 to registry
  • dd31af9 fix(query): pin to last graphiql version with artifacts (#10685)
  • 8f00a69 refactor: move config file discovery to shared util (#10677)
  • 73f7373 chore(deps-dev): bump eslint from 9.30.1 to 9.31.0 in /examples/non-monorepo ...
  • 9ac8faa chore(deps-dev): bump the with-tailwind group in /examples/with-tailwind with...
  • 7f11487 fix(examples): update vitest config paths for packages and apps in `with-vite...
  • be6f7ba chore(deps-dev): bump the basic group in /examples/basic with 3 updates (#10673)
  • 5794014 fix: typescript-config export form react-native-web (#10671)
  • 9b4f3d3 chore(deps-dev): bump the kitchen-sink group in /examples/kitchen-sink with 5...
  • d560d15 chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 3 u...
  • Additional commits viewable in compare view

Updates @opentelemetry/api-logs from 0.202.0 to 0.203.0

Release notes

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

experimental/v0.203.0

0.203.0

💥 Breaking Changes

  • feat(sdk-logs)!: Removed deprecated LoggerProvider#addLogRecordProcessor() #5764 @​svetlanabrennan
  • feat(sdk-logs)!: Changed LogRecord class to be an interface #5749 @​svetlanabrennan
    • user-facing: LogRecord class is now not exported anymore. A newly exported interface SdkLogRecord is used in its place.
  • feat!: Removed api-events and sdk-events #5737 @​svetlanabrennan

🏠 Internal

Commits
  • 93187f0 chore: prepare next release (#5788)
  • ca6ae61 chore: sync package-lock.json (#5782)
  • 407c98a refactor(otlp-exporter-base): remove pre-Node.js 14 compatibility code (#5787)
  • 27d5171 ci: add write permissions for secuity events (#5786)
  • 7a32f86 Add minimum token permissions for all github workflow files (#5771)
  • 5c4057b fix(docs): fix minimum ECMAScript language support in Readme to ES2022 (#5774)
  • 553db87 refactor(sdk-node): fix eslint warning (#5400)
  • 74d434e ci: remove unused label-releases workflow (#5772)
  • a59d707 Standardize contributing section (#5767)
  • 491ed96 feat(sdk-logs)!: Removed deprecated LoggerProvider#addLogRecordProcessor() ...
  • Additional commits viewable in compare view

Updates @opentelemetry/instrumentation from 0.202.0 to 0.203.0

Release notes

Sourced from @​opentelemetry/instrumentation's releases.

experimental/v0.203.0

0.203.0

💥 Breaking Changes

  • feat(sdk-logs)!: Removed deprecated LoggerProvider#addLogRecordProcessor() #5764 @​svetlanabrennan
  • feat(sdk-logs)!: Changed LogRecord class to be an interface #5749 @​svetlanabrennan
    • user-facing: LogRecord class is now not exported anymore. A newly exported interface SdkLogRecord is used in its place.
  • feat!: Removed api-events and sdk-events #5737 @​svetlanabrennan

🏠 Internal

Commits
  • 93187f0 chore: prepare next release (#5788)
  • ca6ae61 chore: sync package-lock.json (#5782)
  • 407c98a refactor(otlp-exporter-base): remove pre-Node.js 14 compatibility code (#5787)
  • 27d5171 ci: add write permissions for secuity events (#5786)
  • 7a32f86 Add minimum token permissions for all github workflow files (#5771)
  • 5c4057b fix(docs): fix minimum ECMAScript language support in Readme to ES2022 (#5774)
  • 553db87 refactor(sdk-node): fix eslint warning (#5400)
  • 74d434e ci: remove unused label-releases workflow (#5772)
  • a59d707 Standardize contributing section (#5767)
  • 491ed96 feat(sdk-logs)!: Removed deprecated LoggerProvider#addLogRecordProcessor() ...
  • 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 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

📚 Documentation

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

🏠 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

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

📚 Documentation

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

🏠 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

💥 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
  • feat(sdk-metrics)!: drop View and Aggregation in favor of ViewOptions and AggregationOption #4931 @​pichlermarc

... (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 @opentelemetry/sdk-logs from 0.202.0 to 0.203.0

Release notes

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

experimental/v0.203.0

0.203.0

💥 Breaking Changes

  • feat(sdk-logs)!: Removed deprecated LoggerProvider#addLogRecordProcessor() #5764 @​svetlanabrennan
  • feat(sdk-logs)!: Changed LogRecord class to be an interface #5749 @​svetlanabrennan
    • user-facing: LogRecord class is now not exported anymore. A newly exported interface SdkLogRecord is used in its place.
  • feat!: Removed api-events and sdk-events #5737 @​svetlanabrennan

🏠 Internal

Commits
  • 93187f0 chore: prepare next release (#5788)
  • ca6ae61 chore: sync package-lock.json (#5782)
  • 407c98a refactor(otlp-exporter-base): remove pre-Node.js 14 compatibility code (#5787)
  • 27d5171 ci: add write permissions for secuity events (#5786)
  • 7a32f86 Add minimum token permissions for all github workflow files (#5771)
  • 5c4057b fix(docs): fix minimum ECMAScript language support in Readme to ES2022 (#5774)
  • 553db87 refactor(sdk-node): fix eslint warning (#5400)
  • 74d434e ci: remove unused label-releases workflow (#5772)
  • a59d707 Standardize contributing section (#5767)
  • 491ed96 feat(sdk-logs)!: Removed deprecated LoggerProvider#addLogRecordProcessor() ...
  • Additional commits viewable in compare view

Updates next from 15.4.3 to 15.4.4

Release notes

Sourced from next's releases.

v15.4.4

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

Core Changes

  • Fix dynamicParams false layout case in dev (#82026)
  • Turbopack: fix scope hoisting variable renaming bug (#81640)
  • Upgrade to swc v33 (#81750)
  • Revert "[metadata] use https protocol for schema urls" (#81934)

Credits

Huge thanks to @​bgw @​mischnic @​huozhi @​lukesandberg and @​ijjk for helping!

Commits

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

Release notes

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

v15.4.4

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

Core Changes

  • Fix dynamicParams false layout case in dev (#82026)
  • Turbopack: fix scope hoisting variable renaming bug (#81640)
  • Upgrade to swc v33 (#81750)
  • Revert "[metadata] use https protocol for schema urls" (#81934)

Credits

Huge thanks to @​bgw @​mischnic @​huozhi @​lukesandberg and @​ijjk for helping!

v15.4.3

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

Core Changes

  • Turbopack: fix dist dir on Windows (#81758)

Credits

Huge thanks to @​mischnic for helping!

v15.4.2

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

Core Changes

  • pages router metadata bugs with React 19 (#81733)
  • [metadata] replace for initial body icon case (#81688)
  • Ensure custom NextServer config is honored (#81681)

Credits

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

v15.4.2-canary.18

Core Changes

  • Revert "Upgrade vercel og and remove yoga type patching (#81937)": #82066

... (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 @github
Copy link
Author

dependabot bot commented on behalf of github Jul 28, 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.

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

| Package | From | To |
| --- | --- | --- |
| [turbo](https://github.com/vercel/turborepo) | `2.5.4` | `2.5.5` |
| [@opentelemetry/api-logs](https://github.com/open-telemetry/opentelemetry-js) | `0.202.0` | `0.203.0` |
| [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) | `0.202.0` | `0.203.0` |
| [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `1.30.1` | `2.0.1` |
| [@opentelemetry/sdk-logs](https://github.com/open-telemetry/opentelemetry-js) | `0.202.0` | `0.203.0` |
| [next](https://github.com/vercel/next.js) | `15.4.3` | `15.4.4` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `15.3.4` | `15.4.4` |



Updates `turbo` from 2.5.4 to 2.5.5
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](vercel/turborepo@v2.5.4...v2.5.5)

Updates `@opentelemetry/api-logs` from 0.202.0 to 0.203.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.202.0...experimental/v0.203.0)

Updates `@opentelemetry/instrumentation` from 0.202.0 to 0.203.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.202.0...experimental/v0.203.0)

Updates `@opentelemetry/resources` from 1.30.1 to 2.0.1
- [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@v1.30.1...v2.0.1)

Updates `@opentelemetry/sdk-logs` from 0.202.0 to 0.203.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.202.0...experimental/v0.203.0)

Updates `next` from 15.4.3 to 15.4.4
- [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.4.3...v15.4.4)

Updates `@next/eslint-plugin-next` from 15.3.4 to 15.4.4
- [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.4.4/packages/eslint-plugin-next)

---
updated-dependencies:
- dependency-name: turbo
  dependency-version: 2.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vercel
- dependency-name: "@opentelemetry/api-logs"
  dependency-version: 0.203.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: "@opentelemetry/instrumentation"
  dependency-version: 0.203.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: "@opentelemetry/resources"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: vercel
- dependency-name: "@opentelemetry/sdk-logs"
  dependency-version: 0.203.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vercel
- dependency-name: next
  dependency-version: 15.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: vercel
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 15.4.4
  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-dea187a1f7 branch from a2ab2aa to 8d76bd1 Compare July 28, 2025 20:48
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 30, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 30, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vercel-dea187a1f7 branch July 30, 2025 14:44
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