@bfra.me/eslint-config 0.27.0 → 0.27.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 +4 -4
package/lib/index.js CHANGED
@@ -497,7 +497,7 @@ async function jsdoc() {
497
497
  import { fileURLToPath } from "url";
498
498
 
499
499
  // package.json
500
- var version = "0.27.0";
500
+ var version = "0.27.1";
501
501
 
502
502
  // src/parsers/any-parser.ts
503
503
  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.27.0",
3
+ "version": "0.27.1",
4
4
  "description": "Shared ESLint configuration for bfra.me",
5
5
  "keywords": [
6
6
  "bfra.me",
@@ -56,7 +56,7 @@
56
56
  "eslint-plugin-yml": "1.18.0",
57
57
  "globals": "16.3.0",
58
58
  "is-in-ci": "1.0.0",
59
- "local-pkg": "1.1.1",
59
+ "local-pkg": "1.1.2",
60
60
  "package-directory": "8.1.0",
61
61
  "package-manager-detector": "1.3.0",
62
62
  "typescript-eslint": "8.40.0"
@@ -75,9 +75,9 @@
75
75
  "eslint-typegen": "2.3.0",
76
76
  "tsup": "8.5.0",
77
77
  "tsx": "4.20.4",
78
- "@bfra.me/eslint-config": "0.27.0",
79
78
  "@bfra.me/prettier-config": "0.16.1",
80
- "@bfra.me/tsconfig": "0.12.0"
79
+ "@bfra.me/tsconfig": "0.12.0",
80
+ "@bfra.me/eslint-config": "0.27.1"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "@vitest/eslint-plugin": "^1.1.21",