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.6",
"@angular/cdk": "22.0.0-next.3",
"@angular/common": "22.0.0-next.6",
"@angular/compiler": "22.0.0-next.6",
"@angular/core": "22.0.0-next.6",
"@angular/animations": "22.0.0-next.7",
"@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/fire": "21.0.0-rc.0",
"@angular/forms": "22.0.0-next.6",
"@angular/material": "22.0.0-next.3",
"@angular/platform-browser": "22.0.0-next.6",
"@angular/router": "22.0.0-next.6",
"@angular/forms": "22.0.0-next.7",
"@angular/material": "22.0.0-next.4",
"@angular/platform-browser": "22.0.0-next.7",
"@angular/router": "22.0.0-next.7",
"@octokit/rest": "",
"rxjs": "7.8.2",
"zone.js": "0.16.1"
Expand Down
20 changes: 10 additions & 10 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.6",
"@angular/common": "22.0.0-next.6",
"@angular/compiler": "22.0.0-next.6",
"@angular/core": "22.0.0-next.6",
"@angular/forms": "22.0.0-next.6",
"@angular/platform-browser": "22.0.0-next.6",
"@angular/router": "22.0.0-next.6",
"@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",
"rxjs": "~7.8.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular/build": "22.0.0-next.4",
"@angular/cli": "22.0.0-next.4",
"@angular/compiler-cli": "22.0.0-next.6",
"@angular/build": "22.0.0-next.5",
"@angular/cli": "22.0.0-next.5",
"@angular/compiler-cli": "22.0.0-next.7",
"@types/jasmine": "~6.0.0",
"@types/node": "24.12.0",
"chromedriver": "^147.0.0",
Expand Down
233 changes: 119 additions & 114 deletions bazel/integration/tests/angular-cli/pnpm-lock.yaml

Large diffs are not rendered by default.

14 changes: 7 additions & 7 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.6",
"@angular/compiler-cli": "22.0.0-next.7",
"typescript": "5.9.3"
},
"devDependencies": {
"@angular/build": "22.0.0-next.4",
"@angular/cli": "22.0.0-next.4",
"@angular/common": "22.0.0-next.6",
"@angular/compiler": "22.0.0-next.6",
"@angular/core": "22.0.0-next.6",
"@angular/platform-browser": "22.0.0-next.6",
"@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",
"@babel/core": "^7.28.5",
"@bazel/bazelisk": "1.28.1",
"@rollup/plugin-commonjs": "^29.0.0",
Expand Down
196 changes: 86 additions & 110 deletions bazel/rules/rules_angular/pnpm-lock.yaml

Large diffs are not rendered by default.

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.6",
"@angular/core": "22.0.0-next.6",
"@angular/platform-browser": "22.0.0-next.6",
"@angular/compiler": "22.0.0-next.7",
"@angular/core": "22.0.0-next.7",
"@angular/platform-browser": "22.0.0-next.7",
"@types/jasmine": "6.0.0",
"@types/jsdom": "28.0.1",
"@types/node": "24.12.0",
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 @@
}
},
"devDependencies": {
"@angular/compiler-cli": "22.0.0-next.6",
"@angular/compiler-cli": "22.0.0-next.7",
"@bazel/bazelisk": "1.28.1",
"@bazel/buildifier": "8.2.1",
"firebase-tools": "15.12.0",
Expand Down
195 changes: 98 additions & 97 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading