Skip to content

Commit e67e7bc

Browse files
Bump remark-lint from 7.0.1 to 8.0.0 (#10)
Bumps [remark-lint](https://github.com/remarkjs/remark-lint) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/remarkjs/remark-lint/releases) - [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md) - [Commits](remarkjs/remark-lint@7.0.1...8.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 9a4d4ca commit e67e7bc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"remark": "^12.0.1",
2424
"remark-cli": "^8.0.1",
25-
"remark-lint": "^7.0.1",
25+
"remark-lint": "^8.0.0",
2626
"remark-lint-code-block-style": "^2.0.1",
2727
"remark-lint-no-empty-url": "^2.0.1",
2828
"remark-lint-no-html": "^2.0.1",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,13 +980,20 @@ remark-lint-table-cell-padding@^2.0.0:
980980
unist-util-position "^3.0.0"
981981
unist-util-visit "^2.0.0"
982982

983-
remark-lint@^7.0.0, remark-lint@^7.0.1:
983+
remark-lint@^7.0.0:
984984
version "7.0.1"
985985
resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-7.0.1.tgz#665a5cbea9f7c95e64593f69bb6816ee8343ffdf"
986986
integrity sha512-caZXo3qhuBxzvq9JSJFVQ/ERDq/6TJVgWn0KDwKOIJCGOuLXfQhby5XttUq+Rn7kLbNMtvwfWHJlte14LpaeXQ==
987987
dependencies:
988988
remark-message-control "^6.0.0"
989989

990+
remark-lint@^8.0.0:
991+
version "8.0.0"
992+
resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-8.0.0.tgz#6e40894f4a39eaea31fc4dd45abfaba948bf9a09"
993+
integrity sha512-ESI8qJQ/TIRjABDnqoFsTiZntu+FRifZ5fJ77yX63eIDijl/arvmDvT+tAf75/Nm5BFL4R2JFUtkHRGVjzYUsg==
994+
dependencies:
995+
remark-message-control "^6.0.0"
996+
990997
remark-message-control@^6.0.0:
991998
version "6.0.0"
992999
resolved "https://registry.yarnpkg.com/remark-message-control/-/remark-message-control-6.0.0.tgz#955b054b38c197c9f2e35b1d88a4912949db7fc5"

0 commit comments

Comments
 (0)