@bfra.me/eslint-config 0.32.2 → 0.32.3

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
@@ -6094,7 +6094,7 @@ interface Rules {
6094
6094
  */
6095
6095
  'vars-on-top'?: Linter.RuleEntry<[]>
6096
6096
  /**
6097
- * require .spec test file pattern
6097
+ * require test file pattern
6098
6098
  * @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/consistent-test-filename.md
6099
6099
  */
6100
6100
  'vitest/consistent-test-filename'?: Linter.RuleEntry<VitestConsistentTestFilename>
package/lib/index.js CHANGED
@@ -107,7 +107,7 @@ var GLOB_EXCLUDE = [
107
107
  import { fileURLToPath } from "url";
108
108
 
109
109
  // package.json
110
- var version = "0.32.2";
110
+ var version = "0.32.3";
111
111
 
112
112
  // src/parsers/any-parser.ts
113
113
  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.32.2",
3
+ "version": "0.32.3",
4
4
  "description": "Shared ESLint configuration for bfra.me",
5
5
  "keywords": [
6
6
  "bfra.me",
@@ -59,18 +59,18 @@
59
59
  "is-in-ci": "2.0.0",
60
60
  "local-pkg": "1.1.2",
61
61
  "package-directory": "8.1.0",
62
- "package-manager-detector": "1.4.0",
62
+ "package-manager-detector": "1.4.1",
63
63
  "sort-package-json": "3.4.0",
64
- "typescript-eslint": "8.46.0"
64
+ "typescript-eslint": "8.46.1"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@eslint-react/eslint-plugin": "1.53.1",
68
68
  "@eslint/config-inspector": "1.3.0",
69
69
  "@eslint/js": "9.37.0",
70
- "@next/eslint-plugin-next": "15.5.4",
70
+ "@next/eslint-plugin-next": "15.5.5",
71
71
  "@types/eslint-config-prettier": "6.11.3",
72
- "@typescript-eslint/types": "8.46.0",
73
- "@vitest/eslint-plugin": "1.3.16",
72
+ "@typescript-eslint/types": "8.46.1",
73
+ "@vitest/eslint-plugin": "1.3.20",
74
74
  "astro-eslint-parser": "1.2.2",
75
75
  "eslint": "9.37.0",
76
76
  "eslint-config-prettier": "10.1.8",
@@ -79,11 +79,11 @@
79
79
  "eslint-plugin-pnpm": "1.2.0",
80
80
  "eslint-plugin-prettier": "5.5.4",
81
81
  "eslint-plugin-react-hooks": "5.2.0",
82
- "eslint-plugin-react-refresh": "0.4.23",
82
+ "eslint-plugin-react-refresh": "0.4.24",
83
83
  "eslint-typegen": "2.3.0",
84
84
  "tsup": "8.5.0",
85
85
  "tsx": "4.20.6",
86
- "@bfra.me/eslint-config": "0.32.2",
86
+ "@bfra.me/eslint-config": "0.32.3",
87
87
  "@bfra.me/tsconfig": "0.12.0",
88
88
  "@bfra.me/prettier-config": "0.16.1"
89
89
  },
package/src/rules.d.ts CHANGED
@@ -6086,7 +6086,7 @@ export interface Rules {
6086
6086
  */
6087
6087
  'vars-on-top'?: Linter.RuleEntry<[]>
6088
6088
  /**
6089
- * require .spec test file pattern
6089
+ * require test file pattern
6090
6090
  * @see https://github.com/vitest-dev/eslint-plugin-vitest/blob/main/docs/rules/consistent-test-filename.md
6091
6091
  */
6092
6092
  'vitest/consistent-test-filename'?: Linter.RuleEntry<VitestConsistentTestFilename>