Skip to content
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

Merged
merged 1 commit into from
Jan 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
semantic-release 19.0.5 -> 20.0.2 age adoption passing confidence

Release Notes

semantic-release/semantic-release

v20.0.2

Compare Source

Bug Fixes

v20.0.1

Compare Source

Bug Fixes
  • deps: update dependency cosmiconfig to v8 (f914c1e)
  • deps: update dependency hosted-git-info to v6 (c4da008)

v20.0.0

Compare Source

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. please see our recommendations for releasing with a different node version than your project normally uses, if necessary.
Features
Bug Fixes
  • env-ci: updated to the stable esm-only version (#​2632) (918eb59)
  • secrets-masking: used the proper named import from hook-std to enable masking for stderr (#​2619) (cf6befa)

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.


  • If you want to rebase/retry this PR, check this box

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

@codecov
Copy link

codecov bot commented Jan 9, 2023

Codecov Report

Base: 81.25% // Head: 81.25% // No change to project coverage 👍

Coverage data is based on head (9dda75a) compared to base (1df0b94).
Patch has no changes to coverable lines.

❗ Current head 9dda75a differs from pull request most recent head 286a7a8. Consider uploading reports for the commit 286a7a8 to get more accurate results

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 8061f99 to 9dda75a Compare January 9, 2023 10:19
@Mashal-m
Copy link
Contributor

working fine, ready to review.
@abdullahwaheed

@abdullahwaheed
Copy link
Contributor

it is shifting semantic release to v20. These are some breaking changes. i think we should test it on some forked repo first

Copy link

@ishahroz ishahroz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Minimum required Node version is v18 now. This repo has not specified any specific Node version in engines property in package.json but the Github Workflows are using v16. Even though semantic-release will always provide support for LTS versions but still better to update if possible. Good news is we only use semantic-release for CI works only so only Node version needs to be updated for Github Workflows.
  2. ESM-only (ES5 to ES6). No RequireJS stuff. Nothing required for consuming repos because the code is used for its own executable only.

@renovate renovate bot force-pushed the renovate/major-semantic-release-monorepo branch from 9dda75a to 286a7a8 Compare January 18, 2023 14:09
@abdullahwaheed abdullahwaheed merged commit abb22a8 into master Jan 20, 2023
@abdullahwaheed abdullahwaheed deleted the renovate/major-semantic-release-monorepo branch January 20, 2023 07:20
abdullahwaheed added a commit that referenced this pull request Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants