eslint-config-silverwind 94.1.1 → 94.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.
package/dist/index.js CHANGED
@@ -482,7 +482,7 @@ const eslintrc = {
482
482
  "prefer-object-has-own": [2],
483
483
  "prefer-object-spread": [2],
484
484
  "prefer-promise-reject-errors": [2, { "allowEmptyReject": false }],
485
- "prefer-regex-literals": [2],
485
+ "prefer-regex-literals": [2, { disallowRedundantWrapping: true }],
486
486
  "prefer-rest-params": [2],
487
487
  "prefer-spread": [2],
488
488
  "prefer-template": [2],
package/dist/index.json CHANGED
@@ -1462,7 +1462,10 @@
1462
1462
  }
1463
1463
  ],
1464
1464
  "prefer-regex-literals": [
1465
- 2
1465
+ 2,
1466
+ {
1467
+ "disallowRedundantWrapping": true
1468
+ }
1466
1469
  ],
1467
1470
  "prefer-rest-params": [
1468
1471
  2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-silverwind",
3
- "version": "94.1.1",
3
+ "version": "94.2.0",
4
4
  "description": "Exhaustive ESLint configuration",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/eslint-config-silverwind",
@@ -17,44 +17,44 @@
17
17
  "dependencies": {
18
18
  "@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
19
19
  "@eslint/compat": "1.1.1",
20
- "@stylistic/eslint-plugin-js": "2.10.1",
21
- "@stylistic/eslint-plugin-jsx": "2.10.1",
22
- "@typescript-eslint/parser": "8.13.0",
20
+ "@stylistic/eslint-plugin-js": "2.11.0",
21
+ "@stylistic/eslint-plugin-jsx": "2.11.0",
22
+ "@typescript-eslint/parser": "8.16.0",
23
23
  "deepie-merge": "1.3.0",
24
24
  "eslint-config-silverwind-react": "32.0.3",
25
- "eslint-config-silverwind-typescript": "9.1.1",
25
+ "eslint-config-silverwind-typescript": "9.2.0",
26
26
  "eslint-import-resolver-typescript": "3.6.3",
27
27
  "eslint-plugin-array-func": "4.0.0",
28
28
  "eslint-plugin-deprecation": "3.0.0",
29
29
  "eslint-plugin-import": "2.31.0",
30
30
  "eslint-plugin-jsx-a11y": "6.10.2",
31
31
  "eslint-plugin-no-use-extend-native": "0.5.0",
32
- "eslint-plugin-playwright": "2.0.1",
32
+ "eslint-plugin-playwright": "2.1.0",
33
33
  "eslint-plugin-react": "7.37.2",
34
34
  "eslint-plugin-react-hooks": "5.0.0",
35
35
  "eslint-plugin-react-refresh": "0.4.14",
36
- "eslint-plugin-regexp": "2.6.0",
36
+ "eslint-plugin-regexp": "2.7.0",
37
37
  "eslint-plugin-sonarjs": "1.0.4",
38
- "eslint-plugin-storybook": "0.11.0",
39
- "eslint-plugin-unicorn": "56.0.0",
38
+ "eslint-plugin-storybook": "0.11.1",
39
+ "eslint-plugin-unicorn": "56.0.1",
40
40
  "eslint-plugin-validate-jsx-nesting": "0.1.1",
41
41
  "eslint-plugin-vitest": "0.4.1",
42
42
  "eslint-plugin-vitest-globals": "1.5.0",
43
43
  "globals": "15.12.0",
44
- "typescript-eslint": "8.13.0"
44
+ "typescript-eslint": "8.16.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/eslint": "9.6.1",
48
- "@types/node": "22.9.0",
48
+ "@types/node": "22.10.0",
49
49
  "eslint": "8.57.1",
50
- "typescript": "5.6.3",
51
- "typescript-config-silverwind": "6.0.1",
50
+ "typescript": "5.7.2",
51
+ "typescript-config-silverwind": "6.1.0",
52
52
  "updates": "16.4.0",
53
53
  "versions": "12.1.2",
54
- "vite": "5.4.10",
55
- "vite-config-silverwind": "3.0.0",
56
- "vitest": "2.1.4",
57
- "vitest-config-silverwind": "9.1.0"
54
+ "vite": "5.4.11",
55
+ "vite-config-silverwind": "3.0.1",
56
+ "vitest": "2.1.6",
57
+ "vitest-config-silverwind": "9.1.1"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "eslint": "^8",