@bfra.me/eslint-config 0.19.0 → 0.20.0

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 +3 -4
package/lib/index.js CHANGED
@@ -654,7 +654,7 @@ __name(jsdoc, "jsdoc");
654
654
  import { fileURLToPath } from "node:url";
655
655
 
656
656
  // package.json
657
- var version = "0.19.0";
657
+ var version = "0.20.0";
658
658
 
659
659
  // src/parsers/any-parser.ts
660
660
  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.19.0",
3
+ "version": "0.20.0",
4
4
  "description": "Shared ESLint configuration for bfra.me",
5
5
  "keywords": [
6
6
  "bfra.me",
@@ -55,7 +55,6 @@
55
55
  "eslint-plugin-yml": "1.17.0",
56
56
  "globals": "16.0.0",
57
57
  "is-in-ci": "1.0.0",
58
- "jiti": "2.4.2",
59
58
  "local-pkg": "1.1.1",
60
59
  "package-manager-detector": "1.1.0",
61
60
  "pkg-dir": "8.0.0",
@@ -66,7 +65,7 @@
66
65
  "@eslint/js": "9.24.0",
67
66
  "@types/eslint-config-prettier": "6.11.3",
68
67
  "@typescript-eslint/types": "8.29.1",
69
- "@vitest/eslint-plugin": "1.1.39",
68
+ "@vitest/eslint-plugin": "1.1.40",
70
69
  "eslint": "9.24.0",
71
70
  "eslint-config-prettier": "10.1.1",
72
71
  "eslint-plugin-no-only-tests": "3.3.0",
@@ -75,8 +74,8 @@
75
74
  "eslint-typegen": "2.1.0",
76
75
  "tsup": "8.4.0",
77
76
  "tsx": "4.19.3",
78
- "@bfra.me/eslint-config": "0.19.0",
79
77
  "@bfra.me/prettier-config": "0.15.4",
78
+ "@bfra.me/eslint-config": "0.20.0",
80
79
  "@bfra.me/tsconfig": "0.9.7"
81
80
  },
82
81
  "peerDependencies": {