Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(eslint-plugin): migrate to vitest#10579

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
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
39 commits
Select commitHold shift + click to select a range
0cae90b
chore(eslint-plugin): migrate to vitest
43081jDec 31, 2024
4d845fa
chore(eslint-plugin): try retain a somewhat similar shot format
43081jDec 31, 2024
4acd50b
chore(eslint-plugin): remove cross-spawn & add coverage-v8
43081jDec 31, 2024
b0949fa
chore: add test-coverage script
43081jDec 31, 2024
d69f679
test: add missing expect import
43081jDec 31, 2024
0d31350
Merge branch 'main' into eslint-plugin-vitest
43081jJan 13, 2025
2d1e64a
Merge branch 'main' into eslint-plugin-vitest
43081jJan 13, 2025
a3cf6f3
chore: use vitest globals for now
43081jJan 18, 2025
45f421b
Merge branch 'main' into eslint-plugin-vitest
43081jJan 18, 2025
481f167
fix: single run vitest
43081jJan 18, 2025
16c3305
Merge branch 'main' into eslint-plugin-vitest
43081jJan 20, 2025
904dfb0
chore: drop changes to it/test
43081jJan 20, 2025
ad6610a
chore(eslint-plugin): disallow jest types
43081jJan 20, 2025
482c290
chore(eslint-plugin): ignore jest linting
43081jJan 20, 2025
705315c
Merge branch 'main' into eslint-plugin-vitest
43081jJan 29, 2025
bb51043
chore(typescript-eslint): drop passWithNoTests
43081jJan 29, 2025
d251b54
chore(eslint-plugin): add console-fail-test
43081jJan 29, 2025
64c8281
chore(eslint-plugin): revert test to it changes
43081jJan 29, 2025
6811ea5
test(eslint-plugin): use runIf instead of conditional block
43081jJan 29, 2025
f274c68
Merge branch 'main' into eslint-plugin-vitest
43081jFeb 27, 2025
d4662f6
Merge branch 'main' into eslint-plugin-vitest
43081jMar 21, 2025
27b8ec1
chore: drop unused vitest setup
43081jMar 21, 2025
84e24b3
chore: fix test lint errors
43081jMar 21, 2025
e7c8adf
chore: clean up tsconfigs
43081jMar 21, 2025
a8434f7
Merge branch 'main'
JoshuaKGoldbergApr 14, 2025
572c289
Fix introduced lint complaints
JoshuaKGoldbergApr 14, 2025
7371ff9
Update packages/eslint-plugin/package.json
JoshuaKGoldbergApr 14, 2025
13f27bf
Update packages/eslint-plugin/package.json
JoshuaKGoldbergApr 14, 2025
0344439
normalize eslint.config.mjs and fix lint reports
JoshuaKGoldbergApr 14, 2025
9000294
Merge branch 'main'
JoshuaKGoldbergApr 14, 2025
989f585
Merge branch 'main' into eslint-plugin-vitest
JoshuaKGoldbergApr 14, 2025
9318aec
Remove unused devDependencies
JoshuaKGoldbergApr 14, 2025
bcf32df
dedupe vitest version
JoshuaKGoldbergApr 14, 2025
e514b5f
Updated test snapshot
JoshuaKGoldbergApr 14, 2025
bb164b6
Switch reporters to just github-actions
JoshuaKGoldbergApr 14, 2025
45ea934
switch to basic reporter alongside github-actions
JoshuaKGoldbergApr 14, 2025
24f8a7b
Merge branch 'main'
JoshuaKGoldbergApr 14, 2025
f4d02b3
testTimeout: 10_000
JoshuaKGoldbergApr 14, 2025
1ace444
Merge branch 'main'
JoshuaKGoldbergApr 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletionseslint.config.mjs
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -33,6 +33,7 @@ const vitestFiles = [
'packages/ast-spec/tests/**/*.test?(-d).{ts,tsx,cts,mts}',
'packages/ast-spec/tests/util/setupVitest.mts',
'packages/eslint-plugin-internal/tests/**/*.test.{ts,tsx,cts,mts}',
'packages/eslint-plugin/tests/**/*.test.{ts,tsx,cts,mts}',
'packages/integration-tests/tests/**/*.test.{ts,tsx,cts,mts},',
'packages/integration-tests/tools/integration-test-base.ts',
'packages/integration-tests/tools/pack-packages.ts',
Expand Down
2 changes: 0 additions & 2 deletionspackage.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -69,14 +69,12 @@
"@nx/vite": "20.7.2",
"@nx/workspace": "20.7.2",
"@swc/core": "^1.4.12",
"@swc/jest": "^0.2.36",
"@types/babel__code-frame": "^7.0.6",
"@types/babel__core": "^7.20.5",
"@types/debug": "^4.1.12",
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
"@types/is-glob": "^4.0.4",
"@types/jest": "29.5.13",
"@types/jest-specific-snapshot": "^0.5.9",
"@types/natural-compare": "^1.4.3",
"@types/node": "^20.12.5",
"@types/semver": "^7.5.8",
Expand Down
14 changes: 0 additions & 14 deletionspackages/eslint-plugin/jest.config.js
View file
Open in desktop

This file was deleted.

12 changes: 5 additions & 7 deletionspackages/eslint-plugin/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -56,8 +56,8 @@
"generate:breaking-changes": "tsx tools/generate-breaking-changes.mts",
"generate:configs": "npx nx generate-configs repo",
"lint": "npx nx lint",
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --logHeapUsage",
"test-single": "cross-env NODE_OPTIONS=\"--experimental-vm-modules\" jest --no-coverage",
"test": "vitest --run --config=$INIT_CWD/vitest.config.mts",
"test-single": "vitest --run --config=$INIT_CWD/vitest.config.mts",
"check-types": "npx nx typecheck"
},
"dependencies": {
Expand All@@ -72,18 +72,15 @@
"ts-api-utils": "^2.0.1"
},
"devDependencies": {
"@jest/types": "29.6.3",
"@types/marked": "^5.0.2",
"@types/mdast": "^4.0.3",
"@types/natural-compare": "*",
"@typescript-eslint/rule-schema-to-typescript-types": "8.30.1",
"@typescript-eslint/rule-tester": "8.30.1",
"@vitest/coverage-v8": "^3.1.1",
"ajv": "^6.12.6",
"cross-env": "^7.0.3",
"cross-fetch": "*",
"eslint": "*",
"jest": "29.7.0",
"jest-specific-snapshot": "^8.0.0",
"json-schema": "*",
"markdown-table": "^3.0.3",
"marked": "^5.1.2",
Expand All@@ -95,7 +92,8 @@
"title-case": "^3.0.3",
"tsx": "*",
"typescript": "*",
"unist-util-visit": "^5.0.0"
"unist-util-visit": "^5.0.0",
"vitest": "^3.1.1"
},
"peerDependencies": {
"@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
Expand Down

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

Loading

[8]ページ先頭

©2009-2025 Movatter.jp