Skip to content

Commit

Permalink
fix(deps): update dependency textlint to ^13.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent 2c58bbd commit d776ed3
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 80 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"retext-english": "^4.1.0",
"retext-spell": "^5.3.0",
"sass": "^1.61.0",
"textlint": "^13.3.2",
"textlint": "^13.3.3",
"textlint-rule-max-comma": "^3.0.1",
"textlint-rule-no-zero-width-spaces": "^1.0.1",
"textlint-rule-spellchecker": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-utils": "^0.3.2",
"retext-stringify": "^3.1.0",
"synckit": "^0.8.5",
"textlint": "^13.3.2",
"textlint": "^13.3.3",
"tslib": "^2.5.0",
"unified": "^10.1.2",
"vfile": "^5.3.7",
Expand Down
171 changes: 93 additions & 78 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3159,12 +3159,12 @@
"@textlint/ast-node-types" "^12.6.1"
debug "^4.3.4"

"@textlint/ast-tester@^13.3.2":
version "13.3.2"
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-13.3.2.tgz#1f190250fe9610db980fd8d1e6bb4d7125732f51"
integrity sha512-qbpmJS7mEZcTrcKuppPQ8o2VJFUvHJ4+/l5iNEc2JRtMqpoNP6JAIKwIuDcEsMxedClExVTPmNctUlteglpD2A==
"@textlint/ast-tester@^13.3.2", "@textlint/ast-tester@^13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@textlint/ast-tester/-/ast-tester-13.3.3.tgz#a844f9ff687096d5f6ba3c7c2b6bdb413406214c"
integrity sha512-vIIEJ0vDJb3Pr4kseOH9yzUCxx1EbX6PQDg/DgQj9sMAnwVG2sZvy2Uiga4+hj8SphdzaKia9Z+156UZzs+mzA==
dependencies:
"@textlint/ast-node-types" "^13.3.2"
"@textlint/ast-node-types" "^13.3.3"
debug "^4.3.4"

"@textlint/ast-traverse@^12.6.1":
Expand All @@ -3174,12 +3174,12 @@
dependencies:
"@textlint/ast-node-types" "^12.6.1"

"@textlint/ast-traverse@^13.3.2":
version "13.3.2"
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-13.3.2.tgz#79211b876929aabaa0799f09726fa34f41611baa"
integrity sha512-c+SI7SAWH1S+q5iok0Q/jrprG1BctstTF4A8msi/1bioKtn/PrD01w/MDsPkDT+K15RrWYUSjG8FLuGPnEN78Q==
"@textlint/ast-traverse@^13.3.2", "@textlint/ast-traverse@^13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-13.3.3.tgz#bf2ed0e8ca3dc0c9f963e81b0e7657d2abb27b33"
integrity sha512-tZ25emmWf3mJ4+vM8CO6D7F8l00WXD6MJgnnlY9BHI/HbOlngBfmKhTVizQEwrWfYF80sQO5R9a+N4UEk67Wcg==
dependencies:
"@textlint/ast-node-types" "^13.3.2"
"@textlint/ast-node-types" "^13.3.3"

"@textlint/config-loader@^12.6.1":
version "12.6.1"
Expand All @@ -3194,28 +3194,28 @@
rc-config-loader "^4.1.2"
try-resolve "^1.0.1"

"@textlint/config-loader@^13.3.2":
version "13.3.2"
resolved "https://registry.yarnpkg.com/@textlint/config-loader/-/config-loader-13.3.2.tgz#da0fb7a4feaa53b63dd8625d3aa9bbdbbc5efa55"
integrity sha512-P8DESsBh3JBRMujbyV3WjVlhbDVaGBIRtEL0AveNSSe6+X0ef7OtesxGJhD8p/DIyA9X+69bqpg7mcV7DTuO9w==
"@textlint/config-loader@^13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@textlint/config-loader/-/config-loader-13.3.3.tgz#dd72f6fa72e1faa0fdd12402a6e633bd2b1ef585"
integrity sha512-DQA/7dYu3VDHP9Idd0Sn7HzwiFuNdKUXfA79pUGmJzNQUYaW0qADzyQCwfh7LlvhCcBmnLgX+8wb13o6OaHX5g==
dependencies:
"@textlint/kernel" "^13.3.2"
"@textlint/module-interop" "^13.3.2"
"@textlint/types" "^13.3.2"
"@textlint/utils" "^13.3.2"
"@textlint/kernel" "^13.3.3"
"@textlint/module-interop" "^13.3.3"
"@textlint/types" "^13.3.3"
"@textlint/utils" "^13.3.3"
debug "^4.3.4"
rc-config-loader "^4.1.2"
rc-config-loader "^4.1.3"
try-resolve "^1.0.1"

"@textlint/feature-flag@^12.6.1":
version "12.6.1"
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-12.6.1.tgz#20f8a3cf86be939186adc33744ef66084b06067a"
integrity sha512-cY/AraTLdzbwDyAhdpaXB7n1Lw6zA+k+7UaT8mmxMmjs0uYGzdMQa499I0rQatctJ6izrdZXYW0NdUQfG2ugiA==

"@textlint/feature-flag@^13.3.2":
version "13.3.2"
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-13.3.2.tgz#df516e17ee4980fe9f459f9d0fcde568b083e49a"
integrity sha512-ewW8dlhcFf19QuqlycQHqySQB/VhKQ7opYjvsJvUr2GP7/nY1Wq4vMWEhCtCOVg7Khumw1JtoS7+DaQGiFzuaQ==
"@textlint/feature-flag@^13.3.2", "@textlint/feature-flag@^13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-13.3.3.tgz#a76aa2e790a653e56913e27f836629ef6e8c5b74"
integrity sha512-ltdwKQTvs9f/TgQ3asBx2EXmsSSsvxa7ySnTXSTZBkbVxqmrGY4zehDRiDCmuFZGVGCvCddY1QzCXy16ybk9Fg==

"@textlint/fixer-formatter@^12.6.1":
version "12.6.1"
Expand All @@ -3233,13 +3233,13 @@
text-table "^0.2.0"
try-resolve "^1.0.1"

"@textlint/fixer-formatter@^13.3.2":
version "13.3.2"
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-13.3.2.tgz#bcd8fd1879c5142426e3068b5278e6139e1678bc"
integrity sha512-Szvb6OGx/+PkiqDUMVyXD5WDaraoU64VNWZhUm96wEjGxt7seMecRgYiKc7LkQllcStJ2lP8Dgju1phGaD5hbQ==
"@textlint/fixer-formatter@^13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-13.3.3.tgz#e6fc51e5e59158e526cc22be22cb0c3855436b65"
integrity sha512-iCMFS8GrmUetXMIT4/jFxoL5v1QN5ODj1190Lb6D+EdTxsrAWssHOb6m7MOEhfOGYEArAkb3PjSxu7DPLrb50g==
dependencies:
"@textlint/module-interop" "^13.3.2"
"@textlint/types" "^13.3.2"
"@textlint/module-interop" "^13.3.3"
"@textlint/types" "^13.3.3"
chalk "^4.1.2"
debug "^4.3.4"
diff "^4.0.2"
Expand All @@ -3249,7 +3249,7 @@
text-table "^0.2.0"
try-resolve "^1.0.1"

"@textlint/[email protected]", "@textlint/kernel@^13.3.2":
"@textlint/[email protected]":
version "13.3.2"
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-13.3.2.tgz#bff4d03cdf6cbcac07fdff9a95aef6cef1fd5d5f"
integrity sha512-KZX87i4xVqLXdb8Cl4y0Y56jIHQIwg+YPrLz/kBz2TQDl8vYeGLII4QHwT1l0BjZ2JHawm1pmyQZml3hCnieOQ==
Expand Down Expand Up @@ -3281,6 +3281,22 @@
deep-equal "^1.1.1"
structured-source "^4.0.0"

"@textlint/kernel@^13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-13.3.3.tgz#09b3a49c483739b87d068f86255088a0e334d7e6"
integrity sha512-HewzuuX2c2nlR+e8dREWrAYrOiyWb78eeObuW95miMjX/F6TjWmha4qrnrMCWbYbKDwC4en8dNGS4mm0vSdi4A==
dependencies:
"@textlint/ast-node-types" "^13.3.3"
"@textlint/ast-tester" "^13.3.3"
"@textlint/ast-traverse" "^13.3.3"
"@textlint/feature-flag" "^13.3.3"
"@textlint/source-code-fixer" "^13.3.3"
"@textlint/types" "^13.3.3"
"@textlint/utils" "^13.3.3"
debug "^4.3.4"
fast-equals "^4.0.3"
structured-source "^4.0.0"

"@textlint/linter-formatter@^12.6.1":
version "12.6.1"
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-12.6.1.tgz#90314ddaa036197c36ccb75cc8fa3fb318895350"
Expand All @@ -3303,21 +3319,20 @@
text-table "^0.2.0"
try-resolve "^1.0.1"

"@textlint/linter-formatter@^13.3.2":
version "13.3.2"
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-13.3.2.tgz#95a743d7a0ec624984189d5faefc4311ed24c200"
integrity sha512-QpHI7bzDMaetmrnMhA2+z1ExneFCdJVZHUFyzdfSv5JC4VNXmW9UDb7F7vsP+M+1jzIvF75mwvRLvmA82MJvBA==
"@textlint/linter-formatter@^13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-13.3.3.tgz#96cd6c71362527fb53f99e552986d63cb82798af"
integrity sha512-z8xsk1bo9r8v6Ph76WLTBrfj+0+eyEfRlbTGBs+ie6YAGItBqkLYmDrD26DDfVjIZcXWdCXVX1Et6MOWomb//g==
dependencies:
"@azu/format-text" "^1.0.2"
"@azu/style-format" "^1.0.1"
"@textlint/module-interop" "^13.3.2"
"@textlint/types" "^13.3.2"
"@textlint/module-interop" "^13.3.3"
"@textlint/types" "^13.3.3"
chalk "^4.1.2"
debug "^4.3.4"
is-file "^1.0.0"
js-yaml "^3.14.1"
lodash "^4.17.21"
optionator "^0.9.1"
pluralize "^2.0.0"
string-width "^4.2.3"
strip-ansi "^6.0.1"
Expand Down Expand Up @@ -3360,10 +3375,10 @@
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-12.6.1.tgz#82adf942281a8880e1ad70b305d8caba87356830"
integrity sha512-COyRctLVh2ktAObmht3aNtqUvP0quoellKu1c2RrXny1po+Mf7PkvEKIxphtArE4JXMAmu01cDxfH6X88+eYIg==

"@textlint/module-interop@^13.3.2":
version "13.3.2"
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-13.3.2.tgz#6ff62c9bc7f1ee614148d5cc43b8c6d4c97a8384"
integrity sha512-JPHAZlWXgedDCoaTT21dln8u+sPVJUGPw283Oxz1k24x2MWaFZO7EReu/K4QepdxNKOpdllp2DqvnWgnvZoPOg==
"@textlint/module-interop@^13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-13.3.3.tgz#645b47b9e951030b2d656e2c9266b5587de2a17b"
integrity sha512-CwfVpRGAxbkhGY9vLLU06Q/dy/RMNnyzbmt6IS2WIyxqxvGaF7QZtFYpKEEm63aemVyUvzQ7WM3yVOoUg6P92w==

"@textlint/source-code-fixer@^12.6.1":
version "12.6.1"
Expand All @@ -3373,12 +3388,12 @@
"@textlint/types" "^12.6.1"
debug "^4.3.4"

"@textlint/source-code-fixer@^13.3.2":
version "13.3.2"
resolved "https://registry.yarnpkg.com/@textlint/source-code-fixer/-/source-code-fixer-13.3.2.tgz#191a17da56fceac15f5d2f10d4d1afd052c76413"
integrity sha512-7b+7zDUnEILcaYvJDLz+6Uu8YHn85xm6Lof/0Azn1/5zcDsz5qDjgJ21u+kuS+1kQBSpWV8dmCT3sTZoS0uExg==
"@textlint/source-code-fixer@^13.3.2", "@textlint/source-code-fixer@^13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@textlint/source-code-fixer/-/source-code-fixer-13.3.3.tgz#be7edd7e7e78f3d07ad7793064c766f52987f71d"
integrity sha512-h4jxWSetmcVuGwl71ai72784aneBQ0MkE5Mc3avl8PKIOIOyz0A1D7i9VQENWWIiqU8zyzmHwKGNSGyqWaqE2Q==
dependencies:
"@textlint/types" "^13.3.2"
"@textlint/types" "^13.3.3"
debug "^4.3.4"

"@textlint/text-to-ast@^12.6.1":
Expand All @@ -3402,7 +3417,7 @@
dependencies:
"@textlint/markdown-to-ast" "^12.6.1"

"@textlint/textlint-plugin-markdown@^13.3.2", "@textlint/textlint-plugin-markdown@^13.3.3":
"@textlint/textlint-plugin-markdown@^13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-13.3.3.tgz#59da2422690afd8dbe087f22e1edf1192dbd0476"
integrity sha512-EhBZ/Q6ZXMVRPDeQbFdFbtc0wE7SC0DWy9lkjKXfcbLKW0ZPTvtjH3JqJtCPBZAYcexB8wKOiHImfwVfQJhJhg==
Expand All @@ -3416,7 +3431,7 @@
dependencies:
"@textlint/text-to-ast" "^12.6.1"

"@textlint/textlint-plugin-text@^13.3.2", "@textlint/textlint-plugin-text@^13.3.3":
"@textlint/textlint-plugin-text@^13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-13.3.3.tgz#2ed39da2d7a89380e3590122ebe0c4699ad3dff8"
integrity sha512-MN/JMGLanqj8CJGuit8DDiyrO0yf1vxFMLWTDeMIXwSoe8VToHCt2j20zg8XNHGNrUbKj+wuhzhrkrKEI7uWxg==
Expand All @@ -3430,22 +3445,22 @@
dependencies:
"@textlint/ast-node-types" "^12.6.1"

"@textlint/types@^13.3.2":
version "13.3.2"
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-13.3.2.tgz#81cc4bb99d187598b2cf3307d53b68f39e8498fa"
integrity sha512-N1Xb4kltBwBwAF3wAwKi3sJA0hWVjraWqIpjuHOplul/O8Qu78domGedktQJ4n2aVN1ucBuFjpZNsQfkfxJI+Q==
"@textlint/types@^13.3.2", "@textlint/types@^13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-13.3.3.tgz#97a38ee47390d8486fa36b6d9f573b9c6ba3a382"
integrity sha512-i2B7uRh+Iv8ZBKPJ3n4I6uSrTUQq5LdEkhFYNUwnDYxmhudz1o79xm906kri2eM8lxThX/UYYgVuJWpEwS0b+g==
dependencies:
"@textlint/ast-node-types" "^13.3.2"
"@textlint/ast-node-types" "^13.3.3"

"@textlint/utils@^12.6.1":
version "12.6.1"
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-12.6.1.tgz#95d00b4b57197987b97bc8342e127d652a7454e1"
integrity sha512-HJkqYXT2FAAHDM5XLFpQLF/CEdm8c2ltMeKmPBSSty1VfPXQMi8tGPT1b58b8KWh6dVmi7w0YYB7NrquuzXOKA==

"@textlint/utils@^13.3.2":
version "13.3.2"
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-13.3.2.tgz#4854e22c9434bd5d69d8151c2aacf88ddc09cff5"
integrity sha512-eEi4j5vyQ0WRkfkBS+Sa2q1YQVo0B6cFXde2+TVpoDp7f8yPAb4wMv9jgQ23N+DpiafJVOhRQLyJdrITFwnmFw==
"@textlint/utils@^13.3.2", "@textlint/utils@^13.3.3":
version "13.3.3"
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-13.3.3.tgz#27f5d4f71e586140c496d6b6b84ff220fb97bd39"
integrity sha512-roN+K3a36RxGc0tV+8HXVXpoPomEr3LCjNI8+hFmVjOu3RsUdLTyraNBqqaghaE0KgwCPODF0seuG1hteNI8LQ==

"@tokenizer/token@^0.3.0":
version "0.3.0"
Expand Down Expand Up @@ -11964,10 +11979,10 @@ rc-config-loader@^3.0.0:
json5 "^2.1.1"
require-from-string "^2.0.2"

rc-config-loader@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/rc-config-loader/-/rc-config-loader-4.1.2.tgz#e57fc874bde9b1e48d8a8564f2f824f91eafd920"
integrity sha512-qKTnVWFl9OQYKATPzdfaZIbTxcHziQl92zYSxYC6umhOqyAsoj8H8Gq/+aFjAso68sBdjTz3A7omqeAkkF1MWg==
rc-config-loader@^4.1.2, rc-config-loader@^4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/rc-config-loader/-/rc-config-loader-4.1.3.tgz#1352986b8a2d8d96d6fd054a5bb19a60c576876a"
integrity sha512-kD7FqML7l800i6pS6pvLyIE2ncbk9Du8Q0gp/4hMPhJU6ZxApkoLcGD8ZeqgiAlfwZ6BlETq6qqe+12DUL207w==
dependencies:
debug "^4.3.4"
js-yaml "^4.1.0"
Expand Down Expand Up @@ -14416,23 +14431,23 @@ textlint@12:
try-resolve "^1.0.1"
unique-concat "^0.2.2"

textlint@^13.3.2:
version "13.3.2"
resolved "https://registry.yarnpkg.com/textlint/-/textlint-13.3.2.tgz#b873980812863f7fbb61287f8f995bfa7a036d3d"
integrity sha512-i14ug8jyC1iNko16dpzp/blSLbvXTONiZbvkNT30N3VzDPCtNn2yV4qSZhiRWFi1hHfgOdG3n/u0DZvllZCHXQ==
textlint@^13.3.3:
version "13.3.3"
resolved "https://registry.yarnpkg.com/textlint/-/textlint-13.3.3.tgz#d67646f08d2511f0a10b00e2f3ff75566fc504ce"
integrity sha512-1LhJTNBFVNYtl4C6IJXt1XwAJANvquyDuP4NrhcG+1DwT3S7kiUR9vLo5yo046X83VT7ownzS97Q/yC6A7bZXg==
dependencies:
"@textlint/ast-node-types" "^13.3.2"
"@textlint/ast-traverse" "^13.3.2"
"@textlint/config-loader" "^13.3.2"
"@textlint/feature-flag" "^13.3.2"
"@textlint/fixer-formatter" "^13.3.2"
"@textlint/kernel" "^13.3.2"
"@textlint/linter-formatter" "^13.3.2"
"@textlint/module-interop" "^13.3.2"
"@textlint/textlint-plugin-markdown" "^13.3.2"
"@textlint/textlint-plugin-text" "^13.3.2"
"@textlint/types" "^13.3.2"
"@textlint/utils" "^13.3.2"
"@textlint/ast-node-types" "^13.3.3"
"@textlint/ast-traverse" "^13.3.3"
"@textlint/config-loader" "^13.3.3"
"@textlint/feature-flag" "^13.3.3"
"@textlint/fixer-formatter" "^13.3.3"
"@textlint/kernel" "^13.3.3"
"@textlint/linter-formatter" "^13.3.3"
"@textlint/module-interop" "^13.3.3"
"@textlint/textlint-plugin-markdown" "^13.3.3"
"@textlint/textlint-plugin-text" "^13.3.3"
"@textlint/types" "^13.3.3"
"@textlint/utils" "^13.3.3"
debug "^4.3.4"
file-entry-cache "^5.0.1"
get-stdin "^5.0.1"
Expand All @@ -14442,7 +14457,7 @@ textlint@^13.3.2:
mkdirp "^0.5.6"
optionator "^0.9.1"
path-to-glob-pattern "^1.0.2"
rc-config-loader "^4.1.2"
rc-config-loader "^4.1.3"
read-pkg "^1.1.0"
read-pkg-up "^3.0.0"
structured-source "^4.0.0"
Expand Down

0 comments on commit d776ed3

Please sign in to comment.