@anolilab/lint-staged-config 4.0.1 → 5.1.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/CHANGELOG.md +22 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## @anolilab/lint-staged-config [5.1.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@5.0.0...@anolilab/lint-staged-config@5.1.0) (2026-01-29)
2
+
3
+ ### Code Refactoring
4
+
5
+ * improve code formatting and readability across multiple files ([ee7da3d](https://github.com/anolilab/javascript-style-guide/commit/ee7da3dca10603f3faebb0d9ac9bd5c18f6ce063))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@anolilab/eslint-config:** upgraded to 21.0.0
11
+
12
+ ## @anolilab/lint-staged-config [5.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@4.0.1...@anolilab/lint-staged-config@5.0.0) (2026-01-11)
13
+
14
+ ### Bug Fixes
15
+
16
+ * update package versions and configurations ([d4c690d](https://github.com/anolilab/javascript-style-guide/commit/d4c690d6132fb7c1734a299f64fbc1020190a300))
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * **@anolilab/eslint-config:** upgraded to 20.0.0
22
+
1
23
  ## @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
24
 
3
25
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/lint-staged-config",
3
- "version": "4.0.1",
3
+ "version": "5.1.0",
4
4
  "description": "Shareable Lint-Staged Config for any project.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -77,7 +77,7 @@
77
77
  "@visulima/fs": "4.1.0",
78
78
  "@visulima/package": "^4.1.7",
79
79
  "shell-quote": "^1.8.3",
80
- "type-fest": "^5.3.1"
80
+ "type-fest": "5.4.2"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "eslint": "^9.39.2",
@@ -85,7 +85,7 @@
85
85
  "jest": "^27.x || ^28.x || ^29.0.0",
86
86
  "lint-staged": "^13.x || ^14.x|| ^15.x || ^16.x",
87
87
  "nano-staged": "^0.9.0",
88
- "prettier": "^3.7.4",
88
+ "prettier": "3.8.1",
89
89
  "secretlint": "^7.x || ^8.x || ^10.0.0 || ^11.0.0",
90
90
  "stylelint": "^15.x || ^16.x",
91
91
  "vitest": "^1.x || ^2.x || ^3.x || ^4.0.0"
@@ -116,7 +116,6 @@
116
116
  "optional": true
117
117
  }
118
118
  },
119
- "optionalDependencies": {},
120
119
  "engines": {
121
120
  "node": ">=20.18.* <=25.*"
122
121
  },