Skip to content

Commit c5dedfa

Browse files
committed
build: update angular
1 parent 956e806 commit c5dedfa

File tree

8 files changed

+445
-223
lines changed

8 files changed

+445
-223
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-1406867100
55
modules/testing/builder/package.json=973445093
6-
package.json=-401840940
6+
package.json=1960283937
77
packages/angular/build/package.json=752867172
88
packages/angular/cli/package.json=-1917515334
99
packages/angular/pwa/package.json=1108903917
@@ -17,7 +17,7 @@ packages/angular_devkit/schematics/package.json=-1133510866
1717
packages/angular_devkit/schematics_cli/package.json=-2026655035
1818
packages/ngtools/webpack/package.json=71458652
1919
packages/schematics/angular/package.json=251715148
20-
pnpm-lock.yaml=-1863973885
20+
pnpm-lock.yaml=-790030541
2121
pnpm-workspace.yaml=-1264044456
2222
tests/package.json=700948366
23-
yarn.lock=-1885275523
23+
yarn.lock=1891664180

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ yarn_install(
115115
data = [
116116
"//:.yarn/releases/yarn-4.5.0.cjs",
117117
"//:.yarnrc.yml",
118-
"//:patches/@angular+bazel+19.1.0-next.4.patch",
118+
"//:patches/@angular+bazel+20.0.0-next.1.patch",
119119
],
120120
# Currently disabled due to:
121121
# 1. Missing Windows support currently.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,23 @@
4343
"homepage": "https://github.com/angular/angular-cli",
4444
"devDependencies": {
4545
"@ampproject/remapping": "2.3.0",
46-
"@angular/animations": "20.0.0-next.0",
47-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#40b05a09a87b74e90f115cf2d9d506ac9483c78c",
46+
"@angular/animations": "20.0.0-next.1",
47+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#3422dcb650e407d2c00ac724acf560ab1506d68c",
4848
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d4727212a9d0f7eb63ae3116d73c769d9bd0bdc1",
4949
"@angular/cdk": "20.0.0-next.0",
50-
"@angular/common": "20.0.0-next.0",
51-
"@angular/compiler": "20.0.0-next.0",
52-
"@angular/compiler-cli": "20.0.0-next.0",
53-
"@angular/core": "20.0.0-next.0",
54-
"@angular/forms": "20.0.0-next.0",
55-
"@angular/localize": "20.0.0-next.0",
50+
"@angular/common": "20.0.0-next.1",
51+
"@angular/compiler": "20.0.0-next.1",
52+
"@angular/compiler-cli": "20.0.0-next.1",
53+
"@angular/core": "20.0.0-next.1",
54+
"@angular/forms": "20.0.0-next.1",
55+
"@angular/localize": "20.0.0-next.1",
5656
"@angular/material": "20.0.0-next.0",
5757
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#dbcf3afdd0b7d3bd95c71e3df43a210364d3939b",
58-
"@angular/platform-browser": "20.0.0-next.0",
59-
"@angular/platform-browser-dynamic": "20.0.0-next.0",
60-
"@angular/platform-server": "20.0.0-next.0",
61-
"@angular/router": "20.0.0-next.0",
62-
"@angular/service-worker": "20.0.0-next.0",
58+
"@angular/platform-browser": "20.0.0-next.1",
59+
"@angular/platform-browser-dynamic": "20.0.0-next.1",
60+
"@angular/platform-server": "20.0.0-next.1",
61+
"@angular/router": "20.0.0-next.1",
62+
"@angular/service-worker": "20.0.0-next.1",
6363
"@babel/core": "7.26.9",
6464
"@babel/generator": "7.26.9",
6565
"@babel/helper-annotate-as-pure": "7.25.9",

patches/@angular+bazel+19.1.0-next.4.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
diff --git a/node_modules/@angular/bazel/BUILD.bazel b/node_modules/@angular/bazel/BUILD.bazel
2+
old mode 100755
3+
new mode 100644
4+
diff --git a/node_modules/@angular/bazel/index.bzl b/node_modules/@angular/bazel/index.bzl
5+
old mode 100755
6+
new mode 100644
7+
diff --git a/node_modules/@angular/bazel/src/BUILD.bazel b/node_modules/@angular/bazel/src/BUILD.bazel
8+
old mode 100755
9+
new mode 100644
10+
diff --git a/node_modules/@angular/bazel/src/external.bzl b/node_modules/@angular/bazel/src/external.bzl
11+
old mode 100755
12+
new mode 100644
13+
diff --git a/node_modules/@angular/bazel/src/ng_module/BUILD.bazel b/node_modules/@angular/bazel/src/ng_module/BUILD.bazel
14+
old mode 100755
15+
new mode 100644
16+
diff --git a/node_modules/@angular/bazel/src/ng_module/ng_module.bzl b/node_modules/@angular/bazel/src/ng_module/ng_module.bzl
17+
old mode 100755
18+
new mode 100644
19+
diff --git a/node_modules/@angular/bazel/src/ng_module/partial_compilation.bzl b/node_modules/@angular/bazel/src/ng_module/partial_compilation.bzl
20+
old mode 100755
21+
new mode 100644
22+
diff --git a/node_modules/@angular/bazel/src/ng_package/BUILD.bazel b/node_modules/@angular/bazel/src/ng_package/BUILD.bazel
23+
old mode 100755
24+
new mode 100644
25+
diff --git a/node_modules/@angular/bazel/src/ng_package/api.d.ts b/node_modules/@angular/bazel/src/ng_package/api.d.ts
26+
old mode 100755
27+
new mode 100644
28+
diff --git a/node_modules/@angular/bazel/src/ng_package/api.mjs b/node_modules/@angular/bazel/src/ng_package/api.mjs
29+
old mode 100755
30+
new mode 100644
31+
diff --git a/node_modules/@angular/bazel/src/ng_package/cross_entry_points_imports.d.ts b/node_modules/@angular/bazel/src/ng_package/cross_entry_points_imports.d.ts
32+
old mode 100755
33+
new mode 100644
34+
diff --git a/node_modules/@angular/bazel/src/ng_package/cross_entry_points_imports.mjs b/node_modules/@angular/bazel/src/ng_package/cross_entry_points_imports.mjs
35+
old mode 100755
36+
new mode 100644
37+
diff --git a/node_modules/@angular/bazel/src/ng_package/ng_package.bzl b/node_modules/@angular/bazel/src/ng_package/ng_package.bzl
38+
old mode 100755
39+
new mode 100644
40+
diff --git a/node_modules/@angular/bazel/src/ng_package/packager.d.ts b/node_modules/@angular/bazel/src/ng_package/packager.d.ts
41+
old mode 100755
42+
new mode 100644
43+
diff --git a/node_modules/@angular/bazel/src/ng_package/packager.mjs b/node_modules/@angular/bazel/src/ng_package/packager.mjs
44+
index dd6ec61..c2a0acf 100755
45+
--- a/node_modules/@angular/bazel/src/ng_package/packager.mjs
46+
+++ b/node_modules/@angular/bazel/src/ng_package/packager.mjs
47+
@@ -8,7 +8,7 @@
48+
import * as fs from 'fs';
49+
import * as path from 'path';
50+
import fastGlob from 'fast-glob';
51+
-import { analyzeFileAndEnsureNoCrossImports } from './cross_entry_points_imports';
52+
+import { analyzeFileAndEnsureNoCrossImports } from './cross_entry_points_imports.mjs';
53+
/**
54+
* List of known `package.json` fields which provide information about
55+
* supported package formats and their associated entry paths.
56+
diff --git a/node_modules/@angular/bazel/src/ng_package/rollup.config.js b/node_modules/@angular/bazel/src/ng_package/rollup.config.js
57+
old mode 100755
58+
new mode 100644
59+
diff --git a/node_modules/@angular/bazel/src/ng_package/rollup/BUILD.bazel b/node_modules/@angular/bazel/src/ng_package/rollup/BUILD.bazel
60+
old mode 100755
61+
new mode 100644
62+
diff --git a/node_modules/@angular/bazel/src/ng_perf.bzl b/node_modules/@angular/bazel/src/ng_perf.bzl
63+
old mode 100755
64+
new mode 100644
65+
diff --git a/node_modules/@angular/bazel/src/ngc-wrapped/BUILD.bazel b/node_modules/@angular/bazel/src/ngc-wrapped/BUILD.bazel
66+
old mode 100755
67+
new mode 100644
68+
diff --git a/node_modules/@angular/bazel/src/ngc-wrapped/extract_i18n.d.ts b/node_modules/@angular/bazel/src/ngc-wrapped/extract_i18n.d.ts
69+
old mode 100755
70+
new mode 100644
71+
diff --git a/node_modules/@angular/bazel/src/ngc-wrapped/index.d.ts b/node_modules/@angular/bazel/src/ngc-wrapped/index.d.ts
72+
old mode 100755
73+
new mode 100644
74+
diff --git a/node_modules/@angular/bazel/src/ngc-wrapped/ngc-wrapped-main.d.ts b/node_modules/@angular/bazel/src/ngc-wrapped/ngc-wrapped-main.d.ts
75+
old mode 100755
76+
new mode 100644
77+
diff --git a/node_modules/@angular/bazel/src/ngc-wrapped/ngc-wrapped-main.mjs b/node_modules/@angular/bazel/src/ngc-wrapped/ngc-wrapped-main.mjs
78+
old mode 100755
79+
new mode 100644
80+
diff --git a/node_modules/@angular/bazel/src/ngc-wrapped/utils.d.ts b/node_modules/@angular/bazel/src/ngc-wrapped/utils.d.ts
81+
old mode 100755
82+
new mode 100644
83+
diff --git a/node_modules/@angular/bazel/src/ngc-wrapped/utils.mjs b/node_modules/@angular/bazel/src/ngc-wrapped/utils.mjs
84+
old mode 100755
85+
new mode 100644
86+
diff --git a/node_modules/@angular/bazel/src/types_bundle/BUILD.bazel b/node_modules/@angular/bazel/src/types_bundle/BUILD.bazel
87+
old mode 100755
88+
new mode 100644
89+
diff --git a/node_modules/@angular/bazel/src/types_bundle/index.bzl b/node_modules/@angular/bazel/src/types_bundle/index.bzl
90+
old mode 100755
91+
new mode 100644
92+
diff --git a/node_modules/@angular/bazel/src/types_bundle/index.d.ts b/node_modules/@angular/bazel/src/types_bundle/index.d.ts
93+
old mode 100755
94+
new mode 100644
95+
diff --git a/node_modules/@angular/bazel/third_party/github.com/bazelbuild/bazel/src/main/protobuf/BUILD.bazel b/node_modules/@angular/bazel/third_party/github.com/bazelbuild/bazel/src/main/protobuf/BUILD.bazel
96+
old mode 100755
97+
new mode 100644
98+
diff --git a/node_modules/@angular/bazel/third_party/github.com/bazelbuild/bazel/src/main/protobuf/LICENSE b/node_modules/@angular/bazel/third_party/github.com/bazelbuild/bazel/src/main/protobuf/LICENSE
99+
old mode 100755
100+
new mode 100644
101+
diff --git a/node_modules/@angular/bazel/third_party/github.com/bazelbuild/bazel/src/main/protobuf/worker_protocol.proto b/node_modules/@angular/bazel/third_party/github.com/bazelbuild/bazel/src/main/protobuf/worker_protocol.proto
102+
old mode 100755
103+
new mode 100644

0 commit comments

Comments
 (0)