@anolilab/lint-staged-config 3.0.37 → 3.0.39

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 +24 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## @anolilab/lint-staged-config [3.0.39](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.38...@anolilab/lint-staged-config@3.0.39) (2025-11-19)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@anolilab/eslint-config:** upgraded to 16.4.4
7
+
8
+ ## @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)
9
+
10
+ ### Bug Fixes
11
+
12
+ * **deps:** update node engine compatibility and upgrade dependencies ([1a0d0e1](https://github.com/anolilab/javascript-style-guide/commit/1a0d0e16d48dd2fb67017cdf3f21988d6adf1cdc))
13
+ * **deps:** update package versions and configurations ([e5b9cb5](https://github.com/anolilab/javascript-style-guide/commit/e5b9cb5195c4a9a4a481e9eb967fc5a0f92e1add))
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * **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))
18
+ * **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))
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * **@anolilab/eslint-config:** upgraded to 16.4.3
24
+
1
25
  ## @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)
2
26
 
3
27
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/lint-staged-config",
3
- "version": "3.0.37",
3
+ "version": "3.0.39",
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": "3.1.9",
78
- "@visulima/package": "^4.0.2",
77
+ "@visulima/fs": "4.0.5",
78
+ "@visulima/package": "^4.1.6",
79
79
  "shell-quote": "^1.8.3",
80
- "type-fest": "^5.1.0"
80
+ "type-fest": "^5.2.0"
81
81
  },
82
82
  "peerDependencies": {
83
- "eslint": "^9.36.0",
83
+ "eslint": "^9.39.1",
84
84
  "husky": "^8.x || ^9.x",
85
85
  "jest": "^27.x || ^28.x || ^29.0.0",
86
86
  "lint-staged": "^13.x || ^14.x|| ^15.x || ^16.x",
87
- "nano-staged": "^0.8",
87
+ "nano-staged": "^0.9.0",
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.* <=24.*"
120
+ "node": ">=20.18.* <=25.*"
121
121
  },
122
122
  "publishConfig": {
123
123
  "access": "public",