Bump remark-lint from 9.1.2 to 10.0.0 (#202)

Bumps [remark-lint](https://github.com/remarkjs/remark-lint) from 9.1.2 to 10.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/9.1.2...10.0.0)

---
updated-dependencies:
- dependency-name: remark-lint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
dependabot[bot] 1 month ago committed by GitHub
parent c1445eba72
commit fedbb18003
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,7 +24,7 @@
"dependencies": {
"remark": "^15.0.1",
"remark-cli": "^11.0.0",
"remark-lint": "^9.1.2",
"remark-lint": "^10.0.0",
"remark-lint-alphabetize-lists": "^3.0.0",
"remark-lint-are-links-valid-duplicate": "^0.2.2",
"remark-preset-lint-recommended": "^6.1.3"

@ -64,10 +64,22 @@
dependencies:
"@types/estree" "*"
"@types/estree-jsx@^1.0.0":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@types/estree-jsx/-/estree-jsx-1.0.5.tgz#858a88ea20f34fe65111f005a689fa1ebf70dc18"
dependencies:
"@types/estree" "*"
"@types/estree@*":
version "0.0.50"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83"
"@types/hast@^3.0.0":
version "3.0.4"
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa"
dependencies:
"@types/unist" "*"
"@types/is-empty@^1.0.0":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@types/is-empty/-/is-empty-1.2.1.tgz#18d7256a73e43ec51f8b75c25fbdc31350be52a6"
@ -452,6 +464,13 @@ mdast-comment-marker@^2.0.0:
dependencies:
mdast-util-mdx-expression "^1.1.0"
mdast-comment-marker@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/mdast-comment-marker/-/mdast-comment-marker-3.0.0.tgz#8233f27c985ac7be53678ecb453dd9648fa1b5c5"
dependencies:
"@types/mdast" "^4.0.0"
mdast-util-mdx-expression "^2.0.0"
mdast-util-from-markdown@^1.0.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-1.2.0.tgz#84df2924ccc6c995dec1e2368b2b208ad0a76268"
@ -498,6 +517,17 @@ mdast-util-mdx-expression@^1.1.0:
dependencies:
"@types/estree-jsx" "^0.0.1"
mdast-util-mdx-expression@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-2.0.0.tgz#4968b73724d320a379110d853e943a501bfd9d87"
dependencies:
"@types/estree-jsx" "^1.0.0"
"@types/hast" "^3.0.0"
"@types/mdast" "^4.0.0"
devlop "^1.0.0"
mdast-util-from-markdown "^2.0.0"
mdast-util-to-markdown "^2.0.0"
mdast-util-phrasing@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/mdast-util-phrasing/-/mdast-util-phrasing-4.0.0.tgz#468cbbb277375523de807248b8ad969feb02a5c7"
@ -1176,7 +1206,15 @@ remark-lint-ordered-list-marker-style@^3.0.0:
unist-util-position "^4.0.0"
unist-util-visit "^4.0.0"
remark-lint@^9.0.0, remark-lint@^9.1.2:
remark-lint@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-10.0.0.tgz#161b24a18223a68ec2ed8d77e46015b5a0bd8bb5"
dependencies:
"@types/mdast" "^4.0.0"
remark-message-control "^8.0.0"
unified "^11.0.0"
remark-lint@^9.0.0:
version "9.1.2"
resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-9.1.2.tgz#0781e273bba33fbfd26210b639b8a3702d65ad91"
dependencies:
@ -1194,6 +1232,15 @@ remark-message-control@^7.0.0:
unified-message-control "^4.0.0"
vfile "^5.0.0"
remark-message-control@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/remark-message-control/-/remark-message-control-8.0.0.tgz#1d5880f33c05a65fcd60dcf0572b8198e9935d97"
dependencies:
"@types/mdast" "^4.0.0"
mdast-comment-marker "^3.0.0"
unified-message-control "^5.0.0"
vfile "^6.0.0"
remark-parse@^10.0.0:
version "10.0.1"
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-10.0.1.tgz#6f60ae53edbf0cf38ea223fe643db64d112e0775"
@ -1293,6 +1340,10 @@ sliced@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/sliced/-/sliced-1.0.1.tgz#0b3a662b5d04c3177b1926bea82b03f837a2ef41"
space-separated-tokens@^2.0.0:
version "2.0.2"
resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-2.0.2.tgz#1ecd9d2350a3844572c3f4a312bceb018348859f"
string-width@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.0.1.tgz#0d8158335a6cfd8eb95da9b6b262ce314a036ffd"
@ -1419,6 +1470,19 @@ unified-message-control@^4.0.0:
vfile-location "^4.0.0"
vfile-message "^3.0.0"
unified-message-control@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/unified-message-control/-/unified-message-control-5.0.0.tgz#7268a9a5d695c2591149ebe35e37eb200b852d7e"
dependencies:
"@types/unist" "^3.0.0"
devlop "^1.0.0"
space-separated-tokens "^2.0.0"
unist-util-is "^6.0.0"
unist-util-visit "^5.0.0"
vfile "^6.0.0"
vfile-location "^5.0.0"
vfile-message "^4.0.0"
unified@^10.0.0, unified@^10.1.0:
version "10.1.1"
resolved "https://registry.yarnpkg.com/unified/-/unified-10.1.1.tgz#345e349e3ab353ab612878338eb9d57b4dea1d46"
@ -1561,6 +1625,13 @@ vfile-location@^4.0.0:
"@types/unist" "^2.0.0"
vfile "^5.0.0"
vfile-location@^5.0.0:
version "5.0.2"
resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-5.0.2.tgz#220d9ca1ab6f8b2504a4db398f7ebc149f9cb464"
dependencies:
"@types/unist" "^3.0.0"
vfile "^6.0.0"
vfile-message@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-3.0.2.tgz#db7eaebe7fecb853010f2ef1664427f52baf8f74"

Loading…
Cancel
Save