Skip to content

Commit c914b66

Browse files
committed
build: update to latest next version and remove patch
Updates the repo to the Angular 20.0.0-next.5 version which we need so we can move the `DOCUMENT` imports from `common` to `core`, and it allows us to remove a build patch because it includes angular/angular#60555
1 parent 6ac4c1a commit c914b66

File tree

6 files changed

+4890
-5553
lines changed

6 files changed

+4890
-5553
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
# This file should be checked into version control along with the pnpm-lock.yaml file.
44
.npmrc=-1406867100
55
integration/package.json=-620011313
6-
package.json=20540807
7-
patches/@angular__compiler-cli.patch=-65319555
8-
pnpm-lock.yaml=-1601778403
6+
package.json=1694791683
7+
pnpm-lock.yaml=-609363675
98
pnpm-workspace.yaml=334858811
109
src/cdk-experimental/package.json=237487315
1110
src/cdk/package.json=-908433069
@@ -20,4 +19,4 @@ src/material-moment-adapter/package.json=-1407689629
2019
src/material/package.json=-1237533685
2120
src/universal-app/package.json=346715231
2221
src/youtube-player/package.json=68300461
23-
yarn.lock=230420156
22+
yarn.lock=-710001387

WORKSPACE

-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ npm_translate_lock(
174174
},
175175
data = [
176176
"//:package.json",
177-
"//:patches/@angular__compiler-cli.patch",
178177
"//:pnpm-workspace.yaml",
179178
"//integration:package.json",
180179
"//src/cdk:package.json",

package.json

+16-19
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
},
5555
"version": "20.0.0-next.5",
5656
"dependencies": {
57-
"@angular/animations": "^20.0.0-next.4",
58-
"@angular/common": "^20.0.0-next.4",
59-
"@angular/compiler": "^20.0.0-next.4",
60-
"@angular/core": "^20.0.0-next.4",
61-
"@angular/forms": "^20.0.0-next.4",
62-
"@angular/platform-browser": "^20.0.0-next.4",
57+
"@angular/animations": "^20.0.0-next.5",
58+
"@angular/common": "^20.0.0-next.5",
59+
"@angular/compiler": "^20.0.0-next.5",
60+
"@angular/core": "^20.0.0-next.5",
61+
"@angular/forms": "^20.0.0-next.5",
62+
"@angular/platform-browser": "^20.0.0-next.5",
6363
"@types/google.maps": "^3.54.10",
6464
"@types/youtube": "^0.1.0",
6565
"date-fns": "^4.1.0",
@@ -71,18 +71,18 @@
7171
"zone.js": "~0.15.0"
7272
},
7373
"devDependencies": {
74-
"@angular-devkit/build-angular": "^20.0.0-next.3",
75-
"@angular-devkit/core": "^20.0.0-next.3",
76-
"@angular-devkit/schematics": "^20.0.0-next.3",
74+
"@angular-devkit/build-angular": "^20.0.0-next.4",
75+
"@angular-devkit/core": "^20.0.0-next.4",
76+
"@angular-devkit/schematics": "^20.0.0-next.4",
7777
"@angular/bazel": "https://github.com/angular/bazel-builds.git#54a0ac1bc77b58214a1c4d3cdcf167676ea621e4",
78-
"@angular/build": "^20.0.0-next.3",
78+
"@angular/build": "^20.0.0-next.4",
7979
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ec9df12469082e3cb087a9af55072dc2d833c73f",
80-
"@angular/cli": "^20.0.0-next.3",
81-
"@angular/compiler-cli": "^20.0.0-next.4",
82-
"@angular/localize": "^20.0.0-next.4",
80+
"@angular/cli": "^20.0.0-next.4",
81+
"@angular/compiler-cli": "^20.0.0-next.5",
82+
"@angular/localize": "^20.0.0-next.5",
8383
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1fa3a08b6a111de820da092799319ed47c058849",
84-
"@angular/platform-server": "^20.0.0-next.4",
85-
"@angular/router": "^20.0.0-next.4",
84+
"@angular/platform-server": "^20.0.0-next.5",
85+
"@angular/router": "^20.0.0-next.5",
8686
"@babel/core": "^7.16.12",
8787
"@babel/helper-explode-assignable-expression": "^7.18.6",
8888
"@babel/helper-string-parser": "^7.22.5",
@@ -102,7 +102,7 @@
102102
"@octokit/rest": "18.3.5",
103103
"@rollup/plugin-commonjs": "^21.0.0",
104104
"@rollup/plugin-node-resolve": "^13.1.3",
105-
"@schematics/angular": "^20.0.0-next.3",
105+
"@schematics/angular": "^20.0.0-next.4",
106106
"@types/babel__core": "^7.1.18",
107107
"@types/browser-sync": "^2.26.3",
108108
"@types/fs-extra": "^9.0.13",
@@ -185,9 +185,6 @@
185185
},
186186
"pnpm": {
187187
"onlyBuiltDependencies": [],
188-
"patchedDependencies": {
189-
"@angular/[email protected]": "patches/@angular__compiler-cli.patch"
190-
},
191188
"packageExtensions": {
192189
"dgeni-packages": {
193190
"dependencies": {

patches/@angular__compiler-cli.patch

-13
This file was deleted.

0 commit comments

Comments
 (0)