Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(lambda): bump lerna from 6.6.2 to 8.0.0 in /lambdas (#3650)
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 6.6.2 to 8.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lerna/lerna/releases">lerna's releases</a>.</em></p> <blockquote> <h2>v8.0.0</h2> <h2>BREAKING CHANGES</h2> <blockquote> <p>After updating we strongly recommend running <code>lerna repair</code> in your project. This will migrate your <code>lerna.json</code> to the latest and greatest and remove any outdated options.</p> </blockquote> <p>As this is a major release there are a few breaking changes to be aware of, which may or may not affect your lerna repos, depending on how you are using the tool.</p> <ul> <li><strong>node v16 support is dropped because it is end of life</strong></li> </ul> <p>When a node version becomes end of life (EOL) it means that it does not receive any updates or maintenance whatsoever, even if critical security vulnerabilities have been uncovered.</p> <p>We strongly encourage all folks here to keep up with the maintenance LTS version of Node at an absolute minimum:</p> <p><a href="https://github.com/nodejs/release#release-schedule">https://github.com/nodejs/release#release-schedule</a></p> <ul> <li><strong>lerna's task runner for <code>lerna run</code> now depends on nx v17 instead of v16</strong></li> </ul> <p><code>lerna run</code> gets to benefit from all of the further performance improvements in the nx v17 task runner behind scenes.</p> <ul> <li><strong><code>@lerna/child-process</code> is no longer a separately published package</strong></li> </ul> <p>Lerna is a monorepo management tool with versioning and publishing capabilities, it is not a child process manager. There are lots of good options out there in the ecosystem to help you with managing child processes in nodejs, and it does not really make sense to treat some of lerna's implementation details around child processes as if they were a public API. The package will be officially deprecated on npm in the future. You can of course take the code and fork it and adapt it for your own purposes if you wish!</p> <ul> <li><strong>Older packages under <code>@lerna/</code> on npm have been officially marked as deprecated</strong></li> </ul> <p>Under prior stewardship the lerna repo used to publish a very large (>65) number of packages. The vast majority of these should not form part of the public API of lerna and so they have no longer been published as packages since v6. We have now officially marked them as deprecated packages on the npm registry so that users get clear feedback that they are using packages which are no longer maintained (which they can of course fork and do whatever they want with). NOTE: We have not yet marked <code>@lerna/child-process</code> as deprecated so as not to create noise for lerna v7 users until they have had chance to migrate to v8.</p> <h3>Features</h3> <ul> <li><strong>version:</strong> add --premajor-version-bump option to force patch bumps for non-breaking changes in premajor packages (<a href="https://github.com/lerna/lerna/issues/3876">#3876</a>) (<a href="https://github.com/lerna/lerna/commit/3b059476fd62fcb09ac391878b73640cceb6b5ef">3b05947</a>)</li> <li><strong>version:</strong> use corepack for install when enabled (<a href="https://github.com/lerna/lerna/issues/3877">#3877</a>) (<a href="https://github.com/lerna/lerna/commit/a3cb7cad74266c74da5d005324bced500111ed1c">a3cb7ca</a>)</li> </ul> <h2>v7.4.2</h2> <h2><a href="https://github.com/lerna/lerna/compare/v7.4.1...v7.4.2">7.4.2</a> (2023-10-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>version:</strong> support changelog-presets using async factory funcs (<a href="https://github.com/lerna/lerna/issues/3873">#3873</a>) (<a href="https://github.com/lerna/lerna/commit/bb5e7d7a35de6c801943c8349832558f1e6adb50">bb5e7d7</a>)</li> </ul> <h2>v7.4.1</h2> <h2><a href="https://github.com/lerna/lerna/compare/v7.4.0...v7.4.1">7.4.1</a> (2023-10-18)</h2> <p>7.4.0 contained a malformed dist directory, please bump to 7.4.1 for the correct artifacts</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md">lerna's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/lerna/lerna/compare/v7.4.2...v8.0.0">8.0.0</a> (2023-11-23)</h1> <h3>Features</h3> <ul> <li><strong>version:</strong> add --premajor-version-bump option to force patch bumps for non-breaking changes in premajor packages (<a href="https://github.com/lerna/lerna/issues/3876">#3876</a>) (<a href="https://github.com/lerna/lerna/commit/3b059476fd62fcb09ac391878b73640cceb6b5ef">3b05947</a>)</li> </ul> <h1><a href="https://github.com/lerna/lerna/compare/v7.4.2...v8.0.0-alpha.0">8.0.0-alpha.0</a> (2023-11-22)</h1> <h3>Features</h3> <ul> <li><strong>version:</strong> add --premajor-version-bump option to force patch bumps for non-breaking changes in premajor packages (<a href="https://github.com/lerna/lerna/issues/3876">#3876</a>) (<a href="https://github.com/lerna/lerna/commit/3b059476fd62fcb09ac391878b73640cceb6b5ef">3b05947</a>)</li> </ul> <h2><a href="https://github.com/lerna/lerna/compare/v7.4.1...v7.4.2">7.4.2</a> (2023-10-27)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>version:</strong> support changelog-presets using async factory funcs (<a href="https://github.com/lerna/lerna/issues/3873">#3873</a>) (<a href="https://github.com/lerna/lerna/commit/bb5e7d7a35de6c801943c8349832558f1e6adb50">bb5e7d7</a>)</li> </ul> <h2><a href="https://github.com/lerna/lerna/compare/v7.4.0...v7.4.1">7.4.1</a> (2023-10-18)</h2> <p><strong>Note:</strong> Version bump only for package lerna</p> <h1><a href="https://github.com/lerna/lerna/compare/v7.3.1...v7.4.0">7.4.0</a> (2023-10-17)</h1> <h3>Features</h3> <ul> <li><strong>version:</strong> add json option (<a href="https://github.com/lerna/lerna/issues/3858">#3858</a>) (<a href="https://github.com/lerna/lerna/commit/86f22f40ca05de38e8717c573356708d13377c33">86f22f4</a>)</li> <li><strong>version:</strong> add option to force version update (<a href="https://github.com/lerna/lerna/issues/3852">#3852</a>) (<a href="https://github.com/lerna/lerna/commit/914dd964d7a4a127be3d4f2703322ab1b31594f6">914dd96</a>)</li> </ul> <h2><a href="https://github.com/lerna/lerna/compare/v7.3.0...v7.3.1">7.3.1</a> (2023-10-10)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> update package engines.node to correctly include only >=16 (<a href="https://github.com/lerna/lerna/issues/3861">#3861</a>) (<a href="https://github.com/lerna/lerna/commit/067455559a1ffa25350800bff6c9226d0e24e6b9">0674555</a>)</li> </ul> <h1><a href="https://github.com/lerna/lerna/compare/v7.2.0...v7.3.0">7.3.0</a> (2023-09-13)</h1> <h3>Bug Fixes</h3> <ul> <li>update make-dir to 4.0.0 and npm audit fix (<a href="https://github.com/lerna/lerna/issues/3828">#3828</a>) (<a href="https://github.com/lerna/lerna/commit/373b8bc8202f15b4cafb216aee97f43885eebddf">373b8bc</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>version:</strong> add --sync-dist-version option (<a href="https://github.com/lerna/lerna/issues/3787">#3787</a>) (<a href="https://github.com/lerna/lerna/commit/ba8b9469809326de1b3929cf11bbb5919c723a78">ba8b946</a>)</li> <li><strong>version:</strong> option to not ignore scripts on lock update (<a href="https://github.com/lerna/lerna/issues/3823">#3823</a>) (<a href="https://github.com/lerna/lerna/commit/4843c3c1a95aa2f6c48204c1da3c06a4dcd746a4">4843c3c</a>)</li> </ul> <h1><a href="https://github.com/lerna/lerna/compare/v7.1.5...v7.2.0">7.2.0</a> (2023-08-29)</h1> <p><strong>Note:</strong> Version bump only for package lerna</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lerna/lerna/commit/b664840ff8eb39dfb894b7cedc5ae9e186eaa8e4"><code>b664840</code></a> chore(misc): publish 8.0.0</li> <li><a href="https://github.com/lerna/lerna/commit/32d9f63597af122fbe1c70512ed42f7407b6e4f5"><code>32d9f63</code></a> chore: fix formatting</li> <li><a href="https://github.com/lerna/lerna/commit/2ff37052a7ea1a5f61740fafb9ca6c08070dbd26"><code>2ff3705</code></a> chore: add missing updates</li> <li><a href="https://github.com/lerna/lerna/commit/4f5edee2ef6c595f2393e3f37fc0d6a4f5352bf3"><code>4f5edee</code></a> feat!: stop publishing <code>@lerna/child-process</code> (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/3909">#3909</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/4445fce9f9c897623451ae49a5e2bbd2f4d6e590"><code>4445fce</code></a> chore(run): enable strict type checking (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/3907">#3907</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/837af93c362137379f3b9cd23681326da37fc491"><code>837af93</code></a> feat!(deps): update yargs and yargs-parser to latest (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/3903">#3903</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/3b059476fd62fcb09ac391878b73640cceb6b5ef"><code>3b05947</code></a> feat(version): add --premajor-version-bump option to force patch bumps for no...</li> <li><a href="https://github.com/lerna/lerna/commit/83e3f7ae32277af280bbd536bbee8a8dbbeadfe3"><code>83e3f7a</code></a> feat!: migrate to nx 17.1 (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/3897">#3897</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/1c19f0d15452b4af7b493d2f58b0e21ab57d98e1"><code>1c19f0d</code></a> chore(exec): enable strict type checking (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/3901">#3901</a>)</li> <li><a href="https://github.com/lerna/lerna/commit/0a2f1c453f32fcf5fc317a8020b811785ea7ed09"><code>0a2f1c4</code></a> feat!: drop support for Node 16 (<a href="https://github.com/lerna/lerna/tree/HEAD/packages/lerna/issues/3888">#3888</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lerna/lerna/commits/v8.0.0/packages/lerna">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lerna&package-manager=npm_and_yarn&previous-version=6.6.2&new-version=8.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Niek Palm <niek.palm@philips.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Patrick Mennen <patrick.mennen@philips.com>
- Loading branch information