You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,11 @@
37
37
- Tweaked the package description.
38
38
- Updated the `package.json` field `repository` to conform to new npm requirements.
39
39
- Updated GitHub Actions CI config:
40
+
- No longer run the workflow on pull request.
41
+
- Enable manual workflow dispatching.
40
42
- Updated the tested Node.js versions to v18, v20, v22.
43
+
- Updated `actions/checkout` to v4.
44
+
- Updated `actions/setup-node` to v4.
41
45
- Migrated to the ESLint v9 CLI and “flat” config.
42
46
- Integrated a new dev dependency [`eslint-plugin-jsdoc`](https://npm.im/eslint-plugin-jsdoc) and revised types.
43
47
- Removed the Node.js CLI option `--unhandled-rejections=throw` in the package script `tests` as it’s now the default for all supported Node.js versions.
0 commit comments