Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: Now uses semantic-release v24. Their breaking
changes between v21 and v24. Notable points: dropped support for
Node 18, and requires the latest major version of commit-analyzer
and release-notes plugins.
Since this is a breaking change I also include some other dependency
upgrades that technically would be breaking for similar reasons
(Node versions).
I've tested Semantic Release v24 with
@qiwi/multi-semantic-release
using
"overrides"
, and it worked as expected. Tests in this repopass as well.
Let me know if you would like to split this PR in smaller chunks.
The upgrade is motivated by
npm audit
.Changes