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

fix(deps): update otel core experimental to ^0.46.0 - autoclosed #1865

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@opentelemetry/exporter-metrics-otlp-grpc (source) ^0.45.1 -> ^0.46.0 age adoption passing confidence
@opentelemetry/instrumentation (source) ^0.45.1 -> ^0.46.0 age adoption passing confidence
@opentelemetry/instrumentation-fetch (source) ^0.45.1 -> ^0.46.0 age adoption passing confidence
@opentelemetry/instrumentation-grpc (source) ^0.45.1 -> ^0.46.0 age adoption passing confidence
@opentelemetry/instrumentation-http (source) ^0.45.1 -> ^0.46.0 age adoption passing confidence
@opentelemetry/instrumentation-xml-http-request (source) ^0.45.1 -> ^0.46.0 age adoption passing confidence
@opentelemetry/sdk-node (source) ^0.45.1 -> ^0.46.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-js (@​opentelemetry/exporter-metrics-otlp-grpc)

v0.46.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 3am every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team December 14, 2023 15:19
@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Dec 14, 2023
@@ -33815,6 +34589,25 @@
"@opentelemetry/api": "^1.3.0"
}
},
"packages/opentelemetry-sampler-aws-xray/node_modules/@opentelemetry/instrumentation": {
"version": "0.45.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

I notice that the @opentelemetry/instrumentation package was not updated for "packages/opentelemetry-sampler-aws-xray". I think that is because it has an outdated dependency on "@opentelemetry/contrib-test-utils": "^0.34.0".

"@opentelemetry/contrib-test-utils": "^0.34.0",

That should be "^0.35.0".

Why is that out of date? It looks like that was not updated in #1798 when all other deps on @opentelemetry/contrib-test-utils were updated.

So perhaps we should update that dep first (or as part of this change) and then re-generate the update here?

Copy link
Contributor

Choose a reason for hiding this comment

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

I can push a fix to this branch that does that, but we still get the npm run compile errors shown in the "unit-test" CI job failures. I'm not sure what the issue is with those.

@renovate-bot renovate-bot changed the title fix(deps): update otel core experimental to ^0.46.0 fix(deps): update otel core experimental to ^0.46.0 - autoclosed Dec 22, 2023
@renovate-bot renovate-bot deleted the renovate/otel-core-experimental branch December 22, 2023 08:48
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants