Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Update dependency textlint to v11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jan 1, 2019
1 parent b2253c3 commit 2717be4
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 58 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lodash": "4.17.11",
"node-sass": "4.11.0",
"prettier": "1.15.3",
"textlint": "11.0.2"
"textlint": "11.1.0"
},
"keywords": [
"gatsby",
Expand Down
128 changes: 71 additions & 57 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -789,58 +789,59 @@
dependencies:
any-observable "^0.3.0"

"@textlint/ast-node-types@^4.0.3":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.0.3.tgz#b51c87bb86022323f764fbdc976b173f19261cc5"
"@textlint/ast-node-types@^4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.1.0.tgz#34ed1c3bace04be9f1fe38cd16124d8ba97ed458"

"@textlint/ast-traverse@^2.0.9":
version "2.0.9"
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-2.0.9.tgz#4bf427cf01b7195013e75d27540a77ad68c363d9"
"@textlint/ast-traverse@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@textlint/ast-traverse/-/ast-traverse-2.1.0.tgz#2106604af27090629bf50a5b8a0b03ce4ed652ea"
dependencies:
"@textlint/ast-node-types" "^4.0.3"
"@textlint/ast-node-types" "^4.1.0"

"@textlint/feature-flag@^3.0.5":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-3.0.5.tgz#3783e0f2661053d2a74fdad775993395a2d530b4"
"@textlint/feature-flag@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-3.1.0.tgz#4f386cc51a0b1daf4e34bef3a3518274d861924c"
dependencies:
map-like "^2.0.0"

"@textlint/fixer-formatter@^3.0.9":
version "3.0.9"
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-3.0.9.tgz#127f46c5e27d5f851fd4df1dd6f25a6338acb002"
"@textlint/fixer-formatter@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@textlint/fixer-formatter/-/fixer-formatter-3.1.0.tgz#5089d0e5b181314b708de0964f235b13754cf664"
dependencies:
"@textlint/kernel" "^3.0.1"
"@textlint/types" "^1.1.0"
chalk "^1.1.3"
debug "^2.1.0"
debug "^4.1.1"
diff "^2.2.2"
interop-require "^1.0.0"
is-file "^1.0.0"
string-width "^1.0.1"
text-table "^0.2.0"
try-resolve "^1.0.1"

"@textlint/kernel@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.0.1.tgz#0fd66bd4aa539c7435c36d0b37a0bff058d4cd54"
"@textlint/kernel@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.1.0.tgz#e2a1fc04148dfad29b3d64bbf70078f591ed6755"
dependencies:
"@textlint/ast-node-types" "^4.0.3"
"@textlint/ast-traverse" "^2.0.9"
"@textlint/feature-flag" "^3.0.5"
"@textlint/ast-node-types" "^4.1.0"
"@textlint/ast-traverse" "^2.1.0"
"@textlint/feature-flag" "^3.1.0"
"@textlint/types" "^1.1.0"
"@types/bluebird" "^3.5.18"
bluebird "^3.5.1"
debug "^2.6.6"
debug "^4.1.1"
deep-equal "^1.0.1"
map-like "^2.0.0"
object-assign "^4.1.1"
structured-source "^3.0.2"

"@textlint/linter-formatter@^3.0.9":
version "3.0.9"
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-3.0.9.tgz#e70764c4e1f9e37a68806fa634038ed51ce87aae"
"@textlint/linter-formatter@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@textlint/linter-formatter/-/linter-formatter-3.1.0.tgz#33025ab16287e70c4f93254a054bda5762a402d1"
dependencies:
"@azu/format-text" "^1.0.1"
"@azu/style-format" "^1.0.0"
"@textlint/kernel" "^3.0.1"
"@textlint/types" "^1.1.0"
chalk "^1.0.0"
concat-stream "^1.5.1"
js-yaml "^3.2.4"
Expand All @@ -854,35 +855,42 @@
try-resolve "^1.0.1"
xml-escape "^1.0.0"

"@textlint/markdown-to-ast@^6.0.9":
version "6.0.9"
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.0.9.tgz#e7c89e5ad15d17dcd8e5a62758358936827658fa"
"@textlint/markdown-to-ast@^6.1.0":
version "6.1.0"
resolved "https://registry.yarnpkg.com/@textlint/markdown-to-ast/-/markdown-to-ast-6.1.0.tgz#3350a4e3a2a1fccf9bbe07619ae5ada31b93477d"
dependencies:
"@textlint/ast-node-types" "^4.0.3"
debug "^2.1.3"
"@textlint/ast-node-types" "^4.1.0"
debug "^4.1.1"
remark-frontmatter "^1.2.0"
remark-parse "^5.0.0"
structured-source "^3.0.2"
traverse "^0.6.6"
unified "^6.1.6"

"@textlint/text-to-ast@^3.0.9":
version "3.0.9"
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-3.0.9.tgz#dcb63f09cc79ea2096fc823c3b6cd07c79a060b5"
"@textlint/text-to-ast@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@textlint/text-to-ast/-/text-to-ast-3.1.0.tgz#61ab3b9962d6fd498d0190b32a3555523cb077da"
dependencies:
"@textlint/ast-node-types" "^4.0.3"
"@textlint/ast-node-types" "^4.1.0"

"@textlint/textlint-plugin-markdown@^5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.0.2.tgz#15e50e51c8859faa3d382965058201ea7dd21540"
"@textlint/textlint-plugin-markdown@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-markdown/-/textlint-plugin-markdown-5.1.0.tgz#b35390b48220bee42a88a2110a17b65c98485b30"
dependencies:
"@textlint/markdown-to-ast" "^6.0.9"
"@textlint/markdown-to-ast" "^6.1.0"

"@textlint/textlint-plugin-text@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.0.2.tgz#8a0bb5165837cd85338bced8204e07e2920012fb"
"@textlint/textlint-plugin-text@^4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@textlint/textlint-plugin-text/-/textlint-plugin-text-4.1.0.tgz#19e7542666268b2c0df121433d4e3e9f98ae1e49"
dependencies:
"@textlint/text-to-ast" "^3.0.9"
"@textlint/text-to-ast" "^3.1.0"

"@textlint/types@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.1.0.tgz#94565e82bb5aef05fa8237ecb17d31aac9caede8"
dependencies:
"@textlint/ast-node-types" "^4.1.0"
structured-source "^3.0.2"

"@types/bluebird@^3.5.18":
version "3.5.20"
Expand Down Expand Up @@ -3329,7 +3337,7 @@ death@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/death/-/death-1.1.0.tgz#01aa9c401edd92750514470b8266390c66c67318"

debug@2, debug@2.6.9, debug@^2.1.0, debug@^2.1.2, debug@^2.1.3, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.3, debug@^2.6.6, debug@^2.6.8, debug@^2.6.9:
debug@2, debug@2.6.9, debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.3, debug@^2.6.6, debug@^2.6.8, debug@^2.6.9:
version "2.6.9"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
dependencies:
Expand All @@ -3347,6 +3355,12 @@ debug@^4.0.1:
dependencies:
ms "^2.1.1"

debug@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
dependencies:
ms "^2.1.1"

decamelize@^1.1.1, decamelize@^1.1.2:
version "1.2.0"
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
Expand Down Expand Up @@ -11331,21 +11345,21 @@ text-table@0.2.0, text-table@^0.2.0, text-table@~0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"

textlint@11.0.2:
version "11.0.2"
resolved "https://registry.yarnpkg.com/textlint/-/textlint-11.0.2.tgz#cc3c8fdded03a7ad405de4397b99487960686e3b"
dependencies:
"@textlint/ast-node-types" "^4.0.3"
"@textlint/ast-traverse" "^2.0.9"
"@textlint/feature-flag" "^3.0.5"
"@textlint/fixer-formatter" "^3.0.9"
"@textlint/kernel" "^3.0.1"
"@textlint/linter-formatter" "^3.0.9"
"@textlint/textlint-plugin-markdown" "^5.0.2"
"@textlint/textlint-plugin-text" "^4.0.2"
textlint@11.1.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/textlint/-/textlint-11.1.0.tgz#1ea998ad58e2aefe62e3a5134db66fe4ac065b3e"
dependencies:
"@textlint/ast-node-types" "^4.1.0"
"@textlint/ast-traverse" "^2.1.0"
"@textlint/feature-flag" "^3.1.0"
"@textlint/fixer-formatter" "^3.1.0"
"@textlint/kernel" "^3.1.0"
"@textlint/linter-formatter" "^3.1.0"
"@textlint/textlint-plugin-markdown" "^5.1.0"
"@textlint/textlint-plugin-text" "^4.1.0"
"@types/bluebird" "^3.5.18"
bluebird "^3.0.5"
debug "^2.1.0"
debug "^4.1.1"
deep-equal "^1.0.1"
file-entry-cache "^2.0.0"
get-stdin "^5.0.1"
Expand Down

0 comments on commit 2717be4

Please sign in to comment.