Skip to content

Commit

Permalink
Update dependency @textlint/kernel to v3.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 11, 2019
1 parent 6a95196 commit 9cc2638
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"dependencies": {
"@blueprintjs/core": "3.6.1",
"@octokit/rest": "15.12.1",
"@textlint/kernel": "3.0.0",
"@textlint/kernel": "3.1.10",
"@textlint/textlint-plugin-markdown": "5.0.0",
"browserfs": "1.4.3",
"date-fns": "1.29.0",
Expand Down
86 changes: 68 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1467,31 +1467,36 @@
version "4.0.3"
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.0.3.tgz#b51c87bb86022323f764fbdc976b173f19261cc5"

"@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-node-types@^4.2.5":
version "4.2.5"
resolved "https://registry.yarnpkg.com/@textlint/ast-node-types/-/ast-node-types-4.2.5.tgz#ae13981bc8711c98313a6ac1c361194d6bf2d39b"

"@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"
dependencies:
"@textlint/ast-node-types" "^4.0.3"
"@textlint/ast-node-types" "^4.2.5"

"@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.5":
version "3.1.5"
resolved "https://registry.yarnpkg.com/@textlint/feature-flag/-/feature-flag-3.1.5.tgz#8c5fba7a283c6d9f1b3c4013814c055568dacde2"
dependencies:
map-like "^2.0.0"

"@textlint/kernel@3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.0.0.tgz#ba10962acff64f17b9e5fce8089a40f1f8880dcd"
"@textlint/kernel@3.1.10":
version "3.1.10"
resolved "https://registry.yarnpkg.com/@textlint/kernel/-/kernel-3.1.10.tgz#51c2c1caf0a0a80d587b994de11a94ac2c147374"
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.2.5"
"@textlint/ast-traverse" "^2.1.6"
"@textlint/feature-flag" "^3.1.5"
"@textlint/types" "^1.2.3"
"@textlint/utils" "^1.0.3"
"@types/bluebird" "^3.5.18"
bluebird "^3.5.1"
debug "^2.6.6"
deep-equal "^1.0.1"
bluebird "^3.7.0"
debug "^4.1.1"
deep-equal "^1.1.0"
map-like "^2.0.0"
object-assign "^4.1.1"
structured-source "^3.0.2"

"@textlint/markdown-to-ast@^6.0.9":
Expand All @@ -1512,6 +1517,16 @@
dependencies:
"@textlint/markdown-to-ast" "^6.0.9"

"@textlint/types@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@textlint/types/-/types-1.2.3.tgz#6a27d6a2035873904d45c775b6205f162f169f91"
dependencies:
"@textlint/ast-node-types" "^4.2.5"

"@textlint/utils@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@textlint/utils/-/utils-1.0.3.tgz#65196f21a5c1884b2dc6088484063f9ad52dfb67"

"@types/bluebird@^3.5.18":
version "3.5.24"
resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.24.tgz#11f76812531c14f793b8ecbf1de96f672905de8a"
Expand Down Expand Up @@ -2832,6 +2847,10 @@ bluebird@^3.0.5, bluebird@^3.5.1:
version "3.5.1"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9"

bluebird@^3.7.0:
version "3.7.1"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.1.tgz#df70e302b471d7473489acf26a93d63b53f874de"

bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
version "4.11.8"
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
Expand Down Expand Up @@ -4363,6 +4382,12 @@ debug@^4.0.0, 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-keys@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
Expand Down Expand Up @@ -4394,10 +4419,21 @@ deep-diff@^0.3.5:
version "0.3.8"
resolved "https://registry.yarnpkg.com/deep-diff/-/deep-diff-0.3.8.tgz#c01de63efb0eec9798801d40c7e0dae25b582c84"

deep-equal@*, deep-equal@^1.0.1, deep-equal@~1.0.1:
deep-equal@*, deep-equal@~1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5"

deep-equal@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.0.tgz#3103cdf8ab6d32cf4a8df7865458f2b8d33f3745"
dependencies:
is-arguments "^1.0.4"
is-date-object "^1.0.1"
is-regex "^1.0.4"
object-is "^1.0.1"
object-keys "^1.1.1"
regexp.prototype.flags "^1.2.0"

deep-extend@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
Expand Down Expand Up @@ -6672,6 +6708,10 @@ is-alphanumerical@^1.0.0:
is-alphabetical "^1.0.0"
is-decimal "^1.0.0"

is-arguments@^1.0.4:
version "1.0.4"
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.0.4.tgz#3faf966c7cba0ff437fb31f6250082fcf0448cf3"

is-arrayish@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
Expand Down Expand Up @@ -9004,6 +9044,10 @@ object-keys@^1.0.0, object-keys@^1.0.11, object-keys@^1.0.12:
version "1.0.12"
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"

object-keys@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"

object-visit@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb"
Expand Down Expand Up @@ -10798,6 +10842,12 @@ regex-not@^1.0.0, regex-not@^1.0.2:
extend-shallow "^3.0.2"
safe-regex "^1.1.0"

regexp.prototype.flags@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.2.0.tgz#6b30724e306a27833eeb171b66ac8890ba37e41c"
dependencies:
define-properties "^1.1.2"

regexpu-core@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b"
Expand Down

0 comments on commit 9cc2638

Please sign in to comment.