@bfra.me/eslint-config 0.28.0 → 0.28.1

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +5 -5
package/lib/index.js CHANGED
@@ -68,7 +68,7 @@ var GLOB_EXCLUDE = [
68
68
  import { fileURLToPath } from "url";
69
69
 
70
70
  // package.json
71
- var version = "0.28.0";
71
+ var version = "0.28.1";
72
72
 
73
73
  // src/parsers/any-parser.ts
74
74
  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.28.0",
3
+ "version": "0.28.1",
4
4
  "description": "Shared ESLint configuration for bfra.me",
5
5
  "keywords": [
6
6
  "bfra.me",
@@ -59,13 +59,13 @@
59
59
  "local-pkg": "1.1.2",
60
60
  "package-directory": "8.1.0",
61
61
  "package-manager-detector": "1.3.0",
62
- "typescript-eslint": "8.40.0"
62
+ "typescript-eslint": "8.41.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@eslint/config-inspector": "1.2.0",
66
66
  "@eslint/js": "9.34.0",
67
67
  "@types/eslint-config-prettier": "6.11.3",
68
- "@typescript-eslint/types": "8.40.0",
68
+ "@typescript-eslint/types": "8.41.0",
69
69
  "@vitest/eslint-plugin": "1.3.4",
70
70
  "astro-eslint-parser": "1.2.2",
71
71
  "eslint": "9.34.0",
@@ -78,8 +78,8 @@
78
78
  "tsup": "8.5.0",
79
79
  "tsx": "4.20.5",
80
80
  "@bfra.me/prettier-config": "0.16.1",
81
- "@bfra.me/tsconfig": "0.12.0",
82
- "@bfra.me/eslint-config": "0.28.0"
81
+ "@bfra.me/eslint-config": "0.28.1",
82
+ "@bfra.me/tsconfig": "0.12.0"
83
83
  },
84
84
  "peerDependencies": {
85
85
  "@vitest/eslint-plugin": "^1.1.21",