Bump remark-lint from 7.0.1 to 8.0.0 (#127)

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](https://github.com/remarkjs/remark-lint/compare/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>
pull/126/head
dependabot-preview[bot] 3 years ago committed by GitHub
parent 67a6d478ba
commit 1fec6cda73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@
"dependencies": {
"remark": "^13.0.0",
"remark-cli": "^9.0.0",
"remark-lint": "^7.0.1",
"remark-lint": "^8.0.0",
"remark-lint-alphabetize-lists": "^3.0.0",
"remark-lint-are-links-valid-duplicate": "^0.2.2",
"remark-preset-lint-recommended": "^4.0.1"

@ -751,12 +751,18 @@ remark-lint-ordered-list-marker-style@^2.0.0:
unist-util-position "^3.0.0"
unist-util-visit "^2.0.0"
remark-lint@^7.0.0, remark-lint@^7.0.1:
remark-lint@^7.0.0:
version "7.0.1"
resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-7.0.1.tgz#665a5cbea9f7c95e64593f69bb6816ee8343ffdf"
dependencies:
remark-message-control "^6.0.0"
remark-lint@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-8.0.0.tgz#6e40894f4a39eaea31fc4dd45abfaba948bf9a09"
dependencies:
remark-message-control "^6.0.0"
remark-message-control@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/remark-message-control/-/remark-message-control-6.0.0.tgz#955b054b38c197c9f2e35b1d88a4912949db7fc5"

Loading…
Cancel
Save