feat: upgrade to eslint-config-availity v16 and TypeScript 6 - #935
Merged
Merged
Conversation
jordan-a-young
requested review from
LauRoxx and
gregmartDOTin
as code owners
September 15, 2026 18:48
Contributor
|
🚀 Preview deployed! |
- Bump eslint-config-availity to ^16.0.1 (v16 breaking: test runners now opt-in; vitest plugin is auto-resolved when installed) - Add @vitest/eslint-plugin ^1.0.0 as devDependency - Add withVitest spread to eslint.config.js - Bump TypeScript to ^6.0.0 across root + all 55 packages - Add ignoreDeprecations: '6.0' to tsconfig.base.json (required to keep baseUrl + paths working for monorepo path mapping; baseUrl itself is kept because tsup --dts needs it to resolve paths entries) Verified: - yarn lint: 0 errors (pre-existing warnings only, 53/53 projects pass) - yarn test: 55/55 targets pass - yarn build:storybook: succeeds, output in dist/storybook - DTS build for button and design-tokens: clean with TS 6.0.3
jordan-a-young
force-pushed
the
feature/typescript-6-eslint-v16
branch
from
September 15, 2026 19:37
db785c0 to
f4804a5
Compare
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.
Verified: