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 opentelemetry upstream #658

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Nov 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@opentelemetry/api (source) 1.6.0 -> 1.7.0 age adoption passing confidence
@opentelemetry/core (source) 1.17.1 -> 1.19.0 age adoption passing confidence
@opentelemetry/resources (source) 1.17.1 -> 1.19.0 age adoption passing confidence
@opentelemetry/sdk-metrics (source) 1.17.1 -> 1.19.0 age adoption passing confidence
@opentelemetry/sdk-trace-base (source) 1.17.1 -> 1.19.0 age adoption passing confidence
@opentelemetry/sdk-trace-node (source) 1.17.1 -> 1.19.0 age adoption passing confidence
@opentelemetry/semantic-conventions (source) 1.17.1 -> 1.19.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-js (@​opentelemetry/api)

v1.7.0

Compare Source

🐛 (Bug Fix)
  • fix(sdk-trace-base): make span start times resistant to hrtime clock drift
    #​3129

  • fix(sdk-trace-base): validate maxExportBatchSize in BatchSpanProcessorBase
    #​3232

📚 (Refine Doc)
  • docs(metrics): add missing metrics packages to SDK reference documentation #​3239 @​dyladan
🏠 (Internal)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 as a code owner November 7, 2023 11:13
@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Nov 7, 2023
@renovate-bot renovate-bot force-pushed the renovate/opentelemetry-upstream branch from c5018b7 to 7422ed4 Compare November 7, 2023 11:13
@dpebot
Copy link
Collaborator

dpebot commented Nov 7, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/opentelemetry-upstream branch from 7422ed4 to e67e6ff Compare November 7, 2023 15:30
@dpebot
Copy link
Collaborator

dpebot commented Nov 7, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/opentelemetry-upstream branch from e67e6ff to 1d842be Compare November 8, 2023 18:58
@dpebot
Copy link
Collaborator

dpebot commented Nov 8, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/opentelemetry-upstream branch from 1d842be to b5991c0 Compare December 14, 2023 21:26
@dpebot
Copy link
Collaborator

dpebot commented Dec 14, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/opentelemetry-upstream branch from b5991c0 to 9c0ac7f Compare January 10, 2024 16:34
@dpebot
Copy link
Collaborator

dpebot commented Jan 10, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/opentelemetry-upstream branch from 9c0ac7f to 459192b Compare January 10, 2024 18:24
Copy link

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @opentelemetry/[email protected]
npm ERR! Found: @opentelemetry/[email protected]
npm ERR! packages/opentelemetry-cloud-monitoring-exporter/node_modules/@opentelemetry/api
npm ERR!   dev @opentelemetry/api@"1.7.0" from @google-cloud/[email protected]
npm ERR!   packages/opentelemetry-cloud-monitoring-exporter
npm ERR!     @google-cloud/[email protected]
npm ERR!     node_modules/@google-cloud/opentelemetry-cloud-monitoring-exporter
npm ERR!       workspace packages/opentelemetry-cloud-monitoring-exporter from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @opentelemetry/api@">=1.0.0 <1.7.0" from @opentelemetry/[email protected]
npm ERR! packages/opentelemetry-cloud-monitoring-exporter/node_modules/@opentelemetry/core
npm ERR! 
npm ERR! Conflicting peer dependency: @opentelemetry/[email protected]
npm ERR! node_modules/@opentelemetry/api
npm ERR!   peer @opentelemetry/api@">=1.0.0 <1.7.0" from @opentelemetry/[email protected]
npm ERR!   packages/opentelemetry-cloud-monitoring-exporter/node_modules/@opentelemetry/core
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-01-10T18_24_24_368Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-01-10T18_24_24_368Z-debug-0.log

@dpebot
Copy link
Collaborator

dpebot commented Jan 10, 2024

/gcbrun

@aabmass
Copy link
Contributor

aabmass commented Jan 10, 2024

Not sure whats going on with the peer dep conflict but a new release will be coming out soon. I'll wait for that before addressing

@dpebot
Copy link
Collaborator

dpebot commented Jan 10, 2024

/gcbrun

@aabmass
Copy link
Contributor

aabmass commented Jan 10, 2024

Actually, re-generating the package-lock.json fixed the issue

@aabmass aabmass enabled auto-merge (squash) January 10, 2024 19:34
Copy link

codecov bot commented Jan 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2233e4c) 97.72% compared to head (b39f525) 97.72%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #658   +/-   ##
=======================================
  Coverage   97.72%   97.72%           
=======================================
  Files          18       18           
  Lines         703      703           
  Branches      136      136           
=======================================
  Hits          687      687           
  Misses         16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aabmass aabmass merged commit 484a6bd into GoogleCloudPlatform:main Jan 10, 2024
20 checks passed
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.

3 participants