Skip to content

Commit 10262a0

Browse files
renovate-botmgechev
authored andcommitted
build: update @babel/core to version 7.6.0 (#15562)
1 parent b9e587d commit 10262a0

File tree

2 files changed

+98
-49
lines changed

2 files changed

+98
-49
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@angular-devkit/build-optimizer": "0.0.0",
1212
"@angular-devkit/build-webpack": "0.0.0",
1313
"@angular-devkit/core": "0.0.0",
14-
"@babel/core": "7.5.5",
15-
"@babel/preset-env": "7.5.5",
14+
"@babel/core": "7.6.0",
15+
"@babel/preset-env": "7.6.0",
1616
"@ngtools/webpack": "0.0.0",
1717
"ajv": "6.10.2",
1818
"autoprefixer": "9.6.1",

yarn.lock

Lines changed: 96 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -120,18 +120,18 @@
120120
dependencies:
121121
"@babel/highlight" "^7.0.0"
122122

123-
"@babel/core@7.5.5":
124-
version "7.5.5"
125-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
126-
integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==
123+
"@babel/core@7.6.0":
124+
version "7.6.0"
125+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.0.tgz#9b00f73554edd67bebc86df8303ef678be3d7b48"
126+
integrity sha512-FuRhDRtsd6IptKpHXAa+4WPZYY2ZzgowkbLBecEDDSje1X/apG7jQM33or3NdOmjXBKWGOg4JmSiRfUfuTtHXw==
127127
dependencies:
128128
"@babel/code-frame" "^7.5.5"
129-
"@babel/generator" "^7.5.5"
130-
"@babel/helpers" "^7.5.5"
131-
"@babel/parser" "^7.5.5"
132-
"@babel/template" "^7.4.4"
133-
"@babel/traverse" "^7.5.5"
134-
"@babel/types" "^7.5.5"
129+
"@babel/generator" "^7.6.0"
130+
"@babel/helpers" "^7.6.0"
131+
"@babel/parser" "^7.6.0"
132+
"@babel/template" "^7.6.0"
133+
"@babel/traverse" "^7.6.0"
134+
"@babel/types" "^7.6.0"
135135
convert-source-map "^1.1.0"
136136
debug "^4.1.0"
137137
json5 "^2.1.0"
@@ -151,6 +151,17 @@
151151
source-map "^0.5.0"
152152
trim-right "^1.0.1"
153153

154+
"@babel/generator@^7.6.0":
155+
version "7.6.0"
156+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.0.tgz#e2c21efbfd3293ad819a2359b448f002bfdfda56"
157+
integrity sha512-Ms8Mo7YBdMMn1BYuNtKuP/z0TgEIhbcyB8HVR6PPNYp4P61lMsABiS4A3VG1qznjXVCf3r+fVHhm4efTYVsySA==
158+
dependencies:
159+
"@babel/types" "^7.6.0"
160+
jsesc "^2.5.1"
161+
lodash "^4.17.13"
162+
source-map "^0.5.0"
163+
trim-right "^1.0.1"
164+
154165
"@babel/helper-annotate-as-pure@^7.0.0":
155166
version "7.0.0"
156167
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -306,14 +317,14 @@
306317
"@babel/traverse" "^7.1.0"
307318
"@babel/types" "^7.2.0"
308319

309-
"@babel/helpers@^7.5.5":
310-
version "7.5.5"
311-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e"
312-
integrity sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g==
320+
"@babel/helpers@^7.6.0":
321+
version "7.6.0"
322+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.0.tgz#21961d16c6a3c3ab597325c34c465c0887d31c6e"
323+
integrity sha512-W9kao7OBleOjfXtFGgArGRX6eCP0UEcA2ZWEWNkJdRZnHhW4eEbeswbG3EwaRsnQUAEGWYgMq1HsIXuNNNy2eQ==
313324
dependencies:
314-
"@babel/template" "^7.4.4"
315-
"@babel/traverse" "^7.5.5"
316-
"@babel/types" "^7.5.5"
325+
"@babel/template" "^7.6.0"
326+
"@babel/traverse" "^7.6.0"
327+
"@babel/types" "^7.6.0"
317328

318329
"@babel/highlight@^7.0.0":
319330
version "7.0.0"
@@ -334,6 +345,11 @@
334345
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b"
335346
integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==
336347

348+
"@babel/parser@^7.6.0":
349+
version "7.6.0"
350+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b"
351+
integrity sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ==
352+
337353
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
338354
version "7.2.0"
339355
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
@@ -442,10 +458,10 @@
442458
dependencies:
443459
"@babel/helper-plugin-utils" "^7.0.0"
444460

445-
"@babel/plugin-transform-block-scoping@^7.5.5":
446-
version "7.5.5"
447-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.5.5.tgz#a35f395e5402822f10d2119f6f8e045e3639a2ce"
448-
integrity sha512-82A3CLRRdYubkG85lKwhZB0WZoHxLGsJdux/cOVaJCJpvYFl1LVzAIFyRsa7CvXqW8rBM4Zf3Bfn8PHt5DP0Sg==
461+
"@babel/plugin-transform-block-scoping@^7.6.0":
462+
version "7.6.0"
463+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.0.tgz#c49e21228c4bbd4068a35667e6d951c75439b1dc"
464+
integrity sha512-tIt4E23+kw6TgL/edACZwP1OUKrjOTyMrFMLoT5IOFrfMRabCgekjqFd5o6PaAMildBu46oFkekIdMuGkkPEpA==
449465
dependencies:
450466
"@babel/helper-plugin-utils" "^7.0.0"
451467
lodash "^4.17.13"
@@ -471,10 +487,10 @@
471487
dependencies:
472488
"@babel/helper-plugin-utils" "^7.0.0"
473489

474-
"@babel/plugin-transform-destructuring@^7.5.0":
475-
version "7.5.0"
476-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.5.0.tgz#f6c09fdfe3f94516ff074fe877db7bc9ef05855a"
477-
integrity sha512-YbYgbd3TryYYLGyC7ZR+Tq8H/+bCmwoaxHfJHupom5ECstzbRLTch6gOQbhEY9Z4hiCNHEURgq06ykFv9JZ/QQ==
490+
"@babel/plugin-transform-destructuring@^7.6.0":
491+
version "7.6.0"
492+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.6.0.tgz#44bbe08b57f4480094d57d9ffbcd96d309075ba6"
493+
integrity sha512-2bGIS5P1v4+sWTCnKNDZDxbGvEqi0ijeqM/YqHtVGrvG2y0ySgnEEhXErvE9dA0bnIzY9bIzdFK0jFA46ASIIQ==
478494
dependencies:
479495
"@babel/helper-plugin-utils" "^7.0.0"
480496

@@ -540,10 +556,10 @@
540556
"@babel/helper-plugin-utils" "^7.0.0"
541557
babel-plugin-dynamic-import-node "^2.3.0"
542558

543-
"@babel/plugin-transform-modules-commonjs@^7.5.0":
544-
version "7.5.0"
545-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.5.0.tgz#425127e6045231360858eeaa47a71d75eded7a74"
546-
integrity sha512-xmHq0B+ytyrWJvQTc5OWAC4ii6Dhr0s22STOoydokG51JjWhyYo5mRPXoi+ZmtHQhZZwuXNN+GG5jy5UZZJxIQ==
559+
"@babel/plugin-transform-modules-commonjs@^7.6.0":
560+
version "7.6.0"
561+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.6.0.tgz#39dfe957de4420445f1fcf88b68a2e4aa4515486"
562+
integrity sha512-Ma93Ix95PNSEngqomy5LSBMAQvYKVe3dy+JlVJSHEXZR5ASL9lQBedMiCyVtmTLraIDVRE3ZjTZvmXXD2Ozw3g==
547563
dependencies:
548564
"@babel/helper-module-transforms" "^7.4.4"
549565
"@babel/helper-plugin-utils" "^7.0.0"
@@ -567,12 +583,12 @@
567583
"@babel/helper-module-transforms" "^7.1.0"
568584
"@babel/helper-plugin-utils" "^7.0.0"
569585

570-
"@babel/plugin-transform-named-capturing-groups-regex@^7.4.5":
571-
version "7.4.5"
572-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.4.5.tgz#9d269fd28a370258199b4294736813a60bbdd106"
573-
integrity sha512-z7+2IsWafTBbjNsOxU/Iv5CvTJlr5w4+HGu1HovKYTtgJ362f7kBcQglkfmlspKKZ3bgrbSGvLfNx++ZJgCWsg==
586+
"@babel/plugin-transform-named-capturing-groups-regex@^7.6.0":
587+
version "7.6.0"
588+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.0.tgz#1e6e663097813bb4f53d42df0750cf28ad3bb3f1"
589+
integrity sha512-jem7uytlmrRl3iCAuQyw8BpB4c4LWvSpvIeXKpMb+7j84lkx4m4mYr5ErAcmN5KM7B6BqrAvRGjBIbbzqCczew==
574590
dependencies:
575-
regexp-tree "^0.1.6"
591+
regexp-tree "^0.1.13"
576592

577593
"@babel/plugin-transform-new-target@^7.4.4":
578594
version "7.4.4"
@@ -665,10 +681,10 @@
665681
"@babel/helper-regex" "^7.4.4"
666682
regexpu-core "^4.5.4"
667683

668-
"@babel/preset-env@7.5.5":
669-
version "7.5.5"
670-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.5.tgz#bc470b53acaa48df4b8db24a570d6da1fef53c9a"
671-
integrity sha512-GMZQka/+INwsMz1A5UEql8tG015h5j/qjptpKY2gJ7giy8ohzU710YciJB5rcKsWGWHiW3RUnHib0E5/m3Tp3A==
684+
"@babel/preset-env@7.6.0":
685+
version "7.6.0"
686+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.0.tgz#aae4141c506100bb2bfaa4ac2a5c12b395619e50"
687+
integrity sha512-1efzxFv/TcPsNXlRhMzRnkBFMeIqBBgzwmZwlFDw5Ubj0AGLeufxugirwZmkkX/ayi3owsSqoQ4fw8LkfK9SYg==
672688
dependencies:
673689
"@babel/helper-module-imports" "^7.0.0"
674690
"@babel/helper-plugin-utils" "^7.0.0"
@@ -686,10 +702,10 @@
686702
"@babel/plugin-transform-arrow-functions" "^7.2.0"
687703
"@babel/plugin-transform-async-to-generator" "^7.5.0"
688704
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
689-
"@babel/plugin-transform-block-scoping" "^7.5.5"
705+
"@babel/plugin-transform-block-scoping" "^7.6.0"
690706
"@babel/plugin-transform-classes" "^7.5.5"
691707
"@babel/plugin-transform-computed-properties" "^7.2.0"
692-
"@babel/plugin-transform-destructuring" "^7.5.0"
708+
"@babel/plugin-transform-destructuring" "^7.6.0"
693709
"@babel/plugin-transform-dotall-regex" "^7.4.4"
694710
"@babel/plugin-transform-duplicate-keys" "^7.5.0"
695711
"@babel/plugin-transform-exponentiation-operator" "^7.2.0"
@@ -698,10 +714,10 @@
698714
"@babel/plugin-transform-literals" "^7.2.0"
699715
"@babel/plugin-transform-member-expression-literals" "^7.2.0"
700716
"@babel/plugin-transform-modules-amd" "^7.5.0"
701-
"@babel/plugin-transform-modules-commonjs" "^7.5.0"
717+
"@babel/plugin-transform-modules-commonjs" "^7.6.0"
702718
"@babel/plugin-transform-modules-systemjs" "^7.5.0"
703719
"@babel/plugin-transform-modules-umd" "^7.2.0"
704-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.4.5"
720+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.0"
705721
"@babel/plugin-transform-new-target" "^7.4.4"
706722
"@babel/plugin-transform-object-super" "^7.5.5"
707723
"@babel/plugin-transform-parameters" "^7.4.4"
@@ -714,7 +730,7 @@
714730
"@babel/plugin-transform-template-literals" "^7.4.4"
715731
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
716732
"@babel/plugin-transform-unicode-regex" "^7.4.4"
717-
"@babel/types" "^7.5.5"
733+
"@babel/types" "^7.6.0"
718734
browserslist "^4.6.0"
719735
core-js-compat "^3.1.1"
720736
invariant "^2.2.2"
@@ -739,6 +755,15 @@
739755
"@babel/parser" "^7.4.4"
740756
"@babel/types" "^7.4.4"
741757

758+
"@babel/template@^7.6.0":
759+
version "7.6.0"
760+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6"
761+
integrity sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ==
762+
dependencies:
763+
"@babel/code-frame" "^7.0.0"
764+
"@babel/parser" "^7.6.0"
765+
"@babel/types" "^7.6.0"
766+
742767
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5":
743768
version "7.5.5"
744769
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb"
@@ -754,6 +779,21 @@
754779
globals "^11.1.0"
755780
lodash "^4.17.13"
756781

782+
"@babel/traverse@^7.6.0":
783+
version "7.6.0"
784+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.0.tgz#389391d510f79be7ce2ddd6717be66d3fed4b516"
785+
integrity sha512-93t52SaOBgml/xY74lsmt7xOR4ufYvhb5c5qiM6lu4J/dWGMAfAh6eKw4PjLes6DI6nQgearoxnFJk60YchpvQ==
786+
dependencies:
787+
"@babel/code-frame" "^7.5.5"
788+
"@babel/generator" "^7.6.0"
789+
"@babel/helper-function-name" "^7.1.0"
790+
"@babel/helper-split-export-declaration" "^7.4.4"
791+
"@babel/parser" "^7.6.0"
792+
"@babel/types" "^7.6.0"
793+
debug "^4.1.0"
794+
globals "^11.1.0"
795+
lodash "^4.17.13"
796+
757797
"@babel/types@^7.0.0", "@babel/types@^7.1.2":
758798
version "7.1.3"
759799
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.3.tgz#3a767004567060c2f40fca49a304712c525ee37d"
@@ -772,6 +812,15 @@
772812
lodash "^4.17.13"
773813
to-fast-properties "^2.0.0"
774814

815+
"@babel/types@^7.6.0":
816+
version "7.6.1"
817+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.1.tgz#53abf3308add3ac2a2884d539151c57c4b3ac648"
818+
integrity sha512-X7gdiuaCmA0uRjCmRtYJNAVCc/q+5xSgsfKJHqMN4iNLILX39677fJE1O40arPMh0TTtS9ItH67yre6c7k6t0g==
819+
dependencies:
820+
esutils "^2.0.2"
821+
lodash "^4.17.13"
822+
to-fast-properties "^2.0.0"
823+
775824
776825
version "0.29.0"
777826
resolved "https://registry.yarnpkg.com/@bazel/bazel-darwin_x64/-/bazel-darwin_x64-0.29.0.tgz#d2ebcb95bc66031b0545dd8b0e597b3aa5b9024b"
@@ -9708,10 +9757,10 @@ regex-not@^1.0.0, regex-not@^1.0.2:
97089757
extend-shallow "^3.0.2"
97099758
safe-regex "^1.1.0"
97109759

9711-
regexp-tree@^0.1.6:
9712-
version "0.1.11"
9713-
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.11.tgz#c9c7f00fcf722e0a56c7390983a7a63dd6c272f3"
9714-
integrity sha512-7/l/DgapVVDzZobwMCCgMlqiqyLFJ0cduo/j+3BcDJIB+yJdsYCfKuI3l/04NV+H/rfNRdPIDbXNZHM9XvQatg==
9760+
regexp-tree@^0.1.13:
9761+
version "0.1.13"
9762+
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.13.tgz#5b19ab9377edc68bc3679256840bb29afc158d7f"
9763+
integrity sha512-hwdV/GQY5F8ReLZWO+W1SRoN5YfpOKY6852+tBFcma72DKBIcHjPRIlIvQN35bCOljuAfP2G2iB0FC/w236mUw==
97159764

97169765
regexpu-core@^1.0.0:
97179766
version "1.0.0"

0 commit comments

Comments
 (0)