Skip to content

Commit c076ff1

Browse files
committed
build: update cross-repo angular dependencies to v21.0.0-next.4
See associated pull request for more information. Closes #3079 as a pr takeover
1 parent 5b3f1af commit c076ff1

File tree

5 files changed

+123
-153
lines changed

5 files changed

+123
-153
lines changed

apps/code-of-conduct/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"dependencies": {
3-
"@angular/animations": "21.0.0-next.3",
3+
"@angular/animations": "21.0.0-next.4",
44
"@angular/cdk": "21.0.0-next.4",
5-
"@angular/common": "21.0.0-next.3",
6-
"@angular/compiler": "21.0.0-next.3",
7-
"@angular/core": "21.0.0-next.3",
5+
"@angular/common": "21.0.0-next.4",
6+
"@angular/compiler": "21.0.0-next.4",
7+
"@angular/core": "21.0.0-next.4",
88
"@angular/fire": "20.0.1",
9-
"@angular/forms": "21.0.0-next.3",
9+
"@angular/forms": "21.0.0-next.4",
1010
"@angular/material": "21.0.0-next.4",
11-
"@angular/platform-browser": "21.0.0-next.3",
12-
"@angular/platform-browser-dynamic": "21.0.0-next.3",
13-
"@angular/router": "21.0.0-next.3",
11+
"@angular/platform-browser": "21.0.0-next.4",
12+
"@angular/platform-browser-dynamic": "21.0.0-next.4",
13+
"@angular/router": "21.0.0-next.4",
1414
"@octokit/rest": "",
1515
"rxjs": "7.8.2",
1616
"zone.js": "0.15.1"

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import 'zone.js';
22
import 'zone.js/testing';
33

44
import {JSDOM} from 'jsdom';
5-
import {Component} from '@angular/core';
6-
import {fakeAsync, flush, TestBed, waitForAsync} from '@angular/core/testing';
5+
import {Component, provideZoneChangeDetection} from '@angular/core';
6+
import {fakeAsync, flush, TestBed} from '@angular/core/testing';
77
import {BrowserTestingModule, platformBrowserTesting} from '@angular/platform-browser/testing';
88

99
describe('native async/await downleveled', () => {
@@ -20,6 +20,7 @@ describe('native async/await downleveled', () => {
2020

2121
it('should properly detect changes', fakeAsync(() => {
2222
TestBed.configureTestingModule({
23+
providers: [provideZoneChangeDetection()],
2324
declarations: [AppComponent],
2425
});
2526
const fixture = TestBed.createComponent(AppComponent);

bazel/spec-bundling/test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
3-
"@angular/compiler": "21.0.0-next.3",
4-
"@angular/core": "21.0.0-next.3",
5-
"@angular/platform-browser": "21.0.0-next.3",
3+
"@angular/compiler": "21.0.0-next.4",
4+
"@angular/core": "21.0.0-next.4",
5+
"@angular/platform-browser": "21.0.0-next.4",
66
"@types/jasmine": "5.1.9",
77
"@types/jsdom": "21.1.7",
88
"@types/node": "24.5.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
"devDependencies": {
24-
"@angular/compiler-cli": "21.0.0-next.3",
24+
"@angular/compiler-cli": "21.0.0-next.4",
2525
"@bazel/bazelisk": "1.26.0",
2626
"@bazel/buildifier": "8.2.1",
2727
"firebase-tools": "14.16.0",

0 commit comments

Comments
 (0)