@anolilab/lint-staged-config 3.0.9 → 3.0.11

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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## @anolilab/lint-staged-config [3.0.11](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.10...@anolilab/lint-staged-config@3.0.11) (2025-06-01)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@anolilab/eslint-config:** upgraded to 16.2.7
7
+
8
+ ## @anolilab/lint-staged-config [3.0.10](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.9...@anolilab/lint-staged-config@3.0.10) (2025-05-31)
9
+
10
+ ### Bug Fixes
11
+
12
+ * **deps:** update dependency prettier to v3.0.3 ([#891](https://github.com/anolilab/javascript-style-guide/issues/891)) ([21d2229](https://github.com/anolilab/javascript-style-guide/commit/21d222981c3eef686be957bf74c2852871929a3d))
13
+ * **deps:** update minor updates (minor) ([#896](https://github.com/anolilab/javascript-style-guide/issues/896)) ([d5132c8](https://github.com/anolilab/javascript-style-guide/commit/d5132c8e59df185331772917e8216c78a97e47be))
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * **@anolilab/eslint-config:** upgraded to 16.2.6
19
+
1
20
  ## @anolilab/lint-staged-config [3.0.9](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@3.0.8...@anolilab/lint-staged-config@3.0.9) (2025-05-30)
2
21
 
3
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/lint-staged-config",
3
- "version": "3.0.9",
3
+ "version": "3.0.11",
4
4
  "description": "Shareable Lint-Staged Config for any project.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -84,7 +84,7 @@
84
84
  "jest": "^27.x || ^28.x",
85
85
  "lint-staged": "^13.x || ^14.x|| ^15.x || ^16.x",
86
86
  "nano-staged": "^0.8",
87
- "prettier": "^3.x",
87
+ "prettier": "^3.0.3",
88
88
  "secretlint": "^7.x || ^8.x",
89
89
  "stylelint": "^15.x || ^16.x",
90
90
  "vitest": "^1.x || ^2.x || ^3.x"