Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @opentelemetry/resources from 1.26.0 to 1.27.0 #203

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps @opentelemetry/resources from 1.26.0 to 1.27.0.

Release notes

Sourced from @​opentelemetry/resources's releases.

semconv/v1.27.0

1.27.0

  • Version bump only
  • Note: This package will now be versioned according to the version of semantic conventions being provided.

v1.27.0

1.27.0

🚀 (Enhancement)

  • feat: add processors for adding session.id attribute to spans and logs #4972

🐛 (Bug Fix)

🏠 (Internal)

  • deps: set @opentelemetry/api dependency min version to 1.3.0 in examples, experimental/packages, integration-tests and selenium-tests #4992
  • refactor(sdk-metrics): replace MetricsAttributes with Attributes #5021 @​david-luna
  • refactor(instrumentation-http): replace SpanAttributes and MetricsAttributes with Attributes #5023 @​david-luna
  • chore(exporter-zipkin): remove usages of Span constructor #5030 @​david-luna
  • test(instrumentation-http): remove usages of new Span in tests #5035 @​david-luna
Changelog

Sourced from @​opentelemetry/resources's changelog.

1.27.0

🚀 (Enhancement)

  • feat: add processors for adding session.id attribute to spans and logs #4972

🐛 (Bug Fix)

🏠 (Internal)

  • deps: set @opentelemetry/api dependency min version to 1.3.0 in examples, experimental/packages, integration-tests and selenium-tests #4992
  • refactor(sdk-metrics): replace MetricsAttributes with Attributes #5021 @​david-luna
  • refactor(instrumentation-http): replace SpanAttributes and MetricsAttributes with Attributes #5023 @​david-luna
  • chore(exporter-zipkin): remove usages of Span constructor #5030 @​david-luna
  • test(instrumentation-http): remove usages of new Span in tests #5035 @​david-luna
Commits
  • eb3ca4f chore: prepare next release (#5068)
  • 6fee82d chore: add @​maryliag to approvers (#5083)
  • 50d59ca feat(instrumentation-http)!: remove deprecated ignore options (#5085)
  • 4497ee3 Added limitation in ot-shim readme (#5072)
  • 006fe44 chore: move xray and xray-lambda propagators to contrib (#4966)
  • 330172c fix(instrumentation-http): add server attributes after they become available ...
  • 55a1fc8 fix(instrumentation-http): fix http/https ESM instr for 'import defaultExport...
  • 5e17361 chore(deps): update dependency chromedriver to v130 (#5080)
  • be1737f chore: add markdown lint check to default lint command (#5074)
  • c208991 test: use venv in w3c trace context test script (#5071)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 28, 2024
@dependabot dependabot bot requested a review from saidsef October 28, 2024 23:54
@saidsef
Copy link
Owner

saidsef commented Oct 29, 2024

/code pr

@saidsef saidsef force-pushed the dependabot-npm_and_yarn-opentelemetry-resources-1.27.0 branch from cabbae6 to e344c5d Compare October 29, 2024 10:37
saidsef

This comment was marked as outdated.

@saidsef
Copy link
Owner

saidsef commented Oct 29, 2024

/code pr

Copy link
Owner

@saidsef saidsef left a comment

Choose a reason for hiding this comment

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

🤖

package-lock.json

Suggestions for Enhancements:

  1. Dependency Deduplication: It appears that multiple instances of @opentelemetry/resources at version 1.26.0 are present in different submodules. Consider deduplicating these dependencies to reduce package size and potential conflicts. This can be achieved by ensuring all submodules use the updated version 1.27.0 where possible.

    "node_modules/@opentelemetry/exporter-trace-otlp-grpc/node_modules/@opentelemetry/resources": {
      "version": "1.27.0",
      ...
    }
  2. Update Peer Dependencies: Ensure that the peer dependencies for @opentelemetry/resources are consistent across all instances. The main module has a peer dependency range of >=1.0.0 <1.10.0, which should be reflected in all submodules to avoid version mismatches.

Comments:

  • The update from 1.26.0 to 1.27.0 for @opentelemetry/resources is correctly reflected in the main module. Ensure that all related dependencies are compatible with this new version.
  • Verify that the new version does not introduce breaking changes that could affect the existing codebase. Check the changelog for any significant updates that might require code adjustments.

> gpt-4o [pr | 0]

saidsef

This comment was marked as outdated.

saidsef

This comment was marked as outdated.

@saidsef
Copy link
Owner

saidsef commented Oct 29, 2024

/code pr

Copy link
Owner

@saidsef saidsef left a comment

Choose a reason for hiding this comment

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

🤖
The patch updates the @opentelemetry/resources package from version 1.26.0 to 1.27.0 in the package-lock.json file. The changes primarily involve updating the version number, the resolved URL, and the integrity hash for the package. Additionally, the dependencies for @opentelemetry/core have been updated to version 1.27.0.

Suggestions:

  1. Consistency Check: Ensure that all instances of @opentelemetry/resources across the project are updated to 1.27.0 to avoid version conflicts.
  2. Testing: After updating dependencies, run the project's test suite to confirm that the new version does not introduce any breaking changes.
  3. Documentation: If there are any significant changes in the new version, consider updating the project documentation to reflect these changes.

Overall, the update appears straightforward, but verifying compatibility with the rest of the project is crucial.

> gpt-4o [pr | 1]

@saidsef
Copy link
Owner

saidsef commented Oct 29, 2024

/code pr

Copy link
Owner

@saidsef saidsef left a comment

Choose a reason for hiding this comment

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

🤖
This PR looks good - it's a straightforward dependency bump for @opentelemetry/resources from v1.26.0 to v1.27.0. The changes are automatically generated by Dependabot and only affect the package-lock.json file.

The update includes:

  • Upgrading the core package version
  • Adding necessary peer dependencies
  • Maintaining compatibility with existing OpenTelemetry API versions

No issues identified. This is a minor version bump (1.26.0 -> 1.27.0) which suggests new features but maintains backwards compatibility.

✅ Safe to merge.

> claude-3-5-sonnet-20241022 [pr | 2]

@saidsef
Copy link
Owner

saidsef commented Oct 30, 2024

/code pr

Copy link
Owner

@saidsef saidsef left a comment

Choose a reason for hiding this comment

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

🤖
This appears to be a routine dependency update PR from Dependabot that bumps @opentelemetry/resources from version 1.26.0 to 1.27.0. The changes are limited to package-lock.json and appear to be automatically generated dependency resolution updates.

No issues or suggestions to report as this is a standard minor version bump that maintains compatibility according to semantic versioning principles.

> claude-3-5-sonnet-20241022 [pr | 0]

Bumps [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) from 1.26.0 to 1.27.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@v1.26.0...v1.27.0)

---
updated-dependencies:
- dependency-name: "@opentelemetry/resources"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@saidsef saidsef force-pushed the dependabot-npm_and_yarn-opentelemetry-resources-1.27.0 branch from e344c5d to b6f3259 Compare October 30, 2024 04:15
@saidsef saidsef merged commit 9055983 into main Oct 30, 2024
5 checks passed
@saidsef saidsef deleted the dependabot-npm_and_yarn-opentelemetry-resources-1.27.0 branch October 30, 2024 04:17
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