mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
build: update angular dev-infra and chromium (#50772)
Updates Angular dev-infra and Chromium. Fixed up version of https://github.com/angular/angular/pull/50111 PR Close #50772
This commit is contained in:
committed by
Pawel Kozlowski
parent
a88ae41504
commit
8cffdf36f7
@@ -84,7 +84,7 @@ yarn_install(
|
||||
YARN_LABEL,
|
||||
"//:.yarnrc",
|
||||
"//tools:postinstall-patches.js",
|
||||
"//tools/esm-interop:patches/npm/@angular+build-tooling+0.0.0-e859696da7af56c811b6589f1ae888222d93d797.patch",
|
||||
"//tools/esm-interop:patches/npm/@angular+build-tooling+0.0.0-8d4803573edc70b90a1134ffa996303d1dcc18a9.patch",
|
||||
"//tools/esm-interop:patches/npm/@bazel+concatjs+5.8.1.patch",
|
||||
"//tools/esm-interop:patches/npm/@bazel+esbuild+5.7.1.patch",
|
||||
"//tools/esm-interop:patches/npm/@bazel+protractor+5.7.1.patch",
|
||||
|
||||
+1
-1
@@ -85,7 +85,7 @@
|
||||
"@angular-eslint/eslint-plugin": "16.0.3",
|
||||
"@angular-eslint/eslint-plugin-template": "16.0.3",
|
||||
"@angular-eslint/template-parser": "^16.0.3",
|
||||
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#7dad055464ea9847e4870b9e3baad1f0c417bdf7",
|
||||
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#cf8e57fef4c3cc567b2877dff99db8e828cb70ae",
|
||||
"@angular/cli": "16.1.0-rc.0",
|
||||
"@angular/compiler-cli": "16.1.0-rc.0",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
|
||||
+515
-1103
File diff suppressed because it is too large
Load Diff
+7
-7
@@ -47,11 +47,11 @@
|
||||
},
|
||||
"// 1": "dependencies are used locally and by bazel",
|
||||
"dependencies": {
|
||||
"@angular-devkit/build-angular": "16.0.0-rc.4",
|
||||
"@angular-devkit/core": "16.0.0-rc.4",
|
||||
"@angular-devkit/schematics": "16.0.0-rc.4",
|
||||
"@angular-devkit/build-angular": "16.1.0",
|
||||
"@angular-devkit/core": "16.1.0",
|
||||
"@angular-devkit/schematics": "16.1.0",
|
||||
"@angular/cdk": "16.0.0-rc.2",
|
||||
"@angular/cli": "16.0.0-rc.4",
|
||||
"@angular/cli": "16.1.0",
|
||||
"@angular/material": "16.0.0-rc.2",
|
||||
"@babel/cli": "7.21.5",
|
||||
"@babel/core": "7.21.8",
|
||||
@@ -74,7 +74,7 @@
|
||||
"@rollup/plugin-babel": "^6.0.0",
|
||||
"@rollup/plugin-commonjs": "^25.0.0",
|
||||
"@rollup/plugin-node-resolve": "^13.0.4",
|
||||
"@schematics/angular": "16.0.0-rc.4",
|
||||
"@schematics/angular": "16.1.0",
|
||||
"@types/angular": "^1.6.47",
|
||||
"@types/babel__core": "7.20.0",
|
||||
"@types/babel__generator": "7.6.4",
|
||||
@@ -158,8 +158,8 @@
|
||||
"// 2": "devDependencies are not used under Bazel. Many can be removed after test.sh is deleted.",
|
||||
"devDependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#7dad055464ea9847e4870b9e3baad1f0c417bdf7",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#dec40448ead7b52cddae4d32bdb21d8c48589413",
|
||||
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#cf8e57fef4c3cc567b2877dff99db8e828cb70ae",
|
||||
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#e629d2c561fd3f961dde0c2895a562545b58b151",
|
||||
"@babel/helper-remap-async-to-generator": "^7.18.9",
|
||||
"@bazel/bazelisk": "^1.7.5",
|
||||
"@bazel/buildifier": "^6.0.0",
|
||||
|
||||
+11
-11
@@ -20,20 +20,20 @@ index 1c27a95..c239203 100755
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
diff --git a/node_modules/@angular/build-tooling/bazel/app-bundling/esbuild.config-tmpl.mjs b/node_modules/@angular/build-tooling/bazel/app-bundling/esbuild.config-tmpl.mjs
|
||||
index e4410ba..33d75cd 100755
|
||||
index f006d34..c17cefe 100755
|
||||
--- a/node_modules/@angular/build-tooling/bazel/app-bundling/esbuild.config-tmpl.mjs
|
||||
+++ b/node_modules/@angular/build-tooling/bazel/app-bundling/esbuild.config-tmpl.mjs
|
||||
@@ -9,7 +9,7 @@
|
||||
import * as path from 'path';
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
import {createEsbuildAngularOptimizePlugin} from '@angular/build-tooling/shared-scripts/angular-optimization/esbuild-plugin.mjs';
|
||||
-import {GLOBAL_DEFS_FOR_TERSER_WITH_AOT} from '@angular/compiler-cli/private/tooling';
|
||||
+import {GLOBAL_DEFS_FOR_TERSER_WITH_AOT} from '@angular/compiler-cli/private/tooling.mjs';
|
||||
import * as path from 'path';
|
||||
|
||||
/** Root path pointing to the app bundle source entry-point file. */
|
||||
const entryPointSourceRootPath = path.normalize(`TMPL_ENTRY_POINT_ROOTPATH`);
|
||||
diff --git a/node_modules/@angular/build-tooling/bazel/app-bundling/index.bzl b/node_modules/@angular/build-tooling/bazel/app-bundling/index.bzl
|
||||
index 1edd96d..3d423f4 100755
|
||||
index d6249b8..761d50a 100755
|
||||
--- a/node_modules/@angular/build-tooling/bazel/app-bundling/index.bzl
|
||||
+++ b/node_modules/@angular/build-tooling/bazel/app-bundling/index.bzl
|
||||
@@ -64,7 +64,7 @@ def app_bundle(
|
||||
@@ -46,7 +46,7 @@ index 1edd96d..3d423f4 100755
|
||||
],
|
||||
**common_base_attributes
|
||||
diff --git a/node_modules/@angular/build-tooling/bazel/benchmark/component_benchmark/benchmark_test.bzl b/node_modules/@angular/build-tooling/bazel/benchmark/component_benchmark/benchmark_test.bzl
|
||||
index d36afe6..fbdc9bb 100755
|
||||
index 8bfab84..175cc9d 100755
|
||||
--- a/node_modules/@angular/build-tooling/bazel/benchmark/component_benchmark/benchmark_test.bzl
|
||||
+++ b/node_modules/@angular/build-tooling/bazel/benchmark/component_benchmark/benchmark_test.bzl
|
||||
@@ -1,4 +1,4 @@
|
||||
@@ -64,7 +64,7 @@ index d36afe6..fbdc9bb 100755
|
||||
protractor_web_test_suite(
|
||||
name = name,
|
||||
browsers = ["@npm//@angular/build-tooling/bazel/browsers/chromium:chromium"],
|
||||
@@ -19,6 +19,7 @@ def benchmark_test(name, server, tags = [], **kwargs):
|
||||
@@ -20,6 +20,7 @@ def benchmark_test(name, server, tags = [], **kwargs):
|
||||
"manual",
|
||||
"no-remote-exec",
|
||||
],
|
||||
@@ -126,7 +126,7 @@ index 662272d..9fc6330 100755
|
||||
def _serialize_file(file):
|
||||
"""Serializes a file into a struct that matches the `BazelFileInfo` type in the
|
||||
diff --git a/node_modules/@angular/build-tooling/bazel/map-size-tracking/index.bzl b/node_modules/@angular/build-tooling/bazel/map-size-tracking/index.bzl
|
||||
index 47f54aa..0fe449c 100755
|
||||
index af0f305..ce46302 100755
|
||||
--- a/node_modules/@angular/build-tooling/bazel/map-size-tracking/index.bzl
|
||||
+++ b/node_modules/@angular/build-tooling/bazel/map-size-tracking/index.bzl
|
||||
@@ -3,7 +3,7 @@
|
||||
@@ -139,7 +139,7 @@ index 47f54aa..0fe449c 100755
|
||||
nodejs_args = ["--nobazel_run_linker"]
|
||||
|
||||
diff --git a/node_modules/@angular/build-tooling/shared-scripts/angular-optimization/BUILD.bazel b/node_modules/@angular/build-tooling/shared-scripts/angular-optimization/BUILD.bazel
|
||||
index 79afcb8..ebbb37b 100755
|
||||
index 870da1b..e0bdb71 100755
|
||||
--- a/node_modules/@angular/build-tooling/shared-scripts/angular-optimization/BUILD.bazel
|
||||
+++ b/node_modules/@angular/build-tooling/shared-scripts/angular-optimization/BUILD.bazel
|
||||
@@ -43,7 +43,8 @@ js_library(
|
||||
@@ -153,10 +153,10 @@ index 79afcb8..ebbb37b 100755
|
||||
"@npm//@babel/plugin-proposal-async-generator-functions",
|
||||
],
|
||||
diff --git a/node_modules/@angular/build-tooling/shared-scripts/angular-optimization/esbuild-plugin.mjs b/node_modules/@angular/build-tooling/shared-scripts/angular-optimization/esbuild-plugin.mjs
|
||||
index f5908b9..d5fac4f 100755
|
||||
index 6d5ec3f..a4ebfd7 100755
|
||||
--- a/node_modules/@angular/build-tooling/shared-scripts/angular-optimization/esbuild-plugin.mjs
|
||||
+++ b/node_modules/@angular/build-tooling/shared-scripts/angular-optimization/esbuild-plugin.mjs
|
||||
@@ -54,8 +54,8 @@ export async function createEsbuildAngularOptimizePlugin(opts, additionalBabelPl
|
||||
@@ -60,8 +60,8 @@ export async function createEsbuildAngularOptimizePlugin(opts, additionalBabelPl
|
||||
|
||||
if (opts.enableLinker) {
|
||||
linkerCreator = {
|
||||
Reference in New Issue
Block a user