@anolilab/prettier-config 6.0.7 → 7.0.0

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 +16 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,26 @@
1
+ ## @anolilab/prettier-config [7.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@6.0.8...@anolilab/prettier-config@7.0.0) (2025-12-10)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * remove deprecated packages and update repository URLs ([0a3d423](https://github.com/anolilab/javascript-style-guide/commit/0a3d42307102047ac98d6a0c0ce46c7dfe5a6446))
6
+ * update package dependencies and configurations ([94cb27e](https://github.com/anolilab/javascript-style-guide/commit/94cb27ed8989ba2c052bc6f61cd349ea9a3486d2))
7
+
8
+ ## @anolilab/prettier-config [6.0.8](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@6.0.7...@anolilab/prettier-config@6.0.8) (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
+
1
15
  ## @anolilab/prettier-config [6.0.7](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@6.0.6...@anolilab/prettier-config@6.0.7) (2025-10-14)
2
16
 
3
17
  ### Bug Fixes
4
18
 
5
- * update package versions and configurations ([55338c4](https://github.com/anolilab/javascript-style-guide/commit/55338c45d98042ea4616c4aa9b4fc6989889b1ac))
19
+ - update package versions and configurations ([55338c4](https://github.com/anolilab/javascript-style-guide/commit/55338c45d98042ea4616c4aa9b4fc6989889b1ac))
6
20
 
7
21
  ### Code Refactoring
8
22
 
9
- * improve ESLint and Prettier configurations ([db30fca](https://github.com/anolilab/javascript-style-guide/commit/db30fcafac696fe1b103293dc6f4a6dd0d72f51a))
23
+ - improve ESLint and Prettier configurations ([db30fca](https://github.com/anolilab/javascript-style-guide/commit/db30fcafac696fe1b103293dc6f4a6dd0d72f51a))
10
24
 
11
25
  ## @anolilab/prettier-config [6.0.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@6.0.5...@anolilab/prettier-config@6.0.6) (2025-10-02)
12
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/prettier-config",
3
- "version": "6.0.7",
3
+ "version": "7.0.0",
4
4
  "description": "Prettier shareable config for Anolilab.",
5
5
  "keywords": [
6
6
  "css",
@@ -13,7 +13,7 @@
13
13
  "homepage": "https://anolilab.com/nodejs/packages/prettier-config",
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "https://github.com/anolilab/javascript-style-guide.git",
16
+ "url": "git+https://github.com/anolilab/javascript-style-guide.git",
17
17
  "directory": "packages/prettier-config"
18
18
  },
19
19
  "funding": [
@@ -66,10 +66,10 @@
66
66
  "LICENSE.md"
67
67
  ],
68
68
  "peerDependencies": {
69
- "prettier": "^3.6.2"
69
+ "prettier": "^3.7.4"
70
70
  },
71
71
  "engines": {
72
- "node": ">=20.18.* <=24.*"
72
+ "node": ">=20.18.* <=25.*"
73
73
  },
74
74
  "publishConfig": {
75
75
  "access": "public",