@sxzz/eslint-config 7.2.8 → 7.2.9

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.
@@ -587,21 +587,10 @@ const sortPnpmWorkspace = () => [{
587
587
  "packages",
588
588
  "overrides",
589
589
  "patchedDependencies",
590
- "hoistPattern",
591
590
  "defines",
592
591
  "catalog",
593
592
  "catalogs",
594
- "allowedDeprecatedVersions",
595
- "allowNonAppliedPatches",
596
- "configDependencies",
597
- "ignoredBuiltDependencies",
598
- "ignoredOptionalDependencies",
599
- "neverBuiltDependencies",
600
- "onlyBuiltDependencies",
601
- "onlyBuiltDependenciesFile",
602
- "packageExtensions",
603
- "peerDependencyRules",
604
- "supportedArchitectures"
593
+ { order: { type: "asc" } }
605
594
  ],
606
595
  pathPattern: "^$"
607
596
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sxzz/eslint-config",
3
- "version": "7.2.8",
3
+ "version": "7.2.9",
4
4
  "description": "ESLint config for @sxzz.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -17,11 +17,11 @@
17
17
  "files": [
18
18
  "dist"
19
19
  ],
20
- "main": "./dist/index.js",
21
- "module": "./dist/index.js",
22
- "types": "./dist/index.d.ts",
20
+ "main": "./dist/index.mjs",
21
+ "module": "./dist/index.mjs",
22
+ "types": "./dist/index.d.mts",
23
23
  "exports": {
24
- ".": "./dist/index.js",
24
+ ".": "./dist/index.mjs",
25
25
  "./package.json": "./package.json"
26
26
  },
27
27
  "publishConfig": {
@@ -38,8 +38,8 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
41
- "@eslint/js": "^9.38.0",
42
- "@eslint/markdown": "^7.5.0",
41
+ "@eslint/js": "^9.39.1",
42
+ "@eslint/markdown": "^7.5.1",
43
43
  "eslint-config-flat-gitignore": "^2.1.0",
44
44
  "eslint-config-prettier": "^10.1.8",
45
45
  "eslint-flat-config-utils": "^2.1.4",
@@ -47,7 +47,7 @@
47
47
  "eslint-plugin-command": "^3.3.1",
48
48
  "eslint-plugin-de-morgan": "^2.0.0",
49
49
  "eslint-plugin-import-x": "^4.16.1",
50
- "eslint-plugin-jsdoc": "^61.1.11",
50
+ "eslint-plugin-jsdoc": "^61.1.12",
51
51
  "eslint-plugin-jsonc": "^2.21.0",
52
52
  "eslint-plugin-n": "^17.23.1",
53
53
  "eslint-plugin-perfectionist": "^4.15.1",
@@ -59,26 +59,26 @@
59
59
  "eslint-plugin-unused-imports": "^4.3.0",
60
60
  "eslint-plugin-vue": "^10.5.1",
61
61
  "eslint-plugin-yml": "^1.19.0",
62
- "globals": "^16.4.0",
62
+ "globals": "^16.5.0",
63
63
  "jsonc-eslint-parser": "^2.4.1",
64
64
  "local-pkg": "^1.1.2",
65
65
  "prettier": "^3.6.2",
66
- "typescript-eslint": "^8.46.2",
66
+ "typescript-eslint": "^8.46.4",
67
67
  "vue-eslint-parser": "^10.2.0",
68
68
  "yaml-eslint-parser": "^1.3.0"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@eslint/config-inspector": "^1.3.0",
72
72
  "@sxzz/prettier-config": "^2.2.4",
73
- "@types/node": "^24.9.2",
74
- "@unocss/eslint-plugin": "^66.5.4",
73
+ "@types/node": "^24.10.0",
74
+ "@unocss/eslint-plugin": "^66.5.5",
75
75
  "bumpp": "^10.3.1",
76
- "eslint": "^9.38.0",
76
+ "eslint": "^9.39.1",
77
77
  "eslint-typegen": "^2.3.0",
78
78
  "rolldown-plugin-require-cjs": "^0.3.1",
79
- "tsdown": "^0.15.12",
79
+ "tsdown": "^0.16.1",
80
80
  "typescript": "^5.9.3",
81
- "unrun": "^0.2.1"
81
+ "unrun": "^0.2.7"
82
82
  },
83
83
  "engines": {
84
84
  "node": ">=20.0.0"
File without changes