Skip to content

Commit 8d70d1f

Browse files
committed
chore(deps): update dependency @textlint/website-generator to ^0.12.0
1 parent 4fd0633 commit 8d70d1f

File tree

2 files changed

+63
-68
lines changed

2 files changed

+63
-68
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"website": "textlint-website-generator --output-dir ./dist"
1010
},
1111
"devDependencies": {
12-
"@textlint/website-generator": "^0.11.3",
12+
"@textlint/website-generator": "^0.12.0",
1313
"textlint": "^12.0.0",
1414
"textlint-filter-rule-comments": "^1.2.2",
1515
"textlint-rule-preset-ja-technical-writing": "file:../"

example/yarn.lock

Lines changed: 62 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -298,36 +298,36 @@
298298
dependencies:
299299
"@textlint/ast-node-types" "^4.4.2"
300300

301-
"@textlint/config-inliner@^0.11.3":
302-
version "0.11.3"
303-
resolved "https://registry.yarnpkg.com/@textlint/config-inliner/-/config-inliner-0.11.3.tgz#28c92df66d6fc57f3bb078779458e3719f086885"
304-
integrity sha512-XzvWzyTmRWM9bKslXPD+j3J1z3lpHDHWJcolJKP9Zilpapdl5uXKzAcZpVqOb3Hj3ZmpH4jg2k1t57KxqJXoCQ==
301+
"@textlint/config-inliner@^0.12.0":
302+
version "0.12.0"
303+
resolved "https://registry.yarnpkg.com/@textlint/config-inliner/-/config-inliner-0.12.0.tgz#b5235fc183bf75094fd0386a07cdeb98c2f4906d"
304+
integrity sha512-8mriJaY+m51fzJy1BrO+6JlG3GC1vbyTw3+OP46Q+mBHAl3Si9PiYxd7rI5miBA8ENzDVStiNyf4ZH4Usgpivg==
305305
dependencies:
306-
"@textlint/config-loader" "^0.11.0"
306+
"@textlint/config-loader" "^0.12.0"
307307
untildify "^4.0.0"
308308

309-
"@textlint/config-loader@^0.11.0":
310-
version "0.11.0"
311-
resolved "https://registry.yarnpkg.com/@textlint/config-loader/-/config-loader-0.11.0.tgz#9667febee3b13e2a9e83ddb2c333a276c896c83c"
312-
integrity sha512-GUQ+yPdlohmlYXrlzPEVvfUxq9gcg2QU5OVEYEauntafS/KcdVrUmp90WTMFXa0MesBjFwCnNSzgzwSI5iAxyQ==
309+
"@textlint/config-loader@^0.12.0":
310+
version "0.12.0"
311+
resolved "https://registry.yarnpkg.com/@textlint/config-loader/-/config-loader-0.12.0.tgz#0b4bbfdcf611e41fd2f79e06b6e9d2cef5ca2fb6"
312+
integrity sha512-Liv53bMjKpV5JNG+5Jmy5ch+QTnpOS58NjOEy1qSz7btAqY9OSjd9k5u+Q3dtt4eXElcfQdziz1G98gY9Gr5xg==
313313
dependencies:
314-
"@textlint/kernel" "^3.4.1"
315-
"@textlint/module-interop" "^1.2.1"
316-
"@textlint/types" "^1.5.1"
317-
"@textlint/utils" "^1.2.1"
314+
"@textlint/kernel" "^12.0.0"
315+
"@textlint/module-interop" "^12.0.0"
316+
"@textlint/types" "^12.0.0"
317+
"@textlint/utils" "^12.0.0"
318318
debug "^4.3.1"
319319
rc-config-loader "^4.0.0"
320320
try-resolve "^1.0.1"
321321

322-
"@textlint/config-partial-parser@^0.11.3":
323-
version "0.11.3"
324-
resolved "https://registry.yarnpkg.com/@textlint/config-partial-parser/-/config-partial-parser-0.11.3.tgz#b7861f966fffdc1b93176e87b10d2fe11a968301"
325-
integrity sha512-Eep6BUPNew6gyzBaL1yDyr6mIW8XiP/IK+SExvTR5oQJNCM/t5UY8WOj5kSu3hpiKbGNZZrnjaVsFknXuDtmug==
322+
"@textlint/config-partial-parser@^0.12.0":
323+
version "0.12.0"
324+
resolved "https://registry.yarnpkg.com/@textlint/config-partial-parser/-/config-partial-parser-0.12.0.tgz#3bd13746160d8ab68193fdcc4b23d6e0fb2522df"
325+
integrity sha512-Pz8abEnXzUDvNOb3ey94WdKO+fdfxaVTIq2EIC9r+cQVtRJoCX23IMDmmjO3tSGFut+pebjJ04MHQEMD7pG4fA==
326326
dependencies:
327-
"@textlint/config-loader" "^0.11.0"
328-
"@textlint/kernel" "^3.4.1"
329-
"@textlint/types" "^1.5.1"
330-
"@textlint/utils" "^1.2.4"
327+
"@textlint/config-loader" "^0.12.0"
328+
"@textlint/kernel" "^12.0.0"
329+
"@textlint/types" "^12.0.0"
330+
"@textlint/utils" "^12.0.0"
331331

332332
"@textlint/feature-flag@^12.0.0":
333333
version "12.0.0"
@@ -392,7 +392,7 @@
392392
map-like "^2.0.0"
393393
structured-source "^3.0.2"
394394

395-
"@textlint/kernel@^3.0.0", "@textlint/kernel@^3.4.1", "@textlint/kernel@^3.4.4":
395+
"@textlint/kernel@^3.0.0", "@textlint/kernel@^3.4.4":
396396
version "3.4.4"
397397
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.4.4.tgz#2f321fdae5bad9f6626c76caa20fc960cbcd01fd"
398398
integrity sha512-ro9TPnE16C6gtKkY3aOjTs8ZfzAxdXLCV9JD4BuV5P+xBiiu9NdiE2Hwm3LyEGQjMxaKnXjbm/DTCAxA4gz0Dg==
@@ -481,16 +481,11 @@
481481
traverse "^0.6.6"
482482
unified "^6.2.0"
483483

484-
"@textlint/module-interop@^1.2.1", "@textlint/module-interop@^1.2.4":
484+
"@textlint/module-interop@^1.2.4":
485485
version "1.2.4"
486486
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-1.2.4.tgz#176ecec3fd09c2860dd155c599fdc4087ff85f47"
487487
integrity sha512-/wUKvDbBEujrhpcuD7Et4Mcicm3SG2oAe/tyMruLxSJ86umGxd34dEcHRON8fJzou9qyt0gFoczcypd4k3hJow==
488488

489-
"@textlint/module-interop@^1.2.5":
490-
version "1.2.5"
491-
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-1.2.5.tgz#f10582e66e0633ac1aea228f30c5b3f5d8463f45"
492-
integrity sha512-+yEluCSbj6oxk9ENFojVcSxURvXOg7AU3vBiVHPjPEShaqbzZZ6tcut6gbDcIYhEDUkegZGmGwyfOe+wNABhKw==
493-
494489
"@textlint/module-interop@^12.0.0":
495490
version "12.0.0"
496491
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-12.0.0.tgz#f6f4a513f7d58c25304fc1e6a544989a82565978"
@@ -508,31 +503,31 @@
508503
lodash.uniqwith "^4.5.0"
509504
to-regex "^3.0.2"
510505

511-
"@textlint/runtime-helper@^0.11.0":
512-
version "0.11.0"
513-
resolved "https://registry.yarnpkg.com/@textlint/runtime-helper/-/runtime-helper-0.11.0.tgz#a4aeb8caceabbf7519606bee4f543f79b6e09ef0"
514-
integrity sha512-4jfDEjrkX5D6q7ZfSeeVB7vWILDn1uV3aXtaXlpX7Snt5GxnTI27zX9S63rZQ+K9o0YVABn47D0pmxSOPTVQoQ==
506+
"@textlint/runtime-helper@^0.12.0":
507+
version "0.12.0"
508+
resolved "https://registry.yarnpkg.com/@textlint/runtime-helper/-/runtime-helper-0.12.0.tgz#df3ede9977c759dca7cf21e6f544f845ea08341e"
509+
integrity sha512-o6gmm1k0/+/2sL5ix7x4Z89FCo9LMn11dQMfxxvTCrsAORLaktKEYQc7zMkTy/1iVZO2/N3+YiJUx10igxtNQg==
515510
dependencies:
516511
"@kvs/env" "^1.1.0"
517-
"@textlint/config-loader" "^0.11.0"
518-
"@textlint/kernel" "^3.4.1"
519-
"@textlint/module-interop" "^1.2.1"
520-
"@textlint/types" "^1.5.1"
521-
"@textlint/utils" "^1.2.1"
512+
"@textlint/config-loader" "^0.12.0"
513+
"@textlint/kernel" "^12.0.0"
514+
"@textlint/module-interop" "^12.0.0"
515+
"@textlint/types" "^12.0.0"
516+
"@textlint/utils" "^12.0.0"
522517

523-
"@textlint/script-compiler@^0.11.3":
524-
version "0.11.3"
525-
resolved "https://registry.yarnpkg.com/@textlint/script-compiler/-/script-compiler-0.11.3.tgz#36895fb56ce62ae23beb0172db9f9e972b7f88af"
526-
integrity sha512-k2p+DCi5GvDYPPZWXGsZMDDBdNOus5I9/vQ0hwnFYEJT9MSWIezU1HrGD3SZ4jaXyP51VMImP5eQFJCz9jMKCw==
518+
"@textlint/script-compiler@^0.12.0":
519+
version "0.12.0"
520+
resolved "https://registry.yarnpkg.com/@textlint/script-compiler/-/script-compiler-0.12.0.tgz#eed7a8b0109430c5f636bbc328e90ca1b3c78800"
521+
integrity sha512-abOh8FBVDvvrZ8sKY0qSpVBTk1U0s+jmcat+D5xHTcVZ99fvUH8tqHP3EH0yyXB8bpHTgVZfKwxVo0uY95iTQw==
527522
dependencies:
528523
"@babel/core" "^7.12.10"
529-
"@textlint/config-inliner" "^0.11.3"
530-
"@textlint/config-loader" "^0.11.0"
531-
"@textlint/config-partial-parser" "^0.11.3"
532-
"@textlint/kernel" "^3.4.1"
533-
"@textlint/runtime-helper" "^0.11.0"
534-
"@textlint/script-parser" "^0.11.0"
535-
"@textlint/types" "^1.5.1"
524+
"@textlint/config-inliner" "^0.12.0"
525+
"@textlint/config-loader" "^0.12.0"
526+
"@textlint/config-partial-parser" "^0.12.0"
527+
"@textlint/kernel" "^12.0.0"
528+
"@textlint/runtime-helper" "^0.12.0"
529+
"@textlint/script-parser" "^0.12.0"
530+
"@textlint/types" "^12.0.0"
536531
babel-loader "^8.2.2"
537532
babel-plugin-static-fs "^3.0.0"
538533
meow "^9.0.0"
@@ -542,10 +537,10 @@
542537
terser-webpack-plugin "^5.1.1"
543538
webpack "^5.33.2"
544539

545-
"@textlint/script-parser@^0.11.0":
546-
version "0.11.0"
547-
resolved "https://registry.yarnpkg.com/@textlint/script-parser/-/script-parser-0.11.0.tgz#45e27b7cfeb0b5175ed12b3d9601ac0a9dc94be6"
548-
integrity sha512-XBJR/n/aMVUkda2OjxCuoC/uhRF74a2QzpJZyKRUGzYJPxQ39MMmPc3hskKlg4zjQgQyPNwCaGeJq539MIZ0tQ==
540+
"@textlint/script-parser@^0.12.0":
541+
version "0.12.0"
542+
resolved "https://registry.yarnpkg.com/@textlint/script-parser/-/script-parser-0.12.0.tgz#8011b40cfac7b3442be92a9c522b72dee8876f18"
543+
integrity sha512-rpRkymZYRsemM/eOSTmlIpWGKszSIKhAu2oeyBZAJxMBmjghU1DKGzf2+TA1utfSBcQIEnNSNbdm2hp2hJFtpA==
549544

550545
"@textlint/source-code-fixer@^12.0.0":
551546
version "12.0.0"
@@ -555,7 +550,7 @@
555550
"@textlint/types" "^12.0.0"
556551
debug "^4.3.1"
557552

558-
"@textlint/source-code-fixer@^3.4.1", "@textlint/source-code-fixer@^3.4.4":
553+
"@textlint/source-code-fixer@^3.4.4":
559554
version "3.4.4"
560555
resolved "https://registry.yarnpkg.com/@textlint/source-code-fixer/-/source-code-fixer-3.4.4.tgz#c15622cbc796722a04044a35edc33b38f2b6adb9"
561556
integrity sha512-GDHVin2EJ9PGJ33VMGlqtPcvUlY+pkTbaWs4jWv8oBaEK8UUBzS5ZpEc4xi7Xp5vIXnVsCSLKNC6bgvR9X/AoQ==
@@ -605,7 +600,7 @@
605600
dependencies:
606601
"@textlint/text-to-ast" "^3.3.4"
607602

608-
"@textlint/types@^1.1.2", "@textlint/types@^1.5.1", "@textlint/types@^1.5.4":
603+
"@textlint/types@^1.1.2", "@textlint/types@^1.5.4":
609604
version "1.5.4"
610605
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.5.4.tgz#4ebd6b052bb329810949516412ad2b285b04dc02"
611606
integrity sha512-bhSrOjW8AFSa/xf6lYZ2akE0j+4O/WEAA2S/R8RrjNMkA5Az2j57mxPNpqMhEeyHDkpzN/coIlqUwgYvcJHv1A==
@@ -619,7 +614,7 @@
619614
dependencies:
620615
"@textlint/ast-node-types" "^12.0.0"
621616

622-
"@textlint/utils@^1.2.1", "@textlint/utils@^1.2.4":
617+
"@textlint/utils@^1.2.4":
623618
version "1.2.4"
624619
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.2.4.tgz#208a052e55d0d717f6c55097866bf84f444c5b66"
625620
integrity sha512-FREWc8n6bJFsKehtUlHPtbqnXULWhdnlazqWiHMjiBtcxUfD+1kY3P7PNGbChdzeZGmwBkgFQyGkok8bAGnZOw==
@@ -629,15 +624,15 @@
629624
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-12.0.0.tgz#e457b4ebbf3925b3bf0d32c597e1a20beaa1b121"
630625
integrity sha512-bnIr17iouc4MtVR+r7v8mBasNn3ZsQpfTLTi4RelrZJdICHMBUMOWRX70cVRV/xJck/nfY9igt325qI0y2ELoQ==
631626

632-
"@textlint/website-generator@^0.11.3":
633-
version "0.11.3"
634-
resolved "https://registry.yarnpkg.com/@textlint/website-generator/-/website-generator-0.11.3.tgz#f4640d23f46338953a5a9d717f5db4b7d39d528c"
635-
integrity sha512-EuZMUp4adKJ4bYf5exZ86/ipHrN7pULnahvn4surPjz98UnXBIs7yz/AjsFT+0q0Kqg9XU+DniUxQdnrooJUAQ==
627+
"@textlint/website-generator@^0.12.0":
628+
version "0.12.0"
629+
resolved "https://registry.yarnpkg.com/@textlint/website-generator/-/website-generator-0.12.0.tgz#da4fc6fa67b502939319e5013e843d1b79889365"
630+
integrity sha512-Eay2UKEoQN6fYs150ISZ4ZW9gX+KwYvEy4crNOyoUjwEWRI4h3AFP1Z4YoktkD08Q/F5PibcduZGe16Bq3qJ1A==
636631
dependencies:
637-
"@textlint/script-compiler" "^0.11.3"
632+
"@textlint/script-compiler" "^0.12.0"
638633
meow "^9.0.0"
639634
read-pkg "^5.2.0"
640-
textchecker-element "^0.11.3"
635+
textchecker-element "^0.12.0"
641636

642637
"@types/eslint-scope@^3.7.0":
643638
version "3.7.0"
@@ -3827,12 +3822,12 @@ text-table@^0.2.0:
38273822
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
38283823
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
38293824

3830-
textchecker-element@^0.11.3:
3831-
version "0.11.3"
3832-
resolved "https://registry.yarnpkg.com/textchecker-element/-/textchecker-element-0.11.3.tgz#92b99c3740cdb028d3d3a9941ff171f28d8b9a39"
3833-
integrity sha512-comOpj7K9tPfNINnxMWlQylC1D4o1XCoHQaAsA5DRb6hydI41lzrYDQ85ekGU0Uovvfw0mOX9o1dwAGyj3pLgQ==
3825+
textchecker-element@^0.12.0:
3826+
version "0.12.0"
3827+
resolved "https://registry.yarnpkg.com/textchecker-element/-/textchecker-element-0.12.0.tgz#500f72d74ae5fef11fce1a9b695d3fd2d12510d7"
3828+
integrity sha512-rMqNMa+6F86t+5EgCddf1IJhhaOzXQxpZohkg7x2B+5qxNJO1PqX0r71Z1caSefMGuLzAUsnsVMlUCXSFJUDxQ==
38343829
dependencies:
3835-
"@textlint/source-code-fixer" "^3.4.1"
3830+
"@textlint/source-code-fixer" "^12.0.0"
38363831
delay "^4.4.0"
38373832
eventmit "^1.1.0"
38383833
lit-html "^1.3.0"
@@ -4037,7 +4032,7 @@ textlint-rule-no-nfd@^1.0.2:
40374032
dependencies:
40384033
"@textlint-rule/textlint-rule-no-invalid-control-character" "^1.2.0"
40394034
"@textlint-rule/textlint-rule-no-unmatched-pair" "^1.0.7"
4040-
"@textlint/module-interop" "^1.2.5"
4035+
"@textlint/module-interop" "^12.0.0"
40414036
textlint-rule-ja-no-abusage "^3.0.0"
40424037
textlint-rule-ja-no-mixed-period "^2.1.1"
40434038
textlint-rule-ja-no-redundant-expression "^4.0.0"

0 commit comments

Comments
 (0)