Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 97 additions & 10 deletions .github/local-actions/branch-manager/main.js

Large diffs are not rendered by default.

107 changes: 97 additions & 10 deletions .github/local-actions/labels-sync/main.js

Large diffs are not rendered by default.

107 changes: 97 additions & 10 deletions .github/local-actions/lock-closed/main.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions apps/code-of-conduct/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"dependencies": {
"@angular/animations": "21.0.0-next.3",
"@angular/animations": "21.0.0-next.4",
"@angular/cdk": "21.0.0-next.4",
"@angular/common": "21.0.0-next.3",
"@angular/compiler": "21.0.0-next.3",
"@angular/core": "21.0.0-next.3",
"@angular/common": "21.0.0-next.4",
"@angular/compiler": "21.0.0-next.4",
"@angular/core": "21.0.0-next.4",
"@angular/fire": "20.0.1",
"@angular/forms": "21.0.0-next.3",
"@angular/forms": "21.0.0-next.4",
"@angular/material": "21.0.0-next.4",
"@angular/platform-browser": "21.0.0-next.3",
"@angular/platform-browser-dynamic": "21.0.0-next.3",
"@angular/router": "21.0.0-next.3",
"@angular/platform-browser": "21.0.0-next.4",
"@angular/platform-browser-dynamic": "21.0.0-next.4",
"@angular/router": "21.0.0-next.4",
"@octokit/rest": "",
"rxjs": "7.8.2",
"zone.js": "0.15.1"
Expand Down
5 changes: 3 additions & 2 deletions bazel/spec-bundling/test/async-await.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import 'zone.js';
import 'zone.js/testing';

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

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

it('should properly detect changes', fakeAsync(() => {
TestBed.configureTestingModule({
providers: [provideZoneChangeDetection()],
declarations: [AppComponent],
});
const fixture = TestBed.createComponent(AppComponent);
Expand Down
6 changes: 3 additions & 3 deletions bazel/spec-bundling/test/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"@angular/compiler": "21.0.0-next.3",
"@angular/core": "21.0.0-next.3",
"@angular/platform-browser": "21.0.0-next.3",
"@angular/compiler": "21.0.0-next.4",
"@angular/core": "21.0.0-next.4",
"@angular/platform-browser": "21.0.0-next.4",
"@types/jasmine": "5.1.9",
"@types/jsdom": "21.1.7",
"@types/node": "24.5.1",
Expand Down
107 changes: 97 additions & 10 deletions github-actions/branch-manager/main.js

Large diffs are not rendered by default.

107 changes: 97 additions & 10 deletions github-actions/feature-request/main.js

Large diffs are not rendered by default.

107 changes: 97 additions & 10 deletions github-actions/google-internal-tests/main.js

Large diffs are not rendered by default.

107 changes: 97 additions & 10 deletions github-actions/org-file-sync/main.js

Large diffs are not rendered by default.

107 changes: 97 additions & 10 deletions github-actions/post-approval-changes/main.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

107 changes: 97 additions & 10 deletions github-actions/pull-request-labeling/main.js

Large diffs are not rendered by default.

107 changes: 97 additions & 10 deletions github-actions/unified-status-check/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"devDependencies": {
"@angular/compiler-cli": "21.0.0-next.3",
"@angular/compiler-cli": "21.0.0-next.4",
"@bazel/bazelisk": "1.26.0",
"@bazel/buildifier": "8.2.1",
"firebase-tools": "14.16.0",
Expand Down
247 changes: 108 additions & 139 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading