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

Commit

Permalink
Update dependency retext-english to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2023
1 parent bd52521 commit 25daa63
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 56 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"remark-retext": "5.0.1",
"remark-validate-links": "12.1.1",
"retext-diacritics": "5.0.0",
"retext-english": "4.1.0",
"retext-english": "5.0.0",
"retext-indefinite-article": "5.0.0",
"retext-redundant-acronyms": "5.0.0",
"retext-repeated-words": "5.0.0",
Expand Down
94 changes: 39 additions & 55 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4571,11 +4571,6 @@ array-includes@^3.1.6:
get-intrinsic "^1.2.1"
is-string "^1.0.7"

array-iterate@^1.0.0:
version "1.1.4"
resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-1.1.4.tgz#add1522e9dd9749bb41152d08b845bd08d6af8b7"
integrity sha512-sNRaPGh9nnmdC8Zf+pT3UqP8rnWj5Hf9wiFGsX3wUQ2yVSIhO2ShFwCoceIPpB41QF6i2OEmrHmCo36xronCVA==

array-iterate@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-2.0.1.tgz#6efd43f8295b3fee06251d3d62ead4bd9805dd24"
Expand Down Expand Up @@ -11180,11 +11175,6 @@ nlcst-search@^4.0.0:
nlcst-normalize "^4.0.0"
unist-util-visit "^5.0.0"

nlcst-to-string@^2.0.0:
version "2.0.4"
resolved "https://registry.yarnpkg.com/nlcst-to-string/-/nlcst-to-string-2.0.4.tgz#9315dfab80882bbfd86ddf1b706f53622dc400cc"
integrity sha512-3x3jwTd6UPG7vi5k4GEzvxJ5rDA7hVUIRNHPblKuMVP9Z3xmlsd9cgLcpAMkc5uPOBna82EeshROFhsPkbnTZg==

nlcst-to-string@^3.0.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/nlcst-to-string/-/nlcst-to-string-3.1.1.tgz#83b90f2e1ee2081e14701317efc26d3bbadc806e"
Expand Down Expand Up @@ -11830,15 +11820,16 @@ parent-module@^1.0.0:
dependencies:
callsites "^3.0.0"

parse-english@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/parse-english/-/parse-english-5.0.0.tgz#baea1a4d2cba9fde9e49f51ea5b5f95df9d3f6b4"
integrity sha512-sMe/JmsY6g21aJCAm8KgCH90a9zCZ7aGSriSJ5B0CcGEsDN7YmiCk3+1iKPE1heDG6zYY4Xf++V8llWtCvNBSQ==
parse-english@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/parse-english/-/parse-english-7.0.0.tgz#a67d2a9d867ef9fc95fcb8c9d073ada5813b143f"
integrity sha512-mxxj3DyPdvOdiUl1okNub3wwoaaZI/Z++paDg3PH96RYvfVilS63WmQOnHlGm0S05y4g9GEjNP3pylyBsJrAwQ==
dependencies:
nlcst-to-string "^2.0.0"
parse-latin "^5.0.0"
unist-util-modify-children "^2.0.0"
unist-util-visit-children "^1.0.0"
"@types/nlcst" "^2.0.0"
nlcst-to-string "^4.0.0"
parse-latin "^7.0.0"
unist-util-modify-children "^4.0.0"
unist-util-visit-children "^3.0.0"

parse-entities@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -11893,14 +11884,17 @@ parse-json@^7.0.0:
lines-and-columns "^2.0.3"
type-fest "^3.8.0"

parse-latin@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/parse-latin/-/parse-latin-5.0.1.tgz#f3b4fac54d06f6a0501cf8b8ecfafa4cbb4f2f47"
integrity sha512-b/K8ExXaWC9t34kKeDV8kGXBkXZ1HCSAZRYE7HR14eA1GlXX5L8iWhs8USJNhQU9q5ci413jCKF0gOyovvyRBg==
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:
nlcst-to-string "^3.0.0"
unist-util-modify-children "^3.0.0"
unist-util-visit-children "^2.0.0"
"@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"
Expand Down Expand Up @@ -14151,15 +14145,14 @@ [email protected]:
unist-util-position "^5.0.0"
vfile "^6.0.0"

retext-english@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/retext-english/-/retext-english-4.1.0.tgz#4d4b4047a262feba316fe03537a0a00a56bfc1d4"
integrity sha512-Pky2idjvgkzfodO0GH9X4IU8LX/d4ULTnLf7S1WsBRlSCh/JdTFPafXZstJqZehtQWNHrgoCqVOiGugsNFYvIQ==
retext-english@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/retext-english/-/retext-english-5.0.0.tgz#7e4859b4b9c42494dadd04b1200cf984c9e19e15"
integrity sha512-BS4Ycj2cMbxNMcXqnM+TL+aMHM0Fzalm08fHCiHaNbBs4jx1RBbpC4oeWOptBNUf8cBTi2Qrs81b9yn/KND65A==
dependencies:
"@types/nlcst" "^1.0.0"
parse-english "^5.0.0"
unherit "^3.0.0"
unified "^10.0.0"
"@types/nlcst" "^2.0.0"
parse-english "^7.0.0"
unified "^11.0.0"

[email protected]:
version "5.0.0"
Expand Down Expand Up @@ -15736,11 +15729,6 @@ unherit@^1.0.4:
inherits "^2.0.0"
xtend "^4.0.0"

unherit@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/unherit/-/unherit-3.0.1.tgz#65b98bb7cb58cee755d7ec699a49e9e8ff172e23"
integrity sha512-akOOQ/Yln8a2sgcLj4U0Jmx0R5jpIg2IUyRrWOzmEbjBtGzBdHtSeFKgoEcoH4KYIG/Pb8GQ/BwtYm0GCq1Sqg==

unicode-canonical-property-names-ecmascript@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"
Expand Down Expand Up @@ -16005,13 +15993,6 @@ unist-util-map@^1.0.4:
dependencies:
object-assign "^4.0.1"

unist-util-modify-children@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/unist-util-modify-children/-/unist-util-modify-children-2.0.0.tgz#9c9c30d4e32502aabb3fde10d7872a17c86801e2"
integrity sha512-HGrj7JQo9DwZt8XFsX8UD4gGqOsIlCih9opG6Y+N11XqkBGKzHo8cvDi+MfQQgiZ7zXRUiQREYHhjOBHERTMdg==
dependencies:
array-iterate "^1.0.0"

unist-util-modify-children@^3.0.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/unist-util-modify-children/-/unist-util-modify-children-3.1.1.tgz#c4018b86441aa3b54b3edff1151d0aa062384c82"
Expand All @@ -16020,6 +16001,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 @@ -16082,17 +16071,12 @@ unist-util-to-list-of-char@^0.1.3:
unist-util-generated "^1.1.6"
unist-util-visit "^1.4.0"

unist-util-visit-children@^1.0.0:
version "1.1.4"
resolved "https://registry.yarnpkg.com/unist-util-visit-children/-/unist-util-visit-children-1.1.4.tgz#e8a087e58a33a2815f76ea1901c15dec2cb4b432"
integrity sha512-sA/nXwYRCQVRwZU2/tQWUqJ9JSFM1X3x7JIOsIgSzrFHcfVt6NkzDtKzyxg2cZWkCwGF9CO8x4QNZRJRMK8FeQ==

unist-util-visit-children@^2.0.0:
version "2.0.2"
resolved "https://registry.yarnpkg.com/unist-util-visit-children/-/unist-util-visit-children-2.0.2.tgz#0f00a5caff567074568da2d89c54b5ee4a8c5440"
integrity sha512-+LWpMFqyUwLGpsQxpumsQ9o9DG2VGLFrpz+rpVXYIEdPy57GSy5HioC0g3bg/8WP9oCLlapQtklOzQ8uLS496Q==
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" "^2.0.0"
"@types/unist" "^3.0.0"

unist-util-visit-parents@^2.0.0:
version "2.1.2"
Expand Down

0 comments on commit 25daa63

Please sign in to comment.