Skip to content

Commit f297790

Browse files
authored
chore: switch 'linkify-changelog.js' to ESM (#4812) [ci skip]
1 parent 0a1b7f8 commit f297790

6 files changed

+114
-242
lines changed

CHANGELOG.md

Lines changed: 48 additions & 48 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 39 additions & 164 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ module.exports = {
300300
description: 'Update list of AUTHORS'
301301
},
302302
linkifyChangelog: {
303-
script: 'node scripts/linkify-changelog.js',
303+
script: 'node scripts/linkify-changelog.mjs',
304304
description: 'Add/update GitHub links in CHANGELOG.md'
305305
},
306306
version: {

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@
131131
"pidtree": "^0.5.0",
132132
"prettier": "^2.4.1",
133133
"regenerator-runtime": "0.13.7",
134-
"remark": "^14.0.1",
135-
"remark-github": "^11.1.1",
136-
"remark-inline-links": "^6.0.0",
134+
"remark": "^14.0.2",
135+
"remark-github": "^11.2.2",
136+
"remark-inline-links": "^6.0.1",
137137
"requirejs": "^2.3.6",
138138
"rewiremock": "^3.14.3",
139139
"rimraf": "^3.0.2",
@@ -145,7 +145,6 @@
145145
"strip-ansi": "^6.0.0",
146146
"svgo": "^1.3.2",
147147
"through2": "^4.0.2",
148-
"to-vfile": "^6.1.0",
149148
"touch": "^3.1.0",
150149
"unexpected": "^11.14.0",
151150
"unexpected-eventemitter": "^2.2.0",

scripts/linkify-changelog.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)