chore(deps): update dependency @vue/tsconfig to v0.8.1#340
Merged
Conversation
This commit fixes all TypeScript errors introduced by upgrading @vue/tsconfig from 0.4.0 to 0.8.1. The new version enables stricter type checking with noUncheckedIndexedAccess, which requires proper null/undefined handling. Key changes: - Add noEmit: false to composite tsconfig files to fix build errors - Add proper null/undefined checks for array/object access throughout codebase - Fix potentially undefined values in VueUse hooks (keys.escape, keys.ctrl_k, etc.) - Add null guards for array element access in utility functions - Improve type safety in temperature converter, benchmark builder, and other tools All 138 unit tests pass and the production build succeeds.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Fix linting issues found in CI: - Convert randFromArray to function declaration (top-level functions require function keyword) - Fix ISO8601 regex backreference issue by replacing \17 with :? and removing contradictory lookahead - Preserve IPv4 regex empty alternative with eslint-disable comment (intentional for 0-9 matching) - Add null check for temperature converter input value All tests passing and linter satisfied.
Deploying it-tools with
|
| Latest commit: |
fc7d39e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3ab6bd17.it-tools-bsv.pages.dev |
| Branch Preview URL: | https://claude-review-pr-333-01lcyp4.it-tools-bsv.pages.dev |
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.
No description provided.