@bfra.me/eslint-config 0.35.0 → 0.35.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
@@ -105,7 +105,7 @@ var GLOB_EXCLUDE = [
105
105
  import { fileURLToPath } from "url";
106
106
 
107
107
  // package.json
108
- var version = "0.35.0";
108
+ var version = "0.35.1";
109
109
 
110
110
  // src/parsers/any-parser.ts
111
111
  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.35.0",
3
+ "version": "0.35.1",
4
4
  "description": "Shared ESLint configuration for bfra.me",
5
5
  "keywords": [
6
6
  "bfra.me",
@@ -83,16 +83,16 @@
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.35.0",
87
- "@bfra.me/prettier-config": "0.16.1",
88
- "@bfra.me/tsconfig": "0.12.0"
86
+ "@bfra.me/eslint-config": "0.35.1",
87
+ "@bfra.me/tsconfig": "0.12.0",
88
+ "@bfra.me/prettier-config": "0.16.1"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "@eslint-react/eslint-plugin": "^2.0.1",
92
92
  "@next/eslint-plugin-next": "^15.5.3",
93
93
  "@vitest/eslint-plugin": "^1.1.21",
94
94
  "astro-eslint-parser": "^1.2.2",
95
- "eslint": "^9.10.0",
95
+ "eslint": "^9.38.0",
96
96
  "eslint-config-prettier": "^10.1.8",
97
97
  "eslint-plugin-astro": "^1.3.1",
98
98
  "eslint-plugin-prettier": "^5.5.4",