Skip to content

Commit c96771b

Browse files
chore(deps): update dependency textlint-tester to v13 (#37)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e976979 commit c96771b

File tree

2 files changed

+108
-1
lines changed

2 files changed

+108
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint": "8.31.0",
3939
"textlint-plugin-asciidoctor": "^1.1.0",
4040
"textlint-scripts": "^12.5.0",
41-
"textlint-tester": "^12.5.0",
41+
"textlint-tester": "^13.0.1",
4242
"ts-node": "^10.9.1",
4343
"typescript": "^4.9.4"
4444
},

yarn.lock

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1464,6 +1464,11 @@
14641464
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-12.3.0.tgz#3eb52ca2d7234ad8e015a1fc104ab15945a25e1f"
14651465
integrity sha512-ke5hlKy/xZ/vQt6j+h4k9GradJPDsV3FKsUqWpCpF/X8qWCU2zM4e1SMUAFjoUcLuF9in+eXIQ71Qm/AdjjkZQ==
14661466

1467+
"@textlint/ast-node-types@^13.0.1":
1468+
version "13.0.1"
1469+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.0.1.tgz#9f82450bb80499140b7cf1a2cfbaeab8ad1c1755"
1470+
integrity sha512-XK0dWw98gLlUDjciuqebpBez6tAAxlzwqlrcj30PMJ7LYlXee2PyFBVIW3q3R4M6JY0OpqI7DC+YZ0KD3Gaxew==
1471+
14671472
"@textlint/ast-tester@^12.5.0":
14681473
version "12.5.0"
14691474
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-12.5.0.tgz#a8b15951d0e0a3cb394b2f863c352c4e6e79ccce"
@@ -1472,18 +1477,38 @@
14721477
"@textlint/ast-node-types" "^12.3.0"
14731478
debug "^4.3.4"
14741479

1480+
"@textlint/ast-tester@^13.0.1":
1481+
version "13.0.1"
1482+
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-13.0.1.tgz#310e18cfc13bc84108b13ad810572e231087fde7"
1483+
integrity sha512-9ISH65H73ZI17ukMZ35Wye7GNjqzJz0taz1zHQSVuP4Un5Ivj38kq3QFq5QL2r0Ds8pTpeFWLF5VspFwTs2N2g==
1484+
dependencies:
1485+
"@textlint/ast-node-types" "^13.0.1"
1486+
debug "^4.3.4"
1487+
14751488
"@textlint/ast-traverse@^12.5.0":
14761489
version "12.5.0"
14771490
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-12.5.0.tgz#3c1c4502ee5dc14405ea759eea1328e600214f5f"
14781491
integrity sha512-TAbfxz8x8Q/sn7D/h7OikzYp5NqPDrRExm3N+3v9yj+gq++fxHtskas48tm1TYcChTMq6BbPU+EGbdlMo3rWWA==
14791492
dependencies:
14801493
"@textlint/ast-node-types" "^12.3.0"
14811494

1495+
"@textlint/ast-traverse@^13.0.1":
1496+
version "13.0.1"
1497+
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-13.0.1.tgz#ab5a3fd2cae172fed8234a007176c10a1ba313eb"
1498+
integrity sha512-lB7YwrmCuNMHnShqd9NLiofOthRFYRj7i3QhyoREcOxi6eHi1v4t8htn6HpTXIZEk4jzkLi0aA5OZxZx77ZQVw==
1499+
dependencies:
1500+
"@textlint/ast-node-types" "^13.0.1"
1501+
14821502
"@textlint/feature-flag@^12.5.0":
14831503
version "12.5.0"
14841504
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-12.5.0.tgz#762110efd5e2277e1aecd3a6eb8eebd0050011b8"
14851505
integrity sha512-GdyRbbIsWRuZieWKvRxQA8j5wX5hzq+QqEmuputBrU/KKapNfkg6uNY2GOY6SWvC8QcwD0dYh3Dy1x2txT8p8Q==
14861506

1507+
"@textlint/feature-flag@^13.0.1":
1508+
version "13.0.1"
1509+
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-13.0.1.tgz#a260a86c7e502ad8190366c3f0ee8a5248af5ac6"
1510+
integrity sha512-QkvLUGDn03KOjKAcJ93WzTR5EnjAHakRci54TCmRGN0dclI/Tr8VSGCs/WAe6qCJZtQryYjQxQ1wPRHEYaNU3A==
1511+
14871512
"@textlint/kernel@^12.5.0":
14881513
version "12.5.0"
14891514
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-12.5.0.tgz#7b05e4c6c5d4b7441d2ff98a8919a9849af64b90"
@@ -1500,6 +1525,22 @@
15001525
deep-equal "^1.1.1"
15011526
structured-source "^3.0.2"
15021527

1528+
"@textlint/kernel@^13.0.1":
1529+
version "13.0.1"
1530+
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-13.0.1.tgz#a86dcabbb3c0b9f23b10bf5c329417d0a6562065"
1531+
integrity sha512-k3nPUUZIMX+xlmDSif7pw5Lz3T9IOc+UxsltcYJobxcEkKwmz9cqe+3a4S4HL3vJUBOXGMBUfrSmQxMkhoYw/g==
1532+
dependencies:
1533+
"@textlint/ast-node-types" "^13.0.1"
1534+
"@textlint/ast-tester" "^13.0.1"
1535+
"@textlint/ast-traverse" "^13.0.1"
1536+
"@textlint/feature-flag" "^13.0.1"
1537+
"@textlint/source-code-fixer" "^13.0.1"
1538+
"@textlint/types" "^13.0.1"
1539+
"@textlint/utils" "^13.0.1"
1540+
debug "^4.3.4"
1541+
deep-equal "^1.1.1"
1542+
structured-source "^4.0.0"
1543+
15031544
"@textlint/markdown-to-ast@^12.5.0":
15041545
version "12.5.0"
15051546
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-12.5.0.tgz#9421257ec9ffd6c0120d27d24d57fa6526ece05d"
@@ -1515,6 +1556,21 @@
15151556
traverse "^0.6.7"
15161557
unified "^9.2.2"
15171558

1559+
"@textlint/markdown-to-ast@^13.0.1":
1560+
version "13.0.1"
1561+
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-13.0.1.tgz#22c62a5128d962ed00048c29beee842f40bb39ac"
1562+
integrity sha512-aP/I+K2l68XPa+iCCIou+7R1KhQ5bwVi15UPU55s9LfNoXPp7I5g1fFNpfiHOYo9DrL6tNqJc/Qfq68T5I3EGQ==
1563+
dependencies:
1564+
"@textlint/ast-node-types" "^13.0.1"
1565+
debug "^4.3.4"
1566+
mdast-util-gfm-autolink-literal "^0.1.3"
1567+
remark-footnotes "^3.0.0"
1568+
remark-frontmatter "^3.0.0"
1569+
remark-gfm "^1.0.0"
1570+
remark-parse "^9.0.0"
1571+
traverse "^0.6.7"
1572+
unified "^9.2.2"
1573+
15181574
"@textlint/source-code-fixer@^12.5.0":
15191575
version "12.5.0"
15201576
resolved "https://registry.yarnpkg.com/@textlint/source-code-fixer/-/source-code-fixer-12.5.0.tgz#eec073fbce81750be6d0561b024024ebd1990492"
@@ -1523,39 +1579,80 @@
15231579
"@textlint/types" "^12.5.0"
15241580
debug "^4.3.4"
15251581

1582+
"@textlint/source-code-fixer@^13.0.1":
1583+
version "13.0.1"
1584+
resolved "https://registry.yarnpkg.com/@textlint/source-code-fixer/-/source-code-fixer-13.0.1.tgz#fd10918f127fe51373c1fec06f9ff1763a5f83a6"
1585+
integrity sha512-4JzmQZg4bKOoB2fsR3bEoiZVKWjpREYLsPovdSZPtbUDqAf8btCBxkFS09Q0spQxwFO8IyAGQM+lZEMFAkOGzA==
1586+
dependencies:
1587+
"@textlint/types" "^13.0.1"
1588+
debug "^4.3.4"
1589+
15261590
"@textlint/text-to-ast@^12.5.0":
15271591
version "12.5.0"
15281592
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-12.5.0.tgz#c1ad4259750f39ef79fb785f03d60b083dce3592"
15291593
integrity sha512-wOWYX+d821ThwNYNk5hfxOBxvkqKUpNOBKkDaic4V+dkuBoAS0D9lE9fA9Ps62kL/I1uQwhU5d4qsAHWnFmQkw==
15301594
dependencies:
15311595
"@textlint/ast-node-types" "^12.3.0"
15321596

1597+
"@textlint/text-to-ast@^13.0.1":
1598+
version "13.0.1"
1599+
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-13.0.1.tgz#e25dc547395e4feae21dea2bb2a6780713aa4ca4"
1600+
integrity sha512-JHQVEdzb7npwGKhgN2VCMKMxvugIysm+NXDQqu0mPXXIzvr1VIfNw69HmMMwWnuMHSf4gphhiYTJa93nuy8x7g==
1601+
dependencies:
1602+
"@textlint/ast-node-types" "^13.0.1"
1603+
15331604
"@textlint/textlint-plugin-markdown@^12.5.0":
15341605
version "12.5.0"
15351606
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-12.5.0.tgz#3e8ad49ba1ee6f50a49118f49e72e871ffc6c10d"
15361607
integrity sha512-1B4mTmA1NOvK2kAk4Rl/TW3QFB80iwhsOKSJ16nCH/yvF82xgH+Gu4gQB/prNpACb4TivmzwvBRYp7rzhOTTyA==
15371608
dependencies:
15381609
"@textlint/markdown-to-ast" "^12.5.0"
15391610

1611+
"@textlint/textlint-plugin-markdown@^13.0.1":
1612+
version "13.0.1"
1613+
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-13.0.1.tgz#3b5b3ee2298ffff8bb61ca18506a4e8b1dcbba1d"
1614+
integrity sha512-THwuT8Zcwk8rXSFPy9XZZGYzQsrWsyVor4sVYgjnck1/cDEQ6NB3JjXoNRW+EY0F1jCY/wX/rmFIcFpcYe5Z6Q==
1615+
dependencies:
1616+
"@textlint/markdown-to-ast" "^13.0.1"
1617+
15401618
"@textlint/textlint-plugin-text@^12.5.0":
15411619
version "12.5.0"
15421620
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-12.5.0.tgz#02797cb9e30de08590c59ed95f9600b8caae96cd"
15431621
integrity sha512-ec3rZaJYytoscwpAtuxD4UM3bUPqNAeWKia+LMaVMWREULwKfntlSAqSNmudujEkxdsKr028CkzYuP78q8Xmuw==
15441622
dependencies:
15451623
"@textlint/text-to-ast" "^12.5.0"
15461624

1625+
"@textlint/textlint-plugin-text@^13.0.1":
1626+
version "13.0.1"
1627+
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-13.0.1.tgz#50c7d45b2151af48dd0e8ee5270f872d2c049659"
1628+
integrity sha512-pYrDqmTeqXwX/ex7GbPTJxWITvPybC22czYRJ5U/50mADwjvMc23Yk26Vuh91JD13N9571E6sjZ559odftNWPQ==
1629+
dependencies:
1630+
"@textlint/text-to-ast" "^13.0.1"
1631+
15471632
"@textlint/types@^12.5.0":
15481633
version "12.5.0"
15491634
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-12.5.0.tgz#b0a79f83ece81b7e8ffe2570a073ea77a4459734"
15501635
integrity sha512-Po5qOubilL/g3dx+ZUgaQzNXbROADBF4Z5xy7qqgV6pBQIEE/06INZDmmLE1Eesm2zoDpygoG/1f/0/Cy5Yupw==
15511636
dependencies:
15521637
"@textlint/ast-node-types" "^12.3.0"
15531638

1639+
"@textlint/types@^13.0.1":
1640+
version "13.0.1"
1641+
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-13.0.1.tgz#ae286b9a0b714f5944a4522c57ebf60bc88b97bb"
1642+
integrity sha512-sO2B4B8ZTyMuYeOk92zmq+rF5Sh1p1+wredQyvAnTHrM2Wa1Khfl1iP1yN1dVDTE/AMIOP4UuC/Bc1Kyb7l6/w==
1643+
dependencies:
1644+
"@textlint/ast-node-types" "^13.0.1"
1645+
15541646
"@textlint/utils@^12.5.0":
15551647
version "12.5.0"
15561648
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-12.5.0.tgz#7654e8f2f1a4522a3258bddc63936335843255ea"
15571649
integrity sha512-bQWrQ7Xaru1DRLQhAQQJgNnfGQIwgTgWUigdS5wSwpbmfLDnaMzHu3AG0lk5hEnELMKTCIej5uCR0+YscyUckg==
15581650

1651+
"@textlint/utils@^13.0.1":
1652+
version "13.0.1"
1653+
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-13.0.1.tgz#d0619f7fd95edd9f3d309f3a637a20e4e8093082"
1654+
integrity sha512-czUZTsQfUQpNh9Gxw2eRznksLHz3Ong5IIUDpj6qxkBf0+v7Y1Hwso7yNLDUY9rJXxZ+Elj9KXMXeCzFJp8FqA==
1655+
15591656
"@tsconfig/node10@^1.0.7":
15601657
version "1.0.8"
15611658
resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9"
@@ -3876,6 +3973,16 @@ textlint-tester@^12.5.0:
38763973
"@textlint/textlint-plugin-markdown" "^12.5.0"
38773974
"@textlint/textlint-plugin-text" "^12.5.0"
38783975

3976+
textlint-tester@^13.0.1:
3977+
version "13.0.1"
3978+
resolved "https://registry.yarnpkg.com/textlint-tester/-/textlint-tester-13.0.1.tgz#abb3436166800d7123779c418e607222bf3c2ee3"
3979+
integrity sha512-BeX+FX6MdvmzR0z5smYmiXmj4iYVzCTRVx0BZdmva8+RtXqOQMSefg/+gXzj8J/VKWXQp04yjHfMFvVdtpLFVA==
3980+
dependencies:
3981+
"@textlint/feature-flag" "^13.0.1"
3982+
"@textlint/kernel" "^13.0.1"
3983+
"@textlint/textlint-plugin-markdown" "^13.0.1"
3984+
"@textlint/textlint-plugin-text" "^13.0.1"
3985+
38793986
to-fast-properties@^2.0.0:
38803987
version "2.0.0"
38813988
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"

0 commit comments

Comments
 (0)