strawdynamics / luminous

A simple, lightweight, no-dependencies JavaScript lightbox
BSD 2-Clause "Simplified" License
776 stars 70 forks source link

chore(dev-deps): update semantic-release monorepo (major) #597

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@semantic-release/npm 8.0.3 -> 9.0.1 age adoption passing confidence
semantic-release 18.0.1 -> 19.0.5 age adoption passing confidence

Release Notes

semantic-release/npm ### [`v9.0.1`](https://togithub.com/semantic-release/npm/releases/tag/v9.0.1) [Compare Source](https://togithub.com/semantic-release/npm/compare/v9.0.0...v9.0.1) ##### Bug Fixes - add missed `preferLocal` option for execa call ([#​458](https://togithub.com/semantic-release/npm/issues/458)) ([c817a88](https://togithub.com/semantic-release/npm/commit/c817a8870ed931d4d5ce76edb7768d2d0bec005b)) ### [`v9.0.0`](https://togithub.com/semantic-release/npm/releases/tag/v9.0.0) [Compare Source](https://togithub.com/semantic-release/npm/compare/v8.0.3...v9.0.0) ##### Bug Fixes - add `preferLocal` option to allow execa to use local npm version ([#​445](https://togithub.com/semantic-release/npm/issues/445)) ([002439e](https://togithub.com/semantic-release/npm/commit/002439ef93ddef31170dbf0361ddc89d2b02eee8)) - updated the peer requirement for `semantic-release` to the new stable version ([575a5a4](https://togithub.com/semantic-release/npm/commit/575a5a402e61d7593c0b8a33c129b13ea2622086)) - updated the peer requirement on `semantic-release` to a version matching the engines definition of this package ([2d1f5f2](https://togithub.com/semantic-release/npm/commit/2d1f5f26c7f1f82c3249106ddb4b486dcc35997f)) - upgrade npm dependency to v8 ([a12d6e5](https://togithub.com/semantic-release/npm/commit/a12d6e59155a2fce7767bac9f54d649635acb5ad)) ##### BREAKING CHANGES - the minimum required peer of `semantic-release` has been raised to match the `engines.node` requirements of this package - npm v8 dropped support for node v15, so it is no longer supported in this plugin. this should be low impact since node v15 is already EOL Co-authored-by: Matt Travi
semantic-release/semantic-release ### [`v19.0.5`](https://togithub.com/semantic-release/semantic-release/releases/tag/v19.0.5) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v19.0.4...v19.0.5) ##### Reverts - Revert "fix(deps): update dependency yargs to v17" ([#​2534](https://togithub.com/semantic-release/semantic-release/issues/2534)) ([8f07522](https://togithub.com/semantic-release/semantic-release/commit/8f075227eb10f08c9dda41c4930b6c1fb8ee779f)), closes [#​2534](https://togithub.com/semantic-release/semantic-release/issues/2534) [#​2533](https://togithub.com/semantic-release/semantic-release/issues/2533) ### [`v19.0.4`](https://togithub.com/semantic-release/semantic-release/releases/tag/v19.0.4) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v19.0.3...v19.0.4) ##### Bug Fixes - **deps:** update dependency yargs to v17 ([#​1912](https://togithub.com/semantic-release/semantic-release/issues/1912)) ([f419080](https://togithub.com/semantic-release/semantic-release/commit/f419080fbf86c6319b08ee6b5299525ecc8ee831)) ### [`v19.0.3`](https://togithub.com/semantic-release/semantic-release/releases/tag/v19.0.3) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v19.0.2...v19.0.3) ##### Bug Fixes - **log-repo:** use the original form of the repo url to remove the need to mask credentials ([#​2459](https://togithub.com/semantic-release/semantic-release/issues/2459)) ([58a226f](https://togithub.com/semantic-release/semantic-release/commit/58a226f29c04ee56bbb02cc661f020d568849cad)), closes [#​2449](https://togithub.com/semantic-release/semantic-release/issues/2449) ### [`v19.0.2`](https://togithub.com/semantic-release/semantic-release/releases/tag/v19.0.2) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v19.0.1...v19.0.2) ##### Bug Fixes - **npm-plugin:** upgraded to the stable version ([0eca144](https://togithub.com/semantic-release/semantic-release/commit/0eca144bad39bf62aa6d207766985657df4fa588)) ### [`v19.0.1`](https://togithub.com/semantic-release/semantic-release/releases/tag/v19.0.1) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v19.0.0...v19.0.1) ##### Bug Fixes - **npm-plugin:** upgraded to the latest beta version ([8097afb](https://togithub.com/semantic-release/semantic-release/commit/8097afb423cf831c72482246d977551ad1361eec)) ### [`v19.0.0`](https://togithub.com/semantic-release/semantic-release/releases/tag/v19.0.0) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v18.0.1...v19.0.0) ##### Bug Fixes - **npm-plugin:** upgraded to the beta, which upgrades npm to v8 ([f634b8c](https://togithub.com/semantic-release/semantic-release/commit/f634b8c3ca498ab170d12ebea9139d1f287ecab5)) - upgrade `marked` to resolve ReDos vulnerability ([#​2330](https://togithub.com/semantic-release/semantic-release/issues/2330)) ([d9e5bc0](https://togithub.com/semantic-release/semantic-release/commit/d9e5bc06044b3493300e7bc38f80efa528e3f298)) ##### BREAKING CHANGES - **npm-plugin:** `@semantic-release/npm` has also dropped support for node v15 - node v15 has been removed from our defined supported versions of node. this was done to upgrade to compatible versions of `marked` and `marked-terminal` that resolved the ReDoS vulnerability. removal of support of this node version should be low since it was not an LTS version and has been EOL for several months already.

Configuration

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

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



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

commit-lint[bot] commented 2 years ago

Chore

Contributors

renovate[bot]

Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR: - `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change) - `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change) - `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change) - `@Commit-Lint merge disable` will desactivate merge dependabot PR - `@Commit-Lint review` will approve dependabot PR - `@Commit-Lint stop review` will stop approve dependabot PR