From 968c8a35da98398da2b1f2423fea084e83fc4e6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:51:36 +0900 Subject: [PATCH] chore: update dependency textlint-rule-no-doubled-conjunctive-particle-ga to v3 (#428) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 22 +++++++++++++++------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 1478654..c7fecd3 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "textlint-rule-max-ten": "^4.0.4", "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", + "textlint-rule-no-doubled-conjunctive-particle-ga": "^3.0.0", "textlint-rule-no-doubled-joshi": "^4.1.0", "textlint-rule-no-dropping-the-ra": "^3.0.0", "textlint-rule-no-hankaku-kana": "^2.0.1", diff --git a/yarn.lock b/yarn.lock index 2227f60..6d90060 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4897,6 +4897,14 @@ sentence-splitter@^5.0.0: "@textlint/ast-node-types" "^13.4.1" 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" + serialize-javascript@6.0.0: version "6.0.0" resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8" @@ -5361,15 +5369,15 @@ textlint-rule-no-doubled-conjunction@^2.0.4: textlint-rule-helper "^2.2.1" textlint-util-to-string "^3.1.1" -textlint-rule-no-doubled-conjunctive-particle-ga@^2.0.5: - version "2.0.5" - resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunctive-particle-ga/-/textlint-rule-no-doubled-conjunctive-particle-ga-2.0.5.tgz#fff052a11dfb8c90ff8c5244f98b63e41d055576" - integrity sha512-/rakdhxPqo/enKykNkP7m/dyZX6QUAI6mXmWk8S3mg2mTkwRC69zT/5hLk723nsb/iuV1lbI90aD3ZeVvpTEsA== +textlint-rule-no-doubled-conjunctive-particle-ga@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunctive-particle-ga/-/textlint-rule-no-doubled-conjunctive-particle-ga-3.0.0.tgz#6787af321c80f0ed631e6b505190515cfca7e38d" + integrity sha512-4IowX2YlTlD9VifThZwpENRh918BpPNTks0i4bOL7Gn82jUiXK0EZuV8Jtksm7i+RYG1xsO0U7P9AnxmuSxeDg== dependencies: kuromojin "^3.0.0" - sentence-splitter "^3.2.1" - textlint-rule-helper "^2.2.0" - textlint-util-to-string "^3.1.1" + sentence-splitter "^5.0.0" + textlint-rule-helper "^2.3.1" + textlint-util-to-string "^3.3.4" textlint-rule-no-doubled-joshi@^4.1.0: version "4.1.0"