opentelemetry-js icon indicating copy to clipboard operation
opentelemetry-js copied to clipboard

chore(deps): update lerna monorepo (major)

Open renovate-bot opened this issue 3 years ago • 2 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lerna (source) 3.22.1 -> 5.4.0 age adoption passing confidence
lerna-changelog 1.0.1 -> 2.2.0 age adoption passing confidence

Release Notes

lerna/lerna

v5.4.0

Compare Source

Bug Fixes

v5.3.0

Compare Source

Features
  • publish: include all dependencies in package graph by default, allow no-sort (#​3263) (3b0c79c)

v5.2.0

Compare Source

Features

5.1.8 (2022-07-07)

Note: Version bump only for package lerna

5.1.7 (2022-07-06)

Note: Version bump only for package lerna

5.1.6 (2022-06-24)

Note: Version bump only for package lerna

5.1.5 (2022-06-24)

Note: Version bump only for package lerna

5.1.4 (2022-06-15)

Note: Version bump only for package lerna

5.1.3 (2022-06-15)

Note: Version bump only for package lerna

5.1.2 (2022-06-13)

Bug Fixes

5.1.1 (2022-06-09)

Bug Fixes
  • allow maintenance LTS node 14 engines starting at 14.15.0 (#​3161) (72305e4)

v5.1.8

Compare Source

Note: Version bump only for package lerna

v5.1.7

Compare Source

Note: Version bump only for package lerna

v5.1.6

Compare Source

Note: Version bump only for package lerna

v5.1.5

Compare Source

Note: Version bump only for package lerna

v5.1.4

Compare Source

Note: Version bump only for package lerna

v5.1.3

Compare Source

Note: Version bump only for package lerna

v5.1.2

Compare Source

Bug Fixes

v5.1.1

Compare Source

Bug Fixes
  • allow maintenance LTS node 14 engines starting at 14.15.0 (#​3161) (72305e4)

v5.1.0

Compare Source

Note: Version bump only for package lerna

v5.0.0

Compare Source

Note: Version bump only for package lerna

v4.0.0

Compare Source

Features
  • Consume named exports of sibling modules (63499e3)
  • deps: import-local@^3.0.2 (e0e74d4)
  • Drop support for Node v6.x & v8.x (ff4bb4d)
BREAKING CHANGES
  • Node v6.x & v8.x are no longer supported. Please upgrade to the latest LTS release.

Here's the gnarly one-liner I used to make these changes:

npx lerna exec --concurrency 1 --stream -- 'json -I -f package.json -e '"'"'this.engines=this.engines||{};this.engines.node=">= 10.18.0"'"'"

(requires npm i -g json beforehand)

3.22.1 (2020-06-09)

Note: Version bump only for package lerna

lerna/lerna-changelog

v2.2.0

Compare Source

:rocket: Enhancement
Committers: 1

v2.1.0

Compare Source

:rocket: Enhancement
Committers: 1

v2.0.1

Compare Source

:bug: Bug Fix
:house: Internal
Committers: 3

v2.0.0

Compare Source

:boom: Breaking Change
:rocket: Enhancement
:memo: Documentation
:house: Internal
Committers: 3

Configuration

📅 Schedule: Branch creation - "before 3am on Friday" (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.

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


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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

renovate-bot avatar Mar 12 '21 02:03 renovate-bot

Codecov Report

Merging #2015 (99d3d97) into main (6b77b67) will increase coverage by 0.17%. The diff coverage is n/a.

:exclamation: Current head 99d3d97 differs from pull request most recent head 551519b. Consider uploading reports for the commit 551519b to get more accurate results

@@            Coverage Diff             @@
##             main    #2015      +/-   ##
==========================================
+ Coverage   92.88%   93.05%   +0.17%     
==========================================
  Files         105      139      +34     
  Lines        3978     5172    +1194     
  Branches      901     1110     +209     
==========================================
+ Hits         3695     4813    +1118     
- Misses        283      359      +76     
Impacted Files Coverage Δ
...entelemetry-instrumentation/src/instrumentation.ts 70.37% <0.00%> (-7.41%) :arrow_down:
...etry-exporter-prometheus/src/PrometheusExporter.ts 90.66% <0.00%> (-1.34%) :arrow_down:
...entelemetry-instrumentation/src/autoLoaderUtils.ts 91.66% <0.00%> (-0.34%) :arrow_down:
packages/opentelemetry-core/src/common/time.ts 95.38% <0.00%> (ø)
...ages/opentelemetry-api-metrics/src/types/Metric.ts 100.00% <0.00%> (ø)
...ges/opentelemetry-instrumentation-http/src/http.ts 94.90% <0.00%> (ø)
...opentelemetry-core/src/platform/node/globalThis.ts
...rter-prometheus/src/PrometheusAttributesBatcher.ts
...emetry-sdk-metrics-base/src/ValueRecorderMetric.ts 100.00% <0.00%> (ø)
...opentelemetry-sdk-metrics-base/src/export/types.ts 100.00% <0.00%> (ø)
... and 38 more

codecov[bot] avatar Mar 12 '21 02:03 codecov[bot]

Lerna 4 drop the support for node 8.x so unless we want to drop 8.x support we can merge this now

vmarchaud avatar Aug 07 '21 13:08 vmarchaud