SocialGouv / sre-tools

https://socialgouv.github.io/sre-tools/
1 stars 1 forks source link

chore(deps): update dependency lerna to v4 #50

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lerna ^3.22.1 -> ^4.0.0 age adoption passing confidence

Release Notes

lerna/lerna ### [`v4.0.0`](https://togithub.com/lerna/lerna/blob/master/core/lerna/CHANGELOG.md#​400-httpsgithubcomlernalernacomparev3221v400-2021-02-10) [Compare Source](https://togithub.com/lerna/lerna/compare/v3.22.1...v4.0.0) ##### Features - Consume named exports of sibling modules ([63499e3](https://togithub.com/lerna/lerna/commit/63499e33652bc78fe23751875d74017e2f16a689)) - **deps:** import-local@^3.0.2 ([e0e74d4](https://togithub.com/lerna/lerna/commit/e0e74d46c61ae884c1a27627c6e77e488061c9ba)) - Drop support for Node v6.x & v8.x ([ff4bb4d](https://togithub.com/lerna/lerna/commit/ff4bb4da215555e3bb136f5af09b5cbc631e57bb)) ##### 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](https://togithub.com/lerna/lerna/compare/v3.22.0...v3.22.1) (2020-06-09) **Note:** Version bump only for package lerna

Configuration

📅 Schedule: "before 3am on the first day of the month" in timezone Europe/Paris.

🚦 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 this update again.



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