Bump textlint from 11.6.2 to 11.6.3
Bumps [textlint](https://github.com/textlint/textlint) from 11.6.2 to 11.6.3. - [Release notes](https://github.com/textlint/textlint/releases) - [Commits](https://github.com/textlint/textlint/compare/textlint@11.6.2...textlint@11.6.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
95f377b35f
commit
9d94b47694
@ -7,7 +7,7 @@
|
||||
"test": "textlint _posts/*.md _pages/*.md -f pretty-error"
|
||||
},
|
||||
"devDependencies": {
|
||||
"textlint": "^11.6.2",
|
||||
"textlint": "^11.6.3",
|
||||
"textlint-filter-rule-whitelist": "^2.0.0",
|
||||
"textlint-rule-common-misspellings": "^1.0.1",
|
||||
"textlint-rule-max-ten": "^2.0.3",
|
||||
|
110
yarn.lock
110
yarn.lock
@ -33,10 +33,10 @@
|
||||
dependencies:
|
||||
"@textlint/ast-node-types" "^4.2.5"
|
||||
|
||||
"@textlint/ast-traverse@^2.1.6":
|
||||
version "2.1.6"
|
||||
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-2.1.6.tgz#ce68cdcdf12776fa6161161b0ada002e9bd6beab"
|
||||
integrity sha512-qSPTUptR/C4YwoeVXRLUij6TpxbXT7U0P9S0No+p9Q+EYJeNvl1NUTrcpQmzrRydo6vCR0RzVkHmj+gEckH2Ug==
|
||||
"@textlint/ast-traverse@^2.1.7":
|
||||
version "2.1.7"
|
||||
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-2.1.7.tgz#d7de433095a6de04fccb296f9cc2011f04f7ba6e"
|
||||
integrity sha512-73Nw0R4TaskPmF36Hop1DZ8AbH339WrGiLQjzbOLaXHaBHQ4hdNw28UMlw4glfPZb7/zvxPcJRtg9AB8F3ZW0g==
|
||||
dependencies:
|
||||
"@textlint/ast-node-types" "^4.2.5"
|
||||
|
||||
@ -47,13 +47,13 @@
|
||||
dependencies:
|
||||
map-like "^2.0.0"
|
||||
|
||||
"@textlint/fixer-formatter@^3.1.12":
|
||||
version "3.1.12"
|
||||
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-3.1.12.tgz#f260da07866eb9c956702bd605cc636156fd85c6"
|
||||
integrity sha512-MQcVkr6WT4m31gG32IYoOJ+vMw+YI/hpO1S2gwfuQo7z+qBWoqByydbEn4H6dtJzWCX9RBgi8D1lAL2HPvASYw==
|
||||
"@textlint/fixer-formatter@^3.1.13":
|
||||
version "3.1.13"
|
||||
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-3.1.13.tgz#ccf9560487ecc4d7d982e12dd620ae6ebf53b282"
|
||||
integrity sha512-FXqAJZ+5fLsOZjvFmn1JhCer8gQI4ZQk3R45bXizRJm6DASByPAGGh/MAQxxHSGeR5wR8miO/koxA2BrS8OhAw==
|
||||
dependencies:
|
||||
"@textlint/module-interop" "^1.0.2"
|
||||
"@textlint/types" "^1.3.0"
|
||||
"@textlint/types" "^1.3.1"
|
||||
chalk "^1.1.3"
|
||||
debug "^4.1.1"
|
||||
diff "^4.0.1"
|
||||
@ -68,33 +68,31 @@
|
||||
resolved "https://registry.yarnpkg.com/@textlint/get-config-base-dir/-/get-config-base-dir-2.0.0.tgz#3d0e862e1dd67cf8286ca52f8bd911e10dca2941"
|
||||
integrity sha512-J3cG1pl2llYD4ZaZMe0qVgVaHT8RvT+/SW1FHQ8HRceNalMM9O0Y8iIgtl4GGOx4vMghoIPKFVLASw8P8bJ3ZA==
|
||||
|
||||
"@textlint/kernel@^3.2.0":
|
||||
version "3.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.2.0.tgz#c16bc02f551fe4a16d3993d4acfd7d220bb0ac43"
|
||||
integrity sha512-1uir4V/fFSLl7vkbQUt4BYkXmwAwrT8En7RAv3o6t7EugCwyLlzCluFwCHrTLgVMTTZuS5NIqUQZREUMP7U/vg==
|
||||
"@textlint/kernel@^3.2.1":
|
||||
version "3.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.2.1.tgz#aa589a4fc15a6ef8d087eac2f4028ef110b1352e"
|
||||
integrity sha512-gMCgP/tAjCX8dGqgu7nhUwaDC/TzDKeRZb9qa50nqbnILRasKplj3lOWn2osZdkScVZPLQp+al1pDh9pU4D+Dw==
|
||||
dependencies:
|
||||
"@textlint/ast-node-types" "^4.2.5"
|
||||
"@textlint/ast-tester" "^2.1.6"
|
||||
"@textlint/ast-traverse" "^2.1.6"
|
||||
"@textlint/ast-traverse" "^2.1.7"
|
||||
"@textlint/feature-flag" "^3.1.6"
|
||||
"@textlint/types" "^1.3.0"
|
||||
"@textlint/types" "^1.3.1"
|
||||
"@textlint/utils" "^1.0.3"
|
||||
"@types/bluebird" "^3.5.18"
|
||||
bluebird "^3.7.0"
|
||||
debug "^4.1.1"
|
||||
deep-equal "^1.1.0"
|
||||
map-like "^2.0.0"
|
||||
structured-source "^3.0.2"
|
||||
|
||||
"@textlint/linter-formatter@^3.1.11":
|
||||
version "3.1.11"
|
||||
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-3.1.11.tgz#94e91ed64d299747bfd0b7a8cc58b44c4f5b0918"
|
||||
integrity sha512-tPFz8sGXWuDrhDRiHrLceasAN8AGM2ctt5uLvCxGVJ4Lmx6O7o+kDnHNGfIuF8rTRRQKWJ9jR/SCCH1SZulXmw==
|
||||
"@textlint/linter-formatter@^3.1.12":
|
||||
version "3.1.12"
|
||||
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-3.1.12.tgz#4960b1b3d158f55e61ae02fe8af94403fe8b9443"
|
||||
integrity sha512-OEP4pklu01MEgBJrftD9vwe3HFx+jhiEe1JFIgf7GZ4a0fSer5vQWXBo5wHW6WtZtSa+iLBsLC3mI5VMeshzdA==
|
||||
dependencies:
|
||||
"@azu/format-text" "^1.0.1"
|
||||
"@azu/style-format" "^1.0.0"
|
||||
"@textlint/module-interop" "^1.0.2"
|
||||
"@textlint/types" "^1.3.0"
|
||||
"@textlint/types" "^1.3.1"
|
||||
chalk "^1.0.0"
|
||||
concat-stream "^1.5.1"
|
||||
debug "^4.1.1"
|
||||
@ -110,10 +108,10 @@
|
||||
try-resolve "^1.0.1"
|
||||
xml-escape "^1.0.0"
|
||||
|
||||
"@textlint/markdown-to-ast@^6.1.6":
|
||||
version "6.1.6"
|
||||
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.1.6.tgz#9d081a64d4a95a4958f5cebc75b1efdb7cdaf7ab"
|
||||
integrity sha512-xIaMn6gW1Ig+M+2Xcdbxt4cgOqWJSuB0pIO98KppQyqPzQ5k5deea7SBABqLZiKeNIxLl+2C1vfIfnBFFjxlmg==
|
||||
"@textlint/markdown-to-ast@^6.1.7":
|
||||
version "6.1.7"
|
||||
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.1.7.tgz#7ed9561b577bcd5307c8ef82660bc568ce31647e"
|
||||
integrity sha512-B0QtokeQR4a9+4q0NQr8T9l7A1fFihTN5Ze57tVgqW+3ymzXEouh8DvPHeNQ4T6jEkAThvdjk95mxAMpGRJ79w==
|
||||
dependencies:
|
||||
"@textlint/ast-node-types" "^4.2.5"
|
||||
debug "^4.1.1"
|
||||
@ -147,24 +145,24 @@
|
||||
dependencies:
|
||||
"@textlint/ast-node-types" "^4.2.5"
|
||||
|
||||
"@textlint/textlint-plugin-markdown@^5.1.11":
|
||||
version "5.1.11"
|
||||
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.1.11.tgz#24d4ec9d0803d5302dc8302256c4a2e7f97406f8"
|
||||
integrity sha512-DnCtNI10kejLPdEFu5pBHCDoBLJQTLnxwu76Mr/5iSEcYcytK2X72qiuvtg3c3s/8+at53TPQ6+5/AmpQKdvfg==
|
||||
"@textlint/textlint-plugin-markdown@^5.1.12":
|
||||
version "5.1.12"
|
||||
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.1.12.tgz#c6fddb969e65fea111aa4b033dca48b0882a50b9"
|
||||
integrity sha512-CJWWTaomR22hQD3ogrZujMH1pNN7DqZadmx9CJXxgKwpI/cuD5d2kClwXO3MeLFckJr5HRso7SFN5ebqKu1ycw==
|
||||
dependencies:
|
||||
"@textlint/markdown-to-ast" "^6.1.6"
|
||||
"@textlint/markdown-to-ast" "^6.1.7"
|
||||
|
||||
"@textlint/textlint-plugin-text@^4.1.12":
|
||||
version "4.1.12"
|
||||
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.1.12.tgz#1aa14e3391aa20b04423f1b687e6443dd2fa3428"
|
||||
integrity sha512-WhCzAURZBokAzZ+ismEiS857F4YCRXROtwSiqk3gbgiZWVq47xX6g5xhVDPet3RvCMFzCUkrHVRJ+udORE6sFw==
|
||||
"@textlint/textlint-plugin-text@^4.1.13":
|
||||
version "4.1.13"
|
||||
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.1.13.tgz#9e15dac3326d6c23936297e85dbfa4af388cdc48"
|
||||
integrity sha512-KQfSYNDt8HSX8ZL/r86N8OrAuQ9LEuevAtGomtfkw0h7Ed/pUfmuYXjht8wYRdysYBa4JyjrXcmqzRAUdkWrag==
|
||||
dependencies:
|
||||
"@textlint/text-to-ast" "^3.1.7"
|
||||
|
||||
"@textlint/types@^1.1.2", "@textlint/types@^1.3.0":
|
||||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.3.0.tgz#222692429d6c2ff5f427b2024e7c4901621ca828"
|
||||
integrity sha512-PJM3u0dnKyFCQJfhS+ft4OPse10P2PXz7bM2YJMyEs6kKOc2hDvZE7CH8F85GuSL9H5gToTqJ9/c3Yy4I3S+iA==
|
||||
"@textlint/types@^1.1.2", "@textlint/types@^1.3.1":
|
||||
version "1.3.1"
|
||||
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.3.1.tgz#185d06ddb7608703def1d697e663a00f4f83ab62"
|
||||
integrity sha512-9MJ6PRPYWiFs2lfvp/Qhq72WrkZLL5ncBUXAVoj1Ug17ug8d7psmr/KJstMMocW3EWHSOuIDj7unh413c3jPqQ==
|
||||
dependencies:
|
||||
"@textlint/ast-node-types" "^4.2.5"
|
||||
|
||||
@ -173,11 +171,6 @@
|
||||
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.0.3.tgz#65196f21a5c1884b2dc6088484063f9ad52dfb67"
|
||||
integrity sha512-6oGaBKXYpg5Ooph5p32OFdp1dXDUC1z5mpHg2gmQbx6QZjmP4QX+ygBQdNoCq15d1w88+We6koJl0n0WXjItYw==
|
||||
|
||||
"@types/bluebird@^3.5.18":
|
||||
version "3.5.26"
|
||||
resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.26.tgz#a38c438ae84fa02431d6892edf86e46edcbca291"
|
||||
integrity sha512-aj2mrBLn5ky0GmAg6IPXrQjnN0iB/ulozuJ+oZdrHRAzRbXjGmu4UXsNCjFvPbSaaPZmniocdOzsM392qLOlmQ==
|
||||
|
||||
ajv-keywords@^1.0.0:
|
||||
version "1.5.1"
|
||||
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c"
|
||||
@ -254,11 +247,6 @@ balanced-match@^1.0.0:
|
||||
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
|
||||
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
|
||||
|
||||
bluebird@^3.7.0:
|
||||
version "3.7.1"
|
||||
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de"
|
||||
integrity sha512-DdmyoGCleJnkbp3nkbxTLJ18rjDsE4yCggEwKNXkeV123sPNfOCYeDoeuOY+F2FrSjO1YXcTU+dsy96KMy+gcg==
|
||||
|
||||
boundary@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/boundary/-/boundary-1.0.1.tgz#4d67dc2602c0cc16dd9bce7ebf87e948290f5812"
|
||||
@ -1611,24 +1599,22 @@ textlint-util-to-string@^2.1.1:
|
||||
object-assign "^4.0.1"
|
||||
structured-source "^3.0.2"
|
||||
|
||||
textlint@^11.6.2:
|
||||
version "11.6.2"
|
||||
resolved "https://registry.yarnpkg.com/textlint/-/textlint-11.6.2.tgz#28f01f7466b446a3cd3d7daf74987968f006e70c"
|
||||
integrity sha512-jNW+e4pJ4MJAVciuK1UdG96tl8sAgLPJty+dRdOzDlNA5725xSohn4SQ0Iewv13EgnpXIRxy1SGaBNbv8nYT5Q==
|
||||
textlint@^11.6.3:
|
||||
version "11.6.3"
|
||||
resolved "https://registry.yarnpkg.com/textlint/-/textlint-11.6.3.tgz#fefd83174787070281069e8a9495c780d7041db1"
|
||||
integrity sha512-tTLLgB49zkJgq6GYDJOT6F31kHLulFjzovCHpN6ycv8d/aPcYl9vv7f/luR33YBQZdnGLtn+j8+G4GJAZ6Uz6w==
|
||||
dependencies:
|
||||
"@textlint/ast-node-types" "^4.2.5"
|
||||
"@textlint/ast-traverse" "^2.1.6"
|
||||
"@textlint/ast-traverse" "^2.1.7"
|
||||
"@textlint/feature-flag" "^3.1.6"
|
||||
"@textlint/fixer-formatter" "^3.1.12"
|
||||
"@textlint/kernel" "^3.2.0"
|
||||
"@textlint/linter-formatter" "^3.1.11"
|
||||
"@textlint/fixer-formatter" "^3.1.13"
|
||||
"@textlint/kernel" "^3.2.1"
|
||||
"@textlint/linter-formatter" "^3.1.12"
|
||||
"@textlint/module-interop" "^1.0.2"
|
||||
"@textlint/textlint-plugin-markdown" "^5.1.11"
|
||||
"@textlint/textlint-plugin-text" "^4.1.12"
|
||||
"@textlint/types" "^1.3.0"
|
||||
"@textlint/textlint-plugin-markdown" "^5.1.12"
|
||||
"@textlint/textlint-plugin-text" "^4.1.13"
|
||||
"@textlint/types" "^1.3.1"
|
||||
"@textlint/utils" "^1.0.3"
|
||||
"@types/bluebird" "^3.5.18"
|
||||
bluebird "^3.7.0"
|
||||
debug "^4.1.1"
|
||||
deep-equal "^1.1.0"
|
||||
file-entry-cache "^5.0.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user