@jimmy.codes/eslint-config 7.5.2 → 7.6.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.mjs CHANGED
@@ -558,7 +558,7 @@ const defineConfig = async ({ astro = false, autoDetect = true, gitignore = fals
558
558
  const featureConfigs = await Promise.all([
559
559
  isTypescriptEnabled && unwrap(import("./typescript-BDNbtOD5.mjs"), typescript),
560
560
  isReactEnabled && unwrap(import("./react-C7mZF3Qf.mjs"), react),
561
- isTanstackQueryEnabled && unwrap(import("./tanstack-query-CfY9r6o6.mjs"), tanstackQuery),
561
+ isTanstackQueryEnabled && unwrap(import("./tanstack-query-ntNKBb-Z.mjs"), tanstackQuery),
562
562
  isAstroEnabled && unwrap(import("./astro-B0kgVZlh.mjs"), astro),
563
563
  isJestEnabled && unwrap(import("./jest-W70UkOeC.mjs"), jest),
564
564
  isVitestEnabled && unwrap(import("./vitest-BXTl-VRj.mjs"), vitest),
@@ -15,6 +15,7 @@ async function tanstackQueryConfig(options) {
15
15
  "@tanstack/query/no-rest-destructuring": "error",
16
16
  "@tanstack/query/no-unstable-deps": "error",
17
17
  "@tanstack/query/no-void-query-fn": "error",
18
+ "@tanstack/query/prefer-query-options": "error",
18
19
  "@tanstack/query/stable-query-client": "error",
19
20
  ...extractedOptions?.overrides
20
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimmy.codes/eslint-config",
3
- "version": "7.5.2",
3
+ "version": "7.6.0",
4
4
  "description": "A simple, modern ESLint config that covers most use cases.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -41,15 +41,15 @@
41
41
  "dependencies": {
42
42
  "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
43
43
  "@eslint/js": "^9.39.4",
44
- "@next/eslint-plugin-next": "^16.1.6",
44
+ "@next/eslint-plugin-next": "^16.2.2",
45
45
  "@stylistic/eslint-plugin": "^5.10.0",
46
- "@tanstack/eslint-plugin-query": "^5.91.4",
46
+ "@tanstack/eslint-plugin-query": "^5.96.1",
47
47
  "@types/eslint": "9.6.1",
48
- "@typescript-eslint/parser": "^8.57.0",
49
- "@typescript-eslint/utils": "^8.57.0",
50
- "@vitest/eslint-plugin": "^1.6.12",
51
- "astro-eslint-parser": "^1.3.0",
52
- "eslint-config-flat-gitignore": "^2.2.1",
48
+ "@typescript-eslint/parser": "^8.58.0",
49
+ "@typescript-eslint/utils": "^8.58.0",
50
+ "@vitest/eslint-plugin": "^1.6.14",
51
+ "astro-eslint-parser": "^1.4.0",
52
+ "eslint-config-flat-gitignore": "^2.3.0",
53
53
  "eslint-config-prettier": "^10.1.8",
54
54
  "eslint-import-resolver-typescript": "^4.4.4",
55
55
  "eslint-plugin-arrow-return-style-x": "^1.2.6",
@@ -57,13 +57,13 @@
57
57
  "eslint-plugin-de-morgan": "^2.1.1",
58
58
  "eslint-plugin-erasable-syntax-only": "0.4.0",
59
59
  "eslint-plugin-import-x": "^4.16.2",
60
- "eslint-plugin-jest": "^29.15.0",
60
+ "eslint-plugin-jest": "^29.15.1",
61
61
  "eslint-plugin-jest-dom": "^5.5.0",
62
- "eslint-plugin-jsdoc": "^62.8.0",
62
+ "eslint-plugin-jsdoc": "^62.9.0",
63
63
  "eslint-plugin-jsx-a11y": "^6.10.2",
64
64
  "eslint-plugin-n": "^17.24.0",
65
- "eslint-plugin-perfectionist": "^5.6.0",
66
- "eslint-plugin-playwright": "^2.10.0",
65
+ "eslint-plugin-perfectionist": "^5.7.0",
66
+ "eslint-plugin-playwright": "^2.10.1",
67
67
  "eslint-plugin-react-compiler": "19.1.0-rc.2",
68
68
  "eslint-plugin-react-dom": "^2.13.0",
69
69
  "eslint-plugin-react-hooks": "^7.0.1",
@@ -75,11 +75,11 @@
75
75
  "eslint-plugin-react-x": "^2.13.0",
76
76
  "eslint-plugin-regexp": "^3.1.0",
77
77
  "eslint-plugin-storybook": "0.12.0",
78
- "eslint-plugin-testing-library": "^7.16.0",
79
- "eslint-plugin-unicorn": "^63.0.0",
78
+ "eslint-plugin-testing-library": "^7.16.2",
79
+ "eslint-plugin-unicorn": "^64.0.0",
80
80
  "globals": "^17.4.0",
81
81
  "local-pkg": "^1.1.2",
82
- "typescript-eslint": "^8.57.0"
82
+ "typescript-eslint": "^8.58.0"
83
83
  },
84
84
  "peerDependencies": {
85
85
  "eslint": ">=9.38.0"