chore(deps-dev): align TypeScript 6 - #185
Closed
TheRealAgentK wants to merge 1 commit into
Closed
Conversation
12 tasks
TheRealAgentK
requested review from
ProRedCat,
QuantumNightmare,
phillip-haydon and
sumitramanga
August 4, 2026 01:08
phillip-haydon
approved these changes
Aug 4, 2026
Contributor
Author
|
The approved merge was applied to The PR head is now an ancestor of |
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
ignoreDeprecations: "6.0"rootDir: "./lib"so the package entry-point layout is explicit ahead of future compiler migrationsThis deliberately does not adopt TypeScript 7. TypeScript 7 removes ES5 output and requires a separate runtime/output compatibility decision tracked as future work.
Compatibility
The JavaScript and declaration artifacts emitted by TypeScript 6.0.3 were byte-for-byte compared with the TypeScript 5.9.3 build and are unchanged. A dry-run package confirms the expected entry points remain:
build/raygun.aws.jsbuild/raygun.aws.d.tsValidation
npm ci --ignore-scriptsnpm run preparenpm test— 13 passingnpm run eslintnpm run tseslintnpm run prettier:checknpm audit --omit=dev— 0 vulnerabilitiesnpm audit— 0 vulnerabilitiesnpm pack --dry-run— expected JS and declaration entry points included