@jimmy.codes/eslint-config 5.16.0 → 5.17.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.
package/dist/index.js CHANGED
@@ -587,8 +587,8 @@ var defineConfig = async ({
587
587
  isTanstackQueryEnabled && unwrap(import("./tanstack-query-QBZ3MKQ7.js")),
588
588
  isAstroEnabled && unwrap(import("./astro-Z5RFF624.js")),
589
589
  isJestEnabled && unwrap(import("./jest-7NR7TDOP.js")),
590
- isVitestEnabled && unwrap(import("./vitest-LSKPTQM4.js")),
591
- isTestingLibraryEnabled && unwrap(import("./testing-library-7RTMAEOX.js")),
590
+ isVitestEnabled && unwrap(import("./vitest-726PXOPS.js")),
591
+ isTestingLibraryEnabled && unwrap(import("./testing-library-HML5O6UC.js")),
592
592
  isPlaywrightEnabled && unwrap(import("./playwright-BIJ7HLQZ.js")),
593
593
  isStorybookEnabled && unwrap(import("./storybook-XHFO7L4T.js")),
594
594
  isNextjsEnabled && unwrap(import("./nextjs-7V464KOE.js"))
@@ -14,7 +14,8 @@ var testingLibraryRules = async () => {
14
14
  ]);
15
15
  return {
16
16
  ...testingLibrary.configs["flat/react"].rules,
17
- ...jestDom.configs["flat/recommended"].rules
17
+ ...jestDom.configs["flat/recommended"].rules,
18
+ "testing-library/no-test-id-queries": "error"
18
19
  };
19
20
  };
20
21
 
@@ -18,6 +18,7 @@ var vitestRules = async () => {
18
18
  withinDescribe: "it"
19
19
  }
20
20
  ],
21
+ "vitest/consistent-vitest-vi": "error",
21
22
  "vitest/no-alias-methods": "error",
22
23
  "vitest/no-commented-out-tests": "error",
23
24
  "vitest/no-conditional-in-test": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimmy.codes/eslint-config",
3
- "version": "5.16.0",
3
+ "version": "5.17.0",
4
4
  "description": "A simple, modern ESLint config that covers most use cases.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -33,37 +33,37 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
36
- "@eslint-react/eslint-plugin": "^1.51.0",
37
- "@eslint/js": "^9.28.0",
36
+ "@eslint-react/eslint-plugin": "^1.52.2",
37
+ "@eslint/js": "^9.29.0",
38
38
  "@next/eslint-plugin-next": "^15.3.3",
39
39
  "@stylistic/eslint-plugin": "^4.4.1",
40
40
  "@tanstack/eslint-plugin-query": "^5.78.0",
41
41
  "@types/eslint": "9.6.1",
42
- "@typescript-eslint/parser": "^8.33.1",
43
- "@typescript-eslint/utils": "^8.33.1",
44
- "@vitest/eslint-plugin": "^1.2.1",
42
+ "@typescript-eslint/parser": "^8.34.1",
43
+ "@typescript-eslint/utils": "^8.34.1",
44
+ "@vitest/eslint-plugin": "^1.2.7",
45
45
  "astro-eslint-parser": "^1.2.2",
46
46
  "eslint-config-prettier": "^10.1.5",
47
47
  "eslint-import-resolver-typescript": "^4.4.3",
48
48
  "eslint-plugin-astro": "^1.3.1",
49
- "eslint-plugin-import-x": "^4.15.1",
50
- "eslint-plugin-jest": "^28.12.0",
49
+ "eslint-plugin-import-x": "^4.15.2",
50
+ "eslint-plugin-jest": "^28.14.0",
51
51
  "eslint-plugin-jest-dom": "^5.5.0",
52
- "eslint-plugin-jsdoc": "^50.7.1",
52
+ "eslint-plugin-jsdoc": "^51.0.3",
53
53
  "eslint-plugin-jsx-a11y": "^6.10.2",
54
- "eslint-plugin-n": "^17.19.0",
55
- "eslint-plugin-perfectionist": "^4.14.0",
54
+ "eslint-plugin-n": "^17.20.0",
55
+ "eslint-plugin-perfectionist": "^4.15.0",
56
56
  "eslint-plugin-playwright": "^2.2.0",
57
57
  "eslint-plugin-react-compiler": "19.1.0-rc.2",
58
58
  "eslint-plugin-react-hooks": "^5.2.0",
59
59
  "eslint-plugin-react-refresh": "0.4.20",
60
- "eslint-plugin-regexp": "^2.8.0",
60
+ "eslint-plugin-regexp": "^2.9.0",
61
61
  "eslint-plugin-storybook": "0.12.0",
62
- "eslint-plugin-testing-library": "^7.4.0",
62
+ "eslint-plugin-testing-library": "^7.5.3",
63
63
  "eslint-plugin-unicorn": "^59.0.1",
64
64
  "globals": "^16.2.0",
65
65
  "local-pkg": "^1.1.1",
66
- "typescript-eslint": "^8.33.1"
66
+ "typescript-eslint": "^8.34.1"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "eslint": "^9.10.0"