Bump textlint from 11.2.5 to 11.3.1
Bumps [textlint](https://github.com/textlint/textlint) from 11.2.5 to 11.3.1. - [Release notes](https://github.com/textlint/textlint/releases) - [Commits](https://github.com/textlint/textlint/compare/textlint@11.2.5...textlint@11.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
cc79359ee4
commit
27fb2818bd
@ -7,7 +7,7 @@
|
|||||||
"test": "textlint _posts/*.md _pages/*.md -f pretty-error"
|
"test": "textlint _posts/*.md _pages/*.md -f pretty-error"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"textlint": "^11.2.5",
|
"textlint": "^11.3.1",
|
||||||
"textlint-filter-rule-whitelist": "^2.0.0",
|
"textlint-filter-rule-whitelist": "^2.0.0",
|
||||||
"textlint-rule-common-misspellings": "^1.0.1",
|
"textlint-rule-common-misspellings": "^1.0.1",
|
||||||
"textlint-rule-max-ten": "^2.0.3",
|
"textlint-rule-max-ten": "^2.0.3",
|
||||||
|
237
yarn.lock
237
yarn.lock
@ -21,17 +21,17 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
execall "^1.0.0"
|
execall "^1.0.0"
|
||||||
|
|
||||||
"@textlint/ast-node-types@^4.0.2", "@textlint/ast-node-types@^4.2.1", "@textlint/ast-node-types@^4.2.2":
|
"@textlint/ast-node-types@^4.0.2", "@textlint/ast-node-types@^4.2.1", "@textlint/ast-node-types@^4.2.4":
|
||||||
version "4.2.2"
|
version "4.2.4"
|
||||||
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.2.2.tgz#5042d0b3b16f18b9f2d16b96e6ee5356e6f3d37d"
|
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.2.4.tgz#ae569bd76364040939044d057d5a56284563a7af"
|
||||||
integrity sha512-5VHykhxgUat7dvRWGw52Tk55SWjuZDpDO7PKDhfcLTFrD1cjbTtFFnWeJc0BfoqB2AUjfHXRoMdnqbFRGmnPVQ==
|
integrity sha512-ggiixpScxgdMY42b6UafD1iUboSvl9k3vGA9kynP+kd6mEhTDzxtb1aHPDAnV+DpAEw4qpHMz72GBFkX/iOSFw==
|
||||||
|
|
||||||
"@textlint/ast-traverse@^2.1.3":
|
"@textlint/ast-traverse@^2.1.5":
|
||||||
version "2.1.3"
|
version "2.1.5"
|
||||||
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-2.1.3.tgz#8cce87ad790f4bc0f1504a8c5c7098cabc0f74a9"
|
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-2.1.5.tgz#0b9e4b95c8e30c899fe66fe066791ad2a16f8b81"
|
||||||
integrity sha512-djZYlEtghk1Q9Tb0XU6if0S7JA+dfoO5AB6+Tcmi04HdWlXRZl8U59Sco+JzVFd3haFbDpMvC0sQIda4uZbsOA==
|
integrity sha512-Xt1x8eBmXS+4nOQ+0VjIoyXgcz9VFxK3ug8EiG7tGkhezIU90HRW2O8jPOPXhOcrrRzBGQNG9tsL7+IUDzF5FQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@textlint/ast-node-types" "^4.2.2"
|
"@textlint/ast-node-types" "^4.2.4"
|
||||||
|
|
||||||
"@textlint/feature-flag@^3.1.3":
|
"@textlint/feature-flag@^3.1.3":
|
||||||
version "3.1.3"
|
version "3.1.3"
|
||||||
@ -40,16 +40,16 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
map-like "^2.0.0"
|
map-like "^2.0.0"
|
||||||
|
|
||||||
"@textlint/fixer-formatter@^3.1.5":
|
"@textlint/fixer-formatter@^3.1.8":
|
||||||
version "3.1.5"
|
version "3.1.8"
|
||||||
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-3.1.5.tgz#179b2c284084590ec05dce7ebb8a763fe36cad44"
|
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-3.1.8.tgz#30dbdb4e221d4ef1e30f410997c665012d025997"
|
||||||
integrity sha512-Ef+6smERp3Meic3ob96PCr1Gv688fJKPhCWLuRf0n2pM+leiE5mkwJAlFJU75f5ZwY+a8V8wPRotBRFDUNA+7w==
|
integrity sha512-PKpUA2EOinFSE9kEhr6C2kpdEJj4U7nHuB4dCRHV9so3hIJyqXJBx4YwTpyggIUgNv6OkY2qo8D0g3YOu99zSw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@textlint/types" "^1.1.5"
|
"@textlint/module-interop" "^1.0.1"
|
||||||
|
"@textlint/types" "^1.2.1"
|
||||||
chalk "^1.1.3"
|
chalk "^1.1.3"
|
||||||
debug "^4.1.1"
|
debug "^4.1.1"
|
||||||
diff "^2.2.2"
|
diff "^4.0.1"
|
||||||
interop-require "^1.0.0"
|
|
||||||
is-file "^1.0.0"
|
is-file "^1.0.0"
|
||||||
string-width "^1.0.1"
|
string-width "^1.0.1"
|
||||||
text-table "^0.2.0"
|
text-table "^0.2.0"
|
||||||
@ -60,31 +60,32 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@textlint/get-config-base-dir/-/get-config-base-dir-2.0.0.tgz#3d0e862e1dd67cf8286ca52f8bd911e10dca2941"
|
resolved "https://registry.yarnpkg.com/@textlint/get-config-base-dir/-/get-config-base-dir-2.0.0.tgz#3d0e862e1dd67cf8286ca52f8bd911e10dca2941"
|
||||||
integrity sha512-J3cG1pl2llYD4ZaZMe0qVgVaHT8RvT+/SW1FHQ8HRceNalMM9O0Y8iIgtl4GGOx4vMghoIPKFVLASw8P8bJ3ZA==
|
integrity sha512-J3cG1pl2llYD4ZaZMe0qVgVaHT8RvT+/SW1FHQ8HRceNalMM9O0Y8iIgtl4GGOx4vMghoIPKFVLASw8P8bJ3ZA==
|
||||||
|
|
||||||
"@textlint/kernel@^3.1.6":
|
"@textlint/kernel@^3.1.8":
|
||||||
version "3.1.6"
|
version "3.1.8"
|
||||||
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.1.6.tgz#3614a864d29682404fc0447fc247df0d37adcc1e"
|
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.1.8.tgz#3d5e2197d3e796decea07ae9b7750f70e1bc9f29"
|
||||||
integrity sha512-0Ox1WEFrqcsp/7hmlN9N3IrbuYT11cmBBIv647Mj2dccaspRhcqi0/PUsrnvB82JW43XTQNWbHG7GqpQaTQ1Pg==
|
integrity sha512-ViCHoy2QMpCD8Vu+2vXHXc+Jt9D5lIKUH7+j1TzP5JPiPmV1IbEMrztk4ubjacYQTSRHXE9BCLGOffOKSxt+ag==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@textlint/ast-node-types" "^4.2.2"
|
"@textlint/ast-node-types" "^4.2.4"
|
||||||
"@textlint/ast-traverse" "^2.1.3"
|
"@textlint/ast-traverse" "^2.1.5"
|
||||||
"@textlint/feature-flag" "^3.1.3"
|
"@textlint/feature-flag" "^3.1.3"
|
||||||
"@textlint/types" "^1.1.5"
|
"@textlint/types" "^1.2.1"
|
||||||
|
"@textlint/utils" "^1.0.2"
|
||||||
"@types/bluebird" "^3.5.18"
|
"@types/bluebird" "^3.5.18"
|
||||||
bluebird "^3.5.1"
|
bluebird "^3.5.1"
|
||||||
debug "^4.1.1"
|
debug "^4.1.1"
|
||||||
deep-equal "^1.0.1"
|
deep-equal "^1.0.1"
|
||||||
map-like "^2.0.0"
|
map-like "^2.0.0"
|
||||||
object-assign "^4.1.1"
|
|
||||||
structured-source "^3.0.2"
|
structured-source "^3.0.2"
|
||||||
|
|
||||||
"@textlint/linter-formatter@^3.1.5":
|
"@textlint/linter-formatter@^3.1.7":
|
||||||
version "3.1.5"
|
version "3.1.7"
|
||||||
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-3.1.5.tgz#4b33feee89a8420b5cfc0c7d20644cca521dace1"
|
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-3.1.7.tgz#489cd9f4e64ae2353b5e315526228d2061825d93"
|
||||||
integrity sha512-UMCcwoJPa5EgfihPgpouQqoemi66fPD19rdhvdgYcMzObZ0cR+n2FczCadJnW10JxGvm9oEOzIOpWG57/63iCg==
|
integrity sha512-myFj1Vj22LdzDecAvfIWojobi0AIGCEuEhLlrGcn478Wv6vQgP+51o0zTu1e2Duth1Z7YYjdTIcn2yZWxWSalg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@azu/format-text" "^1.0.1"
|
"@azu/format-text" "^1.0.1"
|
||||||
"@azu/style-format" "^1.0.0"
|
"@azu/style-format" "^1.0.0"
|
||||||
"@textlint/types" "^1.1.5"
|
"@textlint/module-interop" "^1.0.1"
|
||||||
|
"@textlint/types" "^1.2.1"
|
||||||
chalk "^1.0.0"
|
chalk "^1.0.0"
|
||||||
concat-stream "^1.5.1"
|
concat-stream "^1.5.1"
|
||||||
js-yaml "^3.2.4"
|
js-yaml "^3.2.4"
|
||||||
@ -98,12 +99,12 @@
|
|||||||
try-resolve "^1.0.1"
|
try-resolve "^1.0.1"
|
||||||
xml-escape "^1.0.0"
|
xml-escape "^1.0.0"
|
||||||
|
|
||||||
"@textlint/markdown-to-ast@^6.1.3":
|
"@textlint/markdown-to-ast@^6.1.5":
|
||||||
version "6.1.3"
|
version "6.1.5"
|
||||||
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.1.3.tgz#5932ad2b080aa102cbda687fa1213ef0d3741969"
|
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.1.5.tgz#3b10e97c9aa9fd3118032d5dc75d5b089beae486"
|
||||||
integrity sha512-9/NJkfspGAin8raYKtkcwtXDmC/T66m7b5wRJgOPgdbjO6jnUezAUWCt2HqscSnNU/qw4GBCQDxTJLyOpZwvCg==
|
integrity sha512-WM2z0/wXpEREXAkSoKyPLG4qp5e5XGI5ctuQ5sUG1BE4aaAxJ3ogomaocQc82MPobiQjYp5791A+cXXYx5ML5w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@textlint/ast-node-types" "^4.2.2"
|
"@textlint/ast-node-types" "^4.2.4"
|
||||||
debug "^4.1.1"
|
debug "^4.1.1"
|
||||||
remark-frontmatter "^1.2.0"
|
remark-frontmatter "^1.2.0"
|
||||||
remark-parse "^5.0.0"
|
remark-parse "^5.0.0"
|
||||||
@ -111,6 +112,11 @@
|
|||||||
traverse "^0.6.6"
|
traverse "^0.6.6"
|
||||||
unified "^6.1.6"
|
unified "^6.1.6"
|
||||||
|
|
||||||
|
"@textlint/module-interop@^1.0.1":
|
||||||
|
version "1.0.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/@textlint/module-interop/-/module-interop-1.0.1.tgz#765ca9ccb9b66657d65061d3546b3fe51e48c983"
|
||||||
|
integrity sha512-gqx1Te+lMnXX6xyGTUdzGhm8RT7IfiSRMtWoH1FeTMg2InArRT+lTksCFc/x5dtaPN4vwOFZUvU8oTzYQzXbyg==
|
||||||
|
|
||||||
"@textlint/regexp-string-matcher@^1.0.2":
|
"@textlint/regexp-string-matcher@^1.0.2":
|
||||||
version "1.0.2"
|
version "1.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/@textlint/regexp-string-matcher/-/regexp-string-matcher-1.0.2.tgz#af2f04023d1481e1e6144f8ef22788811b93e542"
|
resolved "https://registry.yarnpkg.com/@textlint/regexp-string-matcher/-/regexp-string-matcher-1.0.2.tgz#af2f04023d1481e1e6144f8ef22788811b93e542"
|
||||||
@ -123,34 +129,38 @@
|
|||||||
lodash.uniqwith "^4.5.0"
|
lodash.uniqwith "^4.5.0"
|
||||||
to-regex "^3.0.2"
|
to-regex "^3.0.2"
|
||||||
|
|
||||||
"@textlint/text-to-ast@^3.1.3":
|
"@textlint/text-to-ast@^3.1.5":
|
||||||
version "3.1.3"
|
version "3.1.5"
|
||||||
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-3.1.3.tgz#d4cdbf48cedcaf2558faa7ca6e48253dade0b96a"
|
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-3.1.5.tgz#927d971712ac24d6056a0a178cc154c177427e4c"
|
||||||
integrity sha512-0Il7SGwwgl6vUsQqnII4DXQDyIsa7nhardr5us4am98dALNd28mlciFHw2JUrwppoSZcYaBibIb22eo2lEmvMA==
|
integrity sha512-LGDlK+Jk5hpVPYcBxFU1Go9bG3AYAkHwNkAy573gLBKuGjb69FY6Wpmt4XBcKCKaa1j7S9cq7OxiSu69dVyQlQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@textlint/ast-node-types" "^4.2.2"
|
"@textlint/ast-node-types" "^4.2.4"
|
||||||
|
|
||||||
"@textlint/textlint-plugin-markdown@^5.1.6":
|
"@textlint/textlint-plugin-markdown@^5.1.8":
|
||||||
version "5.1.6"
|
version "5.1.8"
|
||||||
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.1.6.tgz#8655ff930f58432b8d2493116c87e6730f83af99"
|
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.1.8.tgz#23cf2e5a82aeb4c557434eb687dbd58abca1c200"
|
||||||
integrity sha512-LUrxTQFBpJv0BQJkwUa0p4yY+fclOK2bPu2E5N8fWy3qg5bsIZynoUElYCpjc2c9WItZaaJINjiRVJ01FxnoNg==
|
integrity sha512-x38FOJzbgz1DLc5inRz0qyjd879CMvWkeUJc0tcuYvZWEoQ7RS5YwjQK3Q9C3LGGM2JGy4Wnkr6jBIBFCBBbdA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@textlint/markdown-to-ast" "^6.1.3"
|
"@textlint/markdown-to-ast" "^6.1.5"
|
||||||
|
|
||||||
"@textlint/textlint-plugin-text@^4.1.6":
|
"@textlint/textlint-plugin-text@^4.1.8":
|
||||||
version "4.1.6"
|
version "4.1.8"
|
||||||
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.1.6.tgz#2f529368a7b137ddf33278dc24fd01fa99bae3b3"
|
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.1.8.tgz#a7984e31aa491458fb88d345ea9700b5bb443b47"
|
||||||
integrity sha512-GxsWRmleYtWNLKOwFJnYXswHn0x21I/htPfKCJ2jAw9Kwr0mDxJvzjyYAgOtoCFZ+q1dAGyq5mtWbh8y6rhvpg==
|
integrity sha512-QMc1xQKyQL+oLMNaij6v4Gt02m51lwM4lN5FCjUrhVA+0LfX/2whBLBcXbnw5+GVkkQmVcF98aQovEJ8YPLTtA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@textlint/text-to-ast" "^3.1.3"
|
"@textlint/text-to-ast" "^3.1.5"
|
||||||
|
|
||||||
"@textlint/types@^1.1.2", "@textlint/types@^1.1.5":
|
"@textlint/types@^1.1.2", "@textlint/types@^1.2.1":
|
||||||
version "1.1.5"
|
version "1.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.1.5.tgz#2834cd625f71ca2a6d7b0540dcc67ba5dbe34ac5"
|
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.2.1.tgz#24e1d6e1ac82038f84cea57ead58eeaf247c9e5b"
|
||||||
integrity sha512-z9PqRrk9EEgSP3F83YV9A/yAYMbfubf3D85QwN/EUm3gtg0XuALqt9aHywuFcgVnvEJCUbhwz4xV51oqq5unYw==
|
integrity sha512-HNbVS+F9hNy4E/Hnv2mV/6rjlPB7Mdc5KCiT+uFjMK7vqiVuW/DeKjkYScRirQ0jf8gWUXBVTxZgwBBlJZmV1Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@textlint/ast-node-types" "^4.2.2"
|
"@textlint/ast-node-types" "^4.2.4"
|
||||||
structured-source "^3.0.2"
|
|
||||||
|
"@textlint/utils@^1.0.2":
|
||||||
|
version "1.0.2"
|
||||||
|
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.0.2.tgz#dff98aa13dacbde73af271ad0c2dabee1c3be787"
|
||||||
|
integrity sha512-T8med69p37s1TE/G56kxWSYz8PqWYCnqyVZp2K0WoQbkNDrckmqkJ6xTmw4uZg4kypn3+EXVuktWLOpaSUcktA==
|
||||||
|
|
||||||
"@types/bluebird@^3.5.18":
|
"@types/bluebird@^3.5.18":
|
||||||
version "3.5.26"
|
version "3.5.26"
|
||||||
@ -282,11 +292,6 @@ charenc@~0.0.1:
|
|||||||
resolved "https://registry.yarnpkg.com/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667"
|
resolved "https://registry.yarnpkg.com/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667"
|
||||||
integrity sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=
|
integrity sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=
|
||||||
|
|
||||||
circular-json@^0.3.1:
|
|
||||||
version "0.3.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.3.tgz#815c99ea84f6809529d2f45791bdf82711352d66"
|
|
||||||
integrity sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==
|
|
||||||
|
|
||||||
clone-regexp@^1.0.0:
|
clone-regexp@^1.0.0:
|
||||||
version "1.0.1"
|
version "1.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/clone-regexp/-/clone-regexp-1.0.1.tgz#051805cd33173375d82118fc0918606da39fd60f"
|
resolved "https://registry.yarnpkg.com/clone-regexp/-/clone-regexp-1.0.1.tgz#051805cd33173375d82118fc0918606da39fd60f"
|
||||||
@ -340,13 +345,6 @@ crypt@~0.0.1:
|
|||||||
resolved "https://registry.yarnpkg.com/crypt/-/crypt-0.0.2.tgz#88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b"
|
resolved "https://registry.yarnpkg.com/crypt/-/crypt-0.0.2.tgz#88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b"
|
||||||
integrity sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs=
|
integrity sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs=
|
||||||
|
|
||||||
debug@^3.1.0:
|
|
||||||
version "3.2.6"
|
|
||||||
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
|
|
||||||
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
|
|
||||||
dependencies:
|
|
||||||
ms "^2.1.1"
|
|
||||||
|
|
||||||
debug@^4.1.1:
|
debug@^4.1.1:
|
||||||
version "4.1.1"
|
version "4.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
|
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
|
||||||
@ -379,16 +377,16 @@ define-property@^2.0.2:
|
|||||||
is-descriptor "^1.0.2"
|
is-descriptor "^1.0.2"
|
||||||
isobject "^3.0.1"
|
isobject "^3.0.1"
|
||||||
|
|
||||||
diff@^2.2.2:
|
|
||||||
version "2.2.3"
|
|
||||||
resolved "https://registry.yarnpkg.com/diff/-/diff-2.2.3.tgz#60eafd0d28ee906e4e8ff0a52c1229521033bf99"
|
|
||||||
integrity sha1-YOr9DSjukG5Oj/ClLBIpUhAzv5k=
|
|
||||||
|
|
||||||
diff@^3.3.0:
|
diff@^3.3.0:
|
||||||
version "3.5.0"
|
version "3.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
|
resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
|
||||||
integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==
|
integrity sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==
|
||||||
|
|
||||||
|
diff@^4.0.1:
|
||||||
|
version "4.0.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.1.tgz#0c667cb467ebbb5cea7f14f135cc2dba7780a8ff"
|
||||||
|
integrity sha512-s2+XdvhPCOF01LRQBC8hf4vhbVmI2CGS5aZnxLJlT5FtdhPCDFq80q++zK2KlrVorVDdL5BOGZ/VfLrVtYNF+Q==
|
||||||
|
|
||||||
doublearray@0.0.2:
|
doublearray@0.0.2:
|
||||||
version "0.0.2"
|
version "0.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/doublearray/-/doublearray-0.0.2.tgz#63186fe8d34413276d3621f6aa0ec5f79e227ef9"
|
resolved "https://registry.yarnpkg.com/doublearray/-/doublearray-0.0.2.tgz#63186fe8d34413276d3621f6aa0ec5f79e227ef9"
|
||||||
@ -464,13 +462,12 @@ fault@^1.0.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
format "^0.2.2"
|
format "^0.2.2"
|
||||||
|
|
||||||
file-entry-cache@^2.0.0:
|
file-entry-cache@^5.0.1:
|
||||||
version "2.0.0"
|
version "5.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-2.0.0.tgz#c392990c3e684783d838b8c84a45d8a048458361"
|
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c"
|
||||||
integrity sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=
|
integrity sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==
|
||||||
dependencies:
|
dependencies:
|
||||||
flat-cache "^1.2.1"
|
flat-cache "^2.0.1"
|
||||||
object-assign "^4.0.1"
|
|
||||||
|
|
||||||
find-up@^2.0.0:
|
find-up@^2.0.0:
|
||||||
version "2.1.0"
|
version "2.1.0"
|
||||||
@ -479,15 +476,19 @@ find-up@^2.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
locate-path "^2.0.0"
|
locate-path "^2.0.0"
|
||||||
|
|
||||||
flat-cache@^1.2.1:
|
flat-cache@^2.0.1:
|
||||||
version "1.3.4"
|
version "2.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.3.4.tgz#2c2ef77525cc2929007dfffa1dd314aa9c9dee6f"
|
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0"
|
||||||
integrity sha512-VwyB3Lkgacfik2vhqR4uv2rvebqmDvFu4jlN/C1RzWoJEo8I7z4Q404oiqYCkq41mni8EzQnm95emU9seckwtg==
|
integrity sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==
|
||||||
dependencies:
|
dependencies:
|
||||||
circular-json "^0.3.1"
|
flatted "^2.0.0"
|
||||||
graceful-fs "^4.1.2"
|
rimraf "2.6.3"
|
||||||
rimraf "~2.6.2"
|
write "1.0.3"
|
||||||
write "^0.2.1"
|
|
||||||
|
flatted@^2.0.0:
|
||||||
|
version "2.0.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
|
||||||
|
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==
|
||||||
|
|
||||||
format@^0.2.2:
|
format@^0.2.2:
|
||||||
version "0.2.2"
|
version "0.2.2"
|
||||||
@ -739,10 +740,10 @@ json-stable-stringify@^1.0.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
jsonify "~0.0.0"
|
jsonify "~0.0.0"
|
||||||
|
|
||||||
json5@^1.0.1:
|
json5@^2.1.0:
|
||||||
version "1.0.1"
|
version "2.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
|
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850"
|
||||||
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
|
integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
minimist "^1.2.0"
|
minimist "^1.2.0"
|
||||||
|
|
||||||
@ -911,7 +912,7 @@ number-is-nan@^1.0.0:
|
|||||||
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
|
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
|
||||||
integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
|
integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=
|
||||||
|
|
||||||
object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
|
object-assign@^4.0.1, object-assign@^4.1.0:
|
||||||
version "4.1.1"
|
version "4.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
|
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
|
||||||
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
|
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
|
||||||
@ -1088,14 +1089,14 @@ process-nextick-args@~2.0.0:
|
|||||||
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
|
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
|
||||||
integrity sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==
|
integrity sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==
|
||||||
|
|
||||||
rc-config-loader@^2.0.1, rc-config-loader@^2.0.2:
|
rc-config-loader@^2.0.1, rc-config-loader@^2.0.4:
|
||||||
version "2.0.3"
|
version "2.0.4"
|
||||||
resolved "https://registry.yarnpkg.com/rc-config-loader/-/rc-config-loader-2.0.3.tgz#5fbe45784c3301b15350ab6507e023c33007928f"
|
resolved "https://registry.yarnpkg.com/rc-config-loader/-/rc-config-loader-2.0.4.tgz#fe23e26a87e2ec07541b29e7f37bfd75807a4c36"
|
||||||
integrity sha512-CN9BmvV9Kcl6c4WEZ8w13JFazLYtKnqxxKGKuiCS8yZpUtJFa/nd7PdjVnRBJJ89U3OZfR6DmqOqMvmZ5ZFNMw==
|
integrity sha512-k06UzRbYDWgF4Mc/YrsZsmzSpDLuHoThJxep+vq5H09hiX8rbA5Ue/Ra0dwWm5MQvWYW4YBXgA186inNxuxidQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
debug "^3.1.0"
|
debug "^4.1.1"
|
||||||
js-yaml "^3.12.0"
|
js-yaml "^3.12.0"
|
||||||
json5 "^1.0.1"
|
json5 "^2.1.0"
|
||||||
object-assign "^4.1.0"
|
object-assign "^4.1.0"
|
||||||
object-keys "^1.0.12"
|
object-keys "^1.0.12"
|
||||||
path-exists "^3.0.0"
|
path-exists "^3.0.0"
|
||||||
@ -1211,7 +1212,7 @@ ret@~0.1.10:
|
|||||||
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
|
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
|
||||||
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
|
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
|
||||||
|
|
||||||
rimraf@~2.6.2:
|
rimraf@2.6.3:
|
||||||
version "2.6.3"
|
version "2.6.3"
|
||||||
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
|
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
|
||||||
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
|
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
|
||||||
@ -1558,37 +1559,37 @@ textlint-util-to-string@^2.1.1:
|
|||||||
object-assign "^4.0.1"
|
object-assign "^4.0.1"
|
||||||
structured-source "^3.0.2"
|
structured-source "^3.0.2"
|
||||||
|
|
||||||
textlint@^11.2.5:
|
textlint@^11.3.1:
|
||||||
version "11.2.5"
|
version "11.3.1"
|
||||||
resolved "https://registry.yarnpkg.com/textlint/-/textlint-11.2.5.tgz#89663b781bf1038dca6a923f15bc41bab3dcde05"
|
resolved "https://registry.yarnpkg.com/textlint/-/textlint-11.3.1.tgz#f9ca5e3f387b90eb5c6509e4f2fa7fe5b9f11b5f"
|
||||||
integrity sha512-1yEEf0mPEVDfIZII0yWz9VVlo0xF51cfvqHubPtsylxHpQdfgCDX3cLHXhDVT2RTv8lrOGTrudeXtYV3NPoNdQ==
|
integrity sha512-svbO/fhj7dLTJcdKgrW5fJtNRHoFFVL+sutsKBmNUcSJgvgWteLOUZAKT/dp/4S0QfkwkpNOts7Bzn9T+0h0Cw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@textlint/ast-node-types" "^4.2.2"
|
"@textlint/ast-node-types" "^4.2.4"
|
||||||
"@textlint/ast-traverse" "^2.1.3"
|
"@textlint/ast-traverse" "^2.1.5"
|
||||||
"@textlint/feature-flag" "^3.1.3"
|
"@textlint/feature-flag" "^3.1.3"
|
||||||
"@textlint/fixer-formatter" "^3.1.5"
|
"@textlint/fixer-formatter" "^3.1.8"
|
||||||
"@textlint/kernel" "^3.1.6"
|
"@textlint/kernel" "^3.1.8"
|
||||||
"@textlint/linter-formatter" "^3.1.5"
|
"@textlint/linter-formatter" "^3.1.7"
|
||||||
"@textlint/textlint-plugin-markdown" "^5.1.6"
|
"@textlint/module-interop" "^1.0.1"
|
||||||
"@textlint/textlint-plugin-text" "^4.1.6"
|
"@textlint/textlint-plugin-markdown" "^5.1.8"
|
||||||
"@textlint/types" "^1.1.5"
|
"@textlint/textlint-plugin-text" "^4.1.8"
|
||||||
|
"@textlint/types" "^1.2.1"
|
||||||
|
"@textlint/utils" "^1.0.2"
|
||||||
"@types/bluebird" "^3.5.18"
|
"@types/bluebird" "^3.5.18"
|
||||||
bluebird "^3.0.5"
|
bluebird "^3.0.5"
|
||||||
debug "^4.1.1"
|
debug "^4.1.1"
|
||||||
deep-equal "^1.0.1"
|
deep-equal "^1.0.1"
|
||||||
file-entry-cache "^2.0.0"
|
file-entry-cache "^5.0.1"
|
||||||
get-stdin "^5.0.1"
|
get-stdin "^5.0.1"
|
||||||
glob "^7.1.3"
|
glob "^7.1.3"
|
||||||
interop-require "^1.0.0"
|
|
||||||
is-file "^1.0.0"
|
is-file "^1.0.0"
|
||||||
log-symbols "^1.0.2"
|
log-symbols "^1.0.2"
|
||||||
map-like "^2.0.0"
|
map-like "^2.0.0"
|
||||||
md5 "^2.2.1"
|
md5 "^2.2.1"
|
||||||
mkdirp "^0.5.0"
|
mkdirp "^0.5.0"
|
||||||
object-assign "^4.0.1"
|
|
||||||
optionator "^0.8.0"
|
optionator "^0.8.0"
|
||||||
path-to-glob-pattern "^1.0.2"
|
path-to-glob-pattern "^1.0.2"
|
||||||
rc-config-loader "^2.0.2"
|
rc-config-loader "^2.0.4"
|
||||||
read-pkg "^1.1.0"
|
read-pkg "^1.1.0"
|
||||||
read-pkg-up "^3.0.0"
|
read-pkg-up "^3.0.0"
|
||||||
structured-source "^3.0.2"
|
structured-source "^3.0.2"
|
||||||
@ -1753,10 +1754,10 @@ wrappy@1:
|
|||||||
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
|
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
|
||||||
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
|
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
|
||||||
|
|
||||||
write@^0.2.1:
|
write@1.0.3:
|
||||||
version "0.2.1"
|
version "1.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/write/-/write-0.2.1.tgz#5fc03828e264cea3fe91455476f7a3c566cb0757"
|
resolved "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3"
|
||||||
integrity sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=
|
integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==
|
||||||
dependencies:
|
dependencies:
|
||||||
mkdirp "^0.5.1"
|
mkdirp "^0.5.1"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user