Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
chore(type-utils): finish migrating tovitest
#11104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
JoshuaKGoldberg merged 21 commits intotypescript-eslint:mainfromaryaemami59:chore/type-utils-vitest-migrationMay 5, 2025
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
21 commits Select commitHold shift + click to select a range
bc4c966
Update `vitest` to version 3.1.2
aryaemami599dae3f8
Fix `eslint-plugin-lint` issues
aryaemami598462db9
chore(type-utils): finish migrating to `vitest`
aryaemami59df9c6d9
Convert `expectToHaveParserServices` to a custom assertion
aryaemami59ed871ae
Fix `package.json`
aryaemami595145e65
Merge branch 'main' of https://github.com/typescript-eslint/typescrip…
aryaemami59673bfd6
Convert `expectTypesAre` to a custom assertion
aryaemami59ff2ca50
minimize depth of `diff` recursion
aryaemami5930182fc
Merge branch 'main' of https://github.com/typescript-eslint/typescrip…
aryaemami59fd01b72
Merge branch 'main' of https://github.com/typescript-eslint/typescrip…
aryaemami5973bdec5
update `vite` to version 6.3.4
aryaemami594fbfcf8
update `chai` to version 5.2.0
aryaemami59d03837e
update `chai` to version 5.2.0
aryaemami599e9af5d
create more custom matchers
aryaemami5915cbe3d
Merge branch 'main' of https://github.com/typescript-eslint/typescrip…
aryaemami59f99de24
update `@vitest/eslint-plugin` to version 1.1.44
aryaemami59161c27e
Merge branch 'main' of https://github.com/typescript-eslint/typescrip…
aryaemami59a3613a9
fix custom matchers
aryaemami59c7ceb1c
fix custom matchers
aryaemami5945f0052
fix test titles
aryaemami59168bc8b
update `vite` to version 6.3.5
aryaemami59File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
12 changes: 12 additions & 0 deletionseslint.config.mjs
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
9 changes: 9 additions & 0 deletionsknip.ts
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
8 changes: 4 additions & 4 deletionspackage.json
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
4 changes: 2 additions & 2 deletionspackages/ast-spec/package.json
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
4 changes: 2 additions & 2 deletionspackages/eslint-plugin-internal/package.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -31,8 +31,8 @@ | ||
"prettier": "^3.2.5" | ||
}, | ||
"devDependencies": { | ||
"@vitest/coverage-v8": "^3.1.2", | ||
"rimraf": "*", | ||
"vitest": "^3.1.2" | ||
} | ||
} |
4 changes: 2 additions & 2 deletionspackages/eslint-plugin/package.json
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
4 changes: 2 additions & 2 deletionspackages/integration-tests/package.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -18,7 +18,7 @@ | ||
"check-types": "npx nx typecheck" | ||
}, | ||
"devDependencies": { | ||
"@vitest/coverage-v8": "^3.1.2", | ||
"vitest": "^3.1.2" | ||
} | ||
} |
4 changes: 2 additions & 2 deletionspackages/parser/package.json
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
4 changes: 2 additions & 2 deletionspackages/rule-schema-to-typescript-types/package.json
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
6 changes: 3 additions & 3 deletionspackages/rule-tester/package.json
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
4 changes: 2 additions & 2 deletionspackages/scope-manager/package.json
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
8 changes: 4 additions & 4 deletionspackages/type-utils/package.json
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.