Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNode.js GitHub Bot <github-bot@iojs.org>2022-11-07 08:01:38 +0300
committerGitHub <noreply@github.com>2022-11-07 08:01:38 +0300
commitb353d1b1fd0f773cbead37f2964b37877a00f2cc (patch)
treea13f5b7d4551df19cb32ce162c160d1e35680a00
parente1ac4e947cbeae7dd022df17089a1c25e6b263e3 (diff)
tools: update lint-md-dependencies to rollup@3.2.5
PR-URL: https://github.com/nodejs/node/pull/45332 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
-rw-r--r--tools/lint-md/lint-md.mjs16
-rw-r--r--tools/lint-md/package-lock.json26
-rw-r--r--tools/lint-md/package.json2
3 files changed, 29 insertions, 15 deletions
diff --git a/tools/lint-md/lint-md.mjs b/tools/lint-md/lint-md.mjs
index 38665bb862c..e1f827a4090 100644
--- a/tools/lint-md/lint-md.mjs
+++ b/tools/lint-md/lint-md.mjs
@@ -11097,8 +11097,22 @@ const gfmStrikethroughFromMarkdown = {
enter: {strikethrough: enterStrikethrough},
exit: {strikethrough: exitStrikethrough}
};
+const constructsWithoutStrikethrough = [
+ 'autolink',
+ 'destinationLiteral',
+ 'destinationRaw',
+ 'reference',
+ 'titleQuote',
+ 'titleApostrophe'
+];
const gfmStrikethroughToMarkdown = {
- unsafe: [{character: '~', inConstruct: 'phrasing'}],
+ unsafe: [
+ {
+ character: '~',
+ inConstruct: 'phrasing',
+ notInConstruct: constructsWithoutStrikethrough
+ }
+ ],
handlers: {delete: handleDelete}
};
handleDelete.peek = peekDelete;
diff --git a/tools/lint-md/package-lock.json b/tools/lint-md/package-lock.json
index fcb04b40177..565c5c9ef05 100644
--- a/tools/lint-md/package-lock.json
+++ b/tools/lint-md/package-lock.json
@@ -18,7 +18,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
- "rollup": "^3.2.3",
+ "rollup": "^3.2.5",
"rollup-plugin-cleanup": "^3.2.1"
}
},
@@ -646,9 +646,9 @@
}
},
"node_modules/mdast-util-gfm-strikethrough": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.1.tgz",
- "integrity": "sha512-zKJbEPe+JP6EUv0mZ0tQUyLQOC+FADt0bARldONot/nefuISkaZFlmVK4tU6JgfyZGrky02m/I6PmehgAgZgqg==",
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.2.tgz",
+ "integrity": "sha512-T/4DVHXcujH6jx1yqpcAYYwd+z5lAYMw4Ls6yhTfbMMtCt0PHY4gEfhW9+lKsLBtyhUGKRIzcUA2FATVqnvPDA==",
"dependencies": {
"@types/mdast": "^3.0.0",
"mdast-util-to-markdown": "^1.3.0"
@@ -2207,9 +2207,9 @@
}
},
"node_modules/rollup": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.2.3.tgz",
- "integrity": "sha512-qfadtkY5kl0F5e4dXVdj2D+GtOdifasXHFMiL1SMf9ADQDv5Eti6xReef9FKj+iQPR2pvtqWna57s/PjARY4fg==",
+ "version": "3.2.5",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.2.5.tgz",
+ "integrity": "sha512-/Ha7HhVVofduy+RKWOQJrxe4Qb3xyZo+chcpYiD8SoQa4AG7llhupUtyfKSSrdBM2mWJjhM8wZwmbY23NmlIYw==",
"dev": true,
"bin": {
"rollup": "dist/bin/rollup"
@@ -3096,9 +3096,9 @@
}
},
"mdast-util-gfm-strikethrough": {
- "version": "1.0.1",
- "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.1.tgz",
- "integrity": "sha512-zKJbEPe+JP6EUv0mZ0tQUyLQOC+FADt0bARldONot/nefuISkaZFlmVK4tU6JgfyZGrky02m/I6PmehgAgZgqg==",
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/mdast-util-gfm-strikethrough/-/mdast-util-gfm-strikethrough-1.0.2.tgz",
+ "integrity": "sha512-T/4DVHXcujH6jx1yqpcAYYwd+z5lAYMw4Ls6yhTfbMMtCt0PHY4gEfhW9+lKsLBtyhUGKRIzcUA2FATVqnvPDA==",
"requires": {
"@types/mdast": "^3.0.0",
"mdast-util-to-markdown": "^1.3.0"
@@ -4178,9 +4178,9 @@
}
},
"rollup": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.2.3.tgz",
- "integrity": "sha512-qfadtkY5kl0F5e4dXVdj2D+GtOdifasXHFMiL1SMf9ADQDv5Eti6xReef9FKj+iQPR2pvtqWna57s/PjARY4fg==",
+ "version": "3.2.5",
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.2.5.tgz",
+ "integrity": "sha512-/Ha7HhVVofduy+RKWOQJrxe4Qb3xyZo+chcpYiD8SoQa4AG7llhupUtyfKSSrdBM2mWJjhM8wZwmbY23NmlIYw==",
"dev": true,
"requires": {
"fsevents": "~2.3.2"
diff --git a/tools/lint-md/package.json b/tools/lint-md/package.json
index 51a6b4a8e11..9ec41cdf029 100644
--- a/tools/lint-md/package.json
+++ b/tools/lint-md/package.json
@@ -16,7 +16,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
- "rollup": "^3.2.3",
+ "rollup": "^3.2.5",
"rollup-plugin-cleanup": "^3.2.1"
}
}