@will-stone/eslint-config 15.0.7 → 15.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -1403,7 +1403,7 @@ async function vitest(_options) {
1403
1403
  "vitest/no-conditional-tests": "warn",
1404
1404
  "vitest/no-disabled-tests": "warn",
1405
1405
  "vitest/no-duplicate-hooks": "warn",
1406
- "vitest/no-focused-tests": "warn",
1406
+ "vitest/no-focused-tests": ["warn", { fixable: false }],
1407
1407
  "vitest/no-interpolation-in-snapshots": "warn",
1408
1408
  "vitest/no-large-snapshots": "warn",
1409
1409
  "vitest/no-mocks-import": "warn",
@@ -1414,6 +1414,7 @@ async function vitest(_options) {
1414
1414
  "vitest/no-test-return-statement": "warn",
1415
1415
  "vitest/prefer-called-with": "warn",
1416
1416
  "vitest/prefer-comparison-matcher": "warn",
1417
+ "vitest/prefer-describe-function-title": "warn",
1417
1418
  "vitest/prefer-each": "warn",
1418
1419
  "vitest/prefer-equality-matcher": "warn",
1419
1420
  "vitest/prefer-expect-resolves": "warn",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@will-stone/eslint-config",
3
- "version": "15.0.7",
3
+ "version": "15.2.0",
4
4
  "description": "Will Stone's ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config"
@@ -39,17 +39,17 @@
39
39
  },
40
40
  "prettier": "@will-stone/prettier-config",
41
41
  "dependencies": {
42
- "@typescript-eslint/eslint-plugin": "^8.29.0",
43
- "@typescript-eslint/parser": "^8.29.0",
42
+ "@typescript-eslint/eslint-plugin": "^8.30.1",
43
+ "@typescript-eslint/parser": "^8.30.1",
44
44
  "confusing-browser-globals": "^1.0.11",
45
45
  "eslint-config-flat-gitignore": "^2.1.0",
46
- "eslint-plugin-import-x": "^4.10.0",
46
+ "eslint-plugin-import-x": "^4.10.5",
47
47
  "eslint-plugin-jsx-a11y": "^6.10.2",
48
48
  "eslint-plugin-n": "^17.17.0",
49
49
  "eslint-plugin-unicorn": "^58.0.0",
50
50
  "globals": "^16.0.0",
51
51
  "globby": "^14.1.0",
52
- "type-fest": "^4.39.0"
52
+ "type-fest": "^4.40.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@commits-with-character/conventional-changelog-preset": "^4.0.0",
@@ -58,17 +58,17 @@
58
58
  "@types/confusing-browser-globals": "^1.0.3",
59
59
  "@types/eslint": "^9.6.1",
60
60
  "@types/node": "^22.14.1",
61
- "@typescript-eslint/utils": "^8.29.0",
62
- "@vitest/eslint-plugin": "^1.1.38",
63
- "@will-stone/prettier-config": "^9.0.2",
61
+ "@typescript-eslint/utils": "^8.30.1",
62
+ "@vitest/eslint-plugin": "^1.1.43",
63
+ "@will-stone/prettier-config": "^10.0.0",
64
64
  "astro-eslint-parser": "^1.2.2",
65
65
  "eslint-plugin-astro": "^1.3.1",
66
66
  "eslint-plugin-jest": "^28.11.0",
67
- "eslint-plugin-react": "^7.37.4",
67
+ "eslint-plugin-react": "^7.37.5",
68
68
  "eslint-plugin-react-hooks": "^5.2.0",
69
69
  "eslint-plugin-tailwindcss": "^3.18.0",
70
70
  "husky": "^9.1.7",
71
- "lint-staged": "^15.5.0",
71
+ "lint-staged": "^15.5.1",
72
72
  "memfs": "^4.17.0",
73
73
  "prettier": "^3.5.3",
74
74
  "release-it": "^19.0.1",
@@ -77,7 +77,7 @@
77
77
  "vitest": "^3.1.1"
78
78
  },
79
79
  "peerDependencies": {
80
- "@vitest/eslint-plugin": "^1.1.38",
80
+ "@vitest/eslint-plugin": "^1.1.43",
81
81
  "astro-eslint-parser": "^1.2.2",
82
82
  "eslint": ">=9.23.0",
83
83
  "eslint-plugin-astro": "^1.3.1",