Skip to content

Commit 1d165a5

Browse files
committed
chore(deps): update dependency textlint to v11.6.3
1 parent 1b484bd commit 1d165a5

File tree

2 files changed

+49
-63
lines changed

2 files changed

+49
-63
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"husky": "^1.3.1",
2828
"lint-staged": "^7.3.0",
29-
"textlint": "11.6.2",
29+
"textlint": "11.6.3",
3030
"textlint-rule-ja-space-between-half-and-full-width": "2.0.1",
3131
"textlint-rule-no-todo": "2.0.1"
3232
}

yarn.lock

Lines changed: 48 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
dependencies:
4444
"@textlint/ast-node-types" "^4.2.5"
4545

46-
"@textlint/ast-traverse@^2.1.6":
47-
version "2.1.6"
48-
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-2.1.6.tgz#ce68cdcdf12776fa6161161b0ada002e9bd6beab"
49-
integrity sha512-qSPTUptR/C4YwoeVXRLUij6TpxbXT7U0P9S0No+p9Q+EYJeNvl1NUTrcpQmzrRydo6vCR0RzVkHmj+gEckH2Ug==
46+
"@textlint/ast-traverse@^2.1.7":
47+
version "2.1.7"
48+
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-2.1.7.tgz#d7de433095a6de04fccb296f9cc2011f04f7ba6e"
49+
integrity sha512-73Nw0R4TaskPmF36Hop1DZ8AbH339WrGiLQjzbOLaXHaBHQ4hdNw28UMlw4glfPZb7/zvxPcJRtg9AB8F3ZW0g==
5050
dependencies:
5151
"@textlint/ast-node-types" "^4.2.5"
5252

@@ -57,13 +57,13 @@
5757
dependencies:
5858
map-like "^2.0.0"
5959

60-
"@textlint/fixer-formatter@^3.1.12":
61-
version "3.1.12"
62-
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-3.1.12.tgz#f260da07866eb9c956702bd605cc636156fd85c6"
63-
integrity sha512-MQcVkr6WT4m31gG32IYoOJ+vMw+YI/hpO1S2gwfuQo7z+qBWoqByydbEn4H6dtJzWCX9RBgi8D1lAL2HPvASYw==
60+
"@textlint/fixer-formatter@^3.1.13":
61+
version "3.1.13"
62+
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-3.1.13.tgz#ccf9560487ecc4d7d982e12dd620ae6ebf53b282"
63+
integrity sha512-FXqAJZ+5fLsOZjvFmn1JhCer8gQI4ZQk3R45bXizRJm6DASByPAGGh/MAQxxHSGeR5wR8miO/koxA2BrS8OhAw==
6464
dependencies:
6565
"@textlint/module-interop" "^1.0.2"
66-
"@textlint/types" "^1.3.0"
66+
"@textlint/types" "^1.3.1"
6767
chalk "^1.1.3"
6868
debug "^4.1.1"
6969
diff "^4.0.1"
@@ -73,33 +73,31 @@
7373
text-table "^0.2.0"
7474
try-resolve "^1.0.1"
7575

76-
"@textlint/kernel@^3.2.0":
77-
version "3.2.0"
78-
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.2.0.tgz#c16bc02f551fe4a16d3993d4acfd7d220bb0ac43"
79-
integrity sha512-1uir4V/fFSLl7vkbQUt4BYkXmwAwrT8En7RAv3o6t7EugCwyLlzCluFwCHrTLgVMTTZuS5NIqUQZREUMP7U/vg==
76+
"@textlint/kernel@^3.2.1":
77+
version "3.2.1"
78+
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.2.1.tgz#aa589a4fc15a6ef8d087eac2f4028ef110b1352e"
79+
integrity sha512-gMCgP/tAjCX8dGqgu7nhUwaDC/TzDKeRZb9qa50nqbnILRasKplj3lOWn2osZdkScVZPLQp+al1pDh9pU4D+Dw==
8080
dependencies:
8181
"@textlint/ast-node-types" "^4.2.5"
8282
"@textlint/ast-tester" "^2.1.6"
83-
"@textlint/ast-traverse" "^2.1.6"
83+
"@textlint/ast-traverse" "^2.1.7"
8484
"@textlint/feature-flag" "^3.1.6"
85-
"@textlint/types" "^1.3.0"
85+
"@textlint/types" "^1.3.1"
8686
"@textlint/utils" "^1.0.3"
87-
"@types/bluebird" "^3.5.18"
88-
bluebird "^3.7.0"
8987
debug "^4.1.1"
9088
deep-equal "^1.1.0"
9189
map-like "^2.0.0"
9290
structured-source "^3.0.2"
9391

94-
"@textlint/linter-formatter@^3.1.11":
95-
version "3.1.11"
96-
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-3.1.11.tgz#94e91ed64d299747bfd0b7a8cc58b44c4f5b0918"
97-
integrity sha512-tPFz8sGXWuDrhDRiHrLceasAN8AGM2ctt5uLvCxGVJ4Lmx6O7o+kDnHNGfIuF8rTRRQKWJ9jR/SCCH1SZulXmw==
92+
"@textlint/linter-formatter@^3.1.12":
93+
version "3.1.12"
94+
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-3.1.12.tgz#4960b1b3d158f55e61ae02fe8af94403fe8b9443"
95+
integrity sha512-OEP4pklu01MEgBJrftD9vwe3HFx+jhiEe1JFIgf7GZ4a0fSer5vQWXBo5wHW6WtZtSa+iLBsLC3mI5VMeshzdA==
9896
dependencies:
9997
"@azu/format-text" "^1.0.1"
10098
"@azu/style-format" "^1.0.0"
10199
"@textlint/module-interop" "^1.0.2"
102-
"@textlint/types" "^1.3.0"
100+
"@textlint/types" "^1.3.1"
103101
chalk "^1.0.0"
104102
concat-stream "^1.5.1"
105103
debug "^4.1.1"
@@ -115,10 +113,10 @@
115113
try-resolve "^1.0.1"
116114
xml-escape "^1.0.0"
117115

118-
"@textlint/markdown-to-ast@^6.1.6":
119-
version "6.1.6"
120-
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.1.6.tgz#9d081a64d4a95a4958f5cebc75b1efdb7cdaf7ab"
121-
integrity sha512-xIaMn6gW1Ig+M+2Xcdbxt4cgOqWJSuB0pIO98KppQyqPzQ5k5deea7SBABqLZiKeNIxLl+2C1vfIfnBFFjxlmg==
116+
"@textlint/markdown-to-ast@^6.1.7":
117+
version "6.1.7"
118+
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.1.7.tgz#7ed9561b577bcd5307c8ef82660bc568ce31647e"
119+
integrity sha512-B0QtokeQR4a9+4q0NQr8T9l7A1fFihTN5Ze57tVgqW+3ymzXEouh8DvPHeNQ4T6jEkAThvdjk95mxAMpGRJ79w==
122120
dependencies:
123121
"@textlint/ast-node-types" "^4.2.5"
124122
debug "^4.1.1"
@@ -140,17 +138,17 @@
140138
dependencies:
141139
"@textlint/ast-node-types" "^4.2.5"
142140

143-
"@textlint/textlint-plugin-markdown@^5.1.11":
144-
version "5.1.11"
145-
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.1.11.tgz#24d4ec9d0803d5302dc8302256c4a2e7f97406f8"
146-
integrity sha512-DnCtNI10kejLPdEFu5pBHCDoBLJQTLnxwu76Mr/5iSEcYcytK2X72qiuvtg3c3s/8+at53TPQ6+5/AmpQKdvfg==
141+
"@textlint/textlint-plugin-markdown@^5.1.12":
142+
version "5.1.12"
143+
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.1.12.tgz#c6fddb969e65fea111aa4b033dca48b0882a50b9"
144+
integrity sha512-CJWWTaomR22hQD3ogrZujMH1pNN7DqZadmx9CJXxgKwpI/cuD5d2kClwXO3MeLFckJr5HRso7SFN5ebqKu1ycw==
147145
dependencies:
148-
"@textlint/markdown-to-ast" "^6.1.6"
146+
"@textlint/markdown-to-ast" "^6.1.7"
149147

150-
"@textlint/textlint-plugin-text@^4.1.12":
151-
version "4.1.12"
152-
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.1.12.tgz#1aa14e3391aa20b04423f1b687e6443dd2fa3428"
153-
integrity sha512-WhCzAURZBokAzZ+ismEiS857F4YCRXROtwSiqk3gbgiZWVq47xX6g5xhVDPet3RvCMFzCUkrHVRJ+udORE6sFw==
148+
"@textlint/textlint-plugin-text@^4.1.13":
149+
version "4.1.13"
150+
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.1.13.tgz#9e15dac3326d6c23936297e85dbfa4af388cdc48"
151+
integrity sha512-KQfSYNDt8HSX8ZL/r86N8OrAuQ9LEuevAtGomtfkw0h7Ed/pUfmuYXjht8wYRdysYBa4JyjrXcmqzRAUdkWrag==
154152
dependencies:
155153
"@textlint/text-to-ast" "^3.1.7"
156154

@@ -162,10 +160,10 @@
162160
"@textlint/ast-node-types" "^4.2.2"
163161
structured-source "^3.0.2"
164162

165-
"@textlint/types@^1.3.0":
166-
version "1.3.0"
167-
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.3.0.tgz#222692429d6c2ff5f427b2024e7c4901621ca828"
168-
integrity sha512-PJM3u0dnKyFCQJfhS+ft4OPse10P2PXz7bM2YJMyEs6kKOc2hDvZE7CH8F85GuSL9H5gToTqJ9/c3Yy4I3S+iA==
163+
"@textlint/types@^1.3.1":
164+
version "1.3.1"
165+
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.3.1.tgz#185d06ddb7608703def1d697e663a00f4f83ab62"
166+
integrity sha512-9MJ6PRPYWiFs2lfvp/Qhq72WrkZLL5ncBUXAVoj1Ug17ug8d7psmr/KJstMMocW3EWHSOuIDj7unh413c3jPqQ==
169167
dependencies:
170168
"@textlint/ast-node-types" "^4.2.5"
171169

@@ -174,11 +172,6 @@
174172
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.0.3.tgz#65196f21a5c1884b2dc6088484063f9ad52dfb67"
175173
integrity sha512-6oGaBKXYpg5Ooph5p32OFdp1dXDUC1z5mpHg2gmQbx6QZjmP4QX+ygBQdNoCq15d1w88+We6koJl0n0WXjItYw==
176174

177-
"@types/bluebird@^3.5.18":
178-
version "3.5.27"
179-
resolved "https://nexus.dev.casaba.tech/repository/npm/@types/bluebird/-/bluebird-3.5.27.tgz#61eb4d75dc6bfbce51cf49ee9bbebe941b2cb5d0"
180-
integrity sha1-YetNddxr+85Rz0num76+lBsstdA=
181-
182175
ajv-keywords@^1.0.0:
183176
version "1.5.1"
184177
resolved "https://nexus.dev.casaba.tech/repository/npm/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c"
@@ -289,11 +282,6 @@ base@^0.11.1:
289282
mixin-deep "^1.2.0"
290283
pascalcase "^0.1.1"
291284

292-
bluebird@^3.7.0:
293-
version "3.7.2"
294-
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
295-
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
296-
297285
boundary@^1.0.1:
298286
version "1.0.1"
299287
resolved "https://nexus.dev.casaba.tech/repository/npm/boundary/-/boundary-1.0.1.tgz#4d67dc2602c0cc16dd9bce7ebf87e948290f5812"
@@ -2496,24 +2484,22 @@ textlint-rule-no-todo@2.0.1:
24962484
dependencies:
24972485
textlint-rule-helper "^2.0.0"
24982486

2499-
textlint@11.6.2:
2500-
version "11.6.2"
2501-
resolved "https://registry.yarnpkg.com/textlint/-/textlint-11.6.2.tgz#28f01f7466b446a3cd3d7daf74987968f006e70c"
2502-
integrity sha512-jNW+e4pJ4MJAVciuK1UdG96tl8sAgLPJty+dRdOzDlNA5725xSohn4SQ0Iewv13EgnpXIRxy1SGaBNbv8nYT5Q==
2487+
textlint@11.6.3:
2488+
version "11.6.3"
2489+
resolved "https://registry.yarnpkg.com/textlint/-/textlint-11.6.3.tgz#fefd83174787070281069e8a9495c780d7041db1"
2490+
integrity sha512-tTLLgB49zkJgq6GYDJOT6F31kHLulFjzovCHpN6ycv8d/aPcYl9vv7f/luR33YBQZdnGLtn+j8+G4GJAZ6Uz6w==
25032491
dependencies:
25042492
"@textlint/ast-node-types" "^4.2.5"
2505-
"@textlint/ast-traverse" "^2.1.6"
2493+
"@textlint/ast-traverse" "^2.1.7"
25062494
"@textlint/feature-flag" "^3.1.6"
2507-
"@textlint/fixer-formatter" "^3.1.12"
2508-
"@textlint/kernel" "^3.2.0"
2509-
"@textlint/linter-formatter" "^3.1.11"
2495+
"@textlint/fixer-formatter" "^3.1.13"
2496+
"@textlint/kernel" "^3.2.1"
2497+
"@textlint/linter-formatter" "^3.1.12"
25102498
"@textlint/module-interop" "^1.0.2"
2511-
"@textlint/textlint-plugin-markdown" "^5.1.11"
2512-
"@textlint/textlint-plugin-text" "^4.1.12"
2513-
"@textlint/types" "^1.3.0"
2499+
"@textlint/textlint-plugin-markdown" "^5.1.12"
2500+
"@textlint/textlint-plugin-text" "^4.1.13"
2501+
"@textlint/types" "^1.3.1"
25142502
"@textlint/utils" "^1.0.3"
2515-
"@types/bluebird" "^3.5.18"
2516-
bluebird "^3.7.0"
25172503
debug "^4.1.1"
25182504
deep-equal "^1.1.0"
25192505
file-entry-cache "^5.0.1"

0 commit comments

Comments
 (0)