Skip to content

Commit

Permalink
fix(deps): update dependency textlint-rule-no-nfd to v2 (#114)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and azu authored Jan 28, 2023
1 parent 500f7eb commit cd3d790
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changeset/tasty-buses-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"textlint-rule-preset-ja-technical-writing": patch
---

fix(deps): update dependency textlint-rule-no-nfd to v2

textlint v12.2.0+が必要になります。
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"textlint-rule-no-exclamation-question-mark": "^1.1.0",
"textlint-rule-no-hankaku-kana": "^1.0.2",
"textlint-rule-no-mix-dearu-desumasu": "^5.0.0",
"textlint-rule-no-nfd": "^1.0.2",
"textlint-rule-no-nfd": "^2.0.1",
"textlint-rule-no-zero-width-spaces": "^1.0.1",
"textlint-rule-preset-jtf-style": "^2.3.13",
"textlint-rule-sentence-length": "^3.0.0"
Expand Down
24 changes: 19 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,11 @@
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-12.3.0.tgz#3eb52ca2d7234ad8e015a1fc104ab15945a25e1f"
integrity sha512-ke5hlKy/xZ/vQt6j+h4k9GradJPDsV3FKsUqWpCpF/X8qWCU2zM4e1SMUAFjoUcLuF9in+eXIQ71Qm/AdjjkZQ==

"@textlint/ast-node-types@^13.0.2":
version "13.0.2"
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.0.2.tgz#15761c7f8a12384b1a17bbbf176e8d5c9e9884c7"
integrity sha512-4l+acQ88z44nLM7uchP25TIc6BFy7W0puI1a4DtBHyk53P2aUXI+JE30GuhzsPUkqwGGcEnTeE3zOA1WNQi5lw==

"@textlint/ast-node-types@^4.2.4", "@textlint/ast-node-types@^4.4.2", "@textlint/ast-node-types@^4.4.3":
version "4.4.3"
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.3.tgz#fdba16e8126cddc50f45433ce7f6c55e7829566c"
Expand Down Expand Up @@ -2782,6 +2787,15 @@ textlint-rule-helper@^2.2.4:
structured-source "^4.0.0"
unist-util-visit "^2.0.3"

textlint-rule-helper@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.3.0.tgz#5ab84db686d42fd2e39a63b40310501bb336520d"
integrity sha512-Ug78Saahb/qVImttL0NSFyT5/JJ5wXvOPepR2pYAjNi54BsQAAz/hAyyEgKuYeR0+yjFb0KPhby4f880X5vqHA==
dependencies:
"@textlint/ast-node-types" "^13.0.2"
structured-source "^4.0.0"
unist-util-visit "^2.0.3"

textlint-rule-ja-no-abusage@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-abusage/-/textlint-rule-ja-no-abusage-3.0.0.tgz#b43f3f66b7d0aa9a37877ea1c125e3da3bafcc0a"
Expand Down Expand Up @@ -2933,13 +2947,13 @@ textlint-rule-no-mix-dearu-desumasu@^5.0.0:
textlint-rule-helper "^2.0.0"
unist-util-visit "^3.0.0"

textlint-rule-no-nfd@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/textlint-rule-no-nfd/-/textlint-rule-no-nfd-1.0.2.tgz#8c5793b57caada6e620b89d7a1d2886487dbbe2e"
integrity sha512-n6tUx40/V6koDo78qqePHxSovuwSIKO0xwY3FCqVDbcfg9GxQCjde1twQJ99T3bs4LabhPOo/Pt3USaQ9XcTRQ==
textlint-rule-no-nfd@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/textlint-rule-no-nfd/-/textlint-rule-no-nfd-2.0.1.tgz#f13c74796dcfe06b8bd6e8c0e2560d041b384ee7"
integrity sha512-d0SSK64qliPzan+xuRo7F2N4cfgDxBSwzZSwOMclwtPN+ag4Ir0M5SVfBEX1uOAgfPFnjssziDm6kp6WSwzJxg==
dependencies:
match-index "^1.0.3"
textlint-rule-helper "^2.1.1"
textlint-rule-helper "^2.3.0"
unorm "^1.4.1"

textlint-rule-no-zero-width-spaces@^1.0.1:
Expand Down

0 comments on commit cd3d790

Please sign in to comment.