eslint-config-silverwind 101.0.2 → 101.1.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
@@ -199,7 +199,8 @@ const eslintrc = o({
199
199
  "storybook/prefer-pascal-case": [2],
200
200
  "storybook/story-exports": [2],
201
201
  "storybook/use-storybook-expect": [2],
202
- "storybook/use-storybook-testing-library": [2]
202
+ "storybook/use-storybook-testing-library": [2],
203
+ "sonarjs/no-identical-functions": [0]
203
204
  }
204
205
  },
205
206
  {
package/dist/index.json CHANGED
@@ -416,6 +416,9 @@
416
416
  ],
417
417
  "storybook/use-storybook-testing-library": [
418
418
  2
419
+ ],
420
+ "sonarjs/no-identical-functions": [
421
+ 0
419
422
  ]
420
423
  }
421
424
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-silverwind",
3
- "version": "101.0.2",
3
+ "version": "101.1.0",
4
4
  "description": "Exhaustive ESLint configuration",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/eslint-config-silverwind",
@@ -19,13 +19,13 @@
19
19
  "@stylistic/eslint-plugin-js": "3.1.0",
20
20
  "@stylistic/eslint-plugin-jsx": "3.1.0",
21
21
  "@stylistic/eslint-plugin-ts": "3.1.0",
22
- "@typescript-eslint/eslint-plugin": "8.34.0",
23
- "@typescript-eslint/parser": "8.34.0",
24
- "@vitest/eslint-plugin": "1.2.2",
22
+ "@typescript-eslint/eslint-plugin": "8.35.1",
23
+ "@typescript-eslint/parser": "8.35.1",
24
+ "@vitest/eslint-plugin": "1.2.7",
25
25
  "deepie-merge": "1.3.1",
26
- "eslint-import-resolver-typescript": "4.4.3",
26
+ "eslint-import-resolver-typescript": "4.4.4",
27
27
  "eslint-plugin-array-func": "4.0.0",
28
- "eslint-plugin-import-x": "4.15.2",
28
+ "eslint-plugin-import-x": "4.16.1",
29
29
  "eslint-plugin-jsx-a11y": "6.10.2",
30
30
  "eslint-plugin-no-use-extend-native": "0.5.0",
31
31
  "eslint-plugin-playwright": "2.2.0",
@@ -33,28 +33,28 @@
33
33
  "eslint-plugin-react-hooks": "5.2.0",
34
34
  "eslint-plugin-react-refresh": "0.4.20",
35
35
  "eslint-plugin-regexp": "2.9.0",
36
- "eslint-plugin-sonarjs": "3.0.2",
36
+ "eslint-plugin-sonarjs": "3.0.4",
37
37
  "eslint-plugin-storybook": "0.12.0",
38
38
  "eslint-plugin-tsdoc": "0.4.0",
39
39
  "eslint-plugin-unicorn": "56.0.1",
40
40
  "eslint-plugin-validate-jsx-nesting": "0.1.1",
41
- "globals": "16.2.0",
42
- "typescript-eslint": "8.34.0"
41
+ "globals": "16.3.0",
42
+ "typescript-eslint": "8.35.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/eslint": "9.6.1",
46
46
  "@types/eslint-plugin-jsx-a11y": "6.10.0",
47
- "@types/node": "24.0.1",
47
+ "@types/node": "24.0.8",
48
48
  "eslint": "8.57.1",
49
49
  "eslint-define-config": "2.1.0",
50
50
  "typescript": "5.8.3",
51
51
  "typescript-config-silverwind": "9.0.8",
52
52
  "updates": "16.4.2",
53
53
  "versions": "12.1.3",
54
- "vite": "6.3.5",
55
- "vite-config-silverwind": "5.2.4",
56
- "vitest": "3.2.3",
57
- "vitest-config-silverwind": "10.1.0"
54
+ "vite": "7.0.0",
55
+ "vite-config-silverwind": "5.3.0",
56
+ "vitest": "3.2.4",
57
+ "vitest-config-silverwind": "10.2.0"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "eslint": ">= 8",