eslint-config-typed 4.0.1 → 4.0.2

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/README.md CHANGED
@@ -598,7 +598,7 @@ export default [
598
598
  "compilerOptions": {
599
599
  "types": [
600
600
  // "vitest/globals", // Remove this line
601
- "eslint-config-typed/vitest", // Add this line
601
+ "eslint-config-typed/vitest-globals", // Add this line
602
602
  "vitest/importMeta",
603
603
  ],
604
604
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-typed",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "private": false,
5
5
  "keywords": [
6
6
  "typescript"
@@ -20,8 +20,8 @@
20
20
  "default": "./dist/entry-point.mjs"
21
21
  }
22
22
  },
23
- "./vitest": {
24
- "types": "./src/plugins/vitest-coding-style/rules/vitest-coding-style.d.mts"
23
+ "./vitest-globals": {
24
+ "types": "./vitest-globals.d.mts"
25
25
  }
26
26
  },
27
27
  "module": "./dist/entry-point.mjs",
@@ -103,7 +103,7 @@
103
103
  "is-glob": "^4.0.3",
104
104
  "is-immutable-type": "5.0.1",
105
105
  "micromatch": "^4.0.8",
106
- "ts-data-forge": "^5.1.0",
106
+ "ts-data-forge": "^6.0.0",
107
107
  "tsutils": "3.21.0",
108
108
  "typescript-eslint": "8.48.0"
109
109
  },
@@ -139,10 +139,10 @@
139
139
  "markdownlint": "^0.39.0",
140
140
  "markdownlint-cli2": "^0.19.1",
141
141
  "npm-run-all2": "^8.0.4",
142
- "prettier": "^3.6.2",
142
+ "prettier": "^3.7.1",
143
143
  "prettier-plugin-jsdoc": "^1.5.0",
144
144
  "prettier-plugin-organize-imports": "^4.3.0",
145
- "prettier-plugin-packagejson": "^2.5.19",
145
+ "prettier-plugin-packagejson": "^2.5.20",
146
146
  "react": "^19.2.0",
147
147
  "rollup": "^4.53.3",
148
148
  "semantic-release": "^25.0.2",