Skip to content

Commit 2137a36

Browse files
angular-robotjosephperrott
authored andcommitted
build: update angular dependencies (#2407)
Closes #2391 as a pr takeover PR Close #2407
1 parent cd47cbb commit 2137a36

File tree

5 files changed

+394
-247
lines changed

5 files changed

+394
-247
lines changed

bazel/app-bundling/test/main_fixture.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {BrowserModule, platformBrowser} from '@angular/platform-browser';
44
@Component({
55
selector: 'app-root',
66
template: '<span>Hello</span>',
7+
standalone: false,
78
})
89
class AppComponent {}
910

bazel/benchmark/component_benchmark/test/app.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import {BrowserModule} from '@angular/platform-browser';
1212
@Component({
1313
selector: 'app-root',
1414
template: `<button (click)="updateText()">{{ text }}</button>`,
15+
standalone: false,
1516
})
1617
class AppComponent {
1718
text = 'Hello';

bazel/spec-bundling/test/async-await.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ describe('native async/await downleveled', () => {
4747
host: {
4848
'(click)': 'click()',
4949
},
50+
standalone: false,
5051
})
5152
class AppComponent {
5253
triggered = false;

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"packageManager": "[email protected]",
1919
"dependencies": {
2020
"@angular/benchpress": "0.3.0",
21-
"@angular/build": "19.0.0-next.10",
21+
"@angular/build": "19.0.0-next.13",
2222
"@babel/core": "^7.16.0",
2323
"@babel/helper-annotate-as-pure": "^7.18.6",
2424
"@babel/plugin-proposal-async-generator-functions": "^7.20.1",
@@ -55,20 +55,20 @@
5555
"devDependencies": {
5656
"@actions/core": "^1.4.0",
5757
"@actions/github": "^6.0.0",
58-
"@angular/animations": "19.0.0-next.9",
58+
"@angular/animations": "19.0.0-next.11",
5959
"@angular/bazel": "patch:@angular/bazel@npm:14.1.0-next.2#.yarn/patches/@angular-bazel-npm.patch",
60-
"@angular/cdk": "19.0.0-next.8",
61-
"@angular/cli": "19.0.0-next.10",
62-
"@angular/common": "19.0.0-next.9",
63-
"@angular/compiler": "19.0.0-next.9",
64-
"@angular/compiler-cli": "19.0.0-next.9",
65-
"@angular/core": "19.0.0-next.9",
60+
"@angular/cdk": "19.0.0-next.10",
61+
"@angular/cli": "19.0.0-next.13",
62+
"@angular/common": "19.0.0-next.11",
63+
"@angular/compiler": "19.0.0-next.11",
64+
"@angular/compiler-cli": "19.0.0-next.11",
65+
"@angular/core": "19.0.0-next.11",
6666
"@angular/fire": "^18.0.0-rc",
67-
"@angular/forms": "19.0.0-next.9",
68-
"@angular/material": "19.0.0-next.8",
69-
"@angular/platform-browser": "19.0.0-next.9",
70-
"@angular/platform-browser-dynamic": "19.0.0-next.9",
71-
"@angular/router": "19.0.0-next.9",
67+
"@angular/forms": "19.0.0-next.11",
68+
"@angular/material": "19.0.0-next.10",
69+
"@angular/platform-browser": "19.0.0-next.11",
70+
"@angular/platform-browser-dynamic": "19.0.0-next.11",
71+
"@angular/router": "19.0.0-next.11",
7272
"@bazel/bazelisk": "^1.11.0",
7373
"@bazel/ibazel": "^0.23.0",
7474
"@bazel/jasmine": "patch:@bazel/jasmine@npm:5.8.1#.yarn/patches/@bazel-jasmine-npm.patch",
@@ -173,6 +173,6 @@
173173
}
174174
},
175175
"resolutions": {
176-
"@angular/benchpress/@angular/core": "19.0.0-next.9"
176+
"@angular/benchpress/@angular/core": "19.0.0-next.11"
177177
}
178178
}

0 commit comments

Comments
 (0)