From d9c9f57397777acdc0927766e5a745a91957e4db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 01:40:39 +0000 Subject: [PATCH] chore: update dependency textlint-rule-no-doubled-conjunction to v3 --- package.json | 2 +- yarn.lock | 32 ++++++++++++++++++++++++-------- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index b0548204..71d93905 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "textlint-rule-ja-space-between-half-and-full-width": "^2.3.0", "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-conjunction": "^3.0.0", "textlint-rule-no-doubled-conjunctive-particle-ga": "^2.0.5", "textlint-rule-no-doubled-joshi": "^4.1.0", "textlint-rule-no-dropping-the-ra": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index bc299d5e..be630749 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4879,7 +4879,7 @@ semver@^7.1.1, semver@^7.3.4: dependencies: lru-cache "^6.0.0" -sentence-splitter@^3.0.11, sentence-splitter@^3.2.0, sentence-splitter@^3.2.1, sentence-splitter@^3.2.2: +sentence-splitter@^3.0.11, sentence-splitter@^3.2.0, sentence-splitter@^3.2.1: version "3.2.2" resolved "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-3.2.2.tgz#b02a28c08bbad4bd3b6ec6f619d50e3fd3596d07" integrity sha512-hMvaodgK9Fay928uiQoTMEWjXpCERdKD2uKo7BbSyP+uWTo+wHiRjN+ZShyI99rW0VuoV4Cuw8FUmaRcnpN7Ug== @@ -4897,6 +4897,14 @@ sentence-splitter@^4.0.2: "@textlint/ast-node-types" "^13.2.0" 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" @@ -5212,6 +5220,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" @@ -5342,15 +5359,14 @@ textlint-rule-no-double-negative-ja@^2.0.1: dependencies: kuromojin "^3.0.0" -textlint-rule-no-doubled-conjunction@^2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunction/-/textlint-rule-no-doubled-conjunction-2.0.4.tgz#ff36ce32afd71a05ed7655359e1721da2cb32c54" - integrity sha512-GUpZgJoEYk1EsqoE+0bcdln8ZbH6UDK9TWld3E2II+lGMw/0ALkoTNXhAsNK1ST/M7zYEX6a5qOCN68t2grDaA== +textlint-rule-no-doubled-conjunction@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/textlint-rule-no-doubled-conjunction/-/textlint-rule-no-doubled-conjunction-3.0.0.tgz#b7be915bcc603cc0cfbd5b96b1ea7dc56290a6aa" + integrity sha512-Ja7AK2MRVe/fpG7XmTPRbq6JEDqlzDrNjH1EQoaMqFhlGKzrlHmdMfRLAZ3Lh3FSR0Lkk2GgR3MDnXzlFAp1/Q== dependencies: kuromojin "^3.0.0" - sentence-splitter "^3.2.2" - textlint-rule-helper "^2.2.1" - textlint-util-to-string "^3.1.1" + sentence-splitter "^5.0.0" + textlint-rule-helper "^2.3.1" textlint-rule-no-doubled-conjunctive-particle-ga@^2.0.5: version "2.0.5"