Skip to content

Commit

Permalink
chore: update dependency textlint-rule-max-ten to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2023
1 parent f6bfbfe commit 2075037
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"textlint-rule-ja-space-after-question": "^2.2.0",
"textlint-rule-ja-space-around-code": "^2.2.0",
"textlint-rule-ja-space-between-half-and-full-width": "^2.3.0",
"textlint-rule-max-ten": "^4.0.4",
"textlint-rule-max-ten": "^5.0.0",
"textlint-rule-no-double-negative-ja": "^2.0.1",
"textlint-rule-no-doubled-conjunction": "^2.0.4",
"textlint-rule-no-doubled-conjunctive-particle-ga": "^2.0.5",
Expand Down
43 changes: 35 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4879,7 +4879,7 @@ semver@^7.1.1, semver@^7.3.4:
dependencies:
lru-cache "^6.0.0"

sentence-splitter@^3.0.11, sentence-splitter@^3.2.0, sentence-splitter@^3.2.1, sentence-splitter@^3.2.2:
sentence-splitter@^3.0.11, sentence-splitter@^3.2.1, sentence-splitter@^3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-3.2.2.tgz#b02a28c08bbad4bd3b6ec6f619d50e3fd3596d07"
integrity sha512-hMvaodgK9Fay928uiQoTMEWjXpCERdKD2uKo7BbSyP+uWTo+wHiRjN+ZShyI99rW0VuoV4Cuw8FUmaRcnpN7Ug==
Expand All @@ -4897,6 +4897,14 @@ sentence-splitter@^4.0.2:
"@textlint/ast-node-types" "^13.2.0"
structured-source "^4.0.0"

sentence-splitter@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-5.0.0.tgz#48535c6c5438a57140626c532f0e1b86c5effa30"
integrity sha512-9Mvf7L8vwpPzkH0/HtXzCbmVkyj4aQXdeG7h8ighRvO0hvcZEy2OUEjeIlnM/z4EX4vBacEfpESC65Oa2rWOig==
dependencies:
"@textlint/ast-node-types" "^13.4.1"
structured-source "^4.0.0"

[email protected]:
version "6.0.0"
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
Expand Down Expand Up @@ -5212,6 +5220,15 @@ textlint-rule-helper@^2.2.4, textlint-rule-helper@^2.3.0:
structured-source "^4.0.0"
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"

textlint-rule-ja-hiragana-daimeishi@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/textlint-rule-ja-hiragana-daimeishi/-/textlint-rule-ja-hiragana-daimeishi-1.0.0.tgz#f0c6e9d8e92e081b3b4db2864bdcb4f27f611eb3"
Expand Down Expand Up @@ -5325,15 +5342,15 @@ textlint-rule-ja-space-between-half-and-full-width@^2.3.0:
match-index "^1.0.1"
textlint-rule-helper "^2.2.0"

textlint-rule-max-ten@^4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/textlint-rule-max-ten/-/textlint-rule-max-ten-4.0.4.tgz#f71b06418e9e25817d40a05f6795eec446d3338b"
integrity sha512-7jH04Ey2HrjVWrjPB4Epk+X8ngeWcWDbvxhRji6sVu2mKuy8O/rjl4oMKFfHeOJuvnKjP+sfg9/o2nO6Jp0ggw==
textlint-rule-max-ten@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/textlint-rule-max-ten/-/textlint-rule-max-ten-5.0.0.tgz#37fdb94ee1e0ded1daf509c3b7bbc48983160843"
integrity sha512-EWOvbEa3Ukxz0+GAUEJ91DYFSC3IkyJ10dBcsU6VlL33k1BvTRoFr3m26w6upnXJffXQUI70Etn39I++2duyhA==
dependencies:
kuromojin "^3.0.0"
sentence-splitter "^3.2.0"
textlint-rule-helper "^2.3.0"
textlint-util-to-string "^3.3.0"
sentence-splitter "^5.0.0"
textlint-rule-helper "^2.3.1"
textlint-util-to-string "^3.3.4"

textlint-rule-no-double-negative-ja@^2.0.1:
version "2.0.1"
Expand Down Expand Up @@ -5492,6 +5509,16 @@ textlint-util-to-string@^3.2.0, textlint-util-to-string@^3.3.0:
structured-source "^4.0.0"
unified "^8.4.0"

textlint-util-to-string@^3.3.4:
version "3.3.4"
resolved "https://registry.yarnpkg.com/textlint-util-to-string/-/textlint-util-to-string-3.3.4.tgz#be889e195bcff8c34eec8ce23cde73e2b87cff54"
integrity sha512-XF4Qfw0ES+czKy03BwuvBUoXC8NAg920VuRxW0pd72fW76zMeMbPI/bRN5PHq3SbCdOm7U69/Pk+DX34xqIYqA==
dependencies:
"@textlint/ast-node-types" "^13.4.1"
rehype-parse "^6.0.1"
structured-source "^4.0.0"
unified "^8.4.0"

textlint@^13.4.1:
version "13.4.1"
resolved "https://registry.yarnpkg.com/textlint/-/textlint-13.4.1.tgz#04acd14af93fe83396515eaa78c332dbf1ce700d"
Expand Down

0 comments on commit 2075037

Please sign in to comment.