Skip to content

Commit e16ba82

Browse files
renovate[bot]azu
andauthored
fix(deps): update dependency textlint-rule-no-nfd to v2 (#96)
* fix(deps): update dependency textlint-rule-no-nfd to v2 * Create silent-melons-retire.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: azu <azu@users.noreply.github.com>
1 parent 60e5e65 commit e16ba82

File tree

3 files changed

+62
-6
lines changed

3 files changed

+62
-6
lines changed

.changeset/silent-melons-retire.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"textlint-rule-preset-japanese": major
3+
---
4+
5+
fix(deps): update dependency textlint-rule-no-nfd to v2
6+
7+
textlint v12.2.0+が必要になります。
8+
エラー位置表示の改善が含まれます。

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"textlint-rule-no-dropping-the-ra": "^3.0.0",
4242
"textlint-rule-no-kangxi-radicals": "^0.2.0",
4343
"textlint-rule-no-mix-dearu-desumasu": "^5.0.0",
44-
"textlint-rule-no-nfd": "^1.0.1",
44+
"textlint-rule-no-nfd": "^2.0.0",
4545
"textlint-rule-no-zero-width-spaces": "^1.0.1",
4646
"textlint-rule-prh": "^5.2.0",
4747
"textlint-rule-sentence-length": "^3.0.0"

yarn.lock

Lines changed: 53 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,11 @@
268268
dependencies:
269269
execall "^1.0.0"
270270

271+
"@textlint/ast-node-types@^13.0.2":
272+
version "13.0.2"
273+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.0.2.tgz#15761c7f8a12384b1a17bbbf176e8d5c9e9884c7"
274+
integrity sha512-4l+acQ88z44nLM7uchP25TIc6BFy7W0puI1a4DtBHyk53P2aUXI+JE30GuhzsPUkqwGGcEnTeE3zOA1WNQi5lw==
275+
271276
"@textlint/ast-node-types@^4.2.1", "@textlint/ast-node-types@^4.2.4", "@textlint/ast-node-types@^4.4.2":
272277
version "4.4.2"
273278
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.4.2.tgz#d3fda5c9086baba04bc75440039ccf18415c8446"
@@ -416,6 +421,11 @@ boundary@^1.0.1:
416421
resolved "https://registry.yarnpkg.com/boundary/-/boundary-1.0.1.tgz#4d67dc2602c0cc16dd9bce7ebf87e948290f5812"
417422
integrity sha1-TWfcJgLAzBbdm85+v4fpSCkPWBI=
418423

424+
boundary@^2.0.0:
425+
version "2.0.0"
426+
resolved "https://registry.yarnpkg.com/boundary/-/boundary-2.0.0.tgz#169c8b1f0d44cf2c25938967a328f37e0a4e5efc"
427+
integrity sha512-rJKn5ooC9u8q13IMCrW0RSp31pxBCHE3y9V/tp3TdWSLf8Em3p6Di4NBpfzbJge9YjjFEsD0RtFEjtvHL5VyEA==
428+
419429
boxen@^1.3.0:
420430
version "1.3.0"
421431
resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.3.0.tgz#55c6c39a8ba58d9c61ad22cd877532deb665a20b"
@@ -1763,6 +1773,13 @@ structured-source@^3.0.2:
17631773
dependencies:
17641774
boundary "^1.0.1"
17651775

1776+
structured-source@^4.0.0:
1777+
version "4.0.0"
1778+
resolved "https://registry.yarnpkg.com/structured-source/-/structured-source-4.0.0.tgz#0c9e59ee43dedd8fc60a63731f60e358102a4948"
1779+
integrity sha512-qGzRFNJDjFieQkl/sVOI2dUjHKRyL9dAJi2gCPGJLbJHBIkyOHxjuocpIEfbLioX+qSJpvbYdT49/YCdMznKxA==
1780+
dependencies:
1781+
boundary "^2.0.0"
1782+
17661783
supports-color@^5.3.0:
17671784
version "5.5.0"
17681785
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
@@ -1799,6 +1816,15 @@ textlint-rule-helper@^2.0.0, textlint-rule-helper@^2.1.1:
17991816
structured-source "^3.0.2"
18001817
unist-util-visit "^1.1.0"
18011818

1819+
textlint-rule-helper@^2.3.0:
1820+
version "2.3.0"
1821+
resolved "https://registry.yarnpkg.com/textlint-rule-helper/-/textlint-rule-helper-2.3.0.tgz#5ab84db686d42fd2e39a63b40310501bb336520d"
1822+
integrity sha512-Ug78Saahb/qVImttL0NSFyT5/JJ5wXvOPepR2pYAjNi54BsQAAz/hAyyEgKuYeR0+yjFb0KPhby4f880X5vqHA==
1823+
dependencies:
1824+
"@textlint/ast-node-types" "^13.0.2"
1825+
structured-source "^4.0.0"
1826+
unist-util-visit "^2.0.3"
1827+
18021828
textlint-rule-max-ten@^4.0.2:
18031829
version "4.0.2"
18041830
resolved "https://registry.yarnpkg.com/textlint-rule-max-ten/-/textlint-rule-max-ten-4.0.2.tgz#42c3662dde5291d4b1a09aea9aad5a3eeb545ed9"
@@ -1871,13 +1897,13 @@ textlint-rule-no-mix-dearu-desumasu@^5.0.0:
18711897
textlint-rule-helper "^2.0.0"
18721898
unist-util-visit "^3.0.0"
18731899

1874-
textlint-rule-no-nfd@^1.0.1:
1875-
version "1.0.2"
1876-
resolved "https://registry.yarnpkg.com/textlint-rule-no-nfd/-/textlint-rule-no-nfd-1.0.2.tgz#8c5793b57caada6e620b89d7a1d2886487dbbe2e"
1877-
integrity sha512-n6tUx40/V6koDo78qqePHxSovuwSIKO0xwY3FCqVDbcfg9GxQCjde1twQJ99T3bs4LabhPOo/Pt3USaQ9XcTRQ==
1900+
textlint-rule-no-nfd@^2.0.0:
1901+
version "2.0.1"
1902+
resolved "https://registry.yarnpkg.com/textlint-rule-no-nfd/-/textlint-rule-no-nfd-2.0.1.tgz#f13c74796dcfe06b8bd6e8c0e2560d041b384ee7"
1903+
integrity sha512-d0SSK64qliPzan+xuRo7F2N4cfgDxBSwzZSwOMclwtPN+ag4Ir0M5SVfBEX1uOAgfPFnjssziDm6kp6WSwzJxg==
18781904
dependencies:
18791905
match-index "^1.0.3"
1880-
textlint-rule-helper "^2.1.1"
1906+
textlint-rule-helper "^2.3.0"
18811907
unorm "^1.4.1"
18821908

18831909
textlint-rule-no-zero-width-spaces@^1.0.1:
@@ -1998,6 +2024,11 @@ unist-util-is@^3.0.0:
19982024
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-3.0.0.tgz#d9e84381c2468e82629e4a5be9d7d05a2dd324cd"
19992025
integrity sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==
20002026

2027+
unist-util-is@^4.0.0:
2028+
version "4.1.0"
2029+
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.1.0.tgz#976e5f462a7a5de73d94b706bac1b90671b57797"
2030+
integrity sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==
2031+
20012032
unist-util-is@^5.0.0:
20022033
version "5.0.0"
20032034
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-5.0.0.tgz#c71eddea34aa7009d54f671a6fafb3779b8035d3"
@@ -2017,6 +2048,14 @@ unist-util-visit-parents@^2.0.0:
20172048
dependencies:
20182049
unist-util-is "^3.0.0"
20192050

2051+
unist-util-visit-parents@^3.0.0:
2052+
version "3.1.1"
2053+
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-3.1.1.tgz#65a6ce698f78a6b0f56aa0e88f13801886cdaef6"
2054+
integrity sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==
2055+
dependencies:
2056+
"@types/unist" "^2.0.0"
2057+
unist-util-is "^4.0.0"
2058+
20202059
unist-util-visit-parents@^4.0.0:
20212060
version "4.0.0"
20222061
resolved "https://registry.yarnpkg.com/unist-util-visit-parents/-/unist-util-visit-parents-4.0.0.tgz#0dfc00046ac753517ffaaf59b80d1ac892b352a6"
@@ -2032,6 +2071,15 @@ unist-util-visit@^1.1.0:
20322071
dependencies:
20332072
unist-util-visit-parents "^2.0.0"
20342073

2074+
unist-util-visit@^2.0.3:
2075+
version "2.0.3"
2076+
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.3.tgz#c3703893146df47203bb8a9795af47d7b971208c"
2077+
integrity sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==
2078+
dependencies:
2079+
"@types/unist" "^2.0.0"
2080+
unist-util-is "^4.0.0"
2081+
unist-util-visit-parents "^3.0.0"
2082+
20352083
unist-util-visit@^3.0.0:
20362084
version "3.0.0"
20372085
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-3.0.0.tgz#a8e239038f7b29aadc649a6080f42bc85ea1a7bc"

0 commit comments

Comments
 (0)