Skip to content

Commit 2af42d4

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 2af42d4

File tree

6 files changed

+4899
-5565
lines changed

6 files changed

+4899
-5565
lines changed

Diff for: .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=-634838912
7+
pnpm-lock.yaml=673781343
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

Diff for: 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",

Diff for: package.json

+23-26
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/compiler-cli@20.0.0-next.4": "patches/@angular__compiler-cli.patch"
190-
},
191188
"packageExtensions": {
192189
"dgeni-packages": {
193190
"dependencies": {
@@ -196,40 +193,40 @@
196193
},
197194
"@angular/animations": {
198195
"dependencies": {
199-
"@nginfra/angular-linking": "1.0.6"
196+
"@nginfra/angular-linking": "1.0.9"
200197
},
201198
"peerDependencies": {
202199
"@angular/common": "*"
203200
}
204201
},
205202
"@angular/common": {
206203
"dependencies": {
207-
"@nginfra/angular-linking": "1.0.6"
204+
"@nginfra/angular-linking": "1.0.9"
208205
}
209206
},
210207
"@angular/forms": {
211208
"dependencies": {
212-
"@nginfra/angular-linking": "1.0.6"
209+
"@nginfra/angular-linking": "1.0.9"
213210
}
214211
},
215212
"@angular/platform-browser": {
216213
"dependencies": {
217-
"@nginfra/angular-linking": "1.0.6"
214+
"@nginfra/angular-linking": "1.0.9"
218215
}
219216
},
220217
"@angular/router": {
221218
"dependencies": {
222-
"@nginfra/angular-linking": "1.0.6"
219+
"@nginfra/angular-linking": "1.0.9"
223220
}
224221
},
225222
"@angular/localize": {
226223
"dependencies": {
227-
"@nginfra/angular-linking": "1.0.6"
224+
"@nginfra/angular-linking": "1.0.9"
228225
}
229226
},
230227
"@angular/platform-server": {
231228
"dependencies": {
232-
"@nginfra/angular-linking": "1.0.6"
229+
"@nginfra/angular-linking": "1.0.9"
233230
}
234231
}
235232
}

Diff for: patches/@angular__compiler-cli.patch

-13
This file was deleted.

0 commit comments

Comments
 (0)