opentelemetry-js
opentelemetry-js copied to clipboard
chore(deps): update lerna monorepo (major)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
lerna (source) | 3.22.1 -> 5.4.0 |
||||
lerna-changelog | 1.0.1 -> 2.2.0 |
Release Notes
lerna/lerna
v5.4.0
Bug Fixes
v5.3.0
Features
v5.2.0
Features
- add json schema for lerna.json (#3229) (5075eae)
- init: default useNx and useWorkspaces to true for new lerna workspaces (#3255) (a0e83e5)
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
v5.1.8
Note: Version bump only for package lerna
v5.1.7
Note: Version bump only for package lerna
v5.1.6
Note: Version bump only for package lerna
v5.1.5
Note: Version bump only for package lerna
v5.1.4
Note: Version bump only for package lerna
v5.1.3
Note: Version bump only for package lerna
v5.1.2
Bug Fixes
v5.1.1
Bug Fixes
v5.1.0
Note: Version bump only for package lerna
v5.0.0
Note: Version bump only for package lerna
v4.0.0
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
:rocket: Enhancement
-
#560 Update
cli-highlight
to v2.1.11 (@elwayman02)
Committers: 1
- Jordan Hawker (@elwayman02)
v2.1.0
:rocket: Enhancement
Committers: 1
- Tobias Bieniek (@Turbo87)
v2.0.1
:bug: Bug Fix
- #296 Omit commiters line when all are filtered out (@petrch87)
- #398 Fix handling of --next-version-from-metadata option (@contolini)
:house: Internal
Committers: 3
- Chris Contolini (@contolini)
- Petr Chňoupek (@petrch87)
- Tobias Bieniek (@Turbo87)
v2.0.0
:boom: Breaking Change
:rocket: Enhancement
:memo: Documentation
:house: Internal
-
#491 Add
release-it
to simplify the release process (@Turbo87) - #490 CI: Release tags automatically (@Turbo87)
-
#489 Update
.npmignore
file (@Turbo87) - #488 Disable dependabot (@Turbo87)
-
#487 CI: Update
pnpm
version (@Turbo87) -
#475 git: Extract
getRootPath()
function (@Turbo87) - #474 Remove obsolete TSLint references (@Turbo87)
-
#473 Use
pnpm
instead ofyarn
for development (@Turbo87) - #469 Replace TravisCI with GitHub Actions (@Turbo87)
- #335 Use yarn in scripts (@dcyriller)
- #268 Migrate from normalize-git-info to hosted-git-info. (@rwjblue)
Committers: 3
- Cyrille David (@dcyriller)
- Robert Jackson (@rwjblue)
- Tobias Bieniek (@Turbo87)
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.
Codecov Report
Merging #2015 (99d3d97) into main (6b77b67) will increase coverage by
0.17%
. The diff coverage isn/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 |
Lerna 4 drop the support for node 8.x so unless we want to drop 8.x support we can merge this now