From 7de9e4b86972b155481017ceb324ad87d1471bbc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 25 Apr 2021 11:55:43 +0000 Subject: [PATCH] Update dependency textlint-rule-no-doubled-conjunction to v2 --- package.json | 2 +- yarn.lock | 45 ++++++++++++++++++++++++++++++++++++--------- 2 files changed, 37 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index e308892..9074bd9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "textlint-rule-max-kanji-continuous-len": "^1.1.1", "textlint-rule-max-ten": "^2.0.4", "textlint-rule-no-double-negative-ja": "^1.0.6", - "textlint-rule-no-doubled-conjunction": "^1.0.3", + "textlint-rule-no-doubled-conjunction": "^2.0.1", "textlint-rule-no-doubled-conjunctive-particle-ga": "^1.1.1", "textlint-rule-no-doubled-joshi": "^3.8.0", "textlint-rule-no-dropping-the-ra": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index d718a0a..0068d4c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1244,6 +1244,15 @@ kuromoji@0.1.1: doublearray "0.0.2" zlibjs "^0.2.0" +kuromoji@0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/kuromoji/-/kuromoji-0.1.2.tgz#293f0d6706df006112137980588d5daac26d0790" + integrity sha512-V0dUf+C2LpcPEXhoHLMAop/bOht16Dyr+mDiIE39yX3vqau7p80De/koFqpiTcL1zzdZlc3xuHZ8u5gjYRfFaQ== + dependencies: + async "^2.0.1" + doublearray "0.0.2" + zlibjs "^0.3.1" + kuromojin@^1.3.2: version "1.5.1" resolved "https://registry.yarnpkg.com/kuromojin/-/kuromojin-1.5.1.tgz#f5c4cc2d4a8b56343c7281f7def8d56309184078" @@ -1258,6 +1267,14 @@ kuromojin@^2.0.0, kuromojin@^2.1.1: dependencies: kuromoji "0.1.1" +kuromojin@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/kuromojin/-/kuromojin-3.0.0.tgz#54a1a6643110f49f741c4beb82fef400d1cd498b" + integrity sha512-3h3qnn/NVVhqoKFP4oc7e6apO2B01Atc056oiVlIY7Uoup4rhrnBe28g3y9lK1HTmLDQEejvXB+3I3qxAneF7A== + dependencies: + kuromoji "0.1.2" + lru_map "^0.4.1" + levn@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/levn/-/levn-0.4.1.tgz#ae4562c007473b932a6200d403268dd2fffc6ade" @@ -1336,6 +1353,11 @@ log-symbols@^1.0.2: dependencies: chalk "^1.0.0" +lru_map@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/lru_map/-/lru_map-0.4.1.tgz#f7b4046283c79fb7370c36f8fca6aee4324b0a98" + integrity sha512-I+lBvqMMFfqaV8CJCISjI3wbjmwVu/VyOoU7+qtu9d7ioW5klMgsTTiUOUp+DJvfTTzKXoPbyC6YfgkNcyPSOg== + map-like@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/map-like/-/map-like-2.0.0.tgz#94496d49ad333c0dc3234b27adbbd1e8535953b4" @@ -1932,7 +1954,7 @@ sentence-splitter@^2.0.0: concat-stream "^1.5.2" structured-source "^3.0.2" -sentence-splitter@^3.0.11, sentence-splitter@^3.2.0: +sentence-splitter@^3.0.11, sentence-splitter@^3.2.0, sentence-splitter@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-3.2.1.tgz#d6f5b66f4ab130f511d50e41e6f42070e2936ffb" integrity sha512-aG+Tf8M1wVUd2uPSUtdMXdJlKZLcdh+oVE8iEn8KwfxYZ87qDpe7+o0nGZdr+96g2H76Qz/8TrG9dIxyp7c70w== @@ -2336,15 +2358,15 @@ textlint-rule-no-double-negative-ja@^1.0.6: dependencies: kuromojin "^2.0.0" -textlint-rule-no-doubled-conjunction@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunction/-/textlint-rule-no-doubled-conjunction-1.0.3.tgz#e80e49020265e78f84d9505b464b48027da00bf2" - integrity sha512-0YRPG6daaGXI0sq1RLNry7rzk2HKJbTOB5dohR0+GQ60r+Fc8RKRo+auCPRu6RIYZOD65AApemLpiaMbrgucDQ== +textlint-rule-no-doubled-conjunction@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunction/-/textlint-rule-no-doubled-conjunction-2.0.1.tgz#5dca8d4957ea6e8de2cca43444f4615c65b935ab" + integrity sha512-ANzR5ezP86ypY9HzYFjLtN/GCax0m/A9vHDctIr1PqA6t05053fz4jc6forxODNVpHht59Y77YL5iZFcxSVBKA== dependencies: - kuromojin "^2.0.0" - sentence-splitter "^2.0.0" - textlint-rule-helper "^1.1.5" - textlint-util-to-string "^1.2.0" + kuromojin "^3.0.0" + sentence-splitter "^3.2.1" + textlint-rule-helper "^2.1.1" + textlint-util-to-string "^3.1.1" textlint-rule-no-doubled-conjunctive-particle-ga@^1.1.1: version "1.1.1" @@ -2883,3 +2905,8 @@ zlibjs@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/zlibjs/-/zlibjs-0.2.0.tgz#ae20f06243293d85c255563189f9b12f5b3ba1a0" integrity sha1-riDwYkMpPYXCVVYxifmxL1s7oaA= + +zlibjs@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/zlibjs/-/zlibjs-0.3.1.tgz#50197edb28a1c42ca659cc8b4e6a9ddd6d444554" + integrity sha1-UBl+2yihxCymWcyLTmqd3W1ERVQ=