eslint-config-typed 1.7.0 → 1.7.1
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 +28 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-typed",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript"
|
|
@@ -53,25 +53,25 @@
|
|
|
53
53
|
"lint": "eslint .",
|
|
54
54
|
"lint:fix": "eslint . --fix",
|
|
55
55
|
"md": "markdownlint-cli2",
|
|
56
|
-
"test": "
|
|
57
|
-
"test:cov": "
|
|
56
|
+
"test": "pnpm run z:vitest run",
|
|
57
|
+
"test:cov": "pnpm run z:vitest run --coverage",
|
|
58
58
|
"test:cov:ui": "vite preview --outDir ./coverage",
|
|
59
|
-
"test:ui": "
|
|
60
|
-
"testw": "
|
|
59
|
+
"test:ui": "pnpm run z:vitest --ui",
|
|
60
|
+
"testw": "pnpm run z:vitest watch",
|
|
61
61
|
"tsc": "tsc --noEmit",
|
|
62
62
|
"tscw": "tsc --noEmit --watch -p ./tsconfig.json",
|
|
63
63
|
"type-check": "tsc --noEmit",
|
|
64
|
-
"update-packages": "
|
|
64
|
+
"update-packages": "pnpm update --latest",
|
|
65
65
|
"z:vitest": "vitest --config ./configs/vitest.config.ts"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"@eslint/js": "9.37.0",
|
|
69
69
|
"@sindresorhus/is": "^7.1.0",
|
|
70
70
|
"@types/eslint": "9.6.1",
|
|
71
|
-
"@typescript-eslint/eslint-plugin": "8.46.
|
|
72
|
-
"@typescript-eslint/parser": "8.46.
|
|
73
|
-
"@typescript-eslint/type-utils": "8.46.
|
|
74
|
-
"@typescript-eslint/utils": "8.46.
|
|
71
|
+
"@typescript-eslint/eslint-plugin": "8.46.1",
|
|
72
|
+
"@typescript-eslint/parser": "8.46.1",
|
|
73
|
+
"@typescript-eslint/type-utils": "8.46.1",
|
|
74
|
+
"@typescript-eslint/utils": "8.46.1",
|
|
75
75
|
"eslint": "9.37.0",
|
|
76
76
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
77
77
|
"eslint-plugin-array-func": "5.1.0",
|
|
@@ -87,19 +87,20 @@
|
|
|
87
87
|
"eslint-plugin-react": "7.37.5",
|
|
88
88
|
"eslint-plugin-react-hooks": "7.0.0",
|
|
89
89
|
"eslint-plugin-react-perf": "3.3.3",
|
|
90
|
-
"eslint-plugin-react-refresh": "0.4.
|
|
90
|
+
"eslint-plugin-react-refresh": "0.4.24",
|
|
91
91
|
"eslint-plugin-security": "3.0.1",
|
|
92
|
-
"eslint-plugin-strict-dependencies": "1.3.
|
|
93
|
-
"eslint-plugin-testing-library": "7.13.
|
|
92
|
+
"eslint-plugin-strict-dependencies": "1.3.27",
|
|
93
|
+
"eslint-plugin-testing-library": "7.13.3",
|
|
94
94
|
"eslint-plugin-unicorn": "61.0.2",
|
|
95
95
|
"eslint-plugin-vitest": "0.5.4",
|
|
96
96
|
"globals": "16.4.0",
|
|
97
97
|
"is-immutable-type": "5.0.1",
|
|
98
98
|
"tsutils": "3.21.0",
|
|
99
|
-
"typescript-eslint": "8.46.
|
|
99
|
+
"typescript-eslint": "8.46.1"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@
|
|
102
|
+
"@eslint/core": "^0.16.0",
|
|
103
|
+
"@octokit/core": "^7.0.5",
|
|
103
104
|
"@rollup/plugin-replace": "^6.0.2",
|
|
104
105
|
"@rollup/plugin-strip": "^3.0.4",
|
|
105
106
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
@@ -107,34 +108,38 @@
|
|
|
107
108
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
108
109
|
"@semantic-release/exec": "^7.1.0",
|
|
109
110
|
"@semantic-release/git": "^10.0.1",
|
|
110
|
-
"@semantic-release/github": "^
|
|
111
|
-
"@semantic-release/npm": "^
|
|
111
|
+
"@semantic-release/github": "^12.0.0",
|
|
112
|
+
"@semantic-release/npm": "^13.0.0",
|
|
112
113
|
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
113
|
-
"@types/
|
|
114
|
-
"@
|
|
114
|
+
"@types/estree": "^1.0.8",
|
|
115
|
+
"@types/json-schema": "^7.0.15",
|
|
116
|
+
"@types/node": "^24.8.0",
|
|
117
|
+
"@typescript-eslint/rule-tester": "8.46.1",
|
|
115
118
|
"@vitest/coverage-v8": "^3.2.4",
|
|
116
119
|
"@vitest/ui": "^3.2.4",
|
|
117
120
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
118
121
|
"cspell": "^9.2.1",
|
|
119
122
|
"dedent": "^1.7.0",
|
|
120
123
|
"fast-glob": "^3.3.3",
|
|
124
|
+
"json-schema": "^0.4.0",
|
|
121
125
|
"json-schema-to-typescript": "^15.0.4",
|
|
126
|
+
"markdownlint": "^0.39.0",
|
|
122
127
|
"markdownlint-cli2": "^0.18.1",
|
|
123
128
|
"npm-run-all2": "^8.0.4",
|
|
124
|
-
"octokit-safe-types": "^1.
|
|
129
|
+
"octokit-safe-types": "^1.1.0",
|
|
125
130
|
"prettier": "^3.6.2",
|
|
126
131
|
"prettier-plugin-jsdoc": "^1.3.3",
|
|
127
132
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
128
133
|
"prettier-plugin-packagejson": "^2.5.19",
|
|
129
134
|
"rollup": "^4.52.4",
|
|
130
|
-
"semantic-release": "^
|
|
135
|
+
"semantic-release": "^25.0.0",
|
|
131
136
|
"ts-data-forge": "^3.3.0",
|
|
132
137
|
"ts-fortress": "^5.2.0",
|
|
133
138
|
"ts-repo-utils": "^7.7.2",
|
|
134
|
-
"ts-type-forge": "^2.
|
|
139
|
+
"ts-type-forge": "^2.3.0",
|
|
135
140
|
"tslib": "^2.8.1",
|
|
136
141
|
"tsx": "^4.20.6",
|
|
137
|
-
"typedoc": "^0.28.
|
|
142
|
+
"typedoc": "^0.28.14",
|
|
138
143
|
"typedoc-plugin-markdown": "^4.9.0",
|
|
139
144
|
"typescript": "^5.9.3",
|
|
140
145
|
"vitest": "^3.2.4"
|