@jiakun-zhao/eslint-config 4.1.4 → 4.1.5

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +16 -16
package/dist/index.mjs CHANGED
@@ -375,7 +375,7 @@ function jsonc() {
375
375
  ];
376
376
  }
377
377
 
378
- const version = "4.1.4";
378
+ const version = "4.1.5";
379
379
 
380
380
  const name$3 = "astro-multi-top-level-element-indent";
381
381
  const _astroMultiTopLevelElementIndent = createRule({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jiakun-zhao/eslint-config",
3
3
  "type": "module",
4
- "version": "4.1.4",
4
+ "version": "4.1.5",
5
5
  "description": "Jiakun Zhao's ESLint config.",
6
6
  "author": "Jiakun Zhao <hi@zhaojiakun.com>",
7
7
  "license": "MIT",
@@ -35,38 +35,38 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
- "@stylistic/eslint-plugin": "^4.2.0",
39
- "@typescript-eslint/eslint-plugin": "^8.32.0",
38
+ "@stylistic/eslint-plugin": "^4.4.0",
39
+ "@typescript-eslint/eslint-plugin": "^8.33.0",
40
40
  "@unocss/eslint-plugin": "66.1.0-beta.12",
41
41
  "eslint-config-flat-gitignore": "^2.1.0",
42
- "eslint-flat-config-utils": "^2.0.1",
42
+ "eslint-flat-config-utils": "^2.1.0",
43
43
  "eslint-plugin-antfu": "^3.1.1",
44
- "eslint-plugin-command": "^3.2.0",
45
- "eslint-plugin-import-x": "^4.11.0",
46
- "eslint-plugin-jsonc": "^2.20.0",
47
- "eslint-plugin-oxlint": "^0.16.9",
48
- "eslint-plugin-perfectionist": "^4.12.3",
44
+ "eslint-plugin-command": "^3.2.1",
45
+ "eslint-plugin-import-x": "^4.13.3",
46
+ "eslint-plugin-jsonc": "^2.20.1",
47
+ "eslint-plugin-oxlint": "^0.16.12",
48
+ "eslint-plugin-perfectionist": "^4.13.0",
49
49
  "eslint-plugin-regexp": "^2.7.0",
50
50
  "eslint-plugin-unicorn": "^59.0.1",
51
51
  "eslint-plugin-unused-imports": "^4.1.4",
52
- "globals": "^16.1.0"
52
+ "globals": "^16.2.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@eslint/config-inspector": "^1.0.2",
56
56
  "@eslint/core": "^0.14.0",
57
57
  "@jiakun-zhao/utils": "^1.3.2",
58
- "@types/node": "^22.15.17",
59
- "@typescript-eslint/types": "^8.32.0",
60
- "bumpp": "^10.1.0",
61
- "eslint": "^9.26.0",
58
+ "@types/node": "^22.15.26",
59
+ "@typescript-eslint/types": "^8.33.0",
60
+ "bumpp": "^10.1.1",
61
+ "eslint": "^9.27.0",
62
62
  "eslint-plugin-astro": "^1.3.1",
63
63
  "eslint-plugin-vue": "^10.1.0",
64
- "eslint-typegen": "^2.1.0",
64
+ "eslint-typegen": "^2.2.0",
65
65
  "eslint-vitest-rule-tester": "^2.2.0",
66
66
  "tsx": "^4.19.4",
67
67
  "typescript": "^5.8.3",
68
68
  "unbuild": "^3.5.0",
69
- "vitest": "^3.1.3"
69
+ "vitest": "^3.1.4"
70
70
  },
71
71
  "scripts": {
72
72
  "build": "unbuild",