Skip to content
Open
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
18 changes: 9 additions & 9 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.10",
"@angular/cdk": "22.0.0-next.7",
"@angular/common": "22.0.0-next.10",
"@angular/compiler": "22.0.0-next.10",
"@angular/core": "22.0.0-next.10",
"@angular/animations": "22.0.0-next.11",
"@angular/cdk": "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.

high

The update to @angular/cdk v22.0.0-next.8 introduces several breaking changes mentioned in the release notes, such as the requirement of an injector parameter in the ConfigurableFocusTrap and FocusTrap constructors, and the renaming of ContextMenuTracker to MenuTracker. Since this PR only updates the version without accompanying code changes, please ensure that the application code does not rely on these removed or modified APIs, or that the necessary migrations have been performed.

"@angular/common": "22.0.0-next.11",
"@angular/compiler": "22.0.0-next.11",
"@angular/core": "22.0.0-next.11",
"@angular/fire": "21.0.0-rc.0",
"@angular/forms": "22.0.0-next.10",
"@angular/material": "22.0.0-next.7",
"@angular/platform-browser": "22.0.0-next.10",
"@angular/router": "22.0.0-next.10",
"@angular/forms": "22.0.0-next.11",
"@angular/material": "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.

high

The update to @angular/material v22.0.0-next.8 includes breaking changes, notably the removal of MatListOption.checkboxPosition (replaced by togglePosition) and the removal of ArrowViewState. It is important to verify that these changes do not break the existing UI components in apps/code-of-conduct that utilize Material list options or sort headers.

Comment on lines +4 to +10
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

There is a version mismatch between the core Angular framework packages (which are at 22.0.0-next.10) and the CDK/Material packages (being updated to 22.0.0-next.8). While technically compatible via peer dependencies, it is generally recommended to keep all Angular ecosystem packages aligned to the same version to ensure consistency and avoid subtle integration issues.

"@angular/platform-browser": "22.0.0-next.11",
"@angular/router": "22.0.0-next.11",
"@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.3",
"dependencies": {
"@angular/animations": "22.0.0-next.10",
"@angular/common": "22.0.0-next.10",
"@angular/compiler": "22.0.0-next.10",
"@angular/core": "22.0.0-next.10",
"@angular/forms": "22.0.0-next.10",
"@angular/platform-browser": "22.0.0-next.10",
"@angular/router": "22.0.0-next.10",
"@angular/animations": "22.0.0-next.11",
"@angular/common": "22.0.0-next.11",
"@angular/compiler": "22.0.0-next.11",
"@angular/core": "22.0.0-next.11",
"@angular/forms": "22.0.0-next.11",
"@angular/platform-browser": "22.0.0-next.11",
"@angular/router": "22.0.0-next.11",
"rxjs": "~7.8.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular/build": "22.0.0-next.7",
"@angular/cli": "22.0.0-next.7",
"@angular/compiler-cli": "22.0.0-next.10",
"@angular/compiler-cli": "22.0.0-next.11",
"@types/jasmine": "~6.0.0",
"@types/node": "24.12.2",
"chromedriver": "^148.0.0",
Expand Down
160 changes: 80 additions & 80 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.3"
},
"dependencies": {
"@angular/compiler-cli": "22.0.0-next.10",
"@angular/compiler-cli": "22.0.0-next.11",
"typescript": "6.0.3"
},
"devDependencies": {
"@angular/build": "22.0.0-next.7",
"@angular/cli": "22.0.0-next.7",
"@angular/common": "22.0.0-next.10",
"@angular/compiler": "22.0.0-next.10",
"@angular/core": "22.0.0-next.10",
"@angular/platform-browser": "22.0.0-next.10",
"@angular/common": "22.0.0-next.11",
"@angular/compiler": "22.0.0-next.11",
"@angular/core": "22.0.0-next.11",
"@angular/platform-browser": "22.0.0-next.11",
"@babel/core": "^7.28.5",
"@bazel/bazelisk": "1.28.1",
"@rollup/plugin-commonjs": "^29.0.0",
Expand Down
94 changes: 47 additions & 47 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.10",
"@angular/core": "22.0.0-next.10",
"@angular/platform-browser": "22.0.0-next.10",
"@angular/compiler": "22.0.0-next.11",
"@angular/core": "22.0.0-next.11",
"@angular/platform-browser": "22.0.0-next.11",
"@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.10",
"@angular/compiler-cli": "22.0.0-next.11",
"typescript": "6.0.3"
},
"devDependencies": {
Expand Down
Loading
Loading