-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: Convert require statements to ES6 imports * refactor: use `lodash-es` instead of `lodash` * refactor: remove `#readme` from `"package.json".homepage` * refactor: update "package.json" exports field for `esm` * refactor: use `createRequire` to get `homepage` from `package.json` * refactor: update `lib` functions to use named exports * refactor: update debug import in index.js * refactor: add "type" field to package.json * refactor: update import paths to `../index.js` in test files * refactor: replace `xo` with `prettier` * fix: `npm audit fix` package in lockfile * refactor: bump `semantic-release` peer-dependencies version * refactor: update Node.js versions in test workflow Update the Node.js versions in the test workflow to include 20.8.1, 20, and 21. This ensures compatibility with different versions of Node.js during testing. Also, replace the deprecated "npm ci" command with "npm clean-install" to install dependencies. Additionally, add a step to run "npm audit signatures" to check for any security issues in the dependencies. Finally, include a step to scan the lockfile for security issues using "lockfile-lint". * refactor: Update Node.js versions in test workflow * refactor: temporarily Remove `npm audit signatures` step in test workflow * fix(lint): initial prettier lint * refactor: update `semantic-release` peer-dependencies version BREAKING CHANGE: the minimum required version of semantic-release to use `@semantic-release/exec` is now v24.1.0; the warn logger method/function is now available to use in plugin * refactor: replace `nyc` with `c8` as package for code coverage * refactor: update Node.js versions in package-lock.json and package.json * refactor: update `semantic-release` peer-dependencies version * Update .github/workflows/test.yml Co-authored-by: Matt Travi <[email protected]> * refactor: update package.json to use fixed versions for `prettier` and `semantic-release` * refactor: add main entry point to package.json BREAKING CHANGE: `@semantic-release/exec` is now a native ES Module. It has named exports for each plugin hook (verifyConditions, analyzeCommits, verifyRelease, generateNotes, prepare, publish, addChannel, success, fail) --------- Co-authored-by: Matt Travi <[email protected]>
- Loading branch information
Showing
21 changed files
with
6,707 additions
and
26,022 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.