Skip to content

Commit 9f0eb80

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency @babel/plugin-transform-typescript to ~7.7.0
1 parent b90aac0 commit 9f0eb80

File tree

2 files changed

+106
-28
lines changed

2 files changed

+106
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
4343
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
44-
"@babel/plugin-transform-typescript": "~7.6.0",
44+
"@babel/plugin-transform-typescript": "~7.7.0",
4545
"ansi-to-html": "^0.6.6",
4646
"debug": "^4.0.0",
4747
"ember-cli-babel-plugin-helpers": "^1.0.0",

yarn.lock

Lines changed: 105 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,16 @@
108108
lodash "^4.17.13"
109109
source-map "^0.5.0"
110110

111+
"@babel/generator@^7.7.0":
112+
version "7.7.0"
113+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.0.tgz#c6d4d1f7a0d6e139cbd01aca73170b0bff5425b4"
114+
integrity sha512-1wdJ6UxHyL1XoJQ119JmvuRX27LRih7iYStMPZOWAjQqeAabFg3dYXKMpgihma+to+0ADsTVVt6oRyUxWZw6Mw==
115+
dependencies:
116+
"@babel/types" "^7.7.0"
117+
jsesc "^2.5.1"
118+
lodash "^4.17.13"
119+
source-map "^0.5.0"
120+
111121
"@babel/helper-annotate-as-pure@^7.0.0":
112122
version "7.0.0"
113123
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -144,17 +154,17 @@
144154
"@babel/helper-replace-supers" "^7.4.0"
145155
"@babel/helper-split-export-declaration" "^7.4.0"
146156

147-
"@babel/helper-create-class-features-plugin@^7.6.0":
148-
version "7.6.0"
149-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.6.0.tgz#769711acca889be371e9bc2eb68641d55218021f"
150-
integrity sha512-O1QWBko4fzGju6VoVvrZg0RROCVifcLxiApnGP3OWfWzvxRZFCoBD81K5ur5e3bVY2Vf/5rIJm8cqPKn8HUJng==
157+
"@babel/helper-create-class-features-plugin@^7.7.0":
158+
version "7.7.0"
159+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.7.0.tgz#bcdc223abbfdd386f94196ae2544987f8df775e8"
160+
integrity sha512-MZiB5qvTWoyiFOgootmRSDV1udjIqJW/8lmxgzKq6oDqxdmHUjeP2ZUOmgHdYjmUVNABqRrHjYAYRvj8Eox/UA==
151161
dependencies:
152-
"@babel/helper-function-name" "^7.1.0"
153-
"@babel/helper-member-expression-to-functions" "^7.5.5"
154-
"@babel/helper-optimise-call-expression" "^7.0.0"
162+
"@babel/helper-function-name" "^7.7.0"
163+
"@babel/helper-member-expression-to-functions" "^7.7.0"
164+
"@babel/helper-optimise-call-expression" "^7.7.0"
155165
"@babel/helper-plugin-utils" "^7.0.0"
156-
"@babel/helper-replace-supers" "^7.5.5"
157-
"@babel/helper-split-export-declaration" "^7.4.4"
166+
"@babel/helper-replace-supers" "^7.7.0"
167+
"@babel/helper-split-export-declaration" "^7.7.0"
158168

159169
"@babel/helper-define-map@^7.1.0":
160170
version "7.1.0"
@@ -182,13 +192,29 @@
182192
"@babel/template" "^7.1.0"
183193
"@babel/types" "^7.0.0"
184194

195+
"@babel/helper-function-name@^7.7.0":
196+
version "7.7.0"
197+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.0.tgz#44a5ad151cfff8ed2599c91682dda2ec2c8430a3"
198+
integrity sha512-tDsJgMUAP00Ugv8O2aGEua5I2apkaQO7lBGUq1ocwN3G23JE5Dcq0uh3GvFTChPa4b40AWiAsLvCZOA2rdnQ7Q==
199+
dependencies:
200+
"@babel/helper-get-function-arity" "^7.7.0"
201+
"@babel/template" "^7.7.0"
202+
"@babel/types" "^7.7.0"
203+
185204
"@babel/helper-get-function-arity@^7.0.0":
186205
version "7.0.0"
187206
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
188207
integrity sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==
189208
dependencies:
190209
"@babel/types" "^7.0.0"
191210

211+
"@babel/helper-get-function-arity@^7.7.0":
212+
version "7.7.0"
213+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.0.tgz#c604886bc97287a1d1398092bc666bc3d7d7aa2d"
214+
integrity sha512-tLdojOTz4vWcEnHWHCuPN5P85JLZWbm5Fx5ZsMEMPhF3Uoe3O7awrbM2nQ04bDOUToH/2tH/ezKEOR8zEYzqyw==
215+
dependencies:
216+
"@babel/types" "^7.7.0"
217+
192218
"@babel/helper-hoist-variables@^7.0.0":
193219
version "7.0.0"
194220
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.0.0.tgz#46adc4c5e758645ae7a45deb92bab0918c23bb88"
@@ -203,12 +229,12 @@
203229
dependencies:
204230
"@babel/types" "^7.0.0"
205231

206-
"@babel/helper-member-expression-to-functions@^7.5.5":
207-
version "7.5.5"
208-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.5.5.tgz#1fb5b8ec4453a93c439ee9fe3aeea4a84b76b590"
209-
integrity sha512-5qZ3D1uMclSNqYcXqiHoA0meVdv+xUEex9em2fqMnrk/scphGlGgg66zjMrPJESPwrFJ6sbfFQYUSa0Mz7FabA==
232+
"@babel/helper-member-expression-to-functions@^7.7.0":
233+
version "7.7.0"
234+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.7.0.tgz#472b93003a57071f95a541ea6c2b098398bcad8a"
235+
integrity sha512-QaCZLO2RtBcmvO/ekOLp8p7R5X2JriKRizeDpm5ChATAFWrrYDcDxPuCIBXKyBjY+i1vYSdcUTMIb8psfxHDPA==
210236
dependencies:
211-
"@babel/types" "^7.5.5"
237+
"@babel/types" "^7.7.0"
212238

213239
"@babel/helper-module-imports@^7.0.0":
214240
version "7.0.0"
@@ -236,6 +262,13 @@
236262
dependencies:
237263
"@babel/types" "^7.0.0"
238264

265+
"@babel/helper-optimise-call-expression@^7.7.0":
266+
version "7.7.0"
267+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.7.0.tgz#4f66a216116a66164135dc618c5d8b7a959f9365"
268+
integrity sha512-48TeqmbazjNU/65niiiJIJRc5JozB8acui1OS7bSd6PgxfuovWsvjfWSzlgx+gPFdVveNzUdpdIg5l56Pl5jqg==
269+
dependencies:
270+
"@babel/types" "^7.7.0"
271+
239272
"@babel/helper-plugin-utils@^7.0.0":
240273
version "7.0.0"
241274
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250"
@@ -269,15 +302,15 @@
269302
"@babel/traverse" "^7.4.0"
270303
"@babel/types" "^7.4.0"
271304

272-
"@babel/helper-replace-supers@^7.5.5":
273-
version "7.5.5"
274-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.5.5.tgz#f84ce43df031222d2bad068d2626cb5799c34bc2"
275-
integrity sha512-XvRFWrNnlsow2u7jXDuH4jDDctkxbS7gXssrP4q2nUD606ukXHRvydj346wmNg+zAgpFx4MWf4+usfC93bElJg==
305+
"@babel/helper-replace-supers@^7.7.0":
306+
version "7.7.0"
307+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.7.0.tgz#d5365c8667fe7cbd13b8ddddceb9bd7f2b387512"
308+
integrity sha512-5ALYEul5V8xNdxEeWvRsBzLMxQksT7MaStpxjJf9KsnLxpAKBtfw5NeMKZJSYDa0lKdOcy0g+JT/f5mPSulUgg==
276309
dependencies:
277-
"@babel/helper-member-expression-to-functions" "^7.5.5"
278-
"@babel/helper-optimise-call-expression" "^7.0.0"
279-
"@babel/traverse" "^7.5.5"
280-
"@babel/types" "^7.5.5"
310+
"@babel/helper-member-expression-to-functions" "^7.7.0"
311+
"@babel/helper-optimise-call-expression" "^7.7.0"
312+
"@babel/traverse" "^7.7.0"
313+
"@babel/types" "^7.7.0"
281314

282315
"@babel/helper-simple-access@^7.1.0":
283316
version "7.1.0"
@@ -301,6 +334,13 @@
301334
dependencies:
302335
"@babel/types" "^7.4.4"
303336

337+
"@babel/helper-split-export-declaration@^7.7.0":
338+
version "7.7.0"
339+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.0.tgz#1365e74ea6c614deeb56ebffabd71006a0eb2300"
340+
integrity sha512-HgYSI8rH08neWlAH3CcdkFg9qX9YsZysZI5GD8LjhQib/mM0jGOZOVkoUiiV2Hu978fRtjtsGsW6w0pKHUWtqA==
341+
dependencies:
342+
"@babel/types" "^7.7.0"
343+
304344
"@babel/helper-wrap-function@^7.1.0":
305345
version "7.2.0"
306346
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.2.0.tgz#c4e0012445769e2815b55296ead43a958549f6fa"
@@ -367,6 +407,11 @@
367407
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.2.tgz#205e9c95e16ba3b8b96090677a67c9d6075b70a1"
368408
integrity sha512-mdFqWrSPCmikBoaBYMuBulzTIKuXVPtEISFbRRVNwMWpCms/hmE2kRq0bblUHaNRKrjRlmVbx1sDHmjmRgD2Xg==
369409

410+
"@babel/parser@^7.7.0":
411+
version "7.7.0"
412+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.0.tgz#232618f6e8947bc54b407fa1f1c91a22758e7159"
413+
integrity sha512-GqL+Z0d7B7ADlQBMXlJgvXEbtt5qlqd1YQ5fr12hTSfh7O/vgrEIvJxU2e7aSVrEUn75zTZ6Nd0s8tthrlZnrQ==
414+
370415
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
371416
version "7.2.0"
372417
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
@@ -760,12 +805,12 @@
760805
"@babel/helper-plugin-utils" "^7.0.0"
761806
"@babel/plugin-syntax-typescript" "^7.2.0"
762807

763-
"@babel/plugin-transform-typescript@~7.6.0":
764-
version "7.6.0"
765-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.6.0.tgz#48d78405f1aa856ebeea7288a48a19ed8da377a6"
766-
integrity sha512-yzw7EopOOr6saONZ3KA3lpizKnWRTe+rfBqg4AmQbSow7ik7fqmzrfIqt053osLwLE2AaTqGinLM2tl6+M/uog==
808+
"@babel/plugin-transform-typescript@~7.7.0":
809+
version "7.7.0"
810+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.7.0.tgz#182be03fa8bd2ffd0629791a1eaa4373b7589d38"
811+
integrity sha512-y3KYbcfKe+8ziRXiGhhnGrVysDBo5+aJdB+x8sanM0K41cnmK7Q5vBlQLMbOnW/HPjLG9bg7dLgYDQZZG9T09g==
767812
dependencies:
768-
"@babel/helper-create-class-features-plugin" "^7.6.0"
813+
"@babel/helper-create-class-features-plugin" "^7.7.0"
769814
"@babel/helper-plugin-utils" "^7.0.0"
770815
"@babel/plugin-syntax-typescript" "^7.2.0"
771816

@@ -869,6 +914,15 @@
869914
"@babel/parser" "^7.6.0"
870915
"@babel/types" "^7.6.0"
871916

917+
"@babel/template@^7.7.0":
918+
version "7.7.0"
919+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.0.tgz#4fadc1b8e734d97f56de39c77de76f2562e597d0"
920+
integrity sha512-OKcwSYOW1mhWbnTBgQY5lvg1Fxg+VyfQGjcBduZFljfc044J5iDlnDSfhQ867O17XHiSCxYHUxHg2b7ryitbUQ==
921+
dependencies:
922+
"@babel/code-frame" "^7.0.0"
923+
"@babel/parser" "^7.7.0"
924+
"@babel/types" "^7.7.0"
925+
872926
"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.4.0", "@babel/traverse@^7.4.3":
873927
version "7.4.3"
874928
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.4.3.tgz#1a01f078fc575d589ff30c0f71bf3c3d9ccbad84"
@@ -914,6 +968,21 @@
914968
globals "^11.1.0"
915969
lodash "^4.17.13"
916970

971+
"@babel/traverse@^7.7.0":
972+
version "7.7.0"
973+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.0.tgz#9f5744346b8d10097fd2ec2eeffcaf19813cbfaf"
974+
integrity sha512-ea/3wRZc//e/uwCpuBX2itrhI0U9l7+FsrKWyKGNyvWbuMcCG7ATKY2VI4wlg2b2TA39HHwIxnvmXvtiKsyn7w==
975+
dependencies:
976+
"@babel/code-frame" "^7.5.5"
977+
"@babel/generator" "^7.7.0"
978+
"@babel/helper-function-name" "^7.7.0"
979+
"@babel/helper-split-export-declaration" "^7.7.0"
980+
"@babel/parser" "^7.7.0"
981+
"@babel/types" "^7.7.0"
982+
debug "^4.1.0"
983+
globals "^11.1.0"
984+
lodash "^4.17.13"
985+
917986
"@babel/types@^7.0.0", "@babel/types@^7.1.5", "@babel/types@^7.1.6", "@babel/types@^7.2.0", "@babel/types@^7.2.2", "@babel/types@^7.4.0":
918987
version "7.4.0"
919988
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c"
@@ -950,6 +1019,15 @@
9501019
lodash "^4.17.13"
9511020
to-fast-properties "^2.0.0"
9521021

1022+
"@babel/types@^7.7.0":
1023+
version "7.7.0"
1024+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.0.tgz#bdf5967277ced7590da452c31d60853d0beb5d4f"
1025+
integrity sha512-ptM1jeXPYi3BfRBelzbTgL/7aP99oYJCbLtGha8phqRY3EeXch+i6LuxRcNQAIgL++yyNPR/rO6cGLDc0cvUMQ==
1026+
dependencies:
1027+
esutils "^2.0.2"
1028+
lodash "^4.17.13"
1029+
to-fast-properties "^2.0.0"
1030+
9531031
"@cnakazawa/watch@^1.0.3":
9541032
version "1.0.3"
9551033
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef"

0 commit comments

Comments
 (0)