-
-
Couldn't load subscription status.
- Fork 3.5k
chore(deps): update all non-major dependencies #9784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,21 +9,21 @@ | |
| }, | ||
| "private": true, | ||
| "dependencies": { | ||
| "@angular/common": "^20.0.0", | ||
| "@angular/compiler": "^20.0.0", | ||
| "@angular/core": "^20.0.0", | ||
| "@angular/platform-browser": "^20.0.0", | ||
| "@angular/common": "^20.3.7", | ||
| "@angular/compiler": "^20.3.7", | ||
| "@angular/core": "^20.3.7", | ||
| "@angular/platform-browser": "^20.3.7", | ||
|
Comment on lines
+12
to
+15
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 Critical: zone.js 0.15.1 incompatible with Angular 20.3.7. Angular versions have peer dependency constraints on zone.js that prevent compatibility with mismatched versions. Angular 20.3.7 requires zone.js ~0.14.x; version 0.15.1 will fail npm install with ERESOLVE errors. Apply this diff to fix: - "zone.js": "0.15.1"
+ "zone.js": "~0.14.2"Apply the same correction to all other Angular example package.json files in this PR to prevent installation failures. Also applies to: 21-21 |
||
| "@tanstack/angular-query-experimental": "^5.90.7", | ||
| "@tanstack/angular-query-persist-client": "^5.62.12", | ||
| "@tanstack/query-async-storage-persister": "^5.90.7", | ||
| "rxjs": "^7.8.2", | ||
| "tslib": "^2.8.1", | ||
| "zone.js": "0.15.0" | ||
| "zone.js": "0.15.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@angular/build": "^20.0.0", | ||
| "@angular/cli": "^20.0.0", | ||
| "@angular/compiler-cli": "^20.0.0", | ||
| "@angular/build": "^20.3.7", | ||
| "@angular/cli": "^20.3.7", | ||
| "@angular/compiler-cli": "^20.3.7", | ||
| "typescript": "5.8.3" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,19 +9,19 @@ | |
| }, | ||
| "private": true, | ||
| "dependencies": { | ||
| "@angular/common": "^20.0.0", | ||
| "@angular/compiler": "^20.0.0", | ||
| "@angular/core": "^20.0.0", | ||
| "@angular/platform-browser": "^20.0.0", | ||
| "@angular/common": "^20.3.7", | ||
| "@angular/compiler": "^20.3.7", | ||
| "@angular/core": "^20.3.7", | ||
| "@angular/platform-browser": "^20.3.7", | ||
|
Comment on lines
+12
to
+15
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 Critical: zone.js 0.15.1 incompatible with Angular 20.3.7. Angular versions have specific peer dependency requirements for zone.js that cause resolution failures when mismatched. Angular 20.3.7 requires zone.js ~0.14.x; version 0.15.1 will prevent npm install from succeeding. Apply this diff to fix: - "zone.js": "0.15.1"
+ "zone.js": "~0.14.2"Ensure this correction is applied consistently across all Angular example package.json files in this PR. Also applies to: 19-19 🤖 Prompt for AI Agents |
||
| "@tanstack/angular-query-experimental": "^5.90.7", | ||
| "rxjs": "^7.8.2", | ||
| "tslib": "^2.8.1", | ||
| "zone.js": "0.15.0" | ||
| "zone.js": "0.15.1" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 CRITICAL: zone.js 0.15.1 incompatible with Angular 20.3.7. Angular 20.3.7 requires zone.js ~0.14.x per peer dependency constraints. Version 0.15.1 (line 19) is incompatible and will fail This issue has been flagged in prior reviews but remains unresolved across all Angular examples in this PR. Apply this diff to fix: - "zone.js": "0.15.1"
+ "zone.js": "~0.14.2"Ensure the same correction is applied consistently to all Angular example package.json files in this PR. Also applies to: 12-15 🤖 Prompt for AI Agents |
||
| }, | ||
| "devDependencies": { | ||
| "@angular/build": "^20.0.0", | ||
| "@angular/cli": "^20.0.0", | ||
| "@angular/compiler-cli": "^20.0.0", | ||
| "@angular/build": "^20.3.7", | ||
| "@angular/cli": "^20.3.7", | ||
| "@angular/compiler-cli": "^20.3.7", | ||
| "typescript": "5.8.3" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -9,20 +9,20 @@ | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "private": true, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "dependencies": { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "@angular/common": "^20.0.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "@angular/compiler": "^20.0.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "@angular/core": "^20.0.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "@angular/platform-browser": "^20.0.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "@angular/router": "^20.0.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "@angular/common": "^20.3.7", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "@angular/compiler": "^20.3.7", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "@angular/core": "^20.3.7", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "@angular/platform-browser": "^20.3.7", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "@angular/router": "^20.3.7", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "@tanstack/angular-query-experimental": "^5.90.7", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "rxjs": "^7.8.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "tslib": "^2.8.1", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "zone.js": "0.15.0" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "zone.js": "0.15.1" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "devDependencies": { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "@angular/build": "^20.0.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "@angular/cli": "^20.0.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "@angular/compiler-cli": "^20.0.0", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "@angular/build": "^20.3.7", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "@angular/cli": "^20.3.7", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "@angular/compiler-cli": "^20.3.7", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Comment on lines
+12
to
+25
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 Critical: Zone.js 0.15.1 incompatible with Angular 20.3.7. Angular 20.3.7 requires zone.js 0.14.x per peer dependency constraints. Version 0.15.1 will fail during npm install with peer dependency resolution errors. Apply this diff to fix: - "zone.js": "0.15.1"
+ "zone.js": "^0.14.2"This same correction needs to be applied to all other Angular example package.json files in this PR. 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "typescript": "5.8.3" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,20 +9,20 @@ | |
| }, | ||
| "private": true, | ||
| "dependencies": { | ||
| "@angular/common": "^20.0.0", | ||
| "@angular/compiler": "^20.0.0", | ||
| "@angular/core": "^20.0.0", | ||
| "@angular/forms": "^20.0.0", | ||
| "@angular/platform-browser": "^20.0.0", | ||
| "@angular/common": "^20.3.7", | ||
| "@angular/compiler": "^20.3.7", | ||
| "@angular/core": "^20.3.7", | ||
| "@angular/forms": "^20.3.7", | ||
| "@angular/platform-browser": "^20.3.7", | ||
| "@tanstack/angular-query-experimental": "^5.90.7", | ||
| "rxjs": "^7.8.2", | ||
| "tslib": "^2.8.1", | ||
| "zone.js": "0.15.0" | ||
| "zone.js": "0.15.1" | ||
|
Comment on lines
+12
to
+20
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 Critical: zone.js 0.15.1 incompatible with Angular 20.3.7. Angular versions have peer dependency constraints on zone.js (e.g., Angular 18.2.3 requires zone.js ~0.14.10, but zone.js ~0.15.0 causes peerDependency resolution failures). Angular 20.3.7 similarly requires zone.js ~0.14.x. This will fail npm install with ERESOLVE errors. Apply this diff to fix: - "zone.js": "0.15.1"
+ "zone.js": "~0.14.2"This same correction needs to be applied to all other Angular example package.json files in this PR (examples/angular/basic-persister, examples/angular/auto-refetching, examples/angular/basic, examples/angular/infinite-query-with-max-pages, etc.) to maintain consistency and prevent similar failures across the codebase. 🤖 Prompt for AI Agents |
||
| }, | ||
| "devDependencies": { | ||
| "@angular/build": "^20.0.0", | ||
| "@angular/cli": "^20.0.0", | ||
| "@angular/compiler-cli": "^20.0.0", | ||
| "@angular/build": "^20.3.7", | ||
| "@angular/cli": "^20.3.7", | ||
| "@angular/compiler-cli": "^20.3.7", | ||
| "typescript": "5.8.3" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,19 +9,19 @@ | |
| "watch": "ng build --watch --configuration development" | ||
| }, | ||
| "dependencies": { | ||
| "@angular/common": "^20.0.0", | ||
| "@angular/compiler": "^20.0.0", | ||
| "@angular/core": "^20.0.0", | ||
| "@angular/platform-browser": "^20.0.0", | ||
| "@angular/common": "^20.3.7", | ||
| "@angular/compiler": "^20.3.7", | ||
| "@angular/core": "^20.3.7", | ||
| "@angular/platform-browser": "^20.3.7", | ||
| "@tanstack/angular-query-experimental": "^5.90.7", | ||
| "rxjs": "^7.8.2", | ||
| "tslib": "^2.8.1", | ||
| "zone.js": "0.15.0" | ||
| "zone.js": "0.15.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@angular/build": "^20.0.0", | ||
| "@angular/cli": "^20.0.0", | ||
| "@angular/compiler-cli": "^20.0.0", | ||
| "@angular/build": "^20.3.7", | ||
| "@angular/cli": "^20.3.7", | ||
| "@angular/compiler-cli": "^20.3.7", | ||
|
Comment on lines
+12
to
+24
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 Critical: zone.js 0.15.1 incompatible with Angular 20.3.7. Angular 20.3.7 requires zone.js ~0.14.x per peer dependency constraints. Version 0.15.1 will fail during npm install with peer dependency resolution errors. Apply this diff to fix: - "zone.js": "0.15.1"
+ "zone.js": "^0.14.2"This same correction needs to be applied to all other Angular example package.json files in this PR (e.g., examples/angular/auto-refetching, infinite-query-with-max-pages, devtools-panel, etc.) to maintain consistency and prevent similar failures across the codebase. Also applies to: 19-19 🤖 Prompt for AI Agents |
||
| "typescript": "5.8.3" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -9,20 +9,20 @@ | |||||
| }, | ||||||
| "private": true, | ||||||
| "dependencies": { | ||||||
| "@angular/common": "^20.0.0", | ||||||
| "@angular/compiler": "^20.0.0", | ||||||
| "@angular/core": "^20.0.0", | ||||||
| "@angular/platform-browser": "^20.0.0", | ||||||
| "@angular/router": "^20.0.0", | ||||||
| "@angular/common": "^20.3.7", | ||||||
| "@angular/compiler": "^20.3.7", | ||||||
| "@angular/core": "^20.3.7", | ||||||
| "@angular/platform-browser": "^20.3.7", | ||||||
| "@angular/router": "^20.3.7", | ||||||
| "@tanstack/angular-query-experimental": "^5.90.7", | ||||||
| "rxjs": "^7.8.2", | ||||||
| "tslib": "^2.8.1", | ||||||
| "zone.js": "0.15.0" | ||||||
| "zone.js": "0.15.1" | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔴 Critical: Zone.js 0.15.1 incompatible with Angular 20.3.7. Angular 20.3.7 requires zone.js ~0.14.x per peer dependency constraints. Version 0.15.1 falls outside this range and will fail during npm install with peer dependency resolution errors. Apply this diff to fix: - "zone.js": "0.15.1"
+ "zone.js": "^0.14.2"📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| }, | ||||||
| "devDependencies": { | ||||||
| "@angular/build": "^20.0.0", | ||||||
| "@angular/cli": "^20.0.0", | ||||||
| "@angular/compiler-cli": "^20.0.0", | ||||||
| "@angular/build": "^20.3.7", | ||||||
| "@angular/cli": "^20.3.7", | ||||||
| "@angular/compiler-cli": "^20.3.7", | ||||||
| "typescript": "5.8.3" | ||||||
| } | ||||||
| } | ||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,19 +9,19 @@ | |
| }, | ||
| "private": true, | ||
| "dependencies": { | ||
| "@angular/common": "^20.0.0", | ||
| "@angular/compiler": "^20.0.0", | ||
| "@angular/core": "^20.0.0", | ||
| "@angular/platform-browser": "^20.0.0", | ||
| "@angular/common": "^20.3.7", | ||
| "@angular/compiler": "^20.3.7", | ||
| "@angular/core": "^20.3.7", | ||
| "@angular/platform-browser": "^20.3.7", | ||
| "@tanstack/angular-query-experimental": "^5.90.7", | ||
| "rxjs": "^7.8.2", | ||
| "tslib": "^2.8.1", | ||
| "zone.js": "0.15.0" | ||
| "zone.js": "0.15.1" | ||
|
Comment on lines
+12
to
+19
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Angular 20.3.7 has peer dependency constraints requiring zone.js 0.14.x. The version bump to 0.15.1 will cause peerDependency resolution failures during installation. This issue has been flagged in prior reviews and needs correction across all Angular examples. Apply this diff to resolve the incompatibility: - "zone.js": "0.15.1"
+ "zone.js": "^0.14.2"This same correction is required for all other Angular examples in this PR (e.g., examples/angular/infinite-query-with-max-pages, examples/angular/basic, etc.). Also applies to: 22-24 🤖 Prompt for AI Agents |
||
| }, | ||
| "devDependencies": { | ||
| "@angular/build": "^20.0.0", | ||
| "@angular/cli": "^20.0.0", | ||
| "@angular/compiler-cli": "^20.0.0", | ||
| "@angular/build": "^20.3.7", | ||
| "@angular/cli": "^20.3.7", | ||
| "@angular/compiler-cli": "^20.3.7", | ||
| "typescript": "5.8.3" | ||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Critical: zone.js 0.15.1 incompatible with Angular 20.3.7.
Angular 20.3.7 requires zone.js ~0.14.x per peer dependency constraints. Version 0.15.1 will fail during npm install with peer dependency resolution errors.
Apply this diff to fix:
This same correction needs to be applied to all other Angular example package.json files in this PR (e.g., examples/angular/pagination, infinite-query-with-max-pages, devtools-panel, etc.) to maintain consistency and prevent similar failures across the codebase.
Also applies to: 19-19
🤖 Prompt for AI Agents