Skip to content

Commit 0f59fc2

Browse files
chore(deps): update dependency textlint-tester to v14
1 parent f1d22b5 commit 0f59fc2

File tree

2 files changed

+113
-1
lines changed

2 files changed

+113
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint": "8.31.0",
3838
"textlint-plugin-asciidoctor": "^1.1.0",
3939
"textlint-scripts": "^13.4.1",
40-
"textlint-tester": "^13.4.1",
40+
"textlint-tester": "^14.0.2",
4141
"ts-node": "^10.9.2",
4242
"typescript": "^4.9.4"
4343
},

yarn.lock

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,6 +1397,11 @@
13971397
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.4.1.tgz#00424f7b9bc6fe15cf6a78468ffe1e5d1adce5b2"
13981398
integrity sha512-qrZyhCh8Ekk6nwArx3BROybm9BnX6vF7VcZbijetV/OM3yfS4rTYhoMWISmhVEP2H2re0CtWEyMl/XF+WdvVLQ==
13991399

1400+
"@textlint/ast-node-types@^14.0.2":
1401+
version "14.0.2"
1402+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-14.0.2.tgz#2547ae3ee35000bc97d2435cff5be83a52fcfaaa"
1403+
integrity sha512-EYVyA4+G+KRNkNW5nytg61VvNtwy7JXSujGrsb4FB2pTA8Hwq/0n6TMXKVdL29n+EhyMIKmmqHFY1rjBwh3B/A==
1404+
14001405
"@textlint/ast-tester@^13.4.1":
14011406
version "13.4.1"
14021407
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-13.4.1.tgz#74a704b582fe7cd3caf1d3ae1c65fa0d7f1f6fec"
@@ -1405,18 +1410,38 @@
14051410
"@textlint/ast-node-types" "^13.4.1"
14061411
debug "^4.3.4"
14071412

1413+
"@textlint/ast-tester@^14.0.2":
1414+
version "14.0.2"
1415+
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-14.0.2.tgz#ce19f6033349bd345fa1e5875c54dabc766ff1e0"
1416+
integrity sha512-1as1/LL/OE6pCzzsywyKt3onNixXyFCV6GI/HG3Xe9iJpesrx0wbGOhuUcuOZyb2MJC2aIHIFzfTNP2mlXOtYQ==
1417+
dependencies:
1418+
"@textlint/ast-node-types" "^14.0.2"
1419+
debug "^4.3.4"
1420+
14081421
"@textlint/ast-traverse@^13.4.1":
14091422
version "13.4.1"
14101423
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-13.4.1.tgz#1f35f15a54542c76aef71ce1e4f4a83723016d45"
14111424
integrity sha512-uucuC7+NHWkXx2TX5vuyreuHeb+GFiA83V65I+FnYP5EC4dAMOQ86rTSPrZmCwLz+qIWgfDgihGzPccpj3EZGg==
14121425
dependencies:
14131426
"@textlint/ast-node-types" "^13.4.1"
14141427

1428+
"@textlint/ast-traverse@^14.0.2":
1429+
version "14.0.2"
1430+
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-14.0.2.tgz#34b2621ecffea534bd73a6b9b0402047c3fc5ff9"
1431+
integrity sha512-4r/pH607AKf8WWW8Y+p+EBcXg2bWuxZfzjW0TsUFVFio1l3Wp2OARTUAFmFqbnz3NT0uXsayRgqW1T26vapOpg==
1432+
dependencies:
1433+
"@textlint/ast-node-types" "^14.0.2"
1434+
14151435
"@textlint/feature-flag@^13.4.1":
14161436
version "13.4.1"
14171437
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-13.4.1.tgz#79d27b099baa54166ca4cdd1da80336e7b08192d"
14181438
integrity sha512-qY8gKUf30XtzWMTkwYeKytCo6KPx6milpz8YZhuRsEPjT/5iNdakJp5USWDQWDrwbQf7RbRncQdU+LX5JbM9YA==
14191439

1440+
"@textlint/feature-flag@^14.0.2":
1441+
version "14.0.2"
1442+
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-14.0.2.tgz#be32184213ee5cefa3a0c9e28ec71bd5ee295bc4"
1443+
integrity sha512-4z3PjjM/K7UNav0zU1vx7+HsWI/X5t/JTKGznsd2sT7sWTq5RvcWrx7Z1akiIG+AmU8UVM2HbXIatw/1ZBfQ7g==
1444+
14201445
"@textlint/kernel@^13.4.1":
14211446
version "13.4.1"
14221447
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-13.4.1.tgz#b98f6c501b73db8b8ec46cd1aac70937ee73efa8"
@@ -1433,6 +1458,22 @@
14331458
fast-equals "^4.0.3"
14341459
structured-source "^4.0.0"
14351460

1461+
"@textlint/kernel@^14.0.2":
1462+
version "14.0.2"
1463+
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-14.0.2.tgz#1f1a3e6fac1cf51ebda66bcd385a1031a215d1df"
1464+
integrity sha512-RwJLB8GUAh156rdDo3EoCIVwKyNhfdAmX5369o1igE+/cwtzojI71KoqRHk5g6MQVf6OE1fFR5OQc8lap8wu9A==
1465+
dependencies:
1466+
"@textlint/ast-node-types" "^14.0.2"
1467+
"@textlint/ast-tester" "^14.0.2"
1468+
"@textlint/ast-traverse" "^14.0.2"
1469+
"@textlint/feature-flag" "^14.0.2"
1470+
"@textlint/source-code-fixer" "^14.0.2"
1471+
"@textlint/types" "^14.0.2"
1472+
"@textlint/utils" "^14.0.2"
1473+
debug "^4.3.4"
1474+
fast-equals "^4.0.3"
1475+
structured-source "^4.0.0"
1476+
14361477
"@textlint/markdown-to-ast@^13.4.1":
14371478
version "13.4.1"
14381479
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-13.4.1.tgz#63f1f87fb059c083c13a434f7117aca786867835"
@@ -1448,6 +1489,21 @@
14481489
traverse "^0.6.7"
14491490
unified "^9.2.2"
14501491

1492+
"@textlint/markdown-to-ast@^14.0.2":
1493+
version "14.0.2"
1494+
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-14.0.2.tgz#d2eb34631dff5c4a3383ffecbca5e87a1b50700a"
1495+
integrity sha512-4Z23NejawSfdkAEx7CrSt8on++s9V0QNnaYPUWCKbobjymvjO/VtFmBltz3zzuKsWqCPhyxWOaQQ+ezZmsj/oA==
1496+
dependencies:
1497+
"@textlint/ast-node-types" "^14.0.2"
1498+
debug "^4.3.4"
1499+
mdast-util-gfm-autolink-literal "^0.1.3"
1500+
remark-footnotes "^3.0.0"
1501+
remark-frontmatter "^3.0.0"
1502+
remark-gfm "^1.0.0"
1503+
remark-parse "^9.0.0"
1504+
traverse "^0.6.8"
1505+
unified "^9.2.2"
1506+
14511507
"@textlint/source-code-fixer@^13.4.1":
14521508
version "13.4.1"
14531509
resolved "https://registry.yarnpkg.com/@textlint/source-code-fixer/-/source-code-fixer-13.4.1.tgz#2408e6209be0290c58b92750375cff4e976f415a"
@@ -1456,39 +1512,80 @@
14561512
"@textlint/types" "^13.4.1"
14571513
debug "^4.3.4"
14581514

1515+
"@textlint/source-code-fixer@^14.0.2":
1516+
version "14.0.2"
1517+
resolved "https://registry.yarnpkg.com/@textlint/source-code-fixer/-/source-code-fixer-14.0.2.tgz#ed0565300bb5a4d477d11c658b58abcd1bbe30f9"
1518+
integrity sha512-eMNStKpBLr8cS8EzUtpV6l1dZ/tglBT+/yJFXMJSk3pmSCQwNbiZTnDbi77Nvgei4e4A9u6PPqhwcRo2W9ZfsQ==
1519+
dependencies:
1520+
"@textlint/types" "^14.0.2"
1521+
debug "^4.3.4"
1522+
14591523
"@textlint/text-to-ast@^13.4.1":
14601524
version "13.4.1"
14611525
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-13.4.1.tgz#8993c8696f49dae7cd02664d2bacf91d6b8e466e"
14621526
integrity sha512-vCA7uMmbjRv06sEHPbwxTV5iS8OQedC5s7qwmXnWAn2LLWxg4Yp98mONPS1o4D5cPomzYyKNCSfbLwu6yJBUQA==
14631527
dependencies:
14641528
"@textlint/ast-node-types" "^13.4.1"
14651529

1530+
"@textlint/text-to-ast@^14.0.2":
1531+
version "14.0.2"
1532+
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-14.0.2.tgz#b9f74fff8f6704b200d03321f2cfe32b5b508509"
1533+
integrity sha512-Ce6yYKGJJXyDmVQ9oeG7XBumDtD9/i/aGP2hSc9cLeeSwSnE2+TyPIaPpQSltjgygOlGfP/OENopi0P5MtnFxQ==
1534+
dependencies:
1535+
"@textlint/ast-node-types" "^14.0.2"
1536+
14661537
"@textlint/textlint-plugin-markdown@^13.4.1":
14671538
version "13.4.1"
14681539
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-13.4.1.tgz#8e1c78c4b5b501bf7e2def6c7d1cbd12a3a8436f"
14691540
integrity sha512-OcLkFKYmbYeGJ0kj2487qcicCYTiE2vJLwfPcUDJrNoMYak5JtvHJfWffck8gON2mEM00DPkHH0UdxZpFjDfeg==
14701541
dependencies:
14711542
"@textlint/markdown-to-ast" "^13.4.1"
14721543

1544+
"@textlint/textlint-plugin-markdown@^14.0.2":
1545+
version "14.0.2"
1546+
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-14.0.2.tgz#aade1380e092633f25005490c8e0bf57c4ddba86"
1547+
integrity sha512-yEn2ip2ggLU12y9EkBi9Xovi/PJfL8ALNJ0iPQ2pYhViUdFD6sboIYnIXMwm7zGxp2OuAPAeJncEh6ILNzH66w==
1548+
dependencies:
1549+
"@textlint/markdown-to-ast" "^14.0.2"
1550+
14731551
"@textlint/textlint-plugin-text@^13.4.1":
14741552
version "13.4.1"
14751553
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-13.4.1.tgz#73c4889cb5d11048d4972926b08ebeaef3471eac"
14761554
integrity sha512-z0p5B8WUfTCIRmhjVHFfJv719oIElDDKWOIZei4CyYkfMGo0kq8fkrYBkUR6VZ6gofHwc+mwmIABdUf1rDHzYA==
14771555
dependencies:
14781556
"@textlint/text-to-ast" "^13.4.1"
14791557

1558+
"@textlint/textlint-plugin-text@^14.0.2":
1559+
version "14.0.2"
1560+
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-14.0.2.tgz#36de1932574e0643833aed95f44f4d1130eacc0c"
1561+
integrity sha512-8Y0cMqz5PbdB28J1yWcg6RCwuj1omjDDzBHZtnCK2eXJmBDeq7HrY+FeZfTjOxeiMimiAj/hJwfqaGTLfbXXpw==
1562+
dependencies:
1563+
"@textlint/text-to-ast" "^14.0.2"
1564+
14801565
"@textlint/types@^13.4.1":
14811566
version "13.4.1"
14821567
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-13.4.1.tgz#612818525e25331cd7ee315cfbadc38ad070edee"
14831568
integrity sha512-1ApwQa31sFmiJeJ5yTNFqjbb2D1ICZvIDW0tFSM0OtmQCSDFNcKD3YrrwDBgSokZ6gWQq/FpNjlhi6iETUWt0Q==
14841569
dependencies:
14851570
"@textlint/ast-node-types" "^13.4.1"
14861571

1572+
"@textlint/types@^14.0.2":
1573+
version "14.0.2"
1574+
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-14.0.2.tgz#ae2ae6d158a3ec09a7f4bd3fb9d05178ea217b9f"
1575+
integrity sha512-0dXRXqjOeIxw0R7Gq3IVtq7Hr4jXkcpe5XMcouiGuSI9K8Jf+93ycaTzTg+QLiqmWMFz/ERcNPTVGf+6JBRt3g==
1576+
dependencies:
1577+
"@textlint/ast-node-types" "^14.0.2"
1578+
14871579
"@textlint/utils@^13.4.1":
14881580
version "13.4.1"
14891581
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-13.4.1.tgz#721b6c4c83a152f23a70ef0bbbdc7d1c635b5014"
14901582
integrity sha512-wX8RT1ejHAPTDmqlzngf0zI5kYoe3QvGDcj+skoTxSv+m/wOs/NyEr92d+ahCP32YqFYzXlqU7aDx2FkULKT+g==
14911583

1584+
"@textlint/utils@^14.0.2":
1585+
version "14.0.2"
1586+
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-14.0.2.tgz#78eaee4fbbc1fdda60e62c1044e9d4566e6af758"
1587+
integrity sha512-8FVQWJ6C6xOCDQI25kGuqc+gvxL0xubINifKWsI3Bafc76LpMQi4NIls5R8BSK2TNhhJcLrPv+YAsiPj16h4wA==
1588+
14921589
"@tsconfig/node10@^1.0.7":
14931590
version "1.0.8"
14941591
resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9"
@@ -3672,6 +3769,16 @@ textlint-tester@^13.4.1:
36723769
"@textlint/textlint-plugin-markdown" "^13.4.1"
36733770
"@textlint/textlint-plugin-text" "^13.4.1"
36743771

3772+
textlint-tester@^14.0.2:
3773+
version "14.0.2"
3774+
resolved "https://registry.yarnpkg.com/textlint-tester/-/textlint-tester-14.0.2.tgz#cd9043df4335459b3161a87456792fa77b7e5393"
3775+
integrity sha512-+ADOdDzEJEeAOdgrDSLa02WyF6u6ZX0AO6a4PSR/v8K+xP4t77vY3aAv76H3S5LZW5w6O6+hHDs4WWe8KT+sqQ==
3776+
dependencies:
3777+
"@textlint/feature-flag" "^14.0.2"
3778+
"@textlint/kernel" "^14.0.2"
3779+
"@textlint/textlint-plugin-markdown" "^14.0.2"
3780+
"@textlint/textlint-plugin-text" "^14.0.2"
3781+
36753782
to-fast-properties@^2.0.0:
36763783
version "2.0.0"
36773784
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
@@ -3689,6 +3796,11 @@ traverse@^0.6.7:
36893796
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.7.tgz#46961cd2d57dd8706c36664acde06a248f1173fe"
36903797
integrity sha512-/y956gpUo9ZNCb99YjxG7OaslxZWHfCHAUUfshwqOXmxUIvqLjVO581BT+gM59+QV9tFe6/CGG53tsA1Y7RSdg==
36913798

3799+
traverse@^0.6.8:
3800+
version "0.6.8"
3801+
resolved "https://registry.yarnpkg.com/traverse/-/traverse-0.6.8.tgz#5e5e0c41878b57e4b73ad2f3d1e36a715ea4ab15"
3802+
integrity sha512-aXJDbk6SnumuaZSANd21XAo15ucCDE38H4fkqiGsc3MhCK+wOlZvLP9cB/TvpHT0mOyWgC4Z8EwRlzqYSUzdsA==
3803+
36923804
trim-newlines@^3.0.0:
36933805
version "3.0.1"
36943806
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"

0 commit comments

Comments
 (0)