Skip to content

Upgrade TypeScript to v6#39

Merged
AlexJSully merged 3 commits into
mainfrom
alexjsully-260514-upgrade-ts-v6
May 14, 2026
Merged

Upgrade TypeScript to v6#39
AlexJSully merged 3 commits into
mainfrom
alexjsully-260514-upgrade-ts-v6

Conversation

@AlexJSully

Copy link
Copy Markdown
Owner

Upgrade TypeScript to v6 as well as upgrade other packages too.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades the project’s TypeScript toolchain to v6 and refreshes several related devDependencies, alongside build/test script adjustments to keep the extension compiling and testing with the updated ecosystem.

Changes:

  • Upgraded TypeScript to ^6.0.3 and updated related tooling (ESLint, Jest, esbuild, etc.).
  • Updated tsconfig.json path alias mappings to be rooted under ./src/*.
  • Switched the extension E2E test compilation step from tsc to esbuild.

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.

File Description
tsconfig.json Adjusts path alias mappings (but currently removes baseUrl while still using paths).
package.json Upgrades TS/tooling versions and changes compile:tests to use esbuild.
package-lock.json Locks updated dependency graph for the upgraded toolchain.

Comment thread package.json
@AlexJSully AlexJSully merged commit e56a985 into main May 14, 2026
2 checks passed
@AlexJSully AlexJSully deleted the alexjsully-260514-upgrade-ts-v6 branch May 14, 2026 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants