Skip to content

Commit b3d655c

Browse files
fix(deps): update dependency textlint-rule-max-ten to v4 (#51)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 75a8ccc commit b3d655c

File tree

2 files changed

+47
-8
lines changed

2 files changed

+47
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@textlint-rule/textlint-rule-no-invalid-control-character": "^1.2.0",
3636
"@textlint/module-interop": "^1.0.2",
37-
"textlint-rule-max-ten": "^2.0.2",
37+
"textlint-rule-max-ten": "^4.0.0",
3838
"textlint-rule-no-double-negative-ja": "^1.0.3",
3939
"textlint-rule-no-doubled-conjunction": "^1.0.2",
4040
"textlint-rule-no-doubled-conjunctive-particle-ga": "^1.1.0",

yarn.lock

Lines changed: 46 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,16 @@ [email protected]:
14791479
doublearray "0.0.2"
14801480
zlibjs "^0.2.0"
14811481

1482-
kuromojin@^1.0.2, kuromojin@^1.1.0, kuromojin@^1.2.1, kuromojin@^1.4.0:
1482+
1483+
version "0.1.2"
1484+
resolved "https://registry.yarnpkg.com/kuromoji/-/kuromoji-0.1.2.tgz#293f0d6706df006112137980588d5daac26d0790"
1485+
integrity sha512-V0dUf+C2LpcPEXhoHLMAop/bOht16Dyr+mDiIE39yX3vqau7p80De/koFqpiTcL1zzdZlc3xuHZ8u5gjYRfFaQ==
1486+
dependencies:
1487+
async "^2.0.1"
1488+
doublearray "0.0.2"
1489+
zlibjs "^0.3.1"
1490+
1491+
kuromojin@^1.1.0, kuromojin@^1.2.1, kuromojin@^1.4.0:
14831492
version "1.5.1"
14841493
resolved "https://registry.yarnpkg.com/kuromojin/-/kuromojin-1.5.1.tgz#f5c4cc2d4a8b56343c7281f7def8d56309184078"
14851494
integrity sha512-tzt3UUqWqzwHMsahchyrcs9kgbn6OM7xP4QRCd0w5vqE0lA/cjCH0OxjLaekz5cnxGmcy8RfN7La3xOxZOvJ1w==
@@ -1493,6 +1502,14 @@ kuromojin@^2.0.0:
14931502
dependencies:
14941503
kuromoji "0.1.1"
14951504

1505+
kuromojin@^3.0.0:
1506+
version "3.0.0"
1507+
resolved "https://registry.yarnpkg.com/kuromojin/-/kuromojin-3.0.0.tgz#54a1a6643110f49f741c4beb82fef400d1cd498b"
1508+
integrity sha512-3h3qnn/NVVhqoKFP4oc7e6apO2B01Atc056oiVlIY7Uoup4rhrnBe28g3y9lK1HTmLDQEejvXB+3I3qxAneF7A==
1509+
dependencies:
1510+
kuromoji "0.1.2"
1511+
lru_map "^0.4.1"
1512+
14961513
lines-and-columns@^1.1.6:
14971514
version "1.1.6"
14981515
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
@@ -1601,6 +1618,11 @@ lru-cache@^6.0.0:
16011618
dependencies:
16021619
yallist "^4.0.0"
16031620

1621+
lru_map@^0.4.1:
1622+
version "0.4.1"
1623+
resolved "https://registry.yarnpkg.com/lru_map/-/lru_map-0.4.1.tgz#f7b4046283c79fb7370c36f8fca6aee4324b0a98"
1624+
integrity sha512-I+lBvqMMFfqaV8CJCISjI3wbjmwVu/VyOoU7+qtu9d7ioW5klMgsTTiUOUp+DJvfTTzKXoPbyC6YfgkNcyPSOg==
1625+
16041626
macos-release@^2.2.0:
16051627
version "2.3.0"
16061628
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.3.0.tgz#eb1930b036c0800adebccd5f17bc4c12de8bb71f"
@@ -2724,15 +2746,16 @@ textlint-rule-helper@^2.0.0, textlint-rule-helper@^2.1.1:
27242746
structured-source "^3.0.2"
27252747
unist-util-visit "^1.1.0"
27262748

2727-
textlint-rule-max-ten@^2.0.2:
2728-
version "2.0.3"
2729-
resolved "https://registry.yarnpkg.com/textlint-rule-max-ten/-/textlint-rule-max-ten-2.0.3.tgz#dccbc0d0157ee86a7572ca00a47ab1fa577f0645"
2730-
integrity sha1-3MvA0BV+6Gp1csoApHqx+ld/BkU=
2749+
textlint-rule-max-ten@^4.0.0:
2750+
version "4.0.0"
2751+
resolved "https://registry.yarnpkg.com/textlint-rule-max-ten/-/textlint-rule-max-ten-4.0.0.tgz#55847b19b2de3a40bc62779b9f3581926e8b3b98"
2752+
integrity sha512-/bd2IeSNq6hyNJdofUNjef51joUK8eoRKtkAqkbLkDuTt6q30BZuLfZLXQ2/X0gjCwfStzoqar48dK34htys/w==
27312753
dependencies:
2732-
kuromojin "^1.0.2"
2733-
sentence-splitter "^2.0.0"
2754+
kuromojin "^3.0.0"
2755+
sentence-splitter "^3.2.0"
27342756
structured-source "^3.0.2"
27352757
textlint-rule-helper "^2.0.0"
2758+
textlint-util-to-string "^3.1.1"
27362759

27372760
textlint-rule-no-double-negative-ja@^1.0.3:
27382761
version "1.0.5"
@@ -2836,6 +2859,17 @@ textlint-util-to-string@^3.0.0:
28362859
structured-source "^3.0.2"
28372860
unified "^8.4.0"
28382861

2862+
textlint-util-to-string@^3.1.1:
2863+
version "3.1.1"
2864+
resolved "https://registry.yarnpkg.com/textlint-util-to-string/-/textlint-util-to-string-3.1.1.tgz#666c8b0f2e00a92b29c8b168b453a9b8aeb48381"
2865+
integrity sha512-mHE7/pDw/Hk+Q6YdSMNRrZPl5bCuWnFLbF+bxW+MsWQ64dw+Ia9irkammYbH5I0hVMMcfwb0MQc5nbsjqgWeyQ==
2866+
dependencies:
2867+
"@textlint/ast-node-types" "^4.2.4"
2868+
"@types/structured-source" "^3.0.0"
2869+
rehype-parse "^6.0.1"
2870+
structured-source "^3.0.2"
2871+
unified "^8.4.0"
2872+
28392873
through2@^2.0.0, through2@^2.0.2:
28402874
version "2.0.5"
28412875
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
@@ -3117,3 +3151,8 @@ zlibjs@^0.2.0:
31173151
version "0.2.0"
31183152
resolved "https://registry.yarnpkg.com/zlibjs/-/zlibjs-0.2.0.tgz#ae20f06243293d85c255563189f9b12f5b3ba1a0"
31193153
integrity sha1-riDwYkMpPYXCVVYxifmxL1s7oaA=
3154+
3155+
zlibjs@^0.3.1:
3156+
version "0.3.1"
3157+
resolved "https://registry.yarnpkg.com/zlibjs/-/zlibjs-0.3.1.tgz#50197edb28a1c42ca659cc8b4e6a9ddd6d444554"
3158+
integrity sha1-UBl+2yihxCymWcyLTmqd3W1ERVQ=

0 commit comments

Comments
 (0)