Skip to content

Commit

Permalink
Update dependency textlint-rule-prh to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent cade41a commit 2d2fdc8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"textlint": "14.0.0",
"textlint-filter-rule-allowlist": "4.0.0",
"textlint-rule-preset-jtf-style": "2.3.14",
"textlint-rule-prh": "5.3.0"
"textlint-rule-prh": "6.0.0"
}
}
35 changes: 24 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,21 @@
dependencies:
"@azu/format-text" "^1.0.1"

"@babel/parser@^7.7.5":
version "7.9.2"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.2.tgz#4e767f424b479c514077544484d1f9bdba7f1158"
integrity sha512-2jyvKdoOS1aWAFL2rjJZmamyDDkPCx/AAz4/Wh1Dfxvw8qqnOvek/ZlHQ2noO/o8JpnXa/WiUUFOv48meBKkpA==
"@babel/parser@^7.23.9":
version "7.23.9"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==

"@textlint/ast-node-types@^12.0.0":
version "12.0.0"
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-12.0.0.tgz#23bd683f9fc04209ae28bff72954c8aa67c6b1ca"
integrity sha512-qUjmlpz1vR3AStBA9RPDCVT0/pGtePvBJ5Vb/0PzTrnr04iFktG6P6B1VOmgTh8J9Kl/FonQFo3A9M1Q3UH+JA==

"@textlint/ast-node-types@^13.4.1":
version "13.4.1"
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.4.1.tgz#00424f7b9bc6fe15cf6a78468ffe1e5d1adce5b2"
integrity sha512-qrZyhCh8Ekk6nwArx3BROybm9BnX6vF7VcZbijetV/OM3yfS4rTYhoMWISmhVEP2H2re0CtWEyMl/XF+WdvVLQ==

"@textlint/ast-node-types@^14.0.0":
version "14.0.0"
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-14.0.0.tgz#1ac36493fadd976574138cd6fd75715a321122d0"
Expand Down Expand Up @@ -1516,6 +1521,15 @@ textlint-rule-helper@^2.2.1:
structured-source "^3.0.2"
unist-util-visit "^2.0.3"

textlint-rule-helper@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.3.1.tgz#d2b82dbd46f25694fd315cbee46479bb545af87f"
integrity sha512-b1bijvyiUmKinfFE5hkQMSXs3Ky8jyZ3Y6SOoTRJKV9HLL2LWUVFAUezO7z4FpAkVvYruDYWCwA5qWV8GmvyUw==
dependencies:
"@textlint/ast-node-types" "^13.4.1"
structured-source "^4.0.0"
unist-util-visit "^2.0.3"

[email protected]:
version "2.3.14"
resolved "https://registry.yarnpkg.com/textlint-rule-preset-jtf-style/-/textlint-rule-preset-jtf-style-2.3.14.tgz#97bdf8806cd635cd278e21931bbded687b93a253"
Expand All @@ -1530,15 +1544,14 @@ [email protected]:
textlint-rule-helper "^2.2.1"
textlint-rule-prh "^5.2.1"

textlint-rule-prh@5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/textlint-rule-prh/-/textlint-rule-prh-5.3.0.tgz#c3a002e3e1b59751eb6b93dff81810caeb764a9f"
integrity sha512-gdod+lL1SWUDyXs1ICEwvQawaSshT3mvPGufBIjF2R5WFPdKQDMsiuzsjkLm+aF+9d97dA6pFsiyC8gSW7mSgg==
textlint-rule-prh@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/textlint-rule-prh/-/textlint-rule-prh-6.0.0.tgz#2b917bcb80ed3f9c981abd0dc19e461951c55934"
integrity sha512-byU7eUyhabX2FKx3ShOktKkmKLG5dhR0ru+PGllKgafKKWXtzOIAhAaDlqMC5qU6b3Jaz5rKQcnroGVCEjcP1Q==
dependencies:
"@babel/parser" "^7.7.5"
"@babel/parser" "^7.23.9"
prh "^5.4.4"
textlint-rule-helper "^2.1.1"
untildify "^3.0.3"
textlint-rule-helper "^2.3.1"

textlint-rule-prh@^5.2.1:
version "5.2.1"
Expand Down

0 comments on commit 2d2fdc8

Please sign in to comment.