chore(deps): update dependency typescript to v7 - #21
Conversation
|
| "prettier": "^3.8.4", | ||
| "ts-jest": "^29.4.11", | ||
| "typescript": "^6.0.3" | ||
| "typescript": "^7.0.0" |
There was a problem hiding this comment.
[HIGH] correctness
TypeScript version 7.0.0 does not exist in the public npm registry (current stable versions are ~5.x). This will cause 'npm install' or build failures.
💡 Verify the correct TypeScript version intended for the project. Revert to a valid semver range, such as '^5.6.0' (current latest stable), or ensure a custom registry is configured if this is an internal version.
There was a problem hiding this comment.
AI Code Review ❌
Found 1 finding(s):
HIGH (1)
package.json:48— TypeScript version 7.0.0 does not exist in the public npm registry (current stable versions are ~5.x). This will cause 'npm install' or build failures.
6420dc7 to
19cf901
Compare
| "prettier": "^3.8.4", | ||
| "ts-jest": "^29.4.11", | ||
| "typescript": "^6.0.3" | ||
| "typescript": "^7.0.0" |
There was a problem hiding this comment.
[HIGH] correctness
Major version upgrade of TypeScript to 7.0.0 is likely incompatible with the current version of ts-jest (29.4.11).
💡 Verify that ts-jest and other TypeScript-dependent tooling explicitly support TypeScript 7.0.0. Upgrade ts-jest to a compatible version (e.g., v30+) or pin TypeScript to the latest compatible major version (5.x or 6.x) to prevent build failures.
19cf901 to
85337d3
Compare
85337d3 to
12553c6
Compare
| "prettier": "^3.8.4", | ||
| "ts-jest": "^29.4.11", | ||
| "typescript": "^6.0.3" | ||
| "typescript": "^7.0.0" |
There was a problem hiding this comment.
[HIGH] correctness
Upgrading typescript to a new major version (^7.0.0) introduces breaking changes and may cause immediate compilation failures. Additionally, this version may not exist in the public registry (current stable versions are ~5.x).
💡 Verify the intended version number exists. If upgrading to a major version, review the migration guide for breaking changes and ensure compatibility with the specified Node engine (>=20.0.0). Pin to a specific version (e.g., '7.0.0') without the caret (^) during the migration to prevent unexpected patch updates.
There was a problem hiding this comment.
AI Code Review ❌
Found 1 finding(s):
HIGH (1)
package.json:48— Upgrading typescript to a new major version (^7.0.0) introduces breaking changes and may cause immediate compilation failures. Additionally, this version may not exist in the public registry (current stable versions are ~5.x).
12553c6 to
ffd538a
Compare
ffd538a to
0f69476
Compare
| "prettier": "^3.8.4", | ||
| "ts-jest": "^29.4.11", | ||
| "typescript": "^6.0.3" | ||
| "typescript": "^7.0.0" |
There was a problem hiding this comment.
[HIGH] correctness
TypeScript version ^7.0.0 does not currently exist in the public npm registry.
💡 Revert to a valid stable version (e.g., ^5.6.3) or ensure the package is available in your private registry.
0f69476 to
acbd1d8
Compare
| "prettier": "^3.8.4", | ||
| "ts-jest": "^29.4.11", | ||
| "typescript": "^6.0.3" | ||
| "typescript": "^7.0.0" |
There was a problem hiding this comment.
[HIGH] correctness
Major version bump to typescript 7.0.0 may introduce breaking changes
💡 Review the TypeScript 7.0.0 release notes for breaking changes. Verify that the codebase and tsconfig.json are compatible with the new version, as major compiler updates often introduce stricter type checking or altered compiler options that can break the build.
acbd1d8 to
e6fac63
Compare
| "prettier": "^3.8.4", | ||
| "ts-jest": "^29.4.11", | ||
| "typescript": "^6.0.3" | ||
| "typescript": "^7.0.0" |
There was a problem hiding this comment.
[HIGH] correctness
TypeScript version 7.0.0 does not exist in the public npm registry (current stable versions are 5.x). This will cause dependency installation to fail.
💡 Revert to the latest valid stable version, such as "typescript": "^5.6.3".
There was a problem hiding this comment.
AI Code Review ❌
Found 1 finding(s):
HIGH (1)
package.json:48— TypeScript version 7.0.0 does not exist in the public npm registry (current stable versions are 5.x). This will cause dependency installation to fail.
e6fac63 to
0ec4b92
Compare
| "prettier": "^3.8.4", | ||
| "ts-jest": "^29.4.11", | ||
| "typescript": "^6.0.3" | ||
| "typescript": "^7.0.0" |
There was a problem hiding this comment.
[HIGH] correctness
TypeScript version 7.0.0 is not a valid published version in the public npm registry (current stable versions are 5.x). This will cause dependency installation to fail.
💡 Verify the intended version number (e.g., ^5.7.0) and ensure the version exists before merging.
There was a problem hiding this comment.
AI Code Review ❌
Found 1 finding(s):
HIGH (1)
package.json:48— TypeScript version 7.0.0 is not a valid published version in the public npm registry (current stable versions are 5.x). This will cause dependency installation to fail.
This PR contains the following updates:
^6.0.3→^7.0.0Release Notes
microsoft/TypeScript (typescript)
v7.0.2Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.