@anolilab/lint-staged-config 4.0.0 → 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.
- package/CHANGELOG.md +11 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
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
|
+
|
|
1
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)
|
|
2
13
|
|
|
3
14
|
### Styles
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/lint-staged-config",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "Shareable Lint-Staged Config for any project.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -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
|
},
|