Skip to content

Commit

Permalink
chore: update dependency textlint-rule-no-doubled-conjunction to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 26, 2023
1 parent f6bfbfe commit d9c9f57
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
32 changes: 24 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand All @@ -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"

[email protected]:
version "6.0.0"
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit d9c9f57

Please sign in to comment.