Skip to content

feat(W-22515355)!: upgrade to TypeScript v6 - #415

Open
k80bowman wants to merge 1 commit into
mainfrom
k80/ts-v6
Open

feat(W-22515355)!: upgrade to TypeScript v6#415
k80bowman wants to merge 1 commit into
mainfrom
k80/ts-v6

Conversation

@k80bowman

Copy link
Copy Markdown

What does this PR do?

Upgrades the project to TypeScript v6. Bumps typescript from ^5.5.4 to ^6.0.0, and updates typedoc (^0.26.11^0.28.20) and
typedoc-plugin-missing-exports (^3.1.0^4.1.4) to versions compatible with the new compiler.

Note: This is a breaking change — consumers must be on a TypeScript v6-compatible toolchain.

Repro

  1. Check out this branch and run yarn install.
  2. Run the build (yarn build) and confirm it compiles cleanly under TypeScript v6.
  3. Run yarn test / yarn lint and confirm they pass.
  4. Verify yarn docs (typedoc) generates without errors.

What issues does this PR fix or reference?

@W-22515355@

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.

1 participant