eslint-config-nick2bad4u 3.0.2 → 3.1.0

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
@@ -16,7 +16,7 @@ plugins and parsers that the shared config enables.
16
16
  | Tool | Supported range | Why it is required |
17
17
  | ---------- | -------------------------------------- | --------------------------------------------------------------- |
18
18
  | Node.js | `^22.22.3 \|\| ^24.16.0 \|\| >=26.3.0` | Runtime for ESLint, the config package, and repository scripts. |
19
- | ESLint | `^10.5.0` | Peer dependency supplied by each consuming project. |
19
+ | ESLint | `^10.0.0` | Peer dependency supplied by each consuming project. |
20
20
  | TypeScript | `^5.0.0 \|\| ^6.0.3` | Peer dependency used by TypeScript-aware lint rules. |
21
21
 
22
22
  Repository development also expects npm `>=11.0.0`; consumers can use the package
package/docs/migration.md CHANGED
@@ -6,7 +6,7 @@ shared `eslint-config-nick2bad4u` package.
6
6
  ## Prerequisites
7
7
 
8
8
  - Node.js `^22.22.3 || ^24.16.0 || >=26.3.0`
9
- - ESLint `^10.5.0`
9
+ - ESLint `^10.0.0`
10
10
  - TypeScript `^5.0.0 || ^6.0.3`
11
11
  - npm, pnpm, or yarn support for installing peer dependencies
12
12
  - A project-level `tsconfig.json` for type-aware linting through project service
@@ -329,7 +329,7 @@ The same pattern applies to other namespaces with matching `without*` presets.
329
329
  Install or update the peer dependencies in the consuming project:
330
330
 
331
331
  ```powershell
332
- npm install --save-dev eslint@^10.5.0 typescript@^6.0.3
332
+ npm install --save-dev eslint@^10.0.0 typescript@^6.0.3
333
333
  ```
334
334
 
335
335
  TypeScript `^5.0.0` is also supported when the project has not migrated to
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-nick2bad4u",
3
- "version": "3.0.2",
3
+ "version": "3.1.0",
4
4
  "private": false,
5
5
  "description": "Shared flat ESLint config for Nick2bad4u Typescript/JS repos.",
6
6
  "keywords": [
@@ -107,14 +107,14 @@
107
107
  "dependencies": {
108
108
  "@docusaurus/eslint-plugin": "^3.10.1",
109
109
  "@eslint-community/eslint-plugin-eslint-comments": "^4.7.2",
110
- "@eslint-react/eslint-plugin": "^5.9.3",
110
+ "@eslint-react/eslint-plugin": "^5.10.0",
111
111
  "@eslint/config-helpers": "^0.6.0",
112
112
  "@eslint/css": "^1.3.0",
113
113
  "@eslint/js": "^10.0.1",
114
114
  "@eslint/json": "^2.0.0",
115
115
  "@eslint/markdown": "^8.0.2",
116
- "@html-eslint/eslint-plugin": "^0.62.0",
117
- "@html-eslint/parser": "^0.62.0",
116
+ "@html-eslint/eslint-plugin": "^0.63.0",
117
+ "@html-eslint/parser": "^0.63.0",
118
118
  "@next/eslint-plugin-next": "^16.2.9",
119
119
  "@stylistic/eslint-plugin": "^5.10.0",
120
120
  "@typpi/eslint-plugin-vite": "^1.0.18",
@@ -146,14 +146,14 @@
146
146
  "eslint-plugin-file-progress-2": "^5.1.5",
147
147
  "eslint-plugin-github-actions-2": "^1.2.0",
148
148
  "eslint-plugin-immutable-2": "^1.2.4",
149
- "eslint-plugin-import-x": "^4.17.0",
150
- "eslint-plugin-jsdoc": "^63.0.8",
149
+ "eslint-plugin-import-x": "^4.17.1",
150
+ "eslint-plugin-jsdoc": "^63.0.10",
151
151
  "eslint-plugin-json-schema-validator-2": "^7.0.7",
152
152
  "eslint-plugin-jsonc": "^3.2.0",
153
153
  "eslint-plugin-listeners": "^1.5.1",
154
154
  "eslint-plugin-math": "^0.13.1",
155
155
  "eslint-plugin-module-interop": "^0.3.1",
156
- "eslint-plugin-n": "^18.1.0",
156
+ "eslint-plugin-n": "^18.2.1",
157
157
  "eslint-plugin-nitpick": "^0.12.2",
158
158
  "eslint-plugin-no-barrel-files": "^1.3.1",
159
159
  "eslint-plugin-no-unsanitized": "^4.1.5",
@@ -179,17 +179,17 @@
179
179
  "eslint-plugin-tsdoc": "^0.5.2",
180
180
  "eslint-plugin-tsdoc-require-2": "^1.2.3",
181
181
  "eslint-plugin-typedoc": "^1.3.5",
182
- "eslint-plugin-typefest": "^1.2.10",
182
+ "eslint-plugin-typefest": "^1.3.0",
183
183
  "eslint-plugin-undefined-css-classes": "^0.1.5",
184
184
  "eslint-plugin-unicorn": "^69.0.0",
185
185
  "eslint-plugin-vue": "^10.9.2",
186
186
  "eslint-plugin-write-good-comments-2": "^1.2.5",
187
- "eslint-plugin-yamllint": "^1.0.0",
187
+ "eslint-plugin-yamllint": "^1.0.1",
188
188
  "eslint-plugin-yml": "^3.5.0",
189
189
  "globals": "^17.7.0",
190
190
  "jsonc-eslint-parser": "^3.1.0",
191
191
  "toml-eslint-parser": "^1.0.3",
192
- "ts-extras": "^1.0.0",
192
+ "ts-extras": "^1.1.0",
193
193
  "type-fest": "^5.7.0",
194
194
  "typescript-eslint": "^8.62.0",
195
195
  "vue-eslint-parser": "^10.4.1",
@@ -203,17 +203,17 @@
203
203
  "@types/eslint-plugin-security": "^3.0.1",
204
204
  "@types/node": "^26.0.1",
205
205
  "@vitest/coverage-v8": "^4.1.9",
206
- "eslint": "^10.5.0",
206
+ "eslint": "^10.6.0",
207
207
  "eslint-formatter-mo": "^2.4.1",
208
208
  "git-cliff": "^2.13.1",
209
209
  "gitleaks-config-nick2bad4u": "^1.0.2",
210
210
  "npm-package-json-lint": "^10.4.1",
211
211
  "npm-package-json-lint-config-nick2bad4u": "^1.0.3",
212
212
  "picocolors": "^1.1.1",
213
- "prettier": "^3.8.4",
214
- "prettier-config-nick2bad4u": "^1.0.17",
213
+ "prettier": "~3.8.5",
214
+ "prettier-config-nick2bad4u": "^1.0.19",
215
215
  "publint": "^0.3.21",
216
- "remark-config-nick2bad4u": "^1.1.0",
216
+ "remark-config-nick2bad4u": "^1.1.2",
217
217
  "secretlint": "^13.0.2",
218
218
  "secretlint-config-nick2bad4u": "^1.1.0",
219
219
  "sort-package-json": "^4.0.0",
@@ -224,10 +224,10 @@
224
224
  "typescript": "^6.0.3",
225
225
  "vite": "^8.1.0",
226
226
  "vitest": "^4.1.9",
227
- "yamllint-config-nick2bad4u": "^1.0.2"
227
+ "yamllint-config-nick2bad4u": "^1.1.0"
228
228
  },
229
229
  "peerDependencies": {
230
- "eslint": "^10.5.0",
230
+ "eslint": "^10.0.0",
231
231
  "typescript": "^5.0.0 || ^6.0.3"
232
232
  },
233
233
  "peerDependenciesMeta": {