Skip to content

Commit d393923

Browse files
authored
chore(deps): update textlint-rule-sentence-length@4 (#117)
* chore(deps): update textlint-rule-sentence-length@4 * Create mighty-pillows-agree.md
1 parent 856c3f4 commit d393923

File tree

3 files changed

+56
-11
lines changed

3 files changed

+56
-11
lines changed

.changeset/mighty-pillows-agree.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"textlint-rule-preset-ja-technical-writing": major
3+
---
4+
5+
chore(deps): update textlint-rule-sentence-length@4
6+
7+
* Node.js 16+が必要となりました
8+
* `exclusionPatterns`オプションが廃止されたため、 `skipPatterns`オプションを利用してください
9+
* https://github.com/textlint-rule/textlint-rule-sentence-length/releases/tag/v4.0.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"textlint-rule-no-nfd": "^2.0.1",
5454
"textlint-rule-no-zero-width-spaces": "^1.0.1",
5555
"textlint-rule-preset-jtf-style": "^2.3.13",
56-
"textlint-rule-sentence-length": "^3.0.0"
56+
"textlint-rule-sentence-length": "^4.0.2"
5757
},
5858
"devDependencies": {
5959
"@changesets/cli": "^2.26.0",
@@ -62,4 +62,4 @@
6262
"semver": "^7.3.8"
6363
},
6464
"email": "azuciao@gmail.com"
65-
}
65+
}

yarn.lock

Lines changed: 45 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,11 @@
310310
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.0.2.tgz#15761c7f8a12384b1a17bbbf176e8d5c9e9884c7"
311311
integrity sha512-4l+acQ88z44nLM7uchP25TIc6BFy7W0puI1a4DtBHyk53P2aUXI+JE30GuhzsPUkqwGGcEnTeE3zOA1WNQi5lw==
312312

313+
"@textlint/ast-node-types@^13.0.5", "@textlint/ast-node-types@^13.2.0":
314+
version "13.2.0"
315+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.2.0.tgz#9210439c88bc61664f8534a19cb7794dcc2061ed"
316+
integrity sha512-P76rGK9SoN/f40yVW2Dep3QkXQOkAYTzEZjV0yBf/W9N0c81HUDJPS//aRbS3ml0Yb7TNgkXYm/ChTsL79RcAg==
317+
313318
"@textlint/ast-node-types@^4.2.4", "@textlint/ast-node-types@^4.4.2", "@textlint/ast-node-types@^4.4.3":
314319
version "4.4.3"
315320
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.3.tgz#fdba16e8126cddc50f45433ce7f6c55e7829566c"
@@ -332,6 +337,16 @@
332337
lodash.uniqwith "^4.5.0"
333338
to-regex "^3.0.2"
334339

340+
"@textlint/regexp-string-matcher@^2.0.2":
341+
version "2.0.2"
342+
resolved "https://registry.yarnpkg.com/@textlint/regexp-string-matcher/-/regexp-string-matcher-2.0.2.tgz#cef4d8353dac624086069e290d9631ca285df34d"
343+
integrity sha512-OXLD9XRxMhd3S0LWuPHpiARQOI7z9tCOs0FsynccW2lmyZzHHFJ9/eR6kuK9xF459Qf+740qI5h+/0cx+NljzA==
344+
dependencies:
345+
escape-string-regexp "^4.0.0"
346+
lodash.sortby "^4.7.0"
347+
lodash.uniq "^4.5.0"
348+
lodash.uniqwith "^4.5.0"
349+
335350
"@textlint/types@^1.5.5":
336351
version "1.5.5"
337352
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.5.5.tgz#9c82dbcbf4e00116573f05c6739c6c8ec3b35304"
@@ -999,7 +1014,7 @@ escalade@^3.1.1:
9991014
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
10001015
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
10011016

1002-
escape-string-regexp@4.0.0:
1017+
escape-string-regexp@4.0.0, escape-string-regexp@^4.0.0:
10031018
version "4.0.0"
10041019
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
10051020
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
@@ -2487,6 +2502,14 @@ sentence-splitter@^3.0.11, sentence-splitter@^3.2.0, sentence-splitter@^3.2.1, s
24872502
object_values "^0.1.2"
24882503
structured-source "^3.0.2"
24892504

2505+
sentence-splitter@^4.0.2:
2506+
version "4.0.2"
2507+
resolved "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-4.0.2.tgz#682f9263f81e35b6877bf5ae305773dc2ed08797"
2508+
integrity sha512-vlObkDsZrGB+HeKPnGSD9yv6r3na73IxLvvsMHVzS6pSGtY/L6w5VVXf7mu6WRTx/6rEbypVova3/nVASFMKSw==
2509+
dependencies:
2510+
"@textlint/ast-node-types" "^13.2.0"
2511+
structured-source "^4.0.0"
2512+
24902513
serialize-javascript@6.0.0:
24912514
version "6.0.0"
24922515
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
@@ -2864,6 +2887,9 @@ textlint-rule-max-kanji-continuous-len@^1.1.1:
28642887
version "1.1.1"
28652888
resolved "https://registry.yarnpkg.com/textlint-rule-max-kanji-continuous-len/-/textlint-rule-max-kanji-continuous-len-1.1.1.tgz#cbcc44488c06d36c65099e12f7977e3a15c3b77f"
28662889
integrity sha1-y8xESIwG02xlCZ4S95d+OhXDt38=
2890+
dependencies:
2891+
match-index "^1.0.1"
2892+
textlint-rule-helper "^2.0.0"
28672893

28682894
textlint-rule-max-ten@^4.0.3:
28692895
version "4.0.3"
@@ -2986,15 +3012,15 @@ textlint-rule-prh@^5.2.1, textlint-rule-prh@^5.3.0:
29863012
textlint-rule-helper "^2.1.1"
29873013
untildify "^3.0.3"
29883014

2989-
textlint-rule-sentence-length@^3.0.0:
2990-
version "3.0.0"
2991-
resolved "https://registry.yarnpkg.com/textlint-rule-sentence-length/-/textlint-rule-sentence-length-3.0.0.tgz#72587bc05a1e02f9d0f0099c01fc36aa8740556e"
2992-
integrity sha512-H2mktN9Y29Hooljiot9yowsMpt4FSiTQt+EtiDRHPDDdXMX8eNG0The5Z7rfR94G5B1N6x3ZssZAcST9EKVjMQ==
3015+
textlint-rule-sentence-length@^4.0.2:
3016+
version "4.0.2"
3017+
resolved "https://registry.yarnpkg.com/textlint-rule-sentence-length/-/textlint-rule-sentence-length-4.0.2.tgz#e9ddf6299ec17497fbe97c68b0ebc3e81a8579a3"
3018+
integrity sha512-q6RA4Udd0c5K8sl61ftZuHSIJ9AkKBF1OaRgJkWnrFhAbBQV0za4kJMbwqMYDQ8fyGy+Q4G9uzjamqE5QhrGVg==
29933019
dependencies:
2994-
"@textlint/regexp-string-matcher" "^1.1.0"
2995-
sentence-splitter "^3.2.1"
2996-
textlint-rule-helper "^2.1.1"
2997-
textlint-util-to-string "^3.1.1"
3020+
"@textlint/regexp-string-matcher" "^2.0.2"
3021+
sentence-splitter "^4.0.2"
3022+
textlint-rule-helper "^2.3.0"
3023+
textlint-util-to-string "^3.2.0"
29983024

29993025
textlint-util-to-string@^3.0.0, textlint-util-to-string@^3.1.1:
30003026
version "3.1.1"
@@ -3007,6 +3033,16 @@ textlint-util-to-string@^3.0.0, textlint-util-to-string@^3.1.1:
30073033
structured-source "^3.0.2"
30083034
unified "^8.4.0"
30093035

3036+
textlint-util-to-string@^3.2.0:
3037+
version "3.3.0"
3038+
resolved "https://registry.yarnpkg.com/textlint-util-to-string/-/textlint-util-to-string-3.3.0.tgz#712fac187edff54e0650ef1a7469db8d5b7c9186"
3039+
integrity sha512-HGPpecnYkVkNB5k1NxhzA8nV1T9/ksUj6XK/81U2kb5d1PhPYiGFyikNPI9SxAF7AkrhlQ9mrBgJqy1Q0y4bhA==
3040+
dependencies:
3041+
"@textlint/ast-node-types" "^13.0.5"
3042+
rehype-parse "^6.0.1"
3043+
structured-source "^4.0.0"
3044+
unified "^8.4.0"
3045+
30103046
through2@^2.0.0:
30113047
version "2.0.5"
30123048
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"

0 commit comments

Comments
 (0)