Skip to content

Commit

Permalink
chore: update dependency textlint-rule-sentence-length to v5 (#429)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2023
1 parent 0c810ea commit 13bcec0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1",
"textlint-rule-no-nfd": "^2.0.2",
"textlint-rule-prh": "^5.3.0",
"textlint-rule-sentence-length": "^4.0.2"
"textlint-rule-sentence-length": "^5.0.0"
},
"name": "textlint-rule-preset-smarthr",
"directories": {
Expand Down
47 changes: 33 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@
sentence-splitter "^3.0.11"
textlint-rule-helper "2.0.1"

"@textlint/ast-node-types@^13.0.2", "@textlint/ast-node-types@^13.0.5", "@textlint/ast-node-types@^13.2.0", "@textlint/ast-node-types@^13.3.1":
"@textlint/ast-node-types@^13.0.2", "@textlint/ast-node-types@^13.0.5", "@textlint/ast-node-types@^13.3.1":
version "13.3.1"
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.3.1.tgz#469cab986e43f4ffb39aa5c31d148888a36d2286"
integrity sha512-/qeEjW3hIFpGwESsCkJRroja7mBOlo9wqyx8G4fwayq4FZRvJMm/9DhIo77jd/4wm/VSJcVVr+fs+rVa4jrY5A==
Expand Down Expand Up @@ -4889,12 +4889,12 @@ sentence-splitter@^3.0.11, sentence-splitter@^3.2.0, sentence-splitter@^3.2.1, s
object_values "^0.1.2"
structured-source "^3.0.2"

sentence-splitter@^4.0.2:
version "4.2.0"
resolved "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-4.2.0.tgz#40a959de0b5b41ee769d9f211ebd99f54248e2a8"
integrity sha512-1Ww0iofAbR56tu6lVJ9Yh8Sj5ukeVjikBQ4sR5sNWM0kc+2AJe3p5F2o2qyuf5dJ4KVs1RbJpNkwEiMBCz7pKg==
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.2.0"
"@textlint/ast-node-types" "^13.4.1"
structured-source "^4.0.0"

[email protected]:
Expand Down Expand Up @@ -5212,6 +5212,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 @@ -5424,15 +5433,15 @@ textlint-rule-prh@^5.3.0:
textlint-rule-helper "^2.1.1"
untildify "^3.0.3"

textlint-rule-sentence-length@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/textlint-rule-sentence-length/-/textlint-rule-sentence-length-4.0.2.tgz#e9ddf6299ec17497fbe97c68b0ebc3e81a8579a3"
integrity sha512-q6RA4Udd0c5K8sl61ftZuHSIJ9AkKBF1OaRgJkWnrFhAbBQV0za4kJMbwqMYDQ8fyGy+Q4G9uzjamqE5QhrGVg==
textlint-rule-sentence-length@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/textlint-rule-sentence-length/-/textlint-rule-sentence-length-5.0.0.tgz#f568bf5dd14772ef46adc48a6ad7c38dc02f7df1"
integrity sha512-NRbzbMYSKZVZWTarJo/uVpHMGe91uZyR4td6fipWmDAwJjjX2HYa6aYEfLM/X99ymo9aLUnOD6wWaUttgViRbw==
dependencies:
"@textlint/regexp-string-matcher" "^2.0.2"
sentence-splitter "^4.0.2"
textlint-rule-helper "^2.3.0"
textlint-util-to-string "^3.2.0"
sentence-splitter "^5.0.0"
textlint-rule-helper "^2.3.1"
textlint-util-to-string "^3.3.4"

textlint-scripts@^13.4.1:
version "13.4.1"
Expand Down Expand Up @@ -5482,7 +5491,7 @@ textlint-util-to-string@^3.1.1:
structured-source "^3.0.2"
unified "^8.4.0"

textlint-util-to-string@^3.2.0, textlint-util-to-string@^3.3.0:
textlint-util-to-string@^3.3.0:
version "3.3.2"
resolved "https://registry.yarnpkg.com/textlint-util-to-string/-/textlint-util-to-string-3.3.2.tgz#9c72f534c731f295e6a0500d694f18835595e1e8"
integrity sha512-TCnHX5xGDWIGQpcusLrctodid+n5t5G6ft9+KAVad+GmrOOkk9IiPej8FwH9Vq/uk1j44yTB20YYja0YnQ+z/w==
Expand All @@ -5492,6 +5501,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 13bcec0

Please sign in to comment.