Skip to content
Merged
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
307 changes: 211 additions & 96 deletions .github/local-actions/stale-cleanup/main.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions apps/code-of-conduct/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"dependencies": {
"@angular/animations": "22.0.0-next.7",
"@angular/animations": "22.0.0-next.8",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The update to Angular v22.0.0-next.8 for core packages appears incomplete as @angular/cdk and @angular/material (lines 4 and 10) are left at v22.0.0-next.4. These packages are typically released in sync with the framework. Mixing different 'next' versions can lead to compatibility issues or peer dependency warnings. Consider updating them to v22.0.0-next.8 to maintain consistency.

"@angular/cdk": "22.0.0-next.4",
"@angular/common": "22.0.0-next.7",
"@angular/compiler": "22.0.0-next.7",
"@angular/core": "22.0.0-next.7",
"@angular/common": "22.0.0-next.8",
"@angular/compiler": "22.0.0-next.8",
"@angular/core": "22.0.0-next.8",
"@angular/fire": "21.0.0-rc.0",
"@angular/forms": "22.0.0-next.7",
"@angular/forms": "22.0.0-next.8",
"@angular/material": "22.0.0-next.4",
"@angular/platform-browser": "22.0.0-next.7",
"@angular/router": "22.0.0-next.7",
"@angular/platform-browser": "22.0.0-next.8",
"@angular/router": "22.0.0-next.8",
"@octokit/rest": "",
"rxjs": "7.8.2",
"zone.js": "0.16.1"
Expand Down
16 changes: 8 additions & 8 deletions bazel/integration/tests/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
"private": true,
"packageManager": "pnpm@10.33.0",
"dependencies": {
"@angular/animations": "22.0.0-next.7",
"@angular/common": "22.0.0-next.7",
"@angular/compiler": "22.0.0-next.7",
"@angular/core": "22.0.0-next.7",
"@angular/forms": "22.0.0-next.7",
"@angular/platform-browser": "22.0.0-next.7",
"@angular/router": "22.0.0-next.7",
"@angular/animations": "22.0.0-next.8",
"@angular/common": "22.0.0-next.8",
"@angular/compiler": "22.0.0-next.8",
"@angular/core": "22.0.0-next.8",
"@angular/forms": "22.0.0-next.8",
"@angular/platform-browser": "22.0.0-next.8",
"@angular/router": "22.0.0-next.8",
"rxjs": "~7.8.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular/build": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular/compiler-cli": "22.0.0-next.7",
"@angular/compiler-cli": "22.0.0-next.8",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The @angular/build and @angular/cli packages (lines 25-26) are currently at v22.0.0-next.5, which is inconsistent with the update of compiler-cli and framework packages to v22.0.0-next.8. It is recommended to keep the build tools in sync with the framework version during the 'next' release cycle to ensure compatibility with new compiler features and diagnostics.

"@types/jasmine": "~6.0.0",
"@types/node": "24.12.2",
"chromedriver": "^147.0.0",
Expand Down
144 changes: 72 additions & 72 deletions bazel/integration/tests/angular-cli/pnpm-lock.yaml

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions bazel/rules/rules_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"pnpm": "10.33.0"
},
"dependencies": {
"@angular/compiler-cli": "22.0.0-next.7",
"@angular/compiler-cli": "22.0.0-next.8",
"typescript": "6.0.2"
},
"devDependencies": {
"@angular/build": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular/common": "22.0.0-next.7",
"@angular/compiler": "22.0.0-next.7",
"@angular/core": "22.0.0-next.7",
"@angular/platform-browser": "22.0.0-next.7",
"@angular/common": "22.0.0-next.8",
"@angular/compiler": "22.0.0-next.8",
"@angular/core": "22.0.0-next.8",
"@angular/platform-browser": "22.0.0-next.8",
"@babel/core": "^7.28.5",
"@bazel/bazelisk": "1.28.1",
"@rollup/plugin-commonjs": "^29.0.0",
Expand Down
84 changes: 42 additions & 42 deletions bazel/rules/rules_angular/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "22.0.0-next.7",
"@angular/core": "22.0.0-next.7",
"@angular/platform-browser": "22.0.0-next.7",
"@angular/compiler": "22.0.0-next.8",
"@angular/core": "22.0.0-next.8",
"@angular/platform-browser": "22.0.0-next.8",
"@types/jasmine": "6.0.0",
"@types/jsdom": "28.0.1",
"@types/node": "24.12.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"dependencies": {
"@angular/compiler-cli": "22.0.0-next.7",
"@angular/compiler-cli": "22.0.0-next.8",
"typescript": "6.0.2"
},
"devDependencies": {
Expand Down
Loading
Loading