@anolilab/lint-staged-config 3.1.1 → 4.0.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/CHANGELOG.md +22 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## @anolilab/lint-staged-config [4.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@4.0.0...@anolilab/lint-staged-config@4.0.1) (2026-01-05)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update package versions and configurations ([6a83bb6](https://github.com/anolilab/javascript-style-guide/commit/6a83bb692298f0f037c4af6e5830865cb0a6d847))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@anolilab/eslint-config:** upgraded to 19.0.0
11
+
12
+ ## @anolilab/lint-staged-config [4.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.1.1...@anolilab/lint-staged-config@4.0.0) (2025-12-22)
13
+
14
+ ### Styles
15
+
16
+ * update package configurations and dependencies ([98475c5](https://github.com/anolilab/javascript-style-guide/commit/98475c5e5e7bc5d832ef10d3d723f75340223347))
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * **@anolilab/eslint-config:** upgraded to 18.0.0
22
+
1
23
  ## @anolilab/lint-staged-config [3.1.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.1.0...@anolilab/lint-staged-config@3.1.1) (2025-12-15)
2
24
 
3
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/lint-staged-config",
3
- "version": "3.1.1",
3
+ "version": "4.0.1",
4
4
  "description": "Shareable Lint-Staged Config for any project.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -74,7 +74,7 @@
74
74
  "dist"
75
75
  ],
76
76
  "dependencies": {
77
- "@visulima/fs": "4.0.5",
77
+ "@visulima/fs": "4.1.0",
78
78
  "@visulima/package": "^4.1.7",
79
79
  "shell-quote": "^1.8.3",
80
80
  "type-fest": "^5.3.1"
@@ -116,6 +116,7 @@
116
116
  "optional": true
117
117
  }
118
118
  },
119
+ "optionalDependencies": {},
119
120
  "engines": {
120
121
  "node": ">=20.18.* <=25.*"
121
122
  },