Skip to content

Commit 8d685f3

Browse files
renovate[bot]azu
andauthored
Update dependency textlint-rule-max-comma to v3 (#119)
* Update dependency textlint-rule-max-comma to v3 * Create .changeset/early-mugs-clap.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: azu <[email protected]>
1 parent 28a1fe0 commit 8d685f3

File tree

3 files changed

+32
-15
lines changed

3 files changed

+32
-15
lines changed

.changeset/early-mugs-clap.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"textlint-rule-preset-ja-technical-writing": patch
3+
---
4+
5+
Update dependency textlint-rule-max-comma to v3
6+
7+
Node.js 16+が必要になります。

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"textlint-rule-ja-no-successive-word": "^2.0.0",
4040
"textlint-rule-ja-no-weak-phrase": "^2.0.0",
4141
"textlint-rule-ja-unnatural-alphabet": "2.0.1",
42-
"textlint-rule-max-comma": "^2.0.2",
42+
"textlint-rule-max-comma": "^3.0.0",
4343
"textlint-rule-max-kanji-continuous-len": "^1.1.1",
4444
"textlint-rule-max-ten": "^4.0.4",
4545
"textlint-rule-no-double-negative-ja": "^2.0.1",

yarn.lock

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2510,6 +2510,14 @@ sentence-splitter@^4.0.2:
25102510
"@textlint/ast-node-types" "^13.2.0"
25112511
structured-source "^4.0.0"
25122512

2513+
sentence-splitter@^4.2.0:
2514+
version "4.2.0"
2515+
resolved "https://registry.yarnpkg.com/sentence-splitter/-/sentence-splitter-4.2.0.tgz#40a959de0b5b41ee769d9f211ebd99f54248e2a8"
2516+
integrity sha512-1Ww0iofAbR56tu6lVJ9Yh8Sj5ukeVjikBQ4sR5sNWM0kc+2AJe3p5F2o2qyuf5dJ4KVs1RbJpNkwEiMBCz7pKg==
2517+
dependencies:
2518+
"@textlint/ast-node-types" "^13.2.0"
2519+
structured-source "^4.0.0"
2520+
25132521
25142522
version "6.0.0"
25152523
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
@@ -2874,14 +2882,13 @@ [email protected]:
28742882
match-index "^1.0.1"
28752883
regx "^1.0.4"
28762884

2877-
textlint-rule-max-comma@^2.0.2:
2878-
version "2.0.2"
2879-
resolved "https://registry.yarnpkg.com/textlint-rule-max-comma/-/textlint-rule-max-comma-2.0.2.tgz#c204ae840b436d572d5c24e3a3056776992a882b"
2880-
integrity sha512-t4twAgEZWWMhIYH3xURZr/A1EcAUKiC10/N0EU6RG+ZBa9+FB5HDhMdQMS5wHqEI1FopWHTYYv/sC2PGEtvyLg==
2885+
textlint-rule-max-comma@^3.0.0:
2886+
version "3.0.0"
2887+
resolved "https://registry.yarnpkg.com/textlint-rule-max-comma/-/textlint-rule-max-comma-3.0.0.tgz#946892239d0e2a56aace22718caf8af82e3ca40d"
2888+
integrity sha512-hFq6emf2A4Poq6EuOw8EykAdx2bFhlR9nQ5wn7kGNEbDgdkUuUFJkeIG+QfaoiJGnufi0SJNTsh8p2M/02SI/w==
28812889
dependencies:
2882-
sentence-splitter "^3.2.1"
2883-
textlint-util-to-string "^3.1.1"
2884-
unist-util-filter "^2.0.3"
2890+
sentence-splitter "^4.2.0"
2891+
textlint-util-to-string "^3.3.2"
28852892

28862893
textlint-rule-max-kanji-continuous-len@^1.1.1:
28872894
version "1.1.1"
@@ -3042,6 +3049,16 @@ textlint-util-to-string@^3.2.0, textlint-util-to-string@^3.3.0:
30423049
structured-source "^4.0.0"
30433050
unified "^8.4.0"
30443051

3052+
textlint-util-to-string@^3.3.2:
3053+
version "3.3.2"
3054+
resolved "https://registry.yarnpkg.com/textlint-util-to-string/-/textlint-util-to-string-3.3.2.tgz#9c72f534c731f295e6a0500d694f18835595e1e8"
3055+
integrity sha512-TCnHX5xGDWIGQpcusLrctodid+n5t5G6ft9+KAVad+GmrOOkk9IiPej8FwH9Vq/uk1j44yTB20YYja0YnQ+z/w==
3056+
dependencies:
3057+
"@textlint/ast-node-types" "^13.0.5"
3058+
rehype-parse "^6.0.1"
3059+
structured-source "^4.0.0"
3060+
unified "^8.4.0"
3061+
30453062
through2@^2.0.0:
30463063
version "2.0.5"
30473064
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
@@ -3150,13 +3167,6 @@ unified@^8.4.0:
31503167
trough "^1.0.0"
31513168
vfile "^4.0.0"
31523169

3153-
unist-util-filter@^2.0.3:
3154-
version "2.0.3"
3155-
resolved "https://registry.yarnpkg.com/unist-util-filter/-/unist-util-filter-2.0.3.tgz#558cf866016f0e7ade1e30ef190abf253111dd39"
3156-
integrity sha512-8k6Jl/KLFqIRTHydJlHh6+uFgqYHq66pV75pZgr1JwfyFSjbWb12yfb0yitW/0TbHXjr9U4G9BQpOvMANB+ExA==
3157-
dependencies:
3158-
unist-util-is "^4.0.0"
3159-
31603170
unist-util-is@^3.0.0:
31613171
version "3.0.0"
31623172
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-3.0.0.tgz#d9e84381c2468e82629e4a5be9d7d05a2dd324cd"

0 commit comments

Comments
 (0)