-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
chore(deps): update all non-major dependencies #9712
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
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,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.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||
"@angular/compiler": "^20.3.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||
"@angular/core": "^20.3.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||
"@angular/forms": "^20.3.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||
"@angular/platform-browser": "^20.3.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||
"@tanstack/angular-query-experimental": "^5.90.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||
"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.3", | ||||||||||||||||||||||||||||||||||||||||||||||||||
"@angular/cli": "^20.3.3", | ||||||||||||||||||||||||||||||||||||||||||||||||||
"@angular/compiler-cli": "^20.3.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||
"typescript": "5.8.3" | ||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+12
to
26
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.x requires TypeScript ≥ 5.9 We bumped the Angular packages to 20.3.2, but the local toolchain still pins TypeScript 5.8.3. Angular’s compatibility matrix states that 20.3.x needs TypeScript versions in the - "typescript": "5.8.3"
+ "typescript": "5.9.2" 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents
|
||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||
} |
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.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"@angular/compiler": "^20.3.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"@angular/core": "^20.3.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"@angular/platform-browser": "^20.3.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"@tanstack/angular-query-experimental": "^5.90.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"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.3", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"@angular/cli": "^20.3.3", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"@angular/compiler-cli": "^20.3.2", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"typescript": "5.8.3" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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. Update TypeScript to keep Angular 20.3.x happy. Apply this diff to fix it: - "typescript": "5.8.3"
+ "typescript": "5.9.2" 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} |
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.
Same TypeScript pin needs to move for Angular 20.3.x.
This example also jumps to Angular 20.3.x while leaving TypeScript at 5.8.3, which isn’t supported anymore. Please upgrade the TypeScript devDependency to a 5.9.x build before merging. (angular.dev)
📝 Committable suggestion
🤖 Prompt for AI Agents