netlify / cli

Netlify Command Line Interface
http://cli.netlify.com
MIT License
1.58k stars 359 forks source link

fix(deps): update dependency @opentelemetry/api to v1.9.0 #6928

Closed renovate[bot] closed 5 days ago

renovate[bot] commented 5 days ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@opentelemetry/api (source) 1.8.0 -> 1.9.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-js (@​opentelemetry/api) ### [`v1.9.0`](https://redirect.github.com/open-telemetry/opentelemetry-js/blob/HEAD/CHANGELOG.md#190) [Compare Source](https://redirect.github.com/open-telemetry/opentelemetry-js/compare/v1.8.0...v1.9.0) ##### :rocket: (Enhancement) - feat(instrumentation-grpc): set net.peer.name and net.peer.port on client spans [#​3430](https://redirect.github.com/open-telemetry/opentelemetry-js/pull/3430) - feat(exporter-trace-otlp-proto): Add protobuf otlp trace exporter support for browser [#​3208](https://redirect.github.com/open-telemetry/opentelemetry-js/pull/3208) [@​pkanal](https://redirect.github.com/pkanal) ##### :bug: (Bug Fix) - fix(sdk-metrics): use default Resource to comply with semantic conventions [#​3411](https://redirect.github.com/open-telemetry/opentelemetry-js/pull/3411) [@​pichlermarc](https://redirect.github.com/pichlermarc) - Metrics exported by the SDK now contain the following resource attributes by default: - `service.name` - `telemetry.sdk.name` - `telemetry.sdk.language` - `telemetry.sdk.version` - fix(sdk-metrics): use Date.now() for instrument recording timestamps [#​3514](https://redirect.github.com/open-telemetry/opentelemetry-js/pull/3514) [@​MisterSquishy](https://redirect.github.com/MisterSquishy) - fix(sdk-trace): make spans resilient to clock drift [#​3434](https://redirect.github.com/open-telemetry/opentelemetry-js/pull/3434) [@​dyladan](https://redirect.github.com/dyladan) - fix(selenium-tests): updated webpack version for selenium test issue [#​3456](https://redirect.github.com/open-telemetry/opentelemetry-js/issues/3456) [@​SaumyaBhushan](https://redirect.github.com/SaumyaBhushan) - fix(sdk-metrics): collect metrics when periodic exporting metric reader flushes [#​3517](https://redirect.github.com/open-telemetry/opentelemetry-js/pull/3517) [@​legendecas](https://redirect.github.com/legendecas) - fix(sdk-metrics): fix duplicated registration of metrics for collectors [#​3488](https://redirect.github.com/open-telemetry/opentelemetry-js/pull/3488) [@​legendecas](https://redirect.github.com/legendecas) - fix(core): fix precision loss in numberToHrtime [#​3480](https://redirect.github.com/open-telemetry/opentelemetry-js/pull/3480) [@​legendecas](https://redirect.github.com/legendecas) ##### :house: (Internal) - chore: automatically generate tsconfigs [#​3432](https://redirect.github.com/open-telemetry/opentelemetry-js/pull/3432) [@​legendecas](https://redirect.github.com/legendecas) - chore: enforce format with prettier [#​3444](https://redirect.github.com/open-telemetry/opentelemetry-js/pull/3444) [@​legendecas](https://redirect.github.com/legendecas)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

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



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 5 days ago

⚠️ 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:

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: @netlify/build@29.56.1
npm ERR! Found: @opentelemetry/api@1.9.0
npm ERR! node_modules/@opentelemetry/api
npm ERR!   @opentelemetry/api@"1.9.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @opentelemetry/api@"~1.8.0" from @netlify/build@29.56.1
npm ERR! node_modules/@netlify/build
npm ERR!   @netlify/build@"29.56.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @opentelemetry/api@1.8.0
npm ERR! node_modules/@opentelemetry/api
npm ERR!   peer @opentelemetry/api@"~1.8.0" from @netlify/build@29.56.1
npm ERR!   node_modules/@netlify/build
npm ERR!     @netlify/build@"29.56.1" from the root project
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! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-11-20T17_07_16_282Z-debug-0.log
sarahetter commented 5 days ago

Conflicting peer dependency with @netlify-build - don't retry until that's updated :)

renovate[bot] commented 5 days ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.9.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.