CID-22997 chore: bump TypeScript to v6 - #266
Merged
Merged
Conversation
Upgrades typescript from ^5.9.3 to ^6.0.0 and aligns typescript-eslint packages to ^8.65.0 for TS v6 compatibility.
The previous lockfile had 16 packages resolved from workivaeast.jfrog.io, which requires authentication not available in the TypeScript Tests CI job. Regenerated lockfile using registry.npmjs.org so all packages resolve from the public registry.
TypeScript v6 requires rootDir to be explicitly set. Add rootDir: ./src to both tsconfig.json (which has outDir) and tsconfig.eslint.json to resolve TS5011 errors.
micahbeeman-wf
approved these changes
Aug 18, 2026
Contributor
|
@Workiva/release-management-pp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
typescriptfrom^5.9.3to^6.0.0@typescript-eslint/eslint-pluginfrom^8.58.2to^8.65.0(required for TS v6 compatibility)@typescript-eslint/parserfrom^8.32.1to^8.65.0(required for TS v6 compatibility)package-lock.jsonvianpm install --package-lock-onlyPart of the org-wide TypeScript v5→v6 upgrade initiative.
Test plan
npm run package