Skip to content

Commit d776aff

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

File tree

16 files changed

+1190
-263
lines changed

16 files changed

+1190
-263
lines changed

.github/local-actions/branch-manager/main.js

Lines changed: 97 additions & 10 deletions
Large diffs are not rendered by default.

.github/local-actions/labels-sync/main.js

Lines changed: 97 additions & 10 deletions
Large diffs are not rendered by default.

.github/local-actions/lock-closed/main.js

Lines changed: 97 additions & 10 deletions
Large diffs are not rendered by default.

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",

github-actions/branch-manager/main.js

Lines changed: 97 additions & 10 deletions
Large diffs are not rendered by default.

github-actions/feature-request/main.js

Lines changed: 97 additions & 10 deletions
Large diffs are not rendered by default.

github-actions/google-internal-tests/main.js

Lines changed: 97 additions & 10 deletions
Large diffs are not rendered by default.

github-actions/org-file-sync/main.js

Lines changed: 97 additions & 10 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)