Skip to content

Commit e882452

Browse files
existentialismikatyang
authored andcommitted
Bump @babel/parser (#5356)
Follows #5304 with flow inexact support in @babel/parser!
1 parent 40ac851 commit e882452

3 files changed

Lines changed: 66 additions & 30 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@angular/compiler": "6.1.10",
1818
"@babel/code-frame": "7.0.0-beta.46",
19-
"@babel/parser": "7.1.2",
19+
"@babel/parser": "7.1.5",
2020
"@glimmer/syntax": "0.30.3",
2121
"@iarna/toml": "2.0.0",
2222
"angular-estree-parser": "1.1.3",
@@ -75,9 +75,9 @@
7575
"yaml-unist-parser": "1.0.0-rc.4"
7676
},
7777
"devDependencies": {
78-
"@babel/cli": "7.1.2",
79-
"@babel/core": "7.1.2",
80-
"@babel/preset-env": "7.1.0",
78+
"@babel/cli": "7.1.5",
79+
"@babel/core": "7.1.5",
80+
"@babel/preset-env": "7.1.5",
8181
"babel-loader": "8.0.4",
8282
"benchmark": "2.1.4",
8383
"builtin-modules": "2.0.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
run_spec(__dirname, ["flow"], { trailingComma: "es5" });
1+
run_spec(__dirname, ["flow", "babylon"], { trailingComma: "es5" });

yarn.lock

Lines changed: 61 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
dependencies:
99
tslib "^1.9.0"
1010

11-
"@babel/[email protected].2":
12-
version "7.1.2"
13-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.1.2.tgz#fc2853ae96824b3779ca85de4fd025ce3cf62a5e"
11+
"@babel/[email protected].5":
12+
version "7.1.5"
13+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.1.5.tgz#4ccf0a8cdabeefdd8ce955384530f050935bc4d7"
1414
dependencies:
1515
commander "^2.8.1"
1616
convert-source-map "^1.1.0"
@@ -30,17 +30,17 @@
3030
dependencies:
3131
"@babel/highlight" "7.0.0-beta.46"
3232

33-
"@babel/[email protected].2":
34-
version "7.1.2"
35-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.2.tgz#f8d2a9ceb6832887329a7b60f9d035791400ba4e"
33+
"@babel/[email protected].5":
34+
version "7.1.5"
35+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.5.tgz#abb32d7aa247a91756469e788998db6a72b93090"
3636
dependencies:
3737
"@babel/code-frame" "^7.0.0"
38-
"@babel/generator" "^7.1.2"
39-
"@babel/helpers" "^7.1.2"
40-
"@babel/parser" "^7.1.2"
38+
"@babel/generator" "^7.1.5"
39+
"@babel/helpers" "^7.1.5"
40+
"@babel/parser" "^7.1.5"
4141
"@babel/template" "^7.1.2"
42-
"@babel/traverse" "^7.1.0"
43-
"@babel/types" "^7.1.2"
42+
"@babel/traverse" "^7.1.5"
43+
"@babel/types" "^7.1.5"
4444
convert-source-map "^1.1.0"
4545
debug "^3.1.0"
4646
json5 "^0.5.0"
@@ -49,7 +49,7 @@
4949
semver "^5.4.1"
5050
source-map "^0.5.0"
5151

52-
"@babel/generator@^7.0.0", "@babel/generator@^7.1.2":
52+
"@babel/generator@^7.0.0":
5353
version "7.1.2"
5454
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.2.tgz#fde75c072575ce7abbd97322e8fef5bae67e4630"
5555
dependencies:
@@ -59,6 +59,16 @@
5959
source-map "^0.5.0"
6060
trim-right "^1.0.1"
6161

62+
"@babel/generator@^7.1.5":
63+
version "7.1.5"
64+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.5.tgz#615f064d13d95f8f9157c7261f68eddf32ec15b3"
65+
dependencies:
66+
"@babel/types" "^7.1.5"
67+
jsesc "^2.5.1"
68+
lodash "^4.17.10"
69+
source-map "^0.5.0"
70+
trim-right "^1.0.1"
71+
6272
"@babel/helper-annotate-as-pure@^7.0.0":
6373
version "7.0.0"
6474
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -202,13 +212,13 @@
202212
"@babel/traverse" "^7.1.0"
203213
"@babel/types" "^7.0.0"
204214

205-
"@babel/helpers@^7.1.2":
206-
version "7.1.2"
207-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.2.tgz#ab752e8c35ef7d39987df4e8586c63b8846234b5"
215+
"@babel/helpers@^7.1.5":
216+
version "7.1.5"
217+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.5.tgz#68bfc1895d685f2b8f1995e788dbfe1f6ccb1996"
208218
dependencies:
209219
"@babel/template" "^7.1.2"
210-
"@babel/traverse" "^7.1.0"
211-
"@babel/types" "^7.1.2"
220+
"@babel/traverse" "^7.1.5"
221+
"@babel/types" "^7.1.5"
212222

213223
214224
version "7.0.0-beta.46"
@@ -218,7 +228,11 @@
218228
esutils "^2.0.2"
219229
js-tokens "^3.0.0"
220230

221-
"@babel/[email protected]", "@babel/parser@^7.1.0", "@babel/parser@^7.1.2":
231+
"@babel/[email protected]", "@babel/parser@^7.1.5":
232+
version "7.1.5"
233+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.5.tgz#20b7d5e7e1811ba996f8a868962ea7dd2bfcd2fc"
234+
235+
"@babel/parser@^7.1.0", "@babel/parser@^7.1.2":
222236
version "7.1.2"
223237
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.2.tgz#85c5c47af6d244fab77bce6b9bd830e38c978409"
224238

@@ -303,9 +317,9 @@
303317
dependencies:
304318
"@babel/helper-plugin-utils" "^7.0.0"
305319

306-
"@babel/plugin-transform-block-scoping@^7.0.0":
307-
version "7.0.0"
308-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.0.0.tgz#1745075edffd7cdaf69fab2fb6f9694424b7e9bc"
320+
"@babel/plugin-transform-block-scoping@^7.1.5":
321+
version "7.1.5"
322+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.1.5.tgz#3e8e0bc9a5104519923302a24f748f72f2f61f37"
309323
dependencies:
310324
"@babel/helper-plugin-utils" "^7.0.0"
311325
lodash "^4.17.10"
@@ -471,9 +485,9 @@
471485
"@babel/helper-regex" "^7.0.0"
472486
regexpu-core "^4.1.3"
473487

474-
"@babel/[email protected].0":
475-
version "7.1.0"
476-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.1.0.tgz#e67ea5b0441cfeab1d6f41e9b5c79798800e8d11"
488+
"@babel/[email protected].5":
489+
version "7.1.5"
490+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.1.5.tgz#a28b5482ca8bc2f2d0712234d6c690240b92495d"
477491
dependencies:
478492
"@babel/helper-module-imports" "^7.0.0"
479493
"@babel/helper-plugin-utils" "^7.0.0"
@@ -488,7 +502,7 @@
488502
"@babel/plugin-transform-arrow-functions" "^7.0.0"
489503
"@babel/plugin-transform-async-to-generator" "^7.1.0"
490504
"@babel/plugin-transform-block-scoped-functions" "^7.0.0"
491-
"@babel/plugin-transform-block-scoping" "^7.0.0"
505+
"@babel/plugin-transform-block-scoping" "^7.1.5"
492506
"@babel/plugin-transform-classes" "^7.1.0"
493507
"@babel/plugin-transform-computed-properties" "^7.0.0"
494508
"@babel/plugin-transform-destructuring" "^7.0.0"
@@ -539,6 +553,20 @@
539553
globals "^11.1.0"
540554
lodash "^4.17.10"
541555

556+
"@babel/traverse@^7.1.5":
557+
version "7.1.5"
558+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.5.tgz#5aafca2039aa058c104cf2bfeb9fc4a857ccbca9"
559+
dependencies:
560+
"@babel/code-frame" "^7.0.0"
561+
"@babel/generator" "^7.1.5"
562+
"@babel/helper-function-name" "^7.1.0"
563+
"@babel/helper-split-export-declaration" "^7.0.0"
564+
"@babel/parser" "^7.1.5"
565+
"@babel/types" "^7.1.5"
566+
debug "^3.1.0"
567+
globals "^11.1.0"
568+
lodash "^4.17.10"
569+
542570
543571
version "7.0.0-beta.44"
544572
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757"
@@ -555,6 +583,14 @@
555583
lodash "^4.17.10"
556584
to-fast-properties "^2.0.0"
557585

586+
"@babel/types@^7.1.5":
587+
version "7.1.5"
588+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.5.tgz#12fe64e91a431234b7017b4227a78cc0eec4e081"
589+
dependencies:
590+
esutils "^2.0.2"
591+
lodash "^4.17.10"
592+
to-fast-properties "^2.0.0"
593+
558594
"@glimmer/interfaces@^0.30.3":
559595
version "0.30.3"
560596
resolved "https://registry.yarnpkg.com/@glimmer/interfaces/-/interfaces-0.30.3.tgz#ea53e6b945ae3cc14588e655626ad9c6ed90a9f9"

0 commit comments

Comments
 (0)