@anolilab/lint-staged-config 3.0.36 → 3.0.38
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 +28 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## @anolilab/lint-staged-config [3.0.38](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.37...@anolilab/lint-staged-config@3.0.38) (2025-11-16)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **deps:** update node engine compatibility and upgrade dependencies ([1a0d0e1](https://github.com/anolilab/javascript-style-guide/commit/1a0d0e16d48dd2fb67017cdf3f21988d6adf1cdc))
|
|
6
|
+
* **deps:** update package versions and configurations ([e5b9cb5](https://github.com/anolilab/javascript-style-guide/commit/e5b9cb5195c4a9a4a481e9eb967fc5a0f92e1add))
|
|
7
|
+
|
|
8
|
+
### Miscellaneous Chores
|
|
9
|
+
|
|
10
|
+
* **deps:** update dependency secretlint to v11 ([#944](https://github.com/anolilab/javascript-style-guide/issues/944)) ([85af8ce](https://github.com/anolilab/javascript-style-guide/commit/85af8ce69fd7ca592d57c11db4b7168598c139d9))
|
|
11
|
+
* **deps:** update dependency vitest to v4 ([#964](https://github.com/anolilab/javascript-style-guide/issues/964)) ([68f27e2](https://github.com/anolilab/javascript-style-guide/commit/68f27e27c172be51bde47f0b59fc1f16d8bd85d0))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Dependencies
|
|
15
|
+
|
|
16
|
+
* **@anolilab/eslint-config:** upgraded to 16.4.3
|
|
17
|
+
|
|
18
|
+
## @anolilab/lint-staged-config [3.0.37](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.36...@anolilab/lint-staged-config@3.0.37) (2025-10-15)
|
|
19
|
+
|
|
20
|
+
### Miscellaneous Chores
|
|
21
|
+
|
|
22
|
+
* **deps:** update dependency jest to v29 ([#943](https://github.com/anolilab/javascript-style-guide/issues/943)) ([06a2a5e](https://github.com/anolilab/javascript-style-guide/commit/06a2a5e705d5323ddb190684d8a6dffba61fdad8))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* **@anolilab/eslint-config:** upgraded to 16.4.2
|
|
28
|
+
|
|
1
29
|
## @anolilab/lint-staged-config [3.0.36](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.35...@anolilab/lint-staged-config@3.0.36) (2025-10-15)
|
|
2
30
|
|
|
3
31
|
|
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.38",
|
|
4
4
|
"description": "Shareable Lint-Staged Config for any project.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -74,21 +74,21 @@
|
|
|
74
74
|
"dist"
|
|
75
75
|
],
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@visulima/fs": "
|
|
78
|
-
"@visulima/package": "^4.
|
|
77
|
+
"@visulima/fs": "4.0.5",
|
|
78
|
+
"@visulima/package": "^4.1.6",
|
|
79
79
|
"shell-quote": "^1.8.3",
|
|
80
|
-
"type-fest": "^5.
|
|
80
|
+
"type-fest": "^5.2.0"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"eslint": "^9.
|
|
83
|
+
"eslint": "^9.39.1",
|
|
84
84
|
"husky": "^8.x || ^9.x",
|
|
85
|
-
"jest": "^27.x || ^28.x",
|
|
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.8",
|
|
88
88
|
"prettier": "^3.6.2",
|
|
89
|
-
"secretlint": "^7.x || ^8.x || ^10.0.0",
|
|
89
|
+
"secretlint": "^7.x || ^8.x || ^10.0.0 || ^11.0.0",
|
|
90
90
|
"stylelint": "^15.x || ^16.x",
|
|
91
|
-
"vitest": "^1.x || ^2.x || ^3.x"
|
|
91
|
+
"vitest": "^1.x || ^2.x || ^3.x || ^4.0.0"
|
|
92
92
|
},
|
|
93
93
|
"peerDependenciesMeta": {
|
|
94
94
|
"eslint": {
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
}
|
|
118
118
|
},
|
|
119
119
|
"engines": {
|
|
120
|
-
"node": ">=20.18.* <=
|
|
120
|
+
"node": ">=20.18.* <=25.*"
|
|
121
121
|
},
|
|
122
122
|
"publishConfig": {
|
|
123
123
|
"access": "public",
|