@anolilab/lint-staged-config 3.0.34 → 3.0.36

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,30 @@
1
+ ## @anolilab/lint-staged-config [3.0.36](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.35...@anolilab/lint-staged-config@3.0.36) (2025-10-15)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@anolilab/eslint-config:** upgraded to 16.4.1
7
+
8
+ ## @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)
9
+
10
+ ### Bug Fixes
11
+
12
+ * update package versions and configurations ([55338c4](https://github.com/anolilab/javascript-style-guide/commit/55338c45d98042ea4616c4aa9b4fc6989889b1ac))
13
+
14
+ ### Miscellaneous Chores
15
+
16
+ * update ESLint configuration and dependencies ([52058a1](https://github.com/anolilab/javascript-style-guide/commit/52058a1f290734801dfd7d98743db2d351687541))
17
+ * update package versions and ESLint command ([5e9bc41](https://github.com/anolilab/javascript-style-guide/commit/5e9bc419600c05ae722ee1b6d29d1ebb87ecc61d))
18
+
19
+ ### Code Refactoring
20
+
21
+ * improve ESLint and Prettier configurations ([db30fca](https://github.com/anolilab/javascript-style-guide/commit/db30fcafac696fe1b103293dc6f4a6dd0d72f51a))
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * **@anolilab/eslint-config:** upgraded to 16.4.0
27
+
1
28
  ## @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
29
 
3
30
  ### 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.36",
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