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