Skip to content

Commit b8e5e73

Browse files
committed
build: update babel monorepo to v8
See associated pull request for more information.
1 parent e664314 commit b8e5e73

4 files changed

Lines changed: 913 additions & 844 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@angular/platform-server": "22.1.0-next.1",
6060
"@angular/router": "22.1.0-next.1",
6161
"@angular/service-worker": "22.1.0-next.1",
62-
"@babel/core": "7.29.7",
62+
"@babel/core": "8.0.1",
6363
"@bazel/bazelisk": "1.28.1",
6464
"@bazel/buildifier": "8.2.1",
6565
"@bazel/ibazel": "^0.28.0",

packages/angular/build/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"dependencies": {
2121
"@ampproject/remapping": "2.3.0",
2222
"@angular-devkit/architect": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
23-
"@babel/core": "7.29.7",
24-
"@babel/helper-annotate-as-pure": "7.29.7",
23+
"@babel/core": "8.0.1",
24+
"@babel/helper-annotate-as-pure": "8.0.0",
2525
"@babel/helper-split-export-declaration": "7.24.7",
2626
"@inquirer/confirm": "6.1.1",
2727
"@vitejs/plugin-basic-ssl": "2.3.0",

packages/angular_devkit/build_angular/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"@angular-devkit/build-webpack": "workspace:0.0.0-EXPERIMENTAL-PLACEHOLDER",
1212
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
1313
"@angular/build": "workspace:0.0.0-PLACEHOLDER",
14-
"@babel/core": "7.29.7",
15-
"@babel/generator": "7.29.7",
16-
"@babel/helper-annotate-as-pure": "7.29.7",
14+
"@babel/core": "8.0.1",
15+
"@babel/generator": "8.0.0",
16+
"@babel/helper-annotate-as-pure": "8.0.0",
1717
"@babel/helper-split-export-declaration": "7.24.7",
18-
"@babel/plugin-transform-async-generator-functions": "7.29.7",
19-
"@babel/plugin-transform-async-to-generator": "7.29.7",
20-
"@babel/plugin-transform-runtime": "7.29.7",
21-
"@babel/preset-env": "7.29.7",
22-
"@babel/runtime": "7.29.7",
18+
"@babel/plugin-transform-async-generator-functions": "8.0.1",
19+
"@babel/plugin-transform-async-to-generator": "8.0.1",
20+
"@babel/plugin-transform-runtime": "8.0.1",
21+
"@babel/preset-env": "8.0.1",
22+
"@babel/runtime": "8.0.0",
2323
"@discoveryjs/json-ext": "1.1.0",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"ansi-colors": "4.1.3",

0 commit comments

Comments
 (0)