eslint-config-typed 4.9.7 → 4.9.8
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 +43 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-typed",
|
|
3
|
-
"version": "4.9.
|
|
3
|
+
"version": "4.9.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript"
|
|
@@ -83,44 +83,44 @@
|
|
|
83
83
|
"z:vitest:node": "pnpm run z:vitest --project='Node.js'"
|
|
84
84
|
},
|
|
85
85
|
"dependencies": {
|
|
86
|
-
"@sindresorhus/is": "8.0.0",
|
|
87
|
-
"@stylistic/eslint-plugin": "5.10.0",
|
|
88
|
-
"@types/eslint": "9.6.1",
|
|
89
|
-
"@typescript-eslint/eslint-plugin": "8.59.0",
|
|
90
|
-
"@typescript-eslint/parser": "8.59.0",
|
|
91
|
-
"@typescript-eslint/type-utils": "8.59.0",
|
|
92
|
-
"@typescript-eslint/utils": "8.59.0",
|
|
93
|
-
"@vitest/eslint-plugin": "1.6.16",
|
|
94
|
-
"eslint": "9.39.4",
|
|
95
|
-
"eslint-import-resolver-typescript": "4.4.4",
|
|
96
|
-
"eslint-plugin-array-func": "5.1.1",
|
|
97
|
-
"eslint-plugin-cypress": "6.3.1",
|
|
98
|
-
"eslint-plugin-eslint-plugin": "7.3.2",
|
|
99
|
-
"eslint-plugin-functional": "9.0.4",
|
|
100
|
-
"eslint-plugin-import-x": "4.16.2",
|
|
101
|
-
"eslint-plugin-jest": "29.15.2",
|
|
102
|
-
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
103
|
-
"eslint-plugin-math": "0.13.1",
|
|
104
|
-
"eslint-plugin-n": "17.24.0",
|
|
105
|
-
"eslint-plugin-playwright": "2.10.2",
|
|
106
|
-
"eslint-plugin-prefer-arrow-functions": "3.9.1",
|
|
107
|
-
"eslint-plugin-promise": "7.2.1",
|
|
108
|
-
"eslint-plugin-react": "7.37.5",
|
|
109
|
-
"eslint-plugin-react-hooks": "7.1.1",
|
|
110
|
-
"eslint-plugin-react-perf": "3.3.3",
|
|
111
|
-
"eslint-plugin-react-refresh": "0.5.2",
|
|
112
|
-
"eslint-plugin-security": "4.0.0",
|
|
113
|
-
"eslint-plugin-sort-destructure-keys": "3.0.0",
|
|
114
|
-
"eslint-plugin-testing-library": "7.16.2",
|
|
115
|
-
"eslint-plugin-unicorn": "64.0.0",
|
|
116
|
-
"globals": "17.5.0",
|
|
117
|
-
"is-glob": "4.0.3",
|
|
118
|
-
"is-immutable-type": "5.0.1",
|
|
119
|
-
"micromatch": "4.0.8",
|
|
120
|
-
"ts-data-forge": "6.9.
|
|
121
|
-
"ts-type-forge": "3.0.
|
|
122
|
-
"tsutils": "3.21.0",
|
|
123
|
-
"typescript-eslint": "8.59.0"
|
|
86
|
+
"@sindresorhus/is": "^8.0.0",
|
|
87
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
88
|
+
"@types/eslint": "^9.6.1",
|
|
89
|
+
"@typescript-eslint/eslint-plugin": "^8.59.0",
|
|
90
|
+
"@typescript-eslint/parser": "^8.59.0",
|
|
91
|
+
"@typescript-eslint/type-utils": "^8.59.0",
|
|
92
|
+
"@typescript-eslint/utils": "^8.59.0",
|
|
93
|
+
"@vitest/eslint-plugin": "^1.6.16",
|
|
94
|
+
"eslint": "^9.39.4",
|
|
95
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
96
|
+
"eslint-plugin-array-func": "^5.1.1",
|
|
97
|
+
"eslint-plugin-cypress": "^6.3.1",
|
|
98
|
+
"eslint-plugin-eslint-plugin": "^7.3.2",
|
|
99
|
+
"eslint-plugin-functional": "^9.0.4",
|
|
100
|
+
"eslint-plugin-import-x": "^4.16.2",
|
|
101
|
+
"eslint-plugin-jest": "^29.15.2",
|
|
102
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
103
|
+
"eslint-plugin-math": "^0.13.1",
|
|
104
|
+
"eslint-plugin-n": "^17.24.0",
|
|
105
|
+
"eslint-plugin-playwright": "^2.10.2",
|
|
106
|
+
"eslint-plugin-prefer-arrow-functions": "^3.9.1",
|
|
107
|
+
"eslint-plugin-promise": "^7.2.1",
|
|
108
|
+
"eslint-plugin-react": "^7.37.5",
|
|
109
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
110
|
+
"eslint-plugin-react-perf": "^3.3.3",
|
|
111
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
112
|
+
"eslint-plugin-security": "^4.0.0",
|
|
113
|
+
"eslint-plugin-sort-destructure-keys": "^3.0.0",
|
|
114
|
+
"eslint-plugin-testing-library": "^7.16.2",
|
|
115
|
+
"eslint-plugin-unicorn": "^64.0.0",
|
|
116
|
+
"globals": "^17.5.0",
|
|
117
|
+
"is-glob": "^4.0.3",
|
|
118
|
+
"is-immutable-type": "^5.0.1",
|
|
119
|
+
"micromatch": "^4.0.8",
|
|
120
|
+
"ts-data-forge": "^6.9.6",
|
|
121
|
+
"ts-type-forge": "^3.0.1",
|
|
122
|
+
"tsutils": "^3.21.0",
|
|
123
|
+
"typescript-eslint": "^8.59.0"
|
|
124
124
|
},
|
|
125
125
|
"devDependencies": {
|
|
126
126
|
"@eslint/core": "1.2.1",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"cspell": "10.0.0",
|
|
148
148
|
"dedent": "1.7.2",
|
|
149
149
|
"fast-glob": "3.3.3",
|
|
150
|
-
"github-settings-as-code": "1.2.
|
|
150
|
+
"github-settings-as-code": "1.2.8",
|
|
151
151
|
"immer": "11.1.4",
|
|
152
152
|
"jiti": "2.6.1",
|
|
153
153
|
"json-schema": "0.4.0",
|
|
@@ -162,9 +162,9 @@
|
|
|
162
162
|
"rollup": "4.60.2",
|
|
163
163
|
"semantic-release": "25.0.3",
|
|
164
164
|
"ts-codemod-lib": "2.1.6",
|
|
165
|
-
"ts-fortress": "7.0.
|
|
165
|
+
"ts-fortress": "7.0.6",
|
|
166
166
|
"ts-morph": "28.0.0",
|
|
167
|
-
"ts-repo-utils": "10.0.
|
|
167
|
+
"ts-repo-utils": "10.0.3",
|
|
168
168
|
"tslib": "2.8.1",
|
|
169
169
|
"tsx": "4.21.0",
|
|
170
170
|
"typescript": "5.9.3",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"eslint": ">=9.0.0 <10.0.0",
|
|
175
175
|
"typescript": ">=5.0.0"
|
|
176
176
|
},
|
|
177
|
-
"packageManager": "pnpm@
|
|
177
|
+
"packageManager": "pnpm@10.33.4",
|
|
178
178
|
"engines": {
|
|
179
179
|
"node": ">=22.18.0"
|
|
180
180
|
},
|