Bump remark-lint from 6.0.6 to 7.0.0 (#105)

Bumps [remark-lint](https://github.com/remarkjs/remark-lint) from 6.0.6 to 7.0.0.
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/master/changelog.md)
- [Commits](https://github.com/remarkjs/remark-lint/compare/6.0.6...7.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/104/head
dependabot-preview[bot] 4 years ago committed by GitHub
parent 5543471c5e
commit 48ec354eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@
"dependencies": {
"remark": "^12.0.0",
"remark-cli": "^6.0.1",
"remark-lint": "^6.0.6",
"remark-lint": "^7.0.0",
"remark-lint-alphabetize-lists": "^2.0.1",
"remark-lint-are-links-valid-duplicate": "^0.2.2",
"remark-preset-lint-recommended": "^3.0.4"

@ -1320,12 +1320,18 @@ remark-lint-ordered-list-marker-style@^1.0.0:
unist-util-position "^3.0.0"
unist-util-visit "^1.1.1"
remark-lint@^6.0.0, remark-lint@^6.0.6:
remark-lint@^6.0.0:
version "6.0.6"
resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-6.0.6.tgz#5bf64efe5d88f3caf859ad541ab00656e3ca9c63"
dependencies:
remark-message-control "^4.0.0"
remark-lint@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-7.0.0.tgz#76c054bbd32e8b7b01234f6a0c00e3d72ac9129a"
dependencies:
remark-message-control "^6.0.0"
remark-message-control@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/remark-message-control/-/remark-message-control-4.0.1.tgz#2913cd60b316d9f9f390aa7f34639d20cf55996d"
@ -1335,6 +1341,13 @@ remark-message-control@^4.0.0:
unist-util-visit "^1.0.0"
vfile-location "^2.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"
dependencies:
mdast-comment-marker "^1.0.0"
unified-message-control "^3.0.0"
remark-parse@^6.0.0:
version "6.0.3"
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-6.0.3.tgz#c99131052809da482108413f87b0ee7f52180a3a"
@ -1794,6 +1807,13 @@ unified-lint-rule@^1.0.0, unified-lint-rule@^1.0.1:
dependencies:
wrapped "^1.0.1"
unified-message-control@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/unified-message-control/-/unified-message-control-3.0.1.tgz#7018855daea9af96082cbea35970d48c9c4dbbf2"
dependencies:
unist-util-visit "^2.0.0"
vfile-location "^3.0.0"
unified@^7.0.0:
version "7.0.2"
resolved "https://registry.yarnpkg.com/unified/-/unified-7.0.2.tgz#16aa2748a7c936b80846cc69c580cd5ebd844532"

Loading…
Cancel
Save