Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ba89cea

Browse filesBrowse files
nodejs-github-botRafaelGSS
authored andcommitted
tools: update lint-md-dependencies
Update @rollup/plugin-commonjs@23.0.2, @rollup/plugin-node-resolve@15.0.1, and rollup@3.2.3. PR-URL: #45237 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent bfbfaca commit ba89cea
Copy full SHA for ba89cea

File tree

Expand file treeCollapse file tree

3 files changed

+57
-47
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+57
-47
lines changed
Open diff view settings
Collapse file

‎tools/lint-md/lint-md.mjs‎

Copy file name to clipboardExpand all lines: tools/lint-md/lint-md.mjs
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19395,7 +19395,7 @@ const { MAX_LENGTH: MAX_LENGTH$1, MAX_SAFE_INTEGER } = constants;
1939519395
const { re: re$1, t: t$1 } = re$2.exports;
1939619396
const parseOptions$1 = parseOptions_1;
1939719397
const { compareIdentifiers } = identifiers;
19398-
class SemVer$2 {
19398+
let SemVer$2 = class SemVer {
1939919399
constructor (version, options) {
1940019400
options = parseOptions$1(options);
1940119401
if (version instanceof SemVer$2) {
@@ -19617,7 +19617,7 @@ class SemVer$2 {
1961719617
this.raw = this.version;
1961819618
return this
1961919619
}
19620-
}
19620+
};
1962119621
var semver = SemVer$2;
1962219622

1962319623
const { MAX_LENGTH } = constants;
Collapse file

‎tools/lint-md/package-lock.json‎

Copy file name to clipboardExpand all lines: tools/lint-md/package-lock.json
+52-42Lines changed: 52 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎tools/lint-md/package.json‎

Copy file name to clipboardExpand all lines: tools/lint-md/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"vfile-reporter": "^7.0.4"
1515
},
1616
"devDependencies": {
17-
"@rollup/plugin-commonjs": "^23.0.0",
18-
"@rollup/plugin-node-resolve": "^15.0.0",
19-
"rollup": "^3.2.0",
17+
"@rollup/plugin-commonjs": "^23.0.2",
18+
"@rollup/plugin-node-resolve": "^15.0.1",
19+
"rollup": "^3.2.3",
2020
"rollup-plugin-cleanup": "^3.2.1"
2121
}
2222
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.