@bfra.me/eslint-config 0.47.3 → 0.47.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/lib/index.d.ts CHANGED
@@ -15882,7 +15882,6 @@ type PnpmYamlEnforceSettings = []|[{
15882
15882
  requiredFields?: string[]
15883
15883
 
15884
15884
  forbiddenFields?: string[]
15885
- [k: string]: unknown | undefined
15886
15885
  }]
15887
15886
  // ----- pnpm/yaml-no-duplicate-catalog-item -----
15888
15887
  type PnpmYamlNoDuplicateCatalogItem = []|[{
package/lib/index.js CHANGED
@@ -147,7 +147,7 @@ var GLOB_EXCLUDE = [
147
147
  import { fileURLToPath } from "url";
148
148
 
149
149
  // package.json
150
- var version = "0.47.3";
150
+ var version = "0.47.4";
151
151
 
152
152
  // src/parsers/any-parser.ts
153
153
  var lineBreakPattern = /\r\n|[\n\r\u2028\u2029]/u;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bfra.me/eslint-config",
3
- "version": "0.47.3",
3
+ "version": "0.47.4",
4
4
  "description": "Shared ESLint configuration for bfra.me",
5
5
  "keywords": [
6
6
  "bfra.me",
@@ -43,9 +43,9 @@
43
43
  "eslint-config-flat-gitignore": "2.1.0",
44
44
  "eslint-flat-config-utils": "2.1.4",
45
45
  "eslint-merge-processors": "2.0.0",
46
- "eslint-plugin-command": "3.3.1",
46
+ "eslint-plugin-command": "3.4.0",
47
47
  "eslint-plugin-import-x": "4.16.1",
48
- "eslint-plugin-jsdoc": "61.4.1",
48
+ "eslint-plugin-jsdoc": "61.5.0",
49
49
  "eslint-plugin-json-schema-validator": "5.5.0",
50
50
  "eslint-plugin-jsonc": "2.21.0",
51
51
  "eslint-plugin-n": "17.23.1",
@@ -59,19 +59,19 @@
59
59
  "is-in-ci": "2.0.0",
60
60
  "local-pkg": "1.1.2",
61
61
  "package-manager-detector": "1.6.0",
62
- "sort-package-json": "3.5.0",
63
- "typescript-eslint": "8.48.1",
62
+ "sort-package-json": "3.5.1",
63
+ "typescript-eslint": "8.49.0",
64
64
  "@bfra.me/es": "0.1.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@eslint-react/eslint-plugin": "2.3.12",
67
+ "@eslint-react/eslint-plugin": "2.3.13",
68
68
  "@eslint/config-inspector": "1.4.2",
69
69
  "@eslint/core": "1.0.0",
70
- "@next/eslint-plugin-next": "16.0.7",
70
+ "@next/eslint-plugin-next": "16.0.8",
71
71
  "@types/eslint-config-prettier": "6.11.3",
72
72
  "@types/eslint-plugin-jsx-a11y": "6.10.1",
73
- "@typescript-eslint/types": "8.48.1",
74
- "@vitest/eslint-plugin": "1.5.1",
73
+ "@typescript-eslint/types": "8.49.0",
74
+ "@vitest/eslint-plugin": "1.5.2",
75
75
  "astro-eslint-parser": "1.2.2",
76
76
  "eslint": "9.39.1",
77
77
  "eslint-config-prettier": "10.1.8",
@@ -79,13 +79,13 @@
79
79
  "eslint-plugin-erasable-syntax-only": "0.4.0",
80
80
  "eslint-plugin-jsx-a11y": "6.10.2",
81
81
  "eslint-plugin-node-dependencies": "1.3.0",
82
- "eslint-plugin-pnpm": "1.4.1",
82
+ "eslint-plugin-pnpm": "1.4.2",
83
83
  "eslint-plugin-prettier": "5.5.4",
84
84
  "eslint-plugin-react-hooks": "7.0.1",
85
85
  "eslint-plugin-react-refresh": "0.4.24",
86
86
  "eslint-typegen": "2.3.0",
87
- "@bfra.me/works": "0.0.0-development",
88
- "@bfra.me/prettier-config": "0.16.6"
87
+ "@bfra.me/prettier-config": "0.16.6",
88
+ "@bfra.me/works": "0.0.0-development"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "@eslint-react/eslint-plugin": "^2.0.1",
package/src/rules.d.ts CHANGED
@@ -15873,7 +15873,6 @@ type PnpmYamlEnforceSettings = []|[{
15873
15873
  requiredFields?: string[]
15874
15874
 
15875
15875
  forbiddenFields?: string[]
15876
- [k: string]: unknown | undefined
15877
15876
  }]
15878
15877
  // ----- pnpm/yaml-no-duplicate-catalog-item -----
15879
15878
  type PnpmYamlNoDuplicateCatalogItem = []|[{