Skip to content

chore(deps-dev): bump @opentelemetry/id-generator-aws-xray from 1.2.2 to 2.0.0#430

Merged
joyc-bq merged 3 commits intomainfrom
dependabot/npm_and_yarn/opentelemetry/id-generator-aws-xray-2.0.0
Mar 31, 2025
Merged

chore(deps-dev): bump @opentelemetry/id-generator-aws-xray from 1.2.2 to 2.0.0#430
joyc-bq merged 3 commits intomainfrom
dependabot/npm_and_yarn/opentelemetry/id-generator-aws-xray-2.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 31, 2025

Bumps @opentelemetry/id-generator-aws-xray from 1.2.2 to 2.0.0.

Release notes

Sourced from @​opentelemetry/id-generator-aws-xray's releases.

propagator-aws-xray: v2.0.0

2.0.0 (2025-03-18)

⚠ BREAKING CHANGES

  • chore!: Update to 2.x and 0.200.x @opentelemetry/* packages from opentelemetry-js.git per 2.x upgrade guide
    • 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).

Miscellaneous Chores

instrumentation-mysql2: v0.46.0

0.46.0 (2025-03-18)

⚠ BREAKING CHANGES

  • chore!: Update to 2.x and 0.200.x @opentelemetry/* packages from opentelemetry-js.git per 2.x upgrade guide
    • 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).

Bug Fixes

  • deps: update otel core experimental to ^0.57.2 (#2716) (d2a9a20)

Miscellaneous Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​opentelemetry/sql-common bumped from ^0.40.1 to ^0.41.0
    • devDependencies
      • @​opentelemetry/contrib-test-utils bumped from ^0.45.1 to ^0.46.0

id-generator-aws-xray: v2.0.0

2.0.0 (2025-03-18)

⚠ BREAKING CHANGES

... (truncated)

Changelog

Sourced from @​opentelemetry/id-generator-aws-xray's changelog.

CHANGELOG

As of v0.25.1 (2022-01-24) changelog content has moved to separate CHANGELOG.md files for each package. Use this search for a list of all CHANGELOG.md files in this repo.

Unreleased

0.25.0

🐛 Bug Fix

  • #619 fix: GraphQL throws TypeError: Cannot read property 'startToken' of undefined (@​obecny)
  • #643 fix(user-interaction): event listeners have wrong this when listening for bubbled events (@​t2t2)
  • #562 fix(mysql): bind get connection callback to active context (@​sstone1)
  • #589 fix(hapi-instrumentation): close spans on errors in instrumented functions (@​CptSchnitz)
  • #580 fix: redis instrumentation loses context when using callbacks (@​aspectom)

🚀 Enhancement

🏠 Internal

📝 Documentation

  • opentelemetry-browser-extension-autoinjection

Committers: 16

... (truncated)

Commits
  • 32abc4c chore: release main (#2726)
  • 7fb4ba3 chore!: update to JS SDK 2.x (#2738)
  • 8e08755 test(instrumentation-aws-sdk): update devDeps to modern version of instrument...
  • 4b51e60 fix(instrumentation-aws-lambda): Change endSpan error-logs for forceflush int...
  • b520d04 fix(instrumentation-pg): connection string parsing (#2715)
  • 353dbb0 feat(instrumentation-express)!: propagate context and measure full handler sp...
  • b947650 chore(runtime-node): use mocha dep from monorepo package.json (#2731)
  • 197ee04 ci: do not mark mongodb/mysql2 as unmaintained (#2733)
  • 9e7e7ff test(instrumentation-winston): Include all versions in coverage (#2684)
  • 675ec97 chore(deps): update dependency @​types/mocha to v10 (#2717)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@opentelemetry/id-generator-aws-xray](https://github.com/open-telemetry/opentelemetry-js-contrib) from 1.2.2 to 2.0.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@id-generator-aws-xray-v1.2.2...propagator-aws-xray-v2.0.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/id-generator-aws-xray"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 31, 2025
@dependabot dependabot Bot requested a review from a team as a code owner March 31, 2025 20:06
@joyc-bq joyc-bq merged commit 6f71019 into main Mar 31, 2025
2 checks passed
@joyc-bq joyc-bq deleted the dependabot/npm_and_yarn/opentelemetry/id-generator-aws-xray-2.0.0 branch March 31, 2025 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant