@anolilab/lint-staged-config 3.0.17 → 3.0.18
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/dist/types.d.cts +1 -1
- package/dist/types.d.mts +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## @anolilab/lint-staged-config [3.0.18](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.17...@anolilab/lint-staged-config@3.0.18) (2025-07-02)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **deps:** update lint-staged-config dependencies ([554fa52](https://github.com/anolilab/javascript-style-guide/commit/554fa52f06b298043cbbdb601dd3ba476fc58ec9))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@anolilab/eslint-config:** upgraded to 16.2.14
|
|
11
|
+
|
|
1
12
|
## @anolilab/lint-staged-config [3.0.17](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.16...@anolilab/lint-staged-config@3.0.17) (2025-06-05)
|
|
2
13
|
|
|
3
14
|
|
package/dist/types.d.cts
CHANGED
package/dist/types.d.mts
CHANGED
package/dist/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/lint-staged-config",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.18",
|
|
4
4
|
"description": "Shareable Lint-Staged Config for any project.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"dist"
|
|
75
75
|
],
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@visulima/fs": "3.1.
|
|
78
|
-
"@visulima/package": "^3.5.
|
|
79
|
-
"shell-quote": "^1.8.
|
|
77
|
+
"@visulima/fs": "3.1.5",
|
|
78
|
+
"@visulima/package": "^3.5.8",
|
|
79
|
+
"shell-quote": "^1.8.3"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
82
|
"eslint": "^9.5",
|