Skip to content

Commit

Permalink
feat(package): update @commitlint packages to 6.0.2 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Jan 13, 2018
1 parent a223ce7 commit b5457e5
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 58 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"node": ">=6"
},
"dependencies": {
"@commitlint/cli": "^5.2.8",
"@commitlint/config-conventional": "^5.2.3",
"@commitlint/travis-cli": "^5.2.8",
"@commitlint/cli": "^6.0.2",
"@commitlint/config-conventional": "^6.0.2",
"@commitlint/travis-cli": "^6.0.2",
"eslint": "^4.14.0",
"eslint-config-ybiquitous": "^4.2.1",
"fs-extra": "^5.0.0",
Expand Down
122 changes: 67 additions & 55 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
# yarn lockfile v1


"@commitlint/cli@^5.2.8":
version "5.2.8"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-5.2.8.tgz#593e0d16d1d6ebba9994893a4cc933d1b212ae0c"
"@commitlint/cli@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-6.0.2.tgz#378d37e92c4d97346e84c3a3d6677a62e9471d66"
dependencies:
"@commitlint/core" "^5.2.8"
"@commitlint/core" "^6.0.2"
babel-polyfill "6.26.0"
chalk "2.3.0"
get-stdin "5.0.1"
lodash.merge "4.6.0"
lodash.pick "4.4.0"
meow "3.7.0"

"@commitlint/config-conventional@^5.2.3":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-5.2.3.tgz#63671b32b65cb68e7b238405403194b558ff559a"
"@commitlint/config-conventional@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-6.0.2.tgz#8ef87a6facb75b3377b2760b0e91097f8ec64db4"

"@commitlint/core@^5.2.8":
version "5.2.8"
resolved "https://registry.yarnpkg.com/@commitlint/core/-/core-5.2.8.tgz#a04a1beb2d25c8b70b19d4c309af50902d4f1057"
dependencies:
"@commitlint/execute-rule" "^5.2.8"
"@commitlint/is-ignored" "^5.2.8"
"@commitlint/parse" "^5.2.8"
"@commitlint/resolve-extends" "^5.2.8"
"@commitlint/rules" "^5.2.8"
"@commitlint/top-level" "^5.2.8"
"@commitlint/core@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@commitlint/core/-/core-6.0.2.tgz#8e79e18d57ea3d30ca4bbfdf028d5f5d0cd3e422"
dependencies:
"@commitlint/execute-rule" "^6.0.2"
"@commitlint/is-ignored" "^6.0.2"
"@commitlint/parse" "^6.0.2"
"@commitlint/resolve-extends" "^6.0.2"
"@commitlint/rules" "^6.0.2"
"@commitlint/top-level" "^6.0.2"
"@marionebl/sander" "^0.6.0"
babel-runtime "^6.23.0"
chalk "^2.0.1"
Expand All @@ -39,42 +39,42 @@
lodash.topairs "4.3.0"
resolve-from "4.0.0"

"@commitlint/ensure@^5.2.8":
version "5.2.8"
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-5.2.8.tgz#15a01ca825db4b0e9a79d792a832727396f349b3"
"@commitlint/ensure@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-6.0.2.tgz#31611fac3d3e67d574ae3808a3a91467fa83e3f4"
dependencies:
lodash.camelcase "4.3.0"
lodash.kebabcase "4.1.1"
lodash.snakecase "4.1.1"
lodash.startcase "4.4.0"
lodash.upperfirst "4.3.1"

"@commitlint/execute-rule@^5.2.8":
version "5.2.8"
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-5.2.8.tgz#d6422f14e9acf39ab5f520dc810fe727b679d30f"
"@commitlint/execute-rule@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-6.0.2.tgz#764a10a5ad7055e5c1508f1c80be85a3d2c8668a"
dependencies:
babel-runtime "6.26.0"

"@commitlint/is-ignored@^5.2.8":
version "5.2.8"
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-5.2.8.tgz#c2b12e86eab7d02e0e3a576eddab993dd3cd55d2"
"@commitlint/is-ignored@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-6.0.2.tgz#3c48bd8473da6471259bb8fd5dbc49ac3ee5b150"
dependencies:
semver "5.4.1"

"@commitlint/message@^5.2.8":
version "5.2.8"
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-5.2.8.tgz#189e054d108c3dd3f0a4da20c3695e3b3e682d86"
"@commitlint/message@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-6.0.2.tgz#7003156700e14c692cbbc26ada8c5b5cb5986805"

"@commitlint/parse@^5.2.8":
version "5.2.8"
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-5.2.8.tgz#2424ebde2c2925f3119cfafb6d605494f25beaed"
"@commitlint/parse@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-6.0.2.tgz#1978de35bd2e620a892511c4642779a83ad2400e"
dependencies:
conventional-changelog-angular "^1.3.3"
conventional-commits-parser "^2.1.0"

"@commitlint/resolve-extends@^5.2.8":
version "5.2.8"
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-5.2.8.tgz#a8a2a6b6ee45261ce04572eea3af6bd479205ff1"
"@commitlint/resolve-extends@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-6.0.2.tgz#1937640053f3a865490aeac97b2efac66dbe9a96"
dependencies:
babel-runtime "6.26.0"
lodash.merge "4.6.0"
Expand All @@ -83,32 +83,32 @@
resolve-from "^4.0.0"
resolve-global "^0.1.0"

"@commitlint/rules@^5.2.8":
version "5.2.8"
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-5.2.8.tgz#a2519163bffc1b85cd06c3ca584f8c5956e8c8e6"
"@commitlint/rules@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-6.0.2.tgz#11fee4bc134ba6e9da261685a1653d86fcae7771"
dependencies:
"@commitlint/ensure" "^5.2.8"
"@commitlint/message" "^5.2.8"
"@commitlint/to-lines" "^5.2.8"
"@commitlint/ensure" "^6.0.2"
"@commitlint/message" "^6.0.2"
"@commitlint/to-lines" "^6.0.2"
babel-runtime "^6.23.0"

"@commitlint/to-lines@^5.2.8":
version "5.2.8"
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-5.2.8.tgz#2008a7e3913e70c370b814138d09441d33db33ee"
"@commitlint/to-lines@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-6.0.2.tgz#be76792eae6f2446de1d9e15b20b3e3b990c838b"

"@commitlint/top-level@^5.2.8":
version "5.2.8"
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-5.2.8.tgz#ccd31c5496695e0ee128085d45a6c7cd84bb60c8"
"@commitlint/top-level@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-6.0.2.tgz#fffc584d7275868b884439e5ab02969dee3d62f5"
dependencies:
find-up "^2.1.0"

"@commitlint/travis-cli@^5.2.8":
version "5.2.8"
resolved "https://registry.yarnpkg.com/@commitlint/travis-cli/-/travis-cli-5.2.8.tgz#457bcd1627f0cfa578ba5adfcdef3f56ec25465f"
"@commitlint/travis-cli@^6.0.2":
version "6.0.2"
resolved "https://registry.yarnpkg.com/@commitlint/travis-cli/-/travis-cli-6.0.2.tgz#b48f69142c8b98d8d4cd421d4bffff1308caca20"
dependencies:
"@commitlint/cli" "^5.2.8"
"@commitlint/cli" "^6.0.2"
babel-runtime "6.26.0"
execa "0.8.0"
execa "0.9.0"

"@marionebl/sander@^0.6.0":
version "0.6.1"
Expand Down Expand Up @@ -1751,9 +1751,9 @@ event-stream@~3.3.0:
stream-combiner "~0.0.4"
through "~2.3.1"

execa@0.8.0, execa@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da"
execa@0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-0.9.0.tgz#adb7ce62cf985071f60580deb4a88b9e34712d01"
dependencies:
cross-spawn "^5.0.1"
get-stream "^3.0.0"
Expand All @@ -1775,6 +1775,18 @@ execa@^0.7.0:
signal-exit "^3.0.0"
strip-eof "^1.0.0"

execa@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da"
dependencies:
cross-spawn "^5.0.1"
get-stream "^3.0.0"
is-stream "^1.1.0"
npm-run-path "^2.0.0"
p-finally "^1.0.0"
signal-exit "^3.0.0"
strip-eof "^1.0.0"

exit-hook@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8"
Expand Down

0 comments on commit b5457e5

Please sign in to comment.