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

tools: update lint-md-dependencies to remark-parse@11.0.0 remark-preset-lint-node@5.0.0 remark-stringify@11.0.0 rollup@3.29.4 #49983

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
tools: update lint-md-dependencies
- remark-parse@11.0.0
- remark-preset-lint-node@5.0.0
- remark-stringify@11.0.0
- rollup@3.29.4
nodejs-github-bot authored and lpinca committed Oct 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit acecdd8d13287632f9ac0f17113f5521b0a895b9
15,074 changes: 10,343 additions & 4,731 deletions tools/lint-md/lint-md.mjs

Large diffs are not rendered by default.

4,586 changes: 3,558 additions & 1,028 deletions tools/lint-md/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions tools/lint-md/package.json
Original file line number Diff line number Diff line change
@@ -6,17 +6,17 @@
"build": "rollup -f es -p '@rollup/plugin-node-resolve={exportConditions: [\"node\"]}' -p @rollup/plugin-commonjs -p rollup-plugin-cleanup lint-md.src.mjs --file lint-md.mjs"
},
"dependencies": {
"remark-parse": "^10.0.2",
"remark-preset-lint-node": "^4.0.0",
"remark-stringify": "^10.0.3",
"remark-parse": "^11.0.0",
"remark-preset-lint-node": "^5.0.0",
"remark-stringify": "^11.0.0",
"to-vfile": "^8.0.0",
"unified": "^11.0.3",
"vfile-reporter": "^8.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"rollup": "^3.29.2",
"rollup": "^3.29.4",
"rollup-plugin-cleanup": "^3.2.1"
}
}