Skip to content

Commit 62f4772

Browse files
chore: update babel monorepo (conventional-changelog#2037)
Co-authored-by: Renovate Bot <[email protected]>
1 parent ebb57d2 commit 62f4772

File tree

2 files changed

+62
-17
lines changed

2 files changed

+62
-17
lines changed

@commitlint/travis-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"license": "MIT",
4747
"devDependencies": {
4848
"@babel/cli": "7.10.5",
49-
"@babel/core": "7.10.5",
49+
"@babel/core": "7.11.0",
5050
"@commitlint/test": "^9.1.2",
5151
"@commitlint/utils": "^9.1.2",
5252
"babel-preset-commitlint": "^9.1.2",

yarn.lock

Lines changed: 61 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,19 @@
5757
invariant "^2.2.4"
5858
semver "^5.5.0"
5959

60-
"@babel/core@7.10.5":
61-
version "7.10.5"
62-
resolved "https://registry.npmjs.org/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
63-
integrity sha512-O34LQooYVDXPl7QWCdW9p4NR+QlzOr7xShPPJz8GsuCU3/8ua/wqTr7gmnxXv+WBESiGU/G5s16i6tUvHkNb+w==
60+
"@babel/core@7.11.0":
61+
version "7.11.0"
62+
resolved "https://registry.npmjs.org/@babel/core/-/core-7.11.0.tgz#73b9c33f1658506887f767c26dae07798b30df76"
63+
integrity sha512-mkLq8nwaXmDtFmRkQ8ED/eA2CnVw4zr7dCztKalZXBvdK5EeNUAesrrwUqjQEzFgomJssayzB0aqlOsP1vGLqg==
6464
dependencies:
6565
"@babel/code-frame" "^7.10.4"
66-
"@babel/generator" "^7.10.5"
67-
"@babel/helper-module-transforms" "^7.10.5"
66+
"@babel/generator" "^7.11.0"
67+
"@babel/helper-module-transforms" "^7.11.0"
6868
"@babel/helpers" "^7.10.4"
69-
"@babel/parser" "^7.10.5"
69+
"@babel/parser" "^7.11.0"
7070
"@babel/template" "^7.10.4"
71-
"@babel/traverse" "^7.10.5"
72-
"@babel/types" "^7.10.5"
71+
"@babel/traverse" "^7.11.0"
72+
"@babel/types" "^7.11.0"
7373
convert-source-map "^1.7.0"
7474
debug "^4.1.0"
7575
gensync "^1.0.0-beta.1"
@@ -119,6 +119,15 @@
119119
jsesc "^2.5.1"
120120
source-map "^0.5.0"
121121

122+
"@babel/generator@^7.11.0":
123+
version "7.11.0"
124+
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c"
125+
integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==
126+
dependencies:
127+
"@babel/types" "^7.11.0"
128+
jsesc "^2.5.1"
129+
source-map "^0.5.0"
130+
122131
"@babel/helper-annotate-as-pure@^7.8.3":
123132
version "7.8.3"
124133
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
@@ -254,17 +263,17 @@
254263
dependencies:
255264
"@babel/types" "^7.10.4"
256265

257-
"@babel/helper-module-transforms@^7.10.5":
258-
version "7.10.5"
259-
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6"
260-
integrity sha512-4P+CWMJ6/j1W915ITJaUkadLObmCRRSC234uctJfn/vHrsLNxsR8dwlcXv9ZhJWzl77awf+mWXSZEKt5t0OnlA==
266+
"@babel/helper-module-transforms@^7.11.0":
267+
version "7.11.0"
268+
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.11.0.tgz#b16f250229e47211abdd84b34b64737c2ab2d359"
269+
integrity sha512-02EVu8COMuTRO1TAzdMtpBPbe6aQ1w/8fePD2YgQmxZU4gpNWaL9gK3Jp7dxlkUlUCJOTaSeA+Hrm1BRQwqIhg==
261270
dependencies:
262271
"@babel/helper-module-imports" "^7.10.4"
263272
"@babel/helper-replace-supers" "^7.10.4"
264273
"@babel/helper-simple-access" "^7.10.4"
265-
"@babel/helper-split-export-declaration" "^7.10.4"
274+
"@babel/helper-split-export-declaration" "^7.11.0"
266275
"@babel/template" "^7.10.4"
267-
"@babel/types" "^7.10.5"
276+
"@babel/types" "^7.11.0"
268277
lodash "^4.17.19"
269278

270279
"@babel/helper-module-transforms@^7.8.3":
@@ -359,6 +368,13 @@
359368
dependencies:
360369
"@babel/types" "^7.10.4"
361370

371+
"@babel/helper-split-export-declaration@^7.11.0":
372+
version "7.11.0"
373+
resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
374+
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
375+
dependencies:
376+
"@babel/types" "^7.11.0"
377+
362378
"@babel/helper-split-export-declaration@^7.8.3":
363379
version "7.8.3"
364380
resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
@@ -427,6 +443,11 @@
427443
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
428444
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
429445

446+
"@babel/parser@^7.11.0":
447+
version "7.11.0"
448+
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
449+
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
450+
430451
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
431452
version "7.8.3"
432453
resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
@@ -936,7 +957,7 @@
936957
globals "^11.1.0"
937958
lodash "^4.17.13"
938959

939-
"@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5":
960+
"@babel/traverse@^7.10.4":
940961
version "7.10.5"
941962
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
942963
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
@@ -951,6 +972,21 @@
951972
globals "^11.1.0"
952973
lodash "^4.17.19"
953974

975+
"@babel/traverse@^7.11.0":
976+
version "7.11.0"
977+
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
978+
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
979+
dependencies:
980+
"@babel/code-frame" "^7.10.4"
981+
"@babel/generator" "^7.11.0"
982+
"@babel/helper-function-name" "^7.10.4"
983+
"@babel/helper-split-export-declaration" "^7.11.0"
984+
"@babel/parser" "^7.11.0"
985+
"@babel/types" "^7.11.0"
986+
debug "^4.1.0"
987+
globals "^11.1.0"
988+
lodash "^4.17.19"
989+
954990
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3":
955991
version "7.8.3"
956992
resolved "https://registry.npmjs.org/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
@@ -969,6 +1005,15 @@
9691005
lodash "^4.17.19"
9701006
to-fast-properties "^2.0.0"
9711007

1008+
"@babel/types@^7.11.0":
1009+
version "7.11.0"
1010+
resolved "https://registry.npmjs.org/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
1011+
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==
1012+
dependencies:
1013+
"@babel/helper-validator-identifier" "^7.10.4"
1014+
lodash "^4.17.19"
1015+
to-fast-properties "^2.0.0"
1016+
9721017
"@bcoe/v8-coverage@^0.2.3":
9731018
version "0.2.3"
9741019
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)