chore(deps): update dependency typescript to v7 - #350
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 14f0c8f78b
ℹ️ 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".
| "lint-staged": "16.1.5", | ||
| "prettier": "3.6.2", | ||
| "typescript": "5.9.2" | ||
| "typescript": "6.0.2" |
There was a problem hiding this comment.
Set
rootDir before taking the TypeScript 6 upgrade
TypeScript 6 changes the default rootDir to the directory containing tsconfig.json, and this repo does not override it (tsconfig.json only sets outDir: "lib" with include: ["src"]). After this bump, pnpm build will emit lib/src/index.js/lib/src/index.d.ts instead of lib/index.*, but the package entrypoints and downstream tooling are still hard-coded to lib/index.js (package.json:20-22, scripts/utils/bundler.js:13-14, tests/integration/lambda/handler.ts:3). From a clean install, that breaks prepack, build:lambda, and the published package layout unless rootDir is pinned explicitly.
Useful? React with 👍 / 👎.
14f0c8f to
fac2fab
Compare
fac2fab to
ae3aa15
Compare
ae3aa15 to
42d6089
Compare
42d6089 to
0d6708f
Compare
0d6708f to
89e3a0a
Compare
b18f403 to
34739cf
Compare
f185619 to
7aa8582
Compare
7aa8582 to
3e196f5
Compare
3e196f5 to
0dd9200
Compare
This PR contains the following updates:
5.9.3→7.0.2Release Notes
microsoft/TypeScript (typescript)
v7.0.2Compare Source
v6.0.3: TypeScript 6.0.3Compare Source
For release notes, check out the release announcement blog post.
Downloads are available on:
v6.0.2: TypeScript 6.0Compare Source
For release notes, check out the release announcement blog post.
Downloads are available on:
Configuration
📅 Schedule: (in timezone Europe/Kiev)
* 18-23,0-9 * * *)🚦 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.