chore: bump typescript to 6.0#36
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the repository’s TypeScript toolchain to v6 and adjusts TypeScript configuration files to align with the new compiler defaults and project needs.
Changes:
- Bump
typescriptto^6.0.3and refreshpackage-lock.jsondependency resolutions. - Simplify/adjust TS compiler configuration in
tsconfig.base.jsonand related project tsconfigs. - Add global ambient module declarations for importing
*.scss/*.cssfrom TypeScript.
Reviewed changes
Copilot reviewed 3 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tsconfig.json | Updates project TS config; adjusts path mapping and compiler options. |
| tsconfig.base.json | Removes redundant/now-default strictness + interop compiler flags. |
| tests/js/tsconfig.json | Simplifies test TS config compilerOptions. |
| src/global.d.ts | Adds ambient declarations for stylesheet imports. |
| package.json | Bumps typescript devDependency to ^6.0.3. |
| package-lock.json | Updates lockfile to reflect the TS bump and transitive dependency updates. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #36 +/- ##
============================================
- Coverage 94.94% 94.20% -0.74%
Complexity 115 115
============================================
Files 21 21
Lines 475 518 +43
============================================
+ Hits 451 488 +37
- Misses 24 30 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
What
Bumps typescript to latest. Updates the configs accordingly.
Why
General maint
Related Issue(s):
How
Testing Instructions
Screenshots
Additional Info
Checklist