Skip to content
This repository was archived by the owner on Jun 13, 2019. It is now read-only.

Commit f4a6594

Browse files
Bump ember-cli-babel from 7.6.0 to 7.7.3
Bumps [ember-cli-babel](https://github.com/babel/ember-cli-babel) from 7.6.0 to 7.7.3. - [Release notes](https://github.com/babel/ember-cli-babel/releases) - [Changelog](https://github.com/babel/ember-cli-babel/blob/master/CHANGELOG.md) - [Commits](emberjs/ember-cli-babel@v7.6.0...v7.7.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent db96852 commit f4a6594

File tree

2 files changed

+108
-4
lines changed

2 files changed

+108
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@ember/optional-features": "^0.7.0",
2121
"broccoli-asset-rev": "^3.0.0",
2222
"ember-cli": "~3.8.1",
23-
"ember-cli-babel": "^7.6.0",
23+
"ember-cli-babel": "^7.7.3",
2424
"ember-cli-dependency-checker": "^3.1.0",
2525
"ember-cli-deploy": "^1.0.2",
2626
"ember-cli-deploy-build": "^1.1.1",

yarn.lock

Lines changed: 107 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@
3737
source-map "^0.5.0"
3838
trim-right "^1.0.1"
3939

40+
"@babel/generator@^7.4.0":
41+
version "7.4.0"
42+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.4.0.tgz#c230e79589ae7a729fd4631b9ded4dc220418196"
43+
dependencies:
44+
"@babel/types" "^7.4.0"
45+
jsesc "^2.5.1"
46+
lodash "^4.17.11"
47+
source-map "^0.5.0"
48+
trim-right "^1.0.1"
49+
4050
"@babel/helper-annotate-as-pure@^7.0.0":
4151
version "7.0.0"
4252
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -58,6 +68,17 @@
5868
"@babel/traverse" "^7.0.0"
5969
"@babel/types" "^7.0.0"
6070

71+
"@babel/helper-create-class-features-plugin@^7.4.0":
72+
version "7.4.0"
73+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.4.0.tgz#30fd090e059d021995c1762a5b76798fa0b51d82"
74+
dependencies:
75+
"@babel/helper-function-name" "^7.1.0"
76+
"@babel/helper-member-expression-to-functions" "^7.0.0"
77+
"@babel/helper-optimise-call-expression" "^7.0.0"
78+
"@babel/helper-plugin-utils" "^7.0.0"
79+
"@babel/helper-replace-supers" "^7.4.0"
80+
"@babel/helper-split-export-declaration" "^7.4.0"
81+
6182
"@babel/helper-define-map@^7.0.0":
6283
version "7.0.0"
6384
resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.0.0.tgz#a5684dd2adf30f0137cf9b0bde436f8c2db17225"
@@ -81,6 +102,14 @@
81102
"@babel/template" "^7.0.0"
82103
"@babel/types" "^7.0.0"
83104

105+
"@babel/helper-function-name@^7.1.0":
106+
version "7.1.0"
107+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
108+
dependencies:
109+
"@babel/helper-get-function-arity" "^7.0.0"
110+
"@babel/template" "^7.1.0"
111+
"@babel/types" "^7.0.0"
112+
84113
"@babel/helper-get-function-arity@^7.0.0":
85114
version "7.0.0"
86115
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
@@ -162,6 +191,15 @@
162191
"@babel/traverse" "^7.0.0"
163192
"@babel/types" "^7.0.0"
164193

194+
"@babel/helper-replace-supers@^7.4.0":
195+
version "7.4.0"
196+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.4.0.tgz#4f56adb6aedcd449d2da9399c2dcf0545463b64c"
197+
dependencies:
198+
"@babel/helper-member-expression-to-functions" "^7.0.0"
199+
"@babel/helper-optimise-call-expression" "^7.0.0"
200+
"@babel/traverse" "^7.4.0"
201+
"@babel/types" "^7.4.0"
202+
165203
"@babel/helper-simple-access@^7.0.0":
166204
version "7.0.0"
167205
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.0.0.tgz#ff36a27983ae4c27122da2f7f294dced80ecbd08"
@@ -182,6 +220,12 @@
182220
dependencies:
183221
"@babel/types" "^7.0.0"
184222

223+
"@babel/helper-split-export-declaration@^7.4.0":
224+
version "7.4.0"
225+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.4.0.tgz#571bfd52701f492920d63b7f735030e9a3e10b55"
226+
dependencies:
227+
"@babel/types" "^7.4.0"
228+
185229
"@babel/helper-wrap-function@^7.0.0":
186230
version "7.0.0"
187231
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.0.0.tgz#1c8e42a2cfb0808e3140189dfe9490782a6fa740"
@@ -215,6 +259,10 @@
215259
version "7.2.3"
216260
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.3.tgz#32f5df65744b70888d17872ec106b02434ba1489"
217261

262+
"@babel/parser@^7.4.0":
263+
version "7.4.2"
264+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.4.2.tgz#b4521a400cb5a871eab3890787b4bc1326d38d91"
265+
218266
"@babel/plugin-proposal-async-generator-functions@^7.0.0":
219267
version "7.0.0"
220268
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.0.0.tgz#5d1eb6b44fd388b97f964350007ab9da090b1d70"
@@ -223,6 +271,21 @@
223271
"@babel/helper-remap-async-to-generator" "^7.0.0"
224272
"@babel/plugin-syntax-async-generators" "^7.0.0"
225273

274+
"@babel/plugin-proposal-class-properties@^7.3.4":
275+
version "7.4.0"
276+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.4.0.tgz#d70db61a2f1fd79de927eea91f6411c964e084b8"
277+
dependencies:
278+
"@babel/helper-create-class-features-plugin" "^7.4.0"
279+
"@babel/helper-plugin-utils" "^7.0.0"
280+
281+
"@babel/plugin-proposal-decorators@^7.3.0":
282+
version "7.4.0"
283+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.4.0.tgz#8e1bfd83efa54a5f662033afcc2b8e701f4bb3a9"
284+
dependencies:
285+
"@babel/helper-create-class-features-plugin" "^7.4.0"
286+
"@babel/helper-plugin-utils" "^7.0.0"
287+
"@babel/plugin-syntax-decorators" "^7.2.0"
288+
226289
"@babel/plugin-proposal-json-strings@^7.0.0":
227290
version "7.0.0"
228291
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.0.0.tgz#3b4d7b5cf51e1f2e70f52351d28d44fc2970d01e"
@@ -258,6 +321,12 @@
258321
dependencies:
259322
"@babel/helper-plugin-utils" "^7.0.0"
260323

324+
"@babel/plugin-syntax-decorators@^7.2.0":
325+
version "7.2.0"
326+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.2.0.tgz#c50b1b957dcc69e4b1127b65e1c33eef61570c1b"
327+
dependencies:
328+
"@babel/helper-plugin-utils" "^7.0.0"
329+
261330
"@babel/plugin-syntax-json-strings@^7.0.0":
262331
version "7.0.0"
263332
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.0.0.tgz#0d259a68090e15b383ce3710e01d5b23f3770cbd"
@@ -562,6 +631,20 @@
562631
globals "^11.1.0"
563632
lodash "^4.17.10"
564633

634+
"@babel/traverse@^7.4.0":
635+
version "7.4.0"
636+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.0.tgz#14006967dd1d2b3494cdd650c686db9daf0ddada"
637+
dependencies:
638+
"@babel/code-frame" "^7.0.0"
639+
"@babel/generator" "^7.4.0"
640+
"@babel/helper-function-name" "^7.1.0"
641+
"@babel/helper-split-export-declaration" "^7.4.0"
642+
"@babel/parser" "^7.4.0"
643+
"@babel/types" "^7.4.0"
644+
debug "^4.1.0"
645+
globals "^11.1.0"
646+
lodash "^4.17.11"
647+
565648
"@babel/types@^7.0.0":
566649
version "7.0.0"
567650
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0.tgz#6e191793d3c854d19c6749989e3bc55f0e962118"
@@ -578,6 +661,14 @@
578661
lodash "^4.17.10"
579662
to-fast-properties "^2.0.0"
580663

664+
"@babel/types@^7.4.0":
665+
version "7.4.0"
666+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c"
667+
dependencies:
668+
esutils "^2.0.2"
669+
lodash "^4.17.11"
670+
to-fast-properties "^2.0.0"
671+
581672
"@ember/optional-features@^0.7.0":
582673
version "0.7.0"
583674
resolved "https://registry.yarnpkg.com/@ember/optional-features/-/optional-features-0.7.0.tgz#f65a858007020ddfb8342f586112750c32abd2d9"
@@ -2583,6 +2674,12 @@ debug@^4.0.1:
25832674
dependencies:
25842675
ms "^2.1.1"
25852676

2677+
debug@^4.1.0:
2678+
version "4.1.1"
2679+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
2680+
dependencies:
2681+
ms "^2.1.1"
2682+
25862683
decode-uri-component@^0.2.0:
25872684
version "0.2.0"
25882685
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
@@ -2773,6 +2870,10 @@ ember-assign-polyfill@~2.4.0:
27732870
ember-cli-babel "^6.6.0"
27742871
ember-cli-version-checker "^2.0.0"
27752872

2873+
ember-cli-babel-plugin-helpers@^1.1.0:
2874+
version "1.1.0"
2875+
resolved "https://registry.yarnpkg.com/ember-cli-babel-plugin-helpers/-/ember-cli-babel-plugin-helpers-1.1.0.tgz#de3baedd093163b6c2461f95964888c1676325ac"
2876+
27762877
ember-cli-babel@^6.0.0-beta.4, ember-cli-babel@^6.11.0, ember-cli-babel@^6.12.0, ember-cli-babel@^6.16.0, ember-cli-babel@^6.3.0, ember-cli-babel@^6.6.0, ember-cli-babel@^6.7.2, ember-cli-babel@^6.8.1, ember-cli-babel@^6.8.2:
27772878
version "6.18.0"
27782879
resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-6.18.0.tgz#3f6435fd275172edeff2b634ee7b29ce74318957"
@@ -2791,11 +2892,13 @@ ember-cli-babel@^6.0.0-beta.4, ember-cli-babel@^6.11.0, ember-cli-babel@^6.12.0,
27912892
ember-cli-version-checker "^2.1.2"
27922893
semver "^5.5.0"
27932894

2794-
ember-cli-babel@^7.0.0, ember-cli-babel@^7.1.3, ember-cli-babel@^7.6.0:
2795-
version "7.6.0"
2796-
resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.6.0.tgz#2e7f1df888fb62eb54d170defce4b6c536e8dfd3"
2895+
ember-cli-babel@^7.0.0, ember-cli-babel@^7.1.3, ember-cli-babel@^7.7.3:
2896+
version "7.7.3"
2897+
resolved "https://registry.yarnpkg.com/ember-cli-babel/-/ember-cli-babel-7.7.3.tgz#f94709f6727583d18685ca6773a995877b87b8a0"
27972898
dependencies:
27982899
"@babel/core" "^7.0.0"
2900+
"@babel/plugin-proposal-class-properties" "^7.3.4"
2901+
"@babel/plugin-proposal-decorators" "^7.3.0"
27992902
"@babel/plugin-transform-modules-amd" "^7.0.0"
28002903
"@babel/plugin-transform-runtime" "^7.2.0"
28012904
"@babel/polyfill" "^7.0.0"
@@ -2810,6 +2913,7 @@ ember-cli-babel@^7.0.0, ember-cli-babel@^7.1.3, ember-cli-babel@^7.6.0:
28102913
broccoli-funnel "^2.0.1"
28112914
broccoli-source "^1.1.0"
28122915
clone "^2.1.2"
2916+
ember-cli-babel-plugin-helpers "^1.1.0"
28132917
ember-cli-version-checker "^2.1.2"
28142918
ensure-posix-path "^1.0.2"
28152919
semver "^5.5.0"

0 commit comments

Comments
 (0)