anolilab / monorepo-template

Provides a GitHub mono repository template for a Anolilab Node libraries, using GitHub actions.
MIT License
2 stars 0 forks source link

fix(deps): update dependency semantic-release to v21 #67

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
semantic-release ^19.0.2 -> ^21.0.0 age adoption passing confidence

Release Notes

semantic-release/semantic-release ### [`v21.0.1`](https://togithub.com/semantic-release/semantic-release/releases/tag/v21.0.1) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v21.0.0...v21.0.1) ##### Bug Fixes - **deps:** update dependency env-ci to v9 ([#​2757](https://togithub.com/semantic-release/semantic-release/issues/2757)) ([4bddb37](https://togithub.com/semantic-release/semantic-release/commit/4bddb37de2fc6743a82299e277d5852d153e2ba8)) ### [`v21.0.0`](https://togithub.com/semantic-release/semantic-release/releases/tag/v21.0.0) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.1.3...v21.0.0) ##### BREAKING CHANGES - **deps:** the npm plugin has updated the npm dependency to v9 - legacy authentication using `NPM_USERNAME` and `NPM_PASSWORD` is no longer supported. Use `NPM_TOKEN` instead. ##### Bug Fixes - **deps:** bump `@semantic-release/npm` to `^10.0.0` ([d647433](https://togithub.com/semantic-release/semantic-release/commit/d647433c201a607834a19f6771eb7deaeb709fff)) ### [`v20.1.3`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.1.3) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.1.2...v20.1.3) ##### Bug Fixes - **deps:** update dependency execa to v7.1.1 ([c38b53a](https://togithub.com/semantic-release/semantic-release/commit/c38b53a321f2139ecae9c77963d38f8d9d5b34f1)) ### [`v20.1.2`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.1.2) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.1.1...v20.1.2) ##### Bug Fixes - **deps:** update dependency cosmiconfig to v8.1.2 ([fbede54](https://togithub.com/semantic-release/semantic-release/commit/fbede5438814be829cd358fb687fef2f4b94e2e0)) ### [`v20.1.1`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.1.1) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.1.0...v20.1.1) ##### Bug Fixes - **deps:** update dependency execa to v7 ([#​2709](https://togithub.com/semantic-release/semantic-release/issues/2709)) ([31d9bfe](https://togithub.com/semantic-release/semantic-release/commit/31d9bfe00a490d9c57ee5a309de635a4f5c28993)) ### [`v20.1.0`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.1.0) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.0.4...v20.1.0) ##### Features - **plugins:** add support for loading ESM plugins ([#​2688](https://togithub.com/semantic-release/semantic-release/issues/2688)) ([d170f73](https://togithub.com/semantic-release/semantic-release/commit/d170f73e0b2a8a853a7bc58977a6b4b0887d8f17)) ### [`v20.0.4`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.0.4) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.0.3...v20.0.4) ##### Bug Fixes - **windows:** fixed issues preventing execution from windows ([#​2672](https://togithub.com/semantic-release/semantic-release/issues/2672)) ([5df624c](https://togithub.com/semantic-release/semantic-release/commit/5df624c6e50304743ca40e82958cae825452574f)) ### [`v20.0.3`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.0.3) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.0.2...v20.0.3) ##### Reverts - Revert "chore(deps): update dependency ava to v5.1.1" ([#​2682](https://togithub.com/semantic-release/semantic-release/issues/2682)) ([914b0a2](https://togithub.com/semantic-release/semantic-release/commit/914b0a26424065e036c792f48c0179fb888ad810)), closes [#​2682](https://togithub.com/semantic-release/semantic-release/issues/2682) ### [`v20.0.2`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.0.2) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.0.1...v20.0.2) ##### Bug Fixes - **deps:** update dependency semver-diff to v4 ([#​1915](https://togithub.com/semantic-release/semantic-release/issues/1915)) ([cb45d27](https://togithub.com/semantic-release/semantic-release/commit/cb45d27726418f27b20c9b7f2d50225c7a0028f6)) ### [`v20.0.1`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.0.1) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v20.0.0...v20.0.1) ##### Bug Fixes - **deps:** update dependency cosmiconfig to v8 ([f914c1e](https://togithub.com/semantic-release/semantic-release/commit/f914c1ed86d6b1a8b797664d84c1bd095a21ddb4)) - **deps:** update dependency hosted-git-info to v6 ([c4da008](https://togithub.com/semantic-release/semantic-release/commit/c4da008e29ccb3976385c446b317f7732218035a)) ### [`v20.0.0`](https://togithub.com/semantic-release/semantic-release/releases/tag/v20.0.0) [Compare Source](https://togithub.com/semantic-release/semantic-release/compare/v19.0.5...v20.0.0) ##### BREAKING CHANGES - **esm:** semantic-release is now ESM-only. since it is used through its own executable, the impact on consuming projects should be minimal - **esm:** references to plugin files in configs need to include the file extension because of executing in an ESM context - **node-versions:** node v18 is now the minimum required version of node. this is in line with our [node support policy](https://semantic-release.gitbook.io/semantic-release/support/node-support-policy). please see [our recommendations](https://semantic-release.gitbook.io/semantic-release/support/node-version#recommended-solution) for releasing with a different node version than your project normally uses, if necessary. ##### Features - **esm:** convert to esm ([#​2569](https://togithub.com/semantic-release/semantic-release/issues/2569)) ([9eab1ad](https://togithub.com/semantic-release/semantic-release/commit/9eab1adb9ddfeef2a475ef8b60442a008713ca4c)), closes [#​2543](https://togithub.com/semantic-release/semantic-release/issues/2543) - **node-versions:** raised the minimum required node version to v18 ([#​2620](https://togithub.com/semantic-release/semantic-release/issues/2620)) ([8a0d8be](https://togithub.com/semantic-release/semantic-release/commit/8a0d8be51f4bf21e10bc0cd41ffb5ce475112442)) ##### Bug Fixes - **env-ci:** updated to the stable esm-only version ([#​2632](https://togithub.com/semantic-release/semantic-release/issues/2632)) ([918eb59](https://togithub.com/semantic-release/semantic-release/commit/918eb59bc5df3b9568f6893fc8d9dd96c32681b2)) - **secrets-masking:** used the proper named import from hook-std to enable masking for stderr ([#​2619](https://togithub.com/semantic-release/semantic-release/issues/2619)) ([cf6befa](https://togithub.com/semantic-release/semantic-release/commit/cf6befa2e87759321f0707019b9c2326689307e4)) ### [`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)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 21.x releases. But if you manually upgrade to 21.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.