chore(deps): update dependency typescript to v7#61
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e92a12b6f7
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@types/node": "^24.0.0", | ||
| "ts-node": "^10.9.2", | ||
| "typescript": "^6.0.0" | ||
| "typescript": "^7.0.0" |
There was a problem hiding this comment.
Update tsconfig before enabling TypeScript 7
After this bump, fresh installs run TypeScript 7 for npm run build, but this repo's tsconfig.json still sets moduleResolution to node. TypeScript 7 makes moduleResolution: node/node10 unsupported, so the build fails before emitting dist/ unless the config is migrated (for example to nodenext/bundler) or the compiler stays on a TS6-compatible package.
Useful? React with 👍 / 👎.
This PR contains the following updates:
^6.0.0→^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 becomes conflicted, 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.