-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
chore(deps): update all non-major dependencies #9731
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,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.4", | ||||||||||||||||||||||
"@angular/compiler": "^20.3.4", | ||||||||||||||||||||||
"@angular/core": "^20.3.4", | ||||||||||||||||||||||
"@angular/platform-browser": "^20.3.4", | ||||||||||||||||||||||
"@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.5", | ||||||||||||||||||||||
"@angular/cli": "^20.3.5", | ||||||||||||||||||||||
"@angular/compiler-cli": "^20.3.4", | ||||||||||||||||||||||
"typescript": "5.8.3" | ||||||||||||||||||||||
} | ||||||||||||||||||||||
Comment on lines
+22
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. 🧩 Analysis chainBump TypeScript to meet Angular 20.3.5 peers TypeScript 5.8.3 is below the supported range for @angular/cli/build 20.3.5. Update and re-lock dependencies. - "typescript": "5.8.3"
+ "typescript": "^5.9.0" Verify the precise TS peer window: 🌐 Web query:
💡 Result: Angular 20.3.x supports TypeScript >= 5.9.0 and < 6.0.0 (i.e., TypeScript 5.9.x). [1] Sources Update TypeScript to ^5.9.0 in package.json Angular 20.3.x requires TypeScript ≥5.9.0 <6.0.0. - "typescript": "5.8.3"
+ "typescript": "^5.9.0" 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents
|
||||||||||||||||||||||
} |
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.4", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"@angular/compiler": "^20.3.4", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"@angular/core": "^20.3.4", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"@angular/platform-browser": "^20.3.4", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"@angular/router": "^20.3.4", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"@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.5", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"@angular/cli": "^20.3.5", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"@angular/compiler-cli": "^20.3.4", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
"typescript": "5.8.3" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines
+12
to
27
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. 🧩 Analysis chainBump TypeScript to match Angular 20.3 peer requirements All Angular deps just moved to 20.3.x, but "devDependencies": {
"@angular/build": "^20.3.5",
"@angular/cli": "^20.3.5",
"@angular/compiler-cli": "^20.3.4",
- "typescript": "5.8.3"
+ "typescript": "^5.9.0"
} 🌐 Web query:
💡 Result: @angular/cli 20.3.5 requires TypeScript >=5.9.0 and <6.0.0. [1] Sources Bump TypeScript to satisfy Angular 20.3 peer range "devDependencies": {
"@angular/build": "^20.3.5",
"@angular/cli": "^20.3.5",
"@angular/compiler-cli": "^20.3.4",
- "typescript": "5.8.3"
+ "typescript": "^5.9.0"
} 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
} |
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -9,20 +9,20 @@ | |||||||||||||||||||||||||||
"watch": "ng build --watch --configuration development" | ||||||||||||||||||||||||||||
}, | ||||||||||||||||||||||||||||
"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.4", | ||||||||||||||||||||||||||||
"@angular/compiler": "^20.3.4", | ||||||||||||||||||||||||||||
"@angular/core": "^20.3.4", | ||||||||||||||||||||||||||||
"@angular/forms": "^20.3.4", | ||||||||||||||||||||||||||||
"@angular/platform-browser": "^20.3.4", | ||||||||||||||||||||||||||||
"@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.5", | ||||||||||||||||||||||||||||
"@angular/cli": "^20.3.5", | ||||||||||||||||||||||||||||
"@angular/compiler-cli": "^20.3.4", | ||||||||||||||||||||||||||||
"typescript": "5.8.3" | ||||||||||||||||||||||||||||
Comment on lines
22
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. 🧩 Analysis chainUpdate TypeScript to satisfy Angular 20.3.x peers With @angular/cli/build 20.3.5, TypeScript 5.8.3 is outside the supported peer range. Bump TS and refresh the lockfile to avoid peer install/build failures. Apply: - "typescript": "5.8.3"
+ "typescript": "^5.9.0" Verify the exact supported TS range for Angular 20.3.x: 🌐 Web query:
💡 Result: Angular 20.3.x requires TypeScript >=5.9.0 and <6.0.0 (i.e. TypeScript 5.9.x). [1][2] Sources: Bump TypeScript to v5.9.x - "typescript": "5.8.3"
+ "typescript": "^5.9.0" Run your package manager to regenerate the lockfile. 📝 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.
🧩 Analysis chain
Raise TypeScript to a version supported by Angular 20.3.x
After bumping @angular/* and @angular/cli/build, TS 5.8.3 likely falls outside peer bounds. Update and re-lock to avoid install/build errors.
Confirm the exact peer range:
🌐 Web query:
💡 Result:
Angular 20.3.x supports TypeScript >= 5.9.0 and < 6.0.0. [1][2]
Sources:
[1] angular.dev — Version compatibility table for v20. (TypeScript: >=5.9.0 <6.0.0).
[2] angular/angular-cli release notes — @angular/build: "TypeScript versions older than 5.9 are no longer supported."
Update TypeScript to match Angular 20.3.x peer range
Angular 20.3.x requires TypeScript >=5.9.0 <6.0.0. Bump in package.json:
📝 Committable suggestion
🤖 Prompt for AI Agents