Skip to content

Commit 3197cdd

Browse files
committed
Update dependency textlint-rule-ja-no-abusage to v2
1 parent 91e21d7 commit 3197cdd

File tree

2 files changed

+42
-24
lines changed

2 files changed

+42
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@textlint-rule/textlint-rule-no-invalid-control-character": "^1.2.0",
3838
"interop-require": "^1.0.0",
39-
"textlint-rule-ja-no-abusage": "^1.2.2",
39+
"textlint-rule-ja-no-abusage": "^2.0.0",
4040
"textlint-rule-ja-no-mixed-period": "^2.1.1",
4141
"textlint-rule-ja-no-redundant-expression": "^3.0.1",
4242
"textlint-rule-ja-no-successive-word": "^1.1.0",

yarn.lock

Lines changed: 41 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ [email protected]:
235235
version "1.1.3"
236236
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
237237

238-
commandpost@^1.0.1, commandpost@^1.2.1:
238+
commandpost@^1.2.1:
239239
version "1.2.1"
240240
resolved "https://registry.yarnpkg.com/commandpost/-/commandpost-1.2.1.tgz#2e9c4c7508b9dc704afefaa91cab92ee6054cc68"
241241

@@ -682,7 +682,7 @@ [email protected]:
682682
argparse "^1.0.7"
683683
esprima "^4.0.0"
684684

685-
js-yaml@^3.6.1, js-yaml@^3.8.1, js-yaml@^3.9.1:
685+
js-yaml@^3.8.1, js-yaml@^3.9.1:
686686
version "3.10.0"
687687
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.10.0.tgz#2e78441646bd4682e963f22b6e92823c309c62dc"
688688
dependencies:
@@ -897,6 +897,20 @@ morpheme-match-all@^1.2.0:
897897
dependencies:
898898
morpheme-match "^1.2.1"
899899

900+
morpheme-match-all@^2.0.0:
901+
version "2.0.0"
902+
resolved "https://registry.yarnpkg.com/morpheme-match-all/-/morpheme-match-all-2.0.0.tgz#fcf518ea2a1462bc99e7cfacee1ca47942b0fcd5"
903+
integrity sha512-eiONyhZLP0bZuXFTaoqfxigXdg5XKd+vZLwaSKFRLAhvSHY5Zrbu8iJl74HqQj+gCm1OV18OocWCAfr3FXiFXg==
904+
dependencies:
905+
morpheme-match "^2.0.0"
906+
907+
morpheme-match-textlint@^2.0.0:
908+
version "2.0.0"
909+
resolved "https://registry.yarnpkg.com/morpheme-match-textlint/-/morpheme-match-textlint-2.0.0.tgz#034f05dcfe7838286c675b4446f086698adb3188"
910+
integrity sha512-6bMD5nDKPcxJ/Qd4Y1R9MwI8GQWnpFVFif8nwdRtzfibEo6FNkBRj98PzjEwXOefLMlnbjJ+DOpnPBE9yTWLqw==
911+
dependencies:
912+
morpheme-match-all "^2.0.0"
913+
900914
morpheme-match@^1.0.1, morpheme-match@^1.1.0:
901915
version "1.1.0"
902916
resolved "https://registry.yarnpkg.com/morpheme-match/-/morpheme-match-1.1.0.tgz#d8f3330b95e5f27d1cb610f763285c724c25874a"
@@ -906,6 +920,11 @@ morpheme-match@^1.2.1:
906920
resolved "https://registry.npmjs.org/morpheme-match/-/morpheme-match-1.2.1.tgz#783cdcf9feb0e8e7da7e794a8a38f6d711796aa0"
907921
integrity sha512-SSIcFPas4Dctx5PbrfKbW5XNADlkcn38LI+fqgB9QtminQ7FXeOR3//rnAmooZ1/5zTGeFoi8H9kFBAH9y1nfQ==
908922

923+
morpheme-match@^2.0.0:
924+
version "2.0.0"
925+
resolved "https://registry.yarnpkg.com/morpheme-match/-/morpheme-match-2.0.0.tgz#d95916683e119d916335ffe54e79dfb0b2ceee6a"
926+
integrity sha512-6k8vkOliZVX4p3Ufknnlv+QshCRdkxc72b7MVq3Zo8l5dBVLuvM7L7VPnaQJwsWntI3xLLDzDLy84YMHrl35Qw==
927+
909928
[email protected], ms@^2.1.1:
910929
version "2.1.1"
911930
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
@@ -1034,13 +1053,6 @@ path-key@^2.0.0, path-key@^2.0.1:
10341053
version "2.0.1"
10351054
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
10361055

1037-
prh@^1.0.1:
1038-
version "1.1.0"
1039-
resolved "https://registry.yarnpkg.com/prh/-/prh-1.1.0.tgz#1c22b2a1998daaa7445865e5c86fb30e5b8ebb33"
1040-
dependencies:
1041-
commandpost "^1.0.1"
1042-
js-yaml "^3.6.1"
1043-
10441056
prh@^5.4.3:
10451057
version "5.4.3"
10461058
resolved "https://registry.yarnpkg.com/prh/-/prh-5.4.3.tgz#d3864a6de2f35c6603e33c700106dce01c22876d"
@@ -1311,14 +1323,14 @@ textlint-rule-helper@^2.1.1:
13111323
structured-source "^3.0.2"
13121324
unist-util-visit "^1.1.0"
13131325

1314-
textlint-rule-ja-no-abusage@^1.2.2:
1315-
version "1.2.2"
1316-
resolved "https://registry.npmjs.org/textlint-rule-ja-no-abusage/-/textlint-rule-ja-no-abusage-1.2.2.tgz#6478a150d4dcea4e95bb88a2af92a2fcace1c5f0"
1317-
integrity sha512-lDRvfOCh41h0DnenGgfjstBNBh7EZP37r/q/24DP1PKWvVytOtiIxN048KEfm4sXjJZ/eSZOrZrfHqFm1uaiCw==
1326+
textlint-rule-ja-no-abusage@^2.0.0:
1327+
version "2.0.0"
1328+
resolved "https://registry.yarnpkg.com/textlint-rule-ja-no-abusage/-/textlint-rule-ja-no-abusage-2.0.0.tgz#b3f978258be128abf3d42ed4f694ea7fccc8cfed"
1329+
integrity sha512-CIqD6+0MZnQtv3VEHwFcSveBVowzIiqNxWFAVLYlwDiOx3NkOornOnYUPwerxF8NK2wiqdgrhdAfjTtjdtRQGQ==
13181330
dependencies:
13191331
kuromojin "^1.3.1"
1320-
morpheme-match "^1.0.1"
1321-
textlint-rule-prh "^3.1.1"
1332+
morpheme-match-textlint "^2.0.0"
1333+
textlint-rule-prh "^5.2.1"
13221334

13231335
textlint-rule-ja-no-mixed-period@^2.1.1:
13241336
version "2.1.1"
@@ -1481,14 +1493,6 @@ textlint-rule-preset-jtf-style@^2.3.3:
14811493
textlint-rule-helper "^2.0.0"
14821494
textlint-rule-prh "^5.0.0"
14831495

1484-
textlint-rule-prh@^3.1.1:
1485-
version "3.1.3"
1486-
resolved "https://registry.yarnpkg.com/textlint-rule-prh/-/textlint-rule-prh-3.1.3.tgz#0bd87537dd15c884dcffdeef0afcf9147cb30fc6"
1487-
dependencies:
1488-
prh "^1.0.1"
1489-
textlint-rule-helper "^2.0.0"
1490-
untildify "^3.0.2"
1491-
14921496
textlint-rule-prh@^5.0.0:
14931497
version "5.0.1"
14941498
resolved "https://registry.yarnpkg.com/textlint-rule-prh/-/textlint-rule-prh-5.0.1.tgz#bab66be6b03258880f3fbf466b689ed2ff379b0c"
@@ -1497,6 +1501,15 @@ textlint-rule-prh@^5.0.0:
14971501
textlint-rule-helper "^2.0.0"
14981502
untildify "^3.0.2"
14991503

1504+
textlint-rule-prh@^5.2.1:
1505+
version "5.2.1"
1506+
resolved "https://registry.yarnpkg.com/textlint-rule-prh/-/textlint-rule-prh-5.2.1.tgz#dcbb3ee674a9c63e7ba71f73b31d675571b874fc"
1507+
integrity sha512-RlVQRok7GnmuuCrNRSYbFqcpzJkH1g6OrVVrGE+S9drT1TzgsSSM8NkAQlP6kFnQ7fN4V7g4j6JBg0N3ArBpCg==
1508+
dependencies:
1509+
prh "^5.4.3"
1510+
textlint-rule-helper "^2.1.1"
1511+
untildify "^3.0.3"
1512+
15001513
textlint-rule-sentence-length@^2.1.1:
15011514
version "2.1.1"
15021515
resolved "https://registry.yarnpkg.com/textlint-rule-sentence-length/-/textlint-rule-sentence-length-2.1.1.tgz#a348d784b9a4b7be6929204a15cb4508755b99a3"
@@ -1573,6 +1586,11 @@ untildify@^3.0.2:
15731586
version "3.0.2"
15741587
resolved "https://registry.yarnpkg.com/untildify/-/untildify-3.0.2.tgz#7f1f302055b3fea0f3e81dc78eb36766cb65e3f1"
15751588

1589+
untildify@^3.0.3:
1590+
version "3.0.3"
1591+
resolved "https://registry.yarnpkg.com/untildify/-/untildify-3.0.3.tgz#1e7b42b140bcfd922b22e70ca1265bfe3634c7c9"
1592+
integrity sha512-iSk/J8efr8uPT/Z4eSUywnqyrQU7DSdMfdqK4iWEaUVVmcP5JcnpRqmVMwcwcnmI1ATFNgC5V90u09tBynNFKA==
1593+
15761594
util-deprecate@~1.0.1:
15771595
version "1.0.2"
15781596
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"

0 commit comments

Comments
 (0)