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

Fix 'linkify-changelog.js' by switching to ESM #4812

Merged
merged 2 commits into from Jan 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
96 changes: 48 additions & 48 deletions CHANGELOG.md

Large diffs are not rendered by default.

203 changes: 39 additions & 164 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-scripts.js
Expand Up @@ -300,7 +300,7 @@ module.exports = {
description: 'Update list of AUTHORS'
},
linkifyChangelog: {
script: 'node scripts/linkify-changelog.js',
script: 'node scripts/linkify-changelog.mjs',
description: 'Add/update GitHub links in CHANGELOG.md'
},
version: {
Expand Down
7 changes: 3 additions & 4 deletions package.json
Expand Up @@ -131,9 +131,9 @@
"pidtree": "^0.5.0",
"prettier": "^2.4.1",
"regenerator-runtime": "0.13.7",
"remark": "^14.0.1",
"remark-github": "^11.1.1",
"remark-inline-links": "^6.0.0",
"remark": "^14.0.2",
"remark-github": "^11.2.2",
"remark-inline-links": "^6.0.1",
"requirejs": "^2.3.6",
"rewiremock": "^3.14.3",
"rimraf": "^3.0.2",
Expand All @@ -145,7 +145,6 @@
"strip-ansi": "^6.0.0",
"svgo": "^1.3.2",
"through2": "^4.0.2",
"to-vfile": "^6.1.0",
"touch": "^3.1.0",
"unexpected": "^11.14.0",
"unexpected-eventemitter": "^2.2.0",
Expand Down
25 changes: 0 additions & 25 deletions scripts/linkify-changelog.js

This file was deleted.