@anolilab/prettier-config 4.2.1 → 5.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 +25 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## @anolilab/prettier-config [5.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@4.2.1...@anolilab/prettier-config@5.0.0) (2023-07-18)
2
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * fixing broken releases that semantic-release did create
7
+ Signed-off-by: prisis <d.bannert@anolilab.de>
8
+
9
+ ### Bug Fixes
10
+
11
+ * fixed broken releases ([d46de22](https://github.com/anolilab/javascript-style-guide/commit/d46de22a999cc09cc46f9a4d4e7682441705a861))
12
+ * update node version ([9a22309](https://github.com/anolilab/javascript-style-guide/commit/9a22309775cd2219320eed903ac3e22f66ffbe94))
13
+
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * "Update package versions in pnpm-lock.yaml" ([9c24c65](https://github.com/anolilab/javascript-style-guide/commit/9c24c6549de3f3df60fc4ca3cef3e8759da40a8e))
18
+
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * **@anolilab/package-json-utils:** upgraded to 3.0.1
24
+ * **@anolilab/semantic-release-preset:** upgraded to 6.0.1
25
+
1
26
  ## @anolilab/prettier-config [4.2.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@4.2.0...@anolilab/prettier-config@4.2.1) (2023-07-05)
2
27
 
3
28
 
@@ -11,7 +36,6 @@
11
36
  * Reorganize Prettier config and update README examples ([cc2a4be](https://github.com/anolilab/javascript-style-guide/commit/cc2a4be9a223c722fcec370a8260028cc5f6fbd0))
12
37
 
13
38
 
14
-
15
39
  ### Dependencies
16
40
 
17
41
  * **@anolilab/package-json-utils:** upgraded to 2.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/prettier-config",
3
- "version": "4.2.1",
3
+ "version": "5.0.0",
4
4
  "description": "Prettier shareable config for Anolilab.",
5
5
  "keywords": [
6
6
  "css",
@@ -56,21 +56,21 @@
56
56
  "postinstall": "node ./skip.js || node ./dist/postinstall.js"
57
57
  },
58
58
  "dependencies": {
59
- "@anolilab/package-json-utils": "2.0.1"
59
+ "@anolilab/package-json-utils": "3.0.1"
60
60
  },
61
61
  "devDependencies": {
62
- "@anolilab/semantic-release-preset": "5.0.1",
63
- "prettier": "^2.8.8",
62
+ "@anolilab/semantic-release-preset": "6.0.1",
63
+ "prettier": "^3.0.0",
64
64
  "rimraf": "^5.0.1",
65
- "semantic-release": "^21.0.6",
65
+ "semantic-release": "^21.0.7",
66
66
  "tsup": "^7.1.0",
67
- "vitest": "^0.32.4"
67
+ "vitest": "^0.33.0"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "prettier": "2.x"
71
71
  },
72
72
  "engines": {
73
- "node": ">=16"
73
+ "node": ">=18"
74
74
  },
75
75
  "publishConfig": {
76
76
  "access": "public",