-
Notifications
You must be signed in to change notification settings - Fork 11.8k
build: update schematics dependencies (main) (major)- #33834
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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -17,7 +17,7 @@ | |||||
| "@angular-devkit/schematics": "^<%= schematicsVersion %>" | ||||||
| }, | ||||||
| "devDependencies": { | ||||||
| "@types/node": "^20.17.19", | ||||||
| "@types/node": "^26.0.0", | ||||||
|
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. Upgrading
Suggested change
|
||||||
| "@types/jasmine": "~6.0.0", | ||||||
| "jasmine": "~6.3.0", | ||||||
| "typescript": "~6.0.2" | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -5,7 +5,7 @@ | |||||
| "dependencies": { | ||||||
| "@types/express": "^5.0.1", | ||||||
| "@types/jasmine": "~6.0.0", | ||||||
| "@types/node": "^20.17.19", | ||||||
| "@types/node": "^26.0.0", | ||||||
|
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. Upgrading
Suggested change
|
||||||
| "browser-sync": "^3.0.0", | ||||||
| "express": "^5.1.0", | ||||||
| "istanbul-lib-instrument": "^6.0.3", | ||||||
|
|
@@ -16,7 +16,7 @@ | |||||
| "karma-jasmine-html-reporter": "~2.2.0", | ||||||
| "karma-jasmine": "~5.1.0", | ||||||
| "karma": "~6.4.0", | ||||||
| "jsdom": "^28.0.0", | ||||||
| "jsdom": "^30.0.0", | ||||||
|
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. Upgrading
Suggested change
|
||||||
| "less": "^4.2.0", | ||||||
| "postcss": "^8.5.3", | ||||||
| "prettier": "^3.8.1", | ||||||
|
|
||||||
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.
Upgrading
@types/nodeto^26.0.0is invalid because Node.js 26 is not yet released, and@types/nodeversions correspond to Node.js major versions. This version mismatch can cause type-checking failures and compatibility issues with the project's TypeScript version. Use a version matching the supported Node.js LTS versions (e.g.,^20.17.19or^22.0.0).