Skip to content

Commit cd3d790

Browse files
renovate[bot]azu
andauthored
fix(deps): update dependency textlint-rule-no-nfd to v2 (#114)
* fix(deps): update dependency textlint-rule-no-nfd to v2 * Create tasty-buses-jump.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: azu <azu@users.noreply.github.com>
1 parent 500f7eb commit cd3d790

File tree

3 files changed

+27
-6
lines changed

3 files changed

+27
-6
lines changed

.changeset/tasty-buses-jump.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+
fix(deps): update dependency textlint-rule-no-nfd to v2
6+
7+
textlint v12.2.0+が必要になります。

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"textlint-rule-no-exclamation-question-mark": "^1.1.0",
5151
"textlint-rule-no-hankaku-kana": "^1.0.2",
5252
"textlint-rule-no-mix-dearu-desumasu": "^5.0.0",
53-
"textlint-rule-no-nfd": "^1.0.2",
53+
"textlint-rule-no-nfd": "^2.0.1",
5454
"textlint-rule-no-zero-width-spaces": "^1.0.1",
5555
"textlint-rule-preset-jtf-style": "^2.3.13",
5656
"textlint-rule-sentence-length": "^3.0.0"

yarn.lock

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,11 @@
305305
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-12.3.0.tgz#3eb52ca2d7234ad8e015a1fc104ab15945a25e1f"
306306
integrity sha512-ke5hlKy/xZ/vQt6j+h4k9GradJPDsV3FKsUqWpCpF/X8qWCU2zM4e1SMUAFjoUcLuF9in+eXIQ71Qm/AdjjkZQ==
307307

308+
"@textlint/ast-node-types@^13.0.2":
309+
version "13.0.2"
310+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.0.2.tgz#15761c7f8a12384b1a17bbbf176e8d5c9e9884c7"
311+
integrity sha512-4l+acQ88z44nLM7uchP25TIc6BFy7W0puI1a4DtBHyk53P2aUXI+JE30GuhzsPUkqwGGcEnTeE3zOA1WNQi5lw==
312+
308313
"@textlint/ast-node-types@^4.2.4", "@textlint/ast-node-types@^4.4.2", "@textlint/ast-node-types@^4.4.3":
309314
version "4.4.3"
310315
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.3.tgz#fdba16e8126cddc50f45433ce7f6c55e7829566c"
@@ -2782,6 +2787,15 @@ textlint-rule-helper@^2.2.4:
27822787
structured-source "^4.0.0"
27832788
unist-util-visit "^2.0.3"
27842789

2790+
textlint-rule-helper@^2.3.0:
2791+
version "2.3.0"
2792+
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.3.0.tgz#5ab84db686d42fd2e39a63b40310501bb336520d"
2793+
integrity sha512-Ug78Saahb/qVImttL0NSFyT5/JJ5wXvOPepR2pYAjNi54BsQAAz/hAyyEgKuYeR0+yjFb0KPhby4f880X5vqHA==
2794+
dependencies:
2795+
"@textlint/ast-node-types" "^13.0.2"
2796+
structured-source "^4.0.0"
2797+
unist-util-visit "^2.0.3"
2798+
27852799
textlint-rule-ja-no-abusage@^3.0.0:
27862800
version "3.0.0"
27872801
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-abusage/-/textlint-rule-ja-no-abusage-3.0.0.tgz#b43f3f66b7d0aa9a37877ea1c125e3da3bafcc0a"
@@ -2933,13 +2947,13 @@ textlint-rule-no-mix-dearu-desumasu@^5.0.0:
29332947
textlint-rule-helper "^2.0.0"
29342948
unist-util-visit "^3.0.0"
29352949

2936-
textlint-rule-no-nfd@^1.0.2:
2937-
version "1.0.2"
2938-
resolved "https://registry.yarnpkg.com/textlint-rule-no-nfd/-/textlint-rule-no-nfd-1.0.2.tgz#8c5793b57caada6e620b89d7a1d2886487dbbe2e"
2939-
integrity sha512-n6tUx40/V6koDo78qqePHxSovuwSIKO0xwY3FCqVDbcfg9GxQCjde1twQJ99T3bs4LabhPOo/Pt3USaQ9XcTRQ==
2950+
textlint-rule-no-nfd@^2.0.1:
2951+
version "2.0.1"
2952+
resolved "https://registry.yarnpkg.com/textlint-rule-no-nfd/-/textlint-rule-no-nfd-2.0.1.tgz#f13c74796dcfe06b8bd6e8c0e2560d041b384ee7"
2953+
integrity sha512-d0SSK64qliPzan+xuRo7F2N4cfgDxBSwzZSwOMclwtPN+ag4Ir0M5SVfBEX1uOAgfPFnjssziDm6kp6WSwzJxg==
29402954
dependencies:
29412955
match-index "^1.0.3"
2942-
textlint-rule-helper "^2.1.1"
2956+
textlint-rule-helper "^2.3.0"
29432957
unorm "^1.4.1"
29442958

29452959
textlint-rule-no-zero-width-spaces@^1.0.1:

0 commit comments

Comments
 (0)