Skip to content

Commit 54d8f21

Browse files
authored
Merge pull request #30 from textlint/renovate/major-textlint
fix(deps): update textlint to v15 (major)
2 parents 2497784 + 69036a7 commit 54d8f21

File tree

2 files changed

+78
-75
lines changed

2 files changed

+78
-75
lines changed

website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
"@glimmer/syntax": "^0.73.1",
5454
"@humanwhocodes/momoa": "^1.0.0",
5555
"@mdx-js/mdx": "^1.5.8",
56-
"@textlint/kernel": "^14.0.0",
57-
"@textlint/markdown-to-ast": "^14.0.0",
58-
"@textlint/text-to-ast": "^14.0.0",
59-
"@textlint/textlint-plugin-markdown": "^14.0.0",
60-
"@textlint/textlint-plugin-text": "^14.0.0",
56+
"@textlint/kernel": "^15.0.0",
57+
"@textlint/markdown-to-ast": "^15.0.0",
58+
"@textlint/text-to-ast": "^15.0.0",
59+
"@textlint/textlint-plugin-markdown": "^15.0.0",
60+
"@textlint/textlint-plugin-text": "^15.0.0",
6161
"@typescript-eslint/parser": "^4.1.0",
6262
"@vue/compiler-dom": "^3.0.0-rc.10",
6363
"@webassemblyjs/wast-parser": "^1.9.0",

website/yarn.lock

Lines changed: 73 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,107 +1326,110 @@
13261326
resolved "https://registry.yarnpkg.com/@simple-dom/interface/-/interface-1.4.0.tgz#e8feea579232017f89b0138e2726facda6fbb71f"
13271327
integrity sha512-l5qumKFWU0S+4ZzMaLXFU8tQZsicHEMEyAxI5kDFGhJsRqDwe0a7/iPA/GdxlGyDKseQQAgIz5kzU7eXTrlSpA==
13281328

1329+
"@textlint/ast-node-types@15.0.0":
1330+
version "15.0.0"
1331+
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-15.0.0.tgz#0c12cbb1a99e4fd774cc69168786560e7faacd96"
1332+
integrity sha512-0yY8PgN5vGMTLGZex2CQsc/nCcr4xB/Y0xum//XdomwVotpULpl3F2wuCI6k1ksiS7ZOgYhBRt+jpLdhPIXMZA==
1333+
13291334
"@textlint/ast-node-types@^13.0.5":
13301335
version "13.4.1"
13311336
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-13.4.1.tgz#00424f7b9bc6fe15cf6a78468ffe1e5d1adce5b2"
13321337
integrity sha512-qrZyhCh8Ekk6nwArx3BROybm9BnX6vF7VcZbijetV/OM3yfS4rTYhoMWISmhVEP2H2re0CtWEyMl/XF+WdvVLQ==
13331338

1334-
"@textlint/ast-node-types@^14.8.1":
1335-
version "14.8.1"
1336-
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-14.8.1.tgz#62aed41cf419e05c72a83bf8eb90f56e49bb4cc2"
1337-
integrity sha512-fW5Tx5F3ZmTZeKNins9uRhoDCVLHcuUijGNQRfCmJX8R6MjL0yBFt3hHlrvXDpZg5t2PELCvBA25id83LhNMSg==
1338-
1339-
"@textlint/ast-tester@^14.8.1":
1340-
version "14.8.1"
1341-
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-14.8.1.tgz#741475b330feaf05b4efcf1a08f67f4e317839d1"
1342-
integrity sha512-3Gs/Y6QZQC9klGhTeaESCdGshQntQ6R/KWBcQGtLTg8IJ8vSQHy2ryk2bBOY5rC33myhnnNadv51KtmScdrOPw==
1339+
"@textlint/ast-tester@15.0.0":
1340+
version "15.0.0"
1341+
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-15.0.0.tgz#bf6d6dfcac33213b8b1eb3426c692df762b17e59"
1342+
integrity sha512-WZauQLMD+/0Awkhh0p60j7UdjQWzcPECCDFyQMpCaLZSgKnG8+KYnpHQgqlLU7ghPoP3zUgux5qv6J5lZZnBTQ==
13431343
dependencies:
1344-
"@textlint/ast-node-types" "^14.8.1"
1344+
"@textlint/ast-node-types" "15.0.0"
13451345
debug "^4.4.1"
13461346

1347-
"@textlint/ast-traverse@^14.8.1":
1348-
version "14.8.1"
1349-
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-14.8.1.tgz#ce1b52e9d0f66c367d5bbb420e2830df7fadc7cd"
1350-
integrity sha512-uECyp3kPQq2WCzbK6TEdFThWb4Wi9aGnn9Iu/v/gyilnz/NLE8C8WtEHvxul+NhXsj8kOYVRnhscGnaIsW8vpw==
1351-
dependencies:
1352-
"@textlint/ast-node-types" "^14.8.1"
1353-
1354-
"@textlint/feature-flag@^14.8.1":
1355-
version "14.8.1"
1356-
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-14.8.1.tgz#d4f0a65c468d061492d674b544e1990ea0e3a7e4"
1357-
integrity sha512-8Gn3Dy5HuPWHesZB1FBNbZ/bCJy5aeUJ73zE3hBC3jCtpNGpcq3QJENMC40XxS+rMWt2qot8bB1sa190/hgJUg==
1358-
1359-
"@textlint/kernel@^14.0.0":
1360-
version "14.8.1"
1361-
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-14.8.1.tgz#9e45c8a607a73f737d215d27abd087a25eebf9b1"
1362-
integrity sha512-3lDjIKqfWltUg+swyHeX8ui5ucttSIkAK1F1PHP+Cn8+hLyRxW8NxFQM+u7whTi+dAPmlQqevrur8tIfjEPAaA==
1363-
dependencies:
1364-
"@textlint/ast-node-types" "^14.8.1"
1365-
"@textlint/ast-tester" "^14.8.1"
1366-
"@textlint/ast-traverse" "^14.8.1"
1367-
"@textlint/feature-flag" "^14.8.1"
1368-
"@textlint/source-code-fixer" "^14.8.1"
1369-
"@textlint/types" "^14.8.1"
1370-
"@textlint/utils" "^14.8.1"
1347+
"@textlint/ast-traverse@15.0.0":
1348+
version "15.0.0"
1349+
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-15.0.0.tgz#55a032d8df74fd5a65093ca51ddce3172f1ac77b"
1350+
integrity sha512-RK2Vz7bwqUpGzN1pCV7r5SRa+22apSVFZqhVCWzK/9Wgd5w4KB8EyboS/LkjDDhKUR4WebtihNoZOwCfPZVgoA==
1351+
dependencies:
1352+
"@textlint/ast-node-types" "15.0.0"
1353+
1354+
"@textlint/feature-flag@15.0.0":
1355+
version "15.0.0"
1356+
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-15.0.0.tgz#261e531db44650794f3c416c41fce1c8f107d128"
1357+
integrity sha512-eZJFBSLdChu0Y6DwpC5e330zSuaZs+iq4hTPduc3hNYK1GT3AsyKdaALpgfZ47SSEv3ucjacvbz+dVIXq9H/Aw==
1358+
1359+
"@textlint/kernel@^15.0.0":
1360+
version "15.0.0"
1361+
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-15.0.0.tgz#87b1b556cccfb9ed6fe2cbba942db23c0c949747"
1362+
integrity sha512-90rCSEfUdwZKrMPytCIeWeLlH621s6YKdB2s2OJErm9HVxSZD3PgT43DUiidHhIXKs1mx+HI24vYxPTf89gX/g==
1363+
dependencies:
1364+
"@textlint/ast-node-types" "15.0.0"
1365+
"@textlint/ast-tester" "15.0.0"
1366+
"@textlint/ast-traverse" "15.0.0"
1367+
"@textlint/feature-flag" "15.0.0"
1368+
"@textlint/source-code-fixer" "15.0.0"
1369+
"@textlint/types" "15.0.0"
1370+
"@textlint/utils" "15.0.0"
13711371
debug "^4.4.1"
13721372
fast-equals "^4.0.3"
13731373
structured-source "^4.0.0"
13741374

1375-
"@textlint/markdown-to-ast@^14.0.0", "@textlint/markdown-to-ast@^14.8.1":
1376-
version "14.8.1"
1377-
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-14.8.1.tgz#e22116431570e3a451c97a21bb2914653e87e618"
1378-
integrity sha512-3zHMYRDHWFoIjTzj8bALdkl2yobvfNVkvLOCdmHUkAY4SgwoB1ion0CQpoQ0ePrKke7UVfkr7zvJUfmWRp0lKA==
1375+
"@textlint/markdown-to-ast@15.0.0", "@textlint/markdown-to-ast@^15.0.0":
1376+
version "15.0.0"
1377+
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-15.0.0.tgz#f3545d6f033cb8efb30367a698281e02d5ddf260"
1378+
integrity sha512-YUYzWBA3yXjZ0Rdi4fPEGtlBC9FiOZR88iCi38LyAPUwPVcgtSBKdIqNJqEKks5M9rBoN92GdrxXaOFULEfS/Q==
13791379
dependencies:
1380-
"@textlint/ast-node-types" "^14.8.1"
1380+
"@textlint/ast-node-types" "15.0.0"
13811381
debug "^4.4.1"
13821382
mdast-util-gfm-autolink-literal "^0.1.3"
1383-
neotraverse "^0.6.15"
1383+
neotraverse "^0.6.18"
13841384
remark-footnotes "^3.0.0"
13851385
remark-frontmatter "^3.0.0"
13861386
remark-gfm "^1.0.0"
13871387
remark-parse "^9.0.0"
1388+
structured-source "^4.0.0"
13881389
unified "^9.2.2"
13891390

1390-
"@textlint/source-code-fixer@^14.8.1":
1391-
version "14.8.1"
1392-
resolved "https://registry.yarnpkg.com/@textlint/source-code-fixer/-/source-code-fixer-14.8.1.tgz#2ee17739edafaf104d34872f9fb247db0d9f124f"
1393-
integrity sha512-4mAdHH+C+5XOreqZ0Jb6/Allpw+uxo9OY4K5swZv8dq08DdJw4v6oqMcZoLa0dG/640pTLfpYMkA9F2VXNIKZA==
1391+
"@textlint/source-code-fixer@15.0.0":
1392+
version "15.0.0"
1393+
resolved "https://registry.yarnpkg.com/@textlint/source-code-fixer/-/source-code-fixer-15.0.0.tgz#98fc5ac69015ee27e681fc295d5b0bf19ac93641"
1394+
integrity sha512-uZxWybKuNHN64yKehTxcERUa3XeuhbeoJs8HaCOfH5pidRCDEnRiiGmQDXROHXlyDKfs+ZcLVSy8zh6M/gf4Bg==
13941395
dependencies:
1395-
"@textlint/types" "^14.8.1"
1396+
"@textlint/types" "15.0.0"
13961397
debug "^4.4.1"
13971398

1398-
"@textlint/text-to-ast@^14.0.0", "@textlint/text-to-ast@^14.8.1":
1399-
version "14.8.1"
1400-
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-14.8.1.tgz#0dc78b00c4fa0e8e386fa2eaca1d8a7603d78d8b"
1401-
integrity sha512-D337EBWjvUnxyeovREXq52pDfwz37DhyQRDbof/dqPFzIlweqSoXuYD2s9a/kT/KtD2f3paNUqLrcBYOSPotWw==
1399+
"@textlint/text-to-ast@15.0.0", "@textlint/text-to-ast@^15.0.0":
1400+
version "15.0.0"
1401+
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-15.0.0.tgz#db5624c0f8506a5f370ef7087954a2ebc764246b"
1402+
integrity sha512-N6MZf22lwcFBSuzEz7Zg+e5JWYNQSuXzz+9dRXXH7Cyk86EimZ3GPnI1eGHNX1+rOjY48PQ99Uv5r2TZVsjGog==
14021403
dependencies:
1403-
"@textlint/ast-node-types" "^14.8.1"
1404+
"@textlint/ast-node-types" "15.0.0"
14041405

1405-
"@textlint/textlint-plugin-markdown@^14.0.0":
1406-
version "14.8.1"
1407-
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-14.8.1.tgz#e01896b57d7134a8cd27237ad5f3d95fde27a703"
1408-
integrity sha512-t6okCas3o/HvKQLHK8/cD15m3XnOnsxJEW1PFkBKuLoqtWt1tXOb3kW1AHcumW0kdHD7ZvwRNyUrOmhuCHXxww==
1406+
"@textlint/textlint-plugin-markdown@^15.0.0":
1407+
version "15.0.0"
1408+
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-15.0.0.tgz#c8cdd7f28f800b3868513a97cb3d92f40b39d159"
1409+
integrity sha512-ezm/bt2FXNKyf1IQ1x8eqX7MHqHzGOqoPNH23MNOVv/MhEScocs8CbMzBBk2MKb8EhurlwzvQSHgDoRLDXwK5Q==
14091410
dependencies:
1410-
"@textlint/markdown-to-ast" "^14.8.1"
1411+
"@textlint/markdown-to-ast" "15.0.0"
1412+
"@textlint/types" "15.0.0"
14111413

1412-
"@textlint/textlint-plugin-text@^14.0.0":
1413-
version "14.8.1"
1414-
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-14.8.1.tgz#f31e3d9e2d29296c5e3d30280e122b7f38f691be"
1415-
integrity sha512-w5fm62kbzWv6KJw/bm2gVloi9A4XWIya416B4A3Og6fADPdG/YbWp0dvUynnJSw0GPYKKna6u+dc9SgdOUNcBg==
1414+
"@textlint/textlint-plugin-text@^15.0.0":
1415+
version "15.0.0"
1416+
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-15.0.0.tgz#8f30b1c69fc55cd57ad2a12e1dfd94dead8622e9"
1417+
integrity sha512-08wrLQGkTnm98lUnxHM45iOsuyf4zylai95EkD+ah+OjEG0Wq+b0wH8/cIovFdovzOihUrvzjdELceEWhFPXaQ==
14161418
dependencies:
1417-
"@textlint/text-to-ast" "^14.8.1"
1419+
"@textlint/text-to-ast" "15.0.0"
1420+
"@textlint/types" "15.0.0"
14181421

1419-
"@textlint/types@^14.8.1":
1420-
version "14.8.1"
1421-
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-14.8.1.tgz#860614a5c63545e10c3a7a69398375ce92785805"
1422-
integrity sha512-8ncGYcEoKLE3JP2s9+2IlxMbMLWpNmvptOZmF3qI188vW3g/a00r3hBRNMcKxJg3phYDtgLOyXdv44/jwJxsLw==
1422+
"@textlint/types@15.0.0":
1423+
version "15.0.0"
1424+
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-15.0.0.tgz#f9089933cfbf5b722020acc2226e7386227c9b26"
1425+
integrity sha512-Yrds0Y7I2hQ/7Ygo0t8Qd8Zlg5AhYmrHKsMyuOnSfugwW6Jt4dV74kd/c7r6RAkgQBfQgpuBOiNeuLigDIwnHw==
14231426
dependencies:
1424-
"@textlint/ast-node-types" "^14.8.1"
1427+
"@textlint/ast-node-types" "15.0.0"
14251428

1426-
"@textlint/utils@^14.8.1":
1427-
version "14.8.1"
1428-
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-14.8.1.tgz#f7fda2feb7145fdf45bba04996c67d1362cb2d94"
1429-
integrity sha512-EcUFmmzfHB/+cLtK1Rv1M3zmOUuUChAYMahGgKhSErreP3bpIxBm6uOZrgpq/cXKp23pLa2QkChpV4WqXrGG1g==
1429+
"@textlint/utils@15.0.0":
1430+
version "15.0.0"
1431+
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-15.0.0.tgz#adde2a030935ab37a84ff7989fc0cffefab6865c"
1432+
integrity sha512-90uFH8JxBQGx1hSWzIHTxmvpFaZwkdjakS2jC/pINUt300Iud+vRK9jcyBVOybkRMNZdn5i2Rk6w2OmebGzQqw==
14301433

14311434
"@types/color-name@^1.1.1":
14321435
version "1.1.1"
@@ -8403,7 +8406,7 @@ neo-async@^2.5.0, neo-async@^2.6.0, neo-async@^2.6.1:
84038406
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
84048407
integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
84058408

8406-
neotraverse@^0.6.15:
8409+
neotraverse@^0.6.15, neotraverse@^0.6.18:
84078410
version "0.6.18"
84088411
resolved "https://registry.yarnpkg.com/neotraverse/-/neotraverse-0.6.18.tgz#abcb33dda2e8e713cf6321b29405e822230cdb30"
84098412
integrity sha512-Z4SmBUweYa09+o6pG+eASabEpP6QkQ70yHj351pQoEXIs8uHbaU2DWVmzBANKgflPa47A50PtB2+NgRpQvr7vA==

0 commit comments

Comments
 (0)