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

convert the plugin to esm along with other breaking changes #581

Merged
merged 25 commits into from Mar 22, 2023
Merged

Conversation

travi
Copy link
Member

@travi travi commented Feb 23, 2023

No description provided.

travi and others added 21 commits January 13, 2023 12:08
BREAKING CHANGE: `@semantic-release/npm` is now a native ES Module. It
has named exports for each plugin hook (`verifyConditions`, `prepare`,
`publish`, `addChannel`)
BREAKING CHANGE: node v18 is now the minimum required node version
BREAKING CHANGE: legacy authentication using `NPM_USERNAME` and `NPM_PASSWORD` is no longer supported. Use `NPM_TOKEN` instead.
refactor(esm): converted the package to esm
BREAKING CHANGE: due to the aggregate-error upgrade, thrown errors are no longer iterable, but instead list the errors under an `errors` property
upgrade dependencies that are now unblocked after the esm transition
…he first version that supports loading esm plugins

BREAKING CHANGE: the required version of semantic-release has been
raised to v20.1.0 in order to support loading of ESM plugins
raised the peer requirement for semantic-release
BREAKING CHANGE: the direct dependency on npm has been upgraded to v9. details of breaking changes
can be found at https://github.com/npm/cli/releases/tag/v9.0.0
@travi travi requested a review from gr2m February 23, 2023 04:20
Copy link
Member

@gr2m gr2m left a comment

Choose a reason for hiding this comment

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

🚀

@travi
Copy link
Member Author

travi commented Mar 3, 2023

i will be stepping away for a couple of weeks, so i plan to promote this to stable after time away

@travi travi merged commit 410b73d into master Mar 22, 2023
5 checks passed
@travi travi deleted the beta branch March 22, 2023 01:38
@github-actions
Copy link

🎉 This PR is included in version 10.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants