@anolilab/lint-staged-config 3.0.34 → 3.0.35

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/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## @anolilab/lint-staged-config [3.0.35](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.34...@anolilab/lint-staged-config@3.0.35) (2025-10-14)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update package versions and configurations ([55338c4](https://github.com/anolilab/javascript-style-guide/commit/55338c45d98042ea4616c4aa9b4fc6989889b1ac))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * update ESLint configuration and dependencies ([52058a1](https://github.com/anolilab/javascript-style-guide/commit/52058a1f290734801dfd7d98743db2d351687541))
10
+ * update package versions and ESLint command ([5e9bc41](https://github.com/anolilab/javascript-style-guide/commit/5e9bc419600c05ae722ee1b6d29d1ebb87ecc61d))
11
+
12
+ ### Code Refactoring
13
+
14
+ * improve ESLint and Prettier configurations ([db30fca](https://github.com/anolilab/javascript-style-guide/commit/db30fcafac696fe1b103293dc6f4a6dd0d72f51a))
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * **@anolilab/eslint-config:** upgraded to 16.4.0
20
+
1
21
  ## @anolilab/lint-staged-config [3.0.34](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.33...@anolilab/lint-staged-config@3.0.34) (2025-10-02)
2
22
 
3
23
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/lint-staged-config",
3
- "version": "3.0.34",
3
+ "version": "3.0.35",
4
4
  "description": "Shareable Lint-Staged Config for any project.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -65,7 +65,7 @@
65
65
  }
66
66
  },
67
67
  "bin": {
68
- "lint-stage-config:install": "./dist/bin.js"
68
+ "lint-stage-config:install": "./dist/bin.mjs"
69
69
  },
70
70
  "files": [
71
71
  "CHANGELOG.md",
@@ -77,7 +77,7 @@
77
77
  "@visulima/fs": "3.1.9",
78
78
  "@visulima/package": "^4.0.2",
79
79
  "shell-quote": "^1.8.3",
80
- "type-fest": "^5.0.1"
80
+ "type-fest": "^5.1.0"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "eslint": "^9.36.0",
File without changes