Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
Update dependency remark-retext to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 16, 2023
1 parent 9166432 commit 9e32c7c
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"remark-preset-lint-consistent": "5.1.2",
"remark-preset-lint-markdown-style-guide": "5.1.3",
"remark-preset-lint-recommended": "6.1.3",
"remark-retext": "5.0.1",
"remark-retext": "6.0.0",
"remark-validate-links": "13.0.0",
"retext-diacritics": "5.0.0",
"retext-english": "4.1.0",
Expand Down
73 changes: 55 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10379,18 +10379,18 @@ mdast-util-to-markdown@^2.0.0:
unist-util-visit "^5.0.0"
zwitch "^2.0.0"

mdast-util-to-nlcst@^5.0.0:
version "5.2.1"
resolved "https://registry.yarnpkg.com/mdast-util-to-nlcst/-/mdast-util-to-nlcst-5.2.1.tgz#2f5c70d99982ab8b4b9e371023b783345c69eafe"
integrity sha512-Xznpj85MsJnLQjBboajOovT2fAAvbbbmYutpFgzLi9pjZEOkgGzjq+t6fHcge8uzZ5uEkj5pigzw2QrnIVq/kw==
mdast-util-to-nlcst@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/mdast-util-to-nlcst/-/mdast-util-to-nlcst-7.0.0.tgz#1e8607db1cd9921b333b59a402ae4a5793d70e93"
integrity sha512-YfWgABD6izaK7Tzx37V4268THKeusHU+S2qet98h9vrffMxwd/2jqFKxNYz9cCAPYA8p/5BXQuF313JuVFDC9A==
dependencies:
"@types/mdast" "^3.0.0"
"@types/nlcst" "^1.0.0"
"@types/unist" "^2.0.0"
"@types/mdast" "^4.0.0"
"@types/nlcst" "^2.0.0"
"@types/unist" "^3.0.0"
nlcst-to-string "^3.0.0"
unist-util-position "^4.0.0"
vfile "^5.0.0"
vfile-location "^4.0.0"
unist-util-position "^5.0.0"
vfile "^6.0.0"
vfile-location "^5.0.0"

mdast-util-to-string@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -12052,6 +12052,18 @@ parse-latin@^5.0.0:
unist-util-modify-children "^3.0.0"
unist-util-visit-children "^2.0.0"

parse-latin@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/parse-latin/-/parse-latin-7.0.0.tgz#8dfacac26fa603f76417f36233fc45602a323e1d"
integrity sha512-mhHgobPPua5kZ98EF4HWiH167JWBfl4pvAIXXdbaVohtK7a6YBOy56kvhCqduqyo/f3yrHFWmqmiMg/BkBkYYQ==
dependencies:
"@types/nlcst" "^2.0.0"
"@types/unist" "^3.0.0"
nlcst-to-string "^4.0.0"
unist-util-modify-children "^4.0.0"
unist-util-visit-children "^3.0.0"
vfile "^6.0.0"

parse-ms@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-3.0.0.tgz#3ea24a934913345fcc3656deda72df921da3a70e"
Expand Down Expand Up @@ -14087,15 +14099,17 @@ [email protected]:
remark-lint-ordered-list-marker-style "^3.0.0"
unified "^10.0.0"

remark-retext@5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/remark-retext/-/remark-retext-5.0.1.tgz#f19817f21d54bb273a0efc2007458ac38dd42542"
integrity sha512-h3kOjKNy7oJfohqXlKp+W4YDigHD3rw01x91qvQP/cUkK5nJrDl6yEYwTujQCAXSLZrsBxywlK3ntzIX6c29aA==
remark-retext@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/remark-retext/-/remark-retext-6.0.0.tgz#97c20ed898bd9d574943378af842bf007b53c57b"
integrity sha512-VYs0p+3G4DKm/KtWx7LV8YPbyX4CjBf1SZcEk2usEv3QK6JK4g5EfurDAPUmGVZOx/NcqOiNbozfGqpl2HQfTA==
dependencies:
"@types/mdast" "^3.0.0"
"@types/unist" "^2.0.0"
mdast-util-to-nlcst "^5.0.0"
unified "^10.0.0"
"@types/mdast" "^4.0.0"
"@types/nlcst" "^2.0.0"
mdast-util-to-nlcst "^7.0.0"
parse-latin "^7.0.0"
unified "^11.0.0"
vfile "^6.0.0"

[email protected]:
version "4.0.0"
Expand Down Expand Up @@ -16131,6 +16145,14 @@ unist-util-modify-children@^3.0.0:
"@types/unist" "^2.0.0"
array-iterate "^2.0.0"

unist-util-modify-children@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/unist-util-modify-children/-/unist-util-modify-children-4.0.0.tgz#981d6308e887b005d1f491811d3cbcc254b315e9"
integrity sha512-+tdN5fGNddvsQdIzUF3Xx82CU9sMM+fA0dLgR9vOmT0oPT2jH+P1nd5lSqfCfXAw+93NhcXNY2qqvTUtE4cQkw==
dependencies:
"@types/unist" "^3.0.0"
array-iterate "^2.0.0"

unist-util-position@^3.0.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/unist-util-position/-/unist-util-position-3.1.0.tgz#1c42ee6301f8d52f47d14f62bbdb796571fa2d47"
Expand Down Expand Up @@ -16205,6 +16227,13 @@ unist-util-visit-children@^2.0.0:
dependencies:
"@types/unist" "^2.0.0"

unist-util-visit-children@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/unist-util-visit-children/-/unist-util-visit-children-3.0.0.tgz#4bced199b71d7f3c397543ea6cc39e7a7f37dc7e"
integrity sha512-RgmdTfSBOg04sdPcpTSD1jzoNBjt9a80/ZCzp5cI9n1qPzLZWF9YdvWGN2zmTumP1HWhXKdUWexjy/Wy/lJ7tA==
dependencies:
"@types/unist" "^3.0.0"

unist-util-visit-parents@^2.0.0:
version "2.1.2"
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz#25e43e55312166f3348cae6743588781d112c1e9"
Expand Down Expand Up @@ -16526,6 +16555,14 @@ 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"
integrity sha512-NXPYyxyBSH7zB5U6+3uDdd6Nybz6o6/od9rk8bp9H8GR3L+cm/fC0uUTbqBmUTnMCUDslAGBOIKNfvvb+gGlDg==
dependencies:
"@types/unist" "^3.0.0"
vfile "^6.0.0"

vfile-message@^2.0.0:
version "2.0.4"
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-2.0.4.tgz#5b43b88171d409eae58477d13f23dd41d52c371a"
Expand Down

0 comments on commit 9e32c7c

Please sign in to comment.