@anolilab/lint-staged-config 11.0.1 → 11.0.2

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 +17 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ## @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)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **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))
6
+ * **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))
7
+ * **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))
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **security:** apply audit overrides ([c0fe05e](https://github.com/anolilab/javascript-style-guide/commit/c0fe05eb09877de49c3b05a367f7e1846eb01632))
12
+
13
+
14
+ ### Dependencies
15
+
16
+ * **@anolilab/eslint-config:** upgraded to 27.0.3
17
+
1
18
  ## @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
19
 
3
20
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/lint-staged-config",
3
- "version": "11.0.1",
3
+ "version": "11.0.2",
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.3",
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.x",
71
- "jest": "^29.0.0",
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.0",
75
+ "secretlint": "^11.0.2",
76
76
  "stylelint": "^16.x || ^17.x",
77
77
  "vitest": "^3.x || ^4.x"
78
78
  },