@anolilab/lint-staged-config 4.0.1 → 5.0.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 +11 -0
  2. package/package.json +1 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## @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)
2
+
3
+ ### Bug Fixes
4
+
5
+ * update package versions and configurations ([d4c690d](https://github.com/anolilab/javascript-style-guide/commit/d4c690d6132fb7c1734a299f64fbc1020190a300))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@anolilab/eslint-config:** upgraded to 20.0.0
11
+
1
12
  ## @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
13
 
3
14
  ### 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.0.0",
4
4
  "description": "Shareable Lint-Staged Config for any project.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -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
  },