@lichthagel/eslint-config 1.0.30 → 1.0.31

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": "@lichthagel/eslint-config",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "Licht's ESLint config",
5
5
  "keywords": [
6
6
  "eslint",
@@ -44,14 +44,14 @@
44
44
  "@eslint/js": "^9.11.1",
45
45
  "@stylistic/eslint-plugin": "^5.0.0",
46
46
  "eslint-plugin-perfectionist": "^4.0.0",
47
- "eslint-plugin-unicorn": "^60.0.0",
47
+ "eslint-plugin-unicorn": "^61.0.0",
48
48
  "globals": "^16.0.0",
49
49
  "typescript-eslint": "^8.7.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@commitlint/cli": "^19.5.0",
53
- "@commitlint/config-conventional": "^19.5.0",
54
- "@commitlint/types": "^19.5.0",
52
+ "@commitlint/cli": "^20.0.0",
53
+ "@commitlint/config-conventional": "^20.0.0",
54
+ "@commitlint/types": "^20.0.0",
55
55
  "@types/eslint-plugin-tailwindcss": "^3.17.0",
56
56
  "@types/node": "^22.7.4",
57
57
  "eslint": "^9.11.1",
@@ -64,7 +64,7 @@
64
64
  "jiti": "^2.4.2",
65
65
  "lint-staged": "^16.0.0",
66
66
  "svelte": "^5.12.0",
67
- "tsup": "^8.3.0",
67
+ "tsdown": "^0.15.7",
68
68
  "tsx": "^4.19.1",
69
69
  "typescript": "^5.6.2",
70
70
  "vitest": "^3.0.0"
@@ -91,9 +91,9 @@
91
91
  }
92
92
  },
93
93
  "scripts": {
94
- "build": "pnpm run typegen && tsup --format esm,cjs --clean --dts",
94
+ "build": "pnpm run typegen && tsdown --format esm,cjs --clean --dts",
95
95
  "typegen": "tsx scripts/typegen.ts",
96
- "watch": "tsup --format esm,cjs --watch",
96
+ "watch": "tsdown --format esm,cjs --watch",
97
97
  "test": "vitest",
98
98
  "lint": "eslint .",
99
99
  "inspect": "pnpx @eslint/config-inspector"