Upgrade Typescript to 6.0.2#1234
Conversation
Branch Deployment to Cloudflare Pages🚛 Preview URL: https://dbc22595.pxweb2.pages.dev |
|
There was a problem hiding this comment.
Pull request overview
Updates the repo’s TypeScript toolchain and associated TS configs to support the TypeScript 6.0.2 upgrade across the workspace.
Changes:
- Bumps
typescriptdevDependency to^6.0.2and updates the lockfile. - Adjusts shared
tsconfig.base.jsontypings and path mappings. - Cleans up package-level
tsconfig.jsoncompiler options (removes explicitesModuleInterop: false).
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tsconfig.base.json | Updates shared compiler options and path aliases used by workspace packages. |
| packages/pxweb2/tsconfig.json | Removes redundant compiler option and normalizes JSON formatting. |
| packages/pxweb2-ui/tsconfig.json | Removes redundant compiler option. |
| package.json | Upgrades TypeScript to 6.0.2. |
| package-lock.json | Locks TypeScript 6.0.2 and related dependency graph updates. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "paths": { | ||
| "@pxweb2/pxweb2-api-client": ["packages/pxweb2-api-client/src/index.ts"], | ||
| "@pxweb2/pxweb2-ui": ["packages/pxweb2-ui/src/index.ts"] | ||
| "packages/*": ["./packages/*"], | ||
| "@pxweb2/pxweb2-api-client": [ | ||
| "./packages/pxweb2-api-client/src/index.ts" | ||
| ], | ||
| "@pxweb2/pxweb2-ui": ["./packages/pxweb2-ui/src/index.ts"] | ||
| } |
SjurSutterudSagen
left a comment
There was a problem hiding this comment.
Looks good, great to be ready for the v7 porting to Go



No description provided.