Skip to content

Commit 40301a2

Browse files
committed
build: revert to @babel/core version 7.17.2
7.17.3 is breaking vendor sourcemaps in windows. See: https://app.circleci.com/pipelines/github/angular/angular-cli/20692/workflows/9fc4f39e-d2f2-47c3-af01-f3a01c1bf542/jobs/288690 Related to babel/babel#14277
1 parent f2df132 commit 40301a2

File tree

3 files changed

+12
-56
lines changed

3 files changed

+12
-56
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@angular/platform-server": "14.0.0-next.2",
7979
"@angular/router": "14.0.0-next.2",
8080
"@angular/service-worker": "14.0.0-next.2",
81-
"@babel/core": "7.17.4",
81+
"@babel/core": "7.17.2",
8282
"@babel/generator": "7.17.3",
8383
"@babel/helper-annotate-as-pure": "7.16.7",
8484
"@babel/plugin-proposal-async-generator-functions": "7.16.8",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1111
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
13-
"@babel/core": "7.17.4",
13+
"@babel/core": "7.17.2",
1414
"@babel/generator": "7.17.3",
1515
"@babel/helper-annotate-as-pure": "7.16.7",
1616
"@babel/plugin-proposal-async-generator-functions": "7.16.8",

yarn.lock

Lines changed: 10 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
dependencies:
3434
"@jridgewell/trace-mapping" "^0.3.0"
3535

36-
"@ampproject/[email protected]", "@ampproject/remapping@^2.1.0":
36+
"@ampproject/[email protected]":
3737
version "2.1.2"
3838
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34"
3939
integrity sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==
@@ -216,7 +216,6 @@
216216

217217
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#bd277985ac350efca14fba5609cac29e6ebd4420":
218218
version "0.0.0-5b35e20aeb147b713c31ba5c269cf2128c746d46"
219-
uid bd277985ac350efca14fba5609cac29e6ebd4420
220219
resolved "https://github.com/angular/dev-infra-private-builds.git#bd277985ac350efca14fba5609cac29e6ebd4420"
221220
dependencies:
222221
"@actions/core" "^1.4.0"
@@ -376,20 +375,20 @@
376375
json5 "^2.1.2"
377376
semver "^6.3.0"
378377

379-
"@babel/[email protected].4":
380-
version "7.17.4"
381-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.4.tgz#a22f1ae8999122873b3d18865e98c7a3936b8c8b"
382-
integrity sha512-R9x5r4t4+hBqZTmioSnkrW+I6NmbojwjGT8p4G2Gw1thWbXIHGDnmGdLdFw0/7ljucdIrNRp7Npgb4CyBYzzJg==
378+
"@babel/[email protected].2", "@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.8.6":
379+
version "7.17.2"
380+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.2.tgz#2c77fc430e95139d816d39b113b31bf40fb22337"
381+
integrity sha512-R3VH5G42VSDolRHyUO4V2cfag8WHcZyxdq5Z/m8Xyb92lW/Erm/6kM+XtRFGf3Mulre3mveni2NHfEUws8wSvw==
383382
dependencies:
384-
"@ampproject/remapping" "^2.1.0"
383+
"@ampproject/remapping" "^2.0.0"
385384
"@babel/code-frame" "^7.16.7"
386-
"@babel/generator" "^7.17.3"
385+
"@babel/generator" "^7.17.0"
387386
"@babel/helper-compilation-targets" "^7.16.7"
388387
"@babel/helper-module-transforms" "^7.16.7"
389388
"@babel/helpers" "^7.17.2"
390-
"@babel/parser" "^7.17.3"
389+
"@babel/parser" "^7.17.0"
391390
"@babel/template" "^7.16.7"
392-
"@babel/traverse" "^7.17.3"
391+
"@babel/traverse" "^7.17.0"
393392
"@babel/types" "^7.17.0"
394393
convert-source-map "^1.7.0"
395394
debug "^4.1.0"
@@ -418,27 +417,6 @@
418417
semver "^5.4.1"
419418
source-map "^0.5.0"
420419

421-
"@babel/core@^7.12.3", "@babel/core@^7.16.0", "@babel/core@^7.8.6":
422-
version "7.17.2"
423-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.2.tgz#2c77fc430e95139d816d39b113b31bf40fb22337"
424-
integrity sha512-R3VH5G42VSDolRHyUO4V2cfag8WHcZyxdq5Z/m8Xyb92lW/Erm/6kM+XtRFGf3Mulre3mveni2NHfEUws8wSvw==
425-
dependencies:
426-
"@ampproject/remapping" "^2.0.0"
427-
"@babel/code-frame" "^7.16.7"
428-
"@babel/generator" "^7.17.0"
429-
"@babel/helper-compilation-targets" "^7.16.7"
430-
"@babel/helper-module-transforms" "^7.16.7"
431-
"@babel/helpers" "^7.17.2"
432-
"@babel/parser" "^7.17.0"
433-
"@babel/template" "^7.16.7"
434-
"@babel/traverse" "^7.17.0"
435-
"@babel/types" "^7.17.0"
436-
convert-source-map "^1.7.0"
437-
debug "^4.1.0"
438-
gensync "^1.0.0-beta.2"
439-
json5 "^2.1.2"
440-
semver "^6.3.0"
441-
442420
"@babel/[email protected]", "@babel/generator@^7.17.0", "@babel/generator@^7.8.6":
443421
version "7.17.0"
444422
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.0.tgz#7bd890ba706cd86d3e2f727322346ffdbf98f65e"
@@ -448,7 +426,7 @@
448426
jsesc "^2.5.1"
449427
source-map "^0.5.0"
450428

451-
"@babel/[email protected]", "@babel/generator@^7.17.3":
429+
452430
version "7.17.3"
453431
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200"
454432
integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==
@@ -678,11 +656,6 @@
678656
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.0.tgz#f0ac33eddbe214e4105363bb17c3341c5ffcc43c"
679657
integrity sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==
680658

681-
"@babel/parser@^7.17.3":
682-
version "7.17.3"
683-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"
684-
integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
685-
686659
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
687660
version "7.16.7"
688661
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
@@ -1317,22 +1290,6 @@
13171290
debug "^4.1.0"
13181291
globals "^11.1.0"
13191292

1320-
"@babel/traverse@^7.17.3":
1321-
version "7.17.3"
1322-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
1323-
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==
1324-
dependencies:
1325-
"@babel/code-frame" "^7.16.7"
1326-
"@babel/generator" "^7.17.3"
1327-
"@babel/helper-environment-visitor" "^7.16.7"
1328-
"@babel/helper-function-name" "^7.16.7"
1329-
"@babel/helper-hoist-variables" "^7.16.7"
1330-
"@babel/helper-split-export-declaration" "^7.16.7"
1331-
"@babel/parser" "^7.17.3"
1332-
"@babel/types" "^7.17.0"
1333-
debug "^4.1.0"
1334-
globals "^11.1.0"
1335-
13361293
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.17.0", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.8.6":
13371294
version "7.17.0"
13381295
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b"
@@ -10025,7 +9982,6 @@ [email protected], sass@^1.49.0:
100259982

100269983
"sauce-connect-proxy@https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz":
100279984
version "0.0.0"
10028-
uid "992e2cb0d91e54b27a4f5bbd2049f3b774718115"
100299985
resolved "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz#992e2cb0d91e54b27a4f5bbd2049f3b774718115"
100309986

100319987
saucelabs@^1.5.0:

0 commit comments

Comments
 (0)