Compare commits

..

2 Commits

Author SHA1 Message Date
dependabot[bot] cdb6af9d48
Bump remark-preset-lint-recommended from 6.1.3 to 7.0.0
Bumps [remark-preset-lint-recommended](https://github.com/remarkjs/remark-lint) from 6.1.3 to 7.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/commits/7.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2 months ago
dependabot[bot] fedbb18003
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>
2 months ago

@ -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": "^7.0.0"

@ -58,12 +58,6 @@
dependencies:
"@types/ms" "*"
"@types/estree-jsx@^0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@types/estree-jsx/-/estree-jsx-0.0.1.tgz#c36d7a1afeb47a95a8ee0b7bc8bc705db38f919d"
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"
@ -493,12 +487,6 @@ lru-cache@^6.0.0:
dependencies:
yallist "^4.0.0"
mdast-comment-marker@^2.0.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/mdast-comment-marker/-/mdast-comment-marker-2.1.0.tgz#67acce26def829b310016c7a186ec6ec3e7d6a3f"
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"
@ -553,12 +541,6 @@ mdast-util-from-markdown@^2.0.0:
micromark-util-types "^2.0.0"
unist-util-stringify-position "^4.0.0"
mdast-util-mdx-expression@^1.1.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/mdast-util-mdx-expression/-/mdast-util-mdx-expression-1.1.1.tgz#657522e78b84f5c85cd2395776aba8dcfb7bbb0f"
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"
@ -1249,24 +1231,6 @@ remark-lint@^10.0.0:
remark-message-control "^8.0.0"
unified "^11.0.0"
remark-lint@^9.1.2:
version "9.1.2"
resolved "https://registry.yarnpkg.com/remark-lint/-/remark-lint-9.1.2.tgz#0781e273bba33fbfd26210b639b8a3702d65ad91"
dependencies:
"@types/mdast" "^3.0.0"
remark-message-control "^7.0.0"
unified "^10.1.0"
remark-message-control@^7.0.0:
version "7.1.1"
resolved "https://registry.yarnpkg.com/remark-message-control/-/remark-message-control-7.1.1.tgz#71e9b757b835fad2ac14fafa8b432f51b9b9bf52"
dependencies:
"@types/mdast" "^3.0.0"
mdast-comment-marker "^2.0.0"
unified "^10.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"
@ -1499,17 +1463,6 @@ unified-lint-rule@^3.0.0:
unified "^11.0.0"
vfile "^6.0.0"
unified-message-control@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/unified-message-control/-/unified-message-control-4.0.0.tgz#7cd313df526fc660f218b19a56377bb6957019a8"
dependencies:
"@types/unist" "^2.0.0"
unist-util-is "^5.0.0"
unist-util-visit "^3.0.0"
vfile "^5.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"
@ -1523,7 +1476,7 @@ unified-message-control@^5.0.0:
vfile-location "^5.0.0"
vfile-message "^4.0.0"
unified@^10.0.0, unified@^10.1.0:
unified@^10.0.0:
version "10.1.1"
resolved "https://registry.yarnpkg.com/unified/-/unified-10.1.1.tgz#345e349e3ab353ab612878338eb9d57b4dea1d46"
dependencies:
@ -1591,13 +1544,6 @@ unist-util-visit-parents@^2.0.0:
dependencies:
unist-util-is "^3.0.0"
unist-util-visit-parents@^4.0.0:
version "4.1.1"
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-4.1.1.tgz#e83559a4ad7e6048a46b1bdb22614f2f3f4724f2"
dependencies:
"@types/unist" "^2.0.0"
unist-util-is "^5.0.0"
unist-util-visit-parents@^5.0.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-5.1.0.tgz#44bbc5d25f2411e7dfc5cecff12de43296aa8521"
@ -1618,14 +1564,6 @@ unist-util-visit@^1.0.0, unist-util-visit@^1.1.3:
dependencies:
unist-util-visit-parents "^2.0.0"
unist-util-visit@^3.0.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-3.1.0.tgz#9420d285e1aee938c7d9acbafc8e160186dbaf7b"
dependencies:
"@types/unist" "^2.0.0"
unist-util-is "^5.0.0"
unist-util-visit-parents "^4.0.0"
unist-util-visit@^4.0.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-4.1.0.tgz#f41e407a9e94da31594e6b1c9811c51ab0b3d8f5"
@ -1656,13 +1594,6 @@ uvu@^0.5.0:
sade "^1.7.3"
totalist "^2.0.0"
vfile-location@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-4.0.1.tgz#06f2b9244a3565bef91f099359486a08b10d3a95"
dependencies:
"@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"

Loading…
Cancel
Save