@qlik/eslint-config 1.4.2 → 1.4.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qlik/eslint-config",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
4
4
  "description": "Qlik's ESLint configs",
5
5
  "repository": "git@github.com:qlik-oss/dev-tools-js.git",
6
6
  "license": "ISC",
@@ -15,10 +15,10 @@
15
15
  "!**/__tests__"
16
16
  ],
17
17
  "dependencies": {
18
- "@eslint/js": "^9.37.0",
19
- "@typescript-eslint/parser": "^8.46.0",
20
- "@typescript-eslint/utils": "^8.46.0",
21
- "@vitest/eslint-plugin": "^1.3.16",
18
+ "@eslint/js": "^9.38.0",
19
+ "@typescript-eslint/parser": "^8.46.2",
20
+ "@typescript-eslint/utils": "^8.46.2",
21
+ "@vitest/eslint-plugin": "^1.3.24",
22
22
  "confusing-browser-globals": "^1.0.11",
23
23
  "eslint-config-prettier": "^10.1.8",
24
24
  "eslint-import-resolver-typescript": "^4.4.4",
@@ -27,22 +27,22 @@
27
27
  "eslint-plugin-jsx-a11y": "^6.10.2",
28
28
  "eslint-plugin-playwright": "^2.2.2",
29
29
  "eslint-plugin-react": "^7.37.5",
30
- "eslint-plugin-react-hooks": "^7.0.0",
31
- "eslint-plugin-svelte": "^3.12.4",
32
- "eslint-plugin-testing-library": "^7.13.1",
30
+ "eslint-plugin-react-hooks": "^7.0.1",
31
+ "eslint-plugin-svelte": "^3.12.5",
32
+ "eslint-plugin-testing-library": "^7.13.3",
33
33
  "globals": "^16.4.0",
34
- "svelte-eslint-parser": "^1.3.3",
35
- "typescript-eslint": "^8.46.0"
34
+ "svelte-eslint-parser": "^1.4.0",
35
+ "typescript-eslint": "^8.46.2"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/confusing-browser-globals": "^1.0.3",
39
39
  "@types/eslint-config-prettier": "^6.11.3",
40
40
  "@types/eslint-plugin-jsx-a11y": "^6.10.1",
41
- "@types/node": "^24.7.1",
42
- "eslint": "^9.37.0",
41
+ "@types/node": "^24.9.1",
42
+ "eslint": "^9.38.0",
43
43
  "prettier": "^3.6.2",
44
44
  "typescript": "^5.9.3",
45
- "vitest": "^3.2.4",
45
+ "vitest": "^4.0.3",
46
46
  "@qlik/tsconfig": "0.3.1"
47
47
  },
48
48
  "peerDependencies": {
@@ -17,7 +17,6 @@ const reactBaseConfig = mergeConfigs(
17
17
  // base it on the recommended react plugins config
18
18
  eslintPluginReact.configs.flat.recommended,
19
19
  jsxA11y.flatConfigs.recommended,
20
- // @ts-expect-error - types are wrong
21
20
  reactHooks.configs.flat["recommended-latest"],
22
21
 
23
22
  // add qlik's recommended react config