@anolilab/lint-staged-config 11.0.1 → 11.0.3
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 +24 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## @anolilab/lint-staged-config [11.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@11.0.2...@anolilab/lint-staged-config@11.0.3) (2026-06-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@anolilab/eslint-config:** upgraded to 27.0.4
|
|
7
|
+
|
|
8
|
+
## @anolilab/lint-staged-config [11.0.2](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@11.0.1...@anolilab/lint-staged-config@11.0.2) (2026-06-11)
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **deps:** update dependency jest to ^29.7.0 ([#1024](https://github.com/anolilab/javascript-style-guide/issues/1024)) ([40ac871](https://github.com/anolilab/javascript-style-guide/commit/40ac8710924d429b9c9ec46e092b94e70eb8abb7))
|
|
13
|
+
* **deps:** update dependency secretlint to ^11.0.2 ([#1019](https://github.com/anolilab/javascript-style-guide/issues/1019)) ([6003a6d](https://github.com/anolilab/javascript-style-guide/commit/6003a6da330e7c0bc5159b8f94be75835fe6ad36))
|
|
14
|
+
* **deps:** update patch updates (patch) ([#1020](https://github.com/anolilab/javascript-style-guide/issues/1020)) ([7b1116a](https://github.com/anolilab/javascript-style-guide/commit/7b1116a3fda9cdc08867e89fecb6d1cf306f7b9a))
|
|
15
|
+
|
|
16
|
+
### Miscellaneous Chores
|
|
17
|
+
|
|
18
|
+
* **security:** apply audit overrides ([c0fe05e](https://github.com/anolilab/javascript-style-guide/commit/c0fe05eb09877de49c3b05a367f7e1846eb01632))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Dependencies
|
|
22
|
+
|
|
23
|
+
* **@anolilab/eslint-config:** upgraded to 27.0.3
|
|
24
|
+
|
|
1
25
|
## @anolilab/lint-staged-config [11.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@11.0.0...@anolilab/lint-staged-config@11.0.1) (2026-05-04)
|
|
2
26
|
|
|
3
27
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anolilab/lint-staged-config",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.3",
|
|
4
4
|
"description": "Shareable Lint-Staged Config for any project.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -62,17 +62,17 @@
|
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@visulima/fs": "4.1.0",
|
|
64
64
|
"@visulima/package": "^4.1.7",
|
|
65
|
-
"shell-quote": "^1.8.
|
|
65
|
+
"shell-quote": "^1.8.4",
|
|
66
66
|
"type-fest": "5.6.0"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"eslint": "10.3.0",
|
|
70
|
-
"husky": "^9.
|
|
71
|
-
"jest": "^29.
|
|
70
|
+
"husky": "^9.0.11",
|
|
71
|
+
"jest": "^29.7.0",
|
|
72
72
|
"lint-staged": "^16.x",
|
|
73
73
|
"nano-staged": "1.0.2",
|
|
74
74
|
"prettier": "3.8.3",
|
|
75
|
-
"secretlint": "^11.0.
|
|
75
|
+
"secretlint": "^11.0.2",
|
|
76
76
|
"stylelint": "^16.x || ^17.x",
|
|
77
77
|
"vitest": "^3.x || ^4.x"
|
|
78
78
|
},
|