eslint-config-nick2bad4u 3.3.3 → 3.3.4
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 +22 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-nick2bad4u",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Shared flat ESLint config for Nick2bad4u Typescript/JS repos.",
|
|
6
6
|
"keywords": [
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"build:eslint-inspector:local": "npx -y @eslint/config-inspector@latest",
|
|
57
57
|
"build:runtime": "npx tsc -p tsconfig.build.json",
|
|
58
58
|
"build:watch": "npm run build:runtime -- --watch",
|
|
59
|
-
"changelog:generate": "
|
|
60
|
-
"changelog:preview": "
|
|
61
|
-
"changelog:release-notes": "
|
|
59
|
+
"changelog:generate": "git cliff --config node_modules/gitcliff-config-nick2bad4u/cliff.toml --github-repo Nick2bad4u/eslint-config-nick2bad4u --output CHANGELOG.md",
|
|
60
|
+
"changelog:preview": "git cliff --config node_modules/gitcliff-config-nick2bad4u/cliff.toml --github-repo Nick2bad4u/eslint-config-nick2bad4u --unreleased",
|
|
61
|
+
"changelog:release-notes": "git cliff --config node_modules/gitcliff-config-nick2bad4u/cliff.toml --github-repo Nick2bad4u/eslint-config-nick2bad4u --current",
|
|
62
62
|
"coverage": "npx vitest run --coverage",
|
|
63
63
|
"lint": "npm run build:runtime && npx cross-env NODE_OPTIONS=--max_old_space_size=8192 npx eslint . --cache --cache-strategy content --cache-location .cache/.eslintcache",
|
|
64
64
|
"lint:actions": "actionlint -config-file ActionLintConfig.yaml",
|
|
@@ -71,6 +71,9 @@
|
|
|
71
71
|
"lint:config-rule-counts": "npm run build:runtime && node scripts/count-rules-by-plugin.mjs",
|
|
72
72
|
"lint:fix": "npm run lint -- --fix",
|
|
73
73
|
"lint:gitleaks": "gitleaks dir --config .gitleaks.toml .",
|
|
74
|
+
"lint:jscpd": "jscpd --config node_modules/jscpd-config-nick2bad4u/jscpd.json",
|
|
75
|
+
"lint:lychee": "lychee --config node_modules/lychee-config-nick2bad4u/lychee.toml .",
|
|
76
|
+
"lint:lychee:smoke": "lychee --config node_modules/lychee-config-nick2bad4u/lychee.toml --dump-inputs README.md",
|
|
74
77
|
"lint:nocache": "npm run build:runtime && npx cross-env NODE_OPTIONS=--max_old_space_size=8192 npx eslint . --no-cache",
|
|
75
78
|
"lint:package": "npm run lint:package-sort && npm run lint:package-json && npm run lint:package-check",
|
|
76
79
|
"lint:package:fix": "npx sort-package-json package.json",
|
|
@@ -104,10 +107,13 @@
|
|
|
104
107
|
"update-deps": "npx ncu -i --install never && npm update --force && npm install --force && npm run sync:peer-eslint-range && npm run sync:node-version-files && npm run sync:peer-typescript-range",
|
|
105
108
|
"verify": "npm run release:verify"
|
|
106
109
|
},
|
|
110
|
+
"overrides": {
|
|
111
|
+
"esbuild": "0.28.1"
|
|
112
|
+
},
|
|
107
113
|
"dependencies": {
|
|
108
114
|
"@docusaurus/eslint-plugin": "^3.10.1",
|
|
109
115
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.2",
|
|
110
|
-
"@eslint-react/eslint-plugin": "^5.
|
|
116
|
+
"@eslint-react/eslint-plugin": "^5.13.2",
|
|
111
117
|
"@eslint/config-helpers": "^0.6.0",
|
|
112
118
|
"@eslint/css": "^1.4.0",
|
|
113
119
|
"@eslint/js": "^10.0.1",
|
|
@@ -118,7 +124,7 @@
|
|
|
118
124
|
"@next/eslint-plugin-next": "^16.2.10",
|
|
119
125
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
120
126
|
"@typpi/eslint-plugin-vite": "^1.0.19",
|
|
121
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
127
|
+
"@vitest/eslint-plugin": "^1.6.22",
|
|
122
128
|
"cross-env": "^10.1.0",
|
|
123
129
|
"eslint-config-flat-gitignore": "^2.3.0",
|
|
124
130
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -194,7 +200,7 @@
|
|
|
194
200
|
"type-fest": "^5.8.0",
|
|
195
201
|
"typescript-eslint": "^8.63.0",
|
|
196
202
|
"vue-eslint-parser": "^10.4.1",
|
|
197
|
-
"yaml-eslint-parser": "^2.
|
|
203
|
+
"yaml-eslint-parser": "^2.1.0"
|
|
198
204
|
},
|
|
199
205
|
"devDependencies": {
|
|
200
206
|
"@andrewbranch/untar.js": "^1.0.3",
|
|
@@ -202,17 +208,21 @@
|
|
|
202
208
|
"@arethetypeswrong/core": "^0.18.4",
|
|
203
209
|
"@microsoft/tsdoc-config": "^0.18.1",
|
|
204
210
|
"@types/eslint-plugin-security": "^3.0.1",
|
|
205
|
-
"@types/node": "^26.1.
|
|
211
|
+
"@types/node": "^26.1.1",
|
|
206
212
|
"@vitest/coverage-v8": "^4.1.10",
|
|
207
213
|
"actions-up": "^1.16.0",
|
|
208
214
|
"eslint": "^10.6.0",
|
|
209
215
|
"eslint-formatter-mo": "^2.4.1",
|
|
210
216
|
"git-cliff": "^2.13.1",
|
|
211
|
-
"
|
|
217
|
+
"gitcliff-config-nick2bad4u": "^1.2.0",
|
|
218
|
+
"gitleaks-config-nick2bad4u": "^1.0.4",
|
|
219
|
+
"jscpd": "^5.0.12",
|
|
220
|
+
"jscpd-config-nick2bad4u": "^1.1.0",
|
|
221
|
+
"lychee-config-nick2bad4u": "^2.0.0",
|
|
212
222
|
"npm-package-json-lint": "^10.4.1",
|
|
213
223
|
"npm-package-json-lint-config-nick2bad4u": "^1.0.4",
|
|
214
224
|
"picocolors": "^1.1.1",
|
|
215
|
-
"prettier": "^3.9.
|
|
225
|
+
"prettier": "^3.9.5",
|
|
216
226
|
"prettier-config-nick2bad4u": "^1.1.1",
|
|
217
227
|
"publint": "^0.3.21",
|
|
218
228
|
"remark-config-nick2bad4u": "^1.1.3",
|
|
@@ -224,7 +234,7 @@
|
|
|
224
234
|
"stylelint-define-config": "^17.11.0",
|
|
225
235
|
"tsdoc-config-nick2bad4u": "^1.0.6",
|
|
226
236
|
"typescript": "^6.0.3",
|
|
227
|
-
"vite": "^8.1.
|
|
237
|
+
"vite": "^8.1.4",
|
|
228
238
|
"vitest": "^4.1.10",
|
|
229
239
|
"yamllint-config-nick2bad4u": "^1.1.1"
|
|
230
240
|
},
|
|
@@ -240,7 +250,7 @@
|
|
|
240
250
|
"optional": false
|
|
241
251
|
}
|
|
242
252
|
},
|
|
243
|
-
"packageManager": "npm@
|
|
253
|
+
"packageManager": "npm@12.0.0",
|
|
244
254
|
"engines": {
|
|
245
255
|
"node": "^22.22.3 || ^24.16.0 || >=26.3.0"
|
|
246
256
|
},
|