@epic-web/config 1.18.3 → 1.20.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/eslint.js CHANGED
@@ -297,7 +297,6 @@ export const config = [
297
297
  // made aware of it
298
298
  'vitest/no-focused-tests': [WARN, { fixable: false }],
299
299
  'vitest/no-import-node-test': ERROR,
300
- 'vitest/no-standalone-expect': ERROR,
301
300
  'vitest/prefer-comparison-matcher': ERROR,
302
301
  'vitest/prefer-equality-matcher': ERROR,
303
302
  'vitest/prefer-to-be': ERROR,
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "1.18.3",
7
+ "version": "1.20.0",
8
8
  "description": "Reasonable ESLint configs for epic web devs",
9
9
  "main": "index.js",
10
10
  "type": "module",
@@ -41,26 +41,26 @@
41
41
  "license": "MIT",
42
42
  "dependencies": {
43
43
  "@total-typescript/ts-reset": "^0.6.1",
44
- "@vitest/eslint-plugin": "^1.1.14",
45
- "eslint-plugin-import-x": "^4.5.0",
44
+ "@vitest/eslint-plugin": "^1.1.43",
45
+ "eslint-plugin-import-x": "^4.11.0",
46
46
  "eslint-plugin-jest-dom": "^5.5.0",
47
47
  "eslint-plugin-playwright": "^2.2.0",
48
- "eslint-plugin-react": "^7.37.2",
49
- "eslint-plugin-react-hooks": "^5.1.0",
50
- "eslint-plugin-testing-library": "^7.1.0",
51
- "globals": "^15.13.0",
52
- "prettier-plugin-tailwindcss": "^0.6.9",
48
+ "eslint-plugin-react": "^7.37.5",
49
+ "eslint-plugin-react-hooks": "^5.2.0",
50
+ "eslint-plugin-testing-library": "^7.1.1",
51
+ "globals": "^16.0.0",
52
+ "prettier-plugin-tailwindcss": "^0.6.11",
53
53
  "tslib": "^2.8.1",
54
- "typescript-eslint": "^8.17.0"
54
+ "typescript-eslint": "^8.31.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@playwright/test": "^1.51.1",
58
- "@types/react": "^18.3.12",
59
- "eslint": "^9.16.0",
57
+ "@playwright/test": "^1.52.0",
58
+ "@types/react": "^19.1.2",
59
+ "eslint": "^9.25.1",
60
60
  "npm-run-all": "^4.1.5",
61
- "prettier": "^3.4.2",
62
- "react": "^18.3.1",
63
- "typescript": "^5.6.3",
64
- "vitest": "^3.0.9"
61
+ "prettier": "^3.5.3",
62
+ "react": "^19.1.0",
63
+ "typescript": "^5.8.3",
64
+ "vitest": "^3.1.2"
65
65
  }
66
66
  }
package/typescript.json CHANGED
@@ -8,6 +8,7 @@
8
8
  "strict": true,
9
9
  "skipLibCheck": true,
10
10
  "allowImportingTsExtensions": true,
11
+ "rewriteRelativeImportExtensions": true,
11
12
  "noUncheckedIndexedAccess": true,
12
13
  "noEmit": true
13
14
  }