-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency semantic-release to v20 #263
chore(deps): update dependency semantic-release to v20 #263
Conversation
Codecov ReportBase: 81.25% // Head: 81.25% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## master #263 +/- ##
=======================================
Coverage 81.25% 81.25%
=======================================
Files 4 4
Lines 32 32
Branches 4 4
=======================================
Hits 26 26
Misses 6 6 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
8061f99
to
9dda75a
Compare
working fine, ready to review. |
it is shifting semantic release to v20. These are some breaking changes. i think we should test it on some forked repo first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Minimum required
Node
version isv18
now. This repo has not specified any specificNode
version inengines
property inpackage.json
but theGithub Workflows
are usingv16
. Even though semantic-release will always provide support for LTS versions but still better to update if possible. Good news is we only usesemantic-release
for CI works only so onlyNode
version needs to be updated forGithub Workflows
. - ESM-only (ES5 to ES6). No RequireJS stuff. Nothing required for consuming repos because the code is used for its own executable only.
9dda75a
to
286a7a8
Compare
This reverts commit abb22a8.
This PR contains the following updates:
19.0.5
->20.0.2
Release Notes
semantic-release/semantic-release
v20.0.2
Compare Source
Bug Fixes
v20.0.1
Compare Source
Bug Fixes
v20.0.0
Compare Source
BREAKING CHANGES
Features
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" in timezone America/New_York, 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.