@anolilab/prettier-config 4.2.1 → 5.0.1
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.
- package/CHANGELOG.md +44 -1
- package/package.json +9 -8
- package/skip.js +7 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,47 @@
|
|
|
1
|
+
## @anolilab/prettier-config [5.0.1](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.0...@anolilab/prettier-config@5.0.1) (2023-07-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* included 'skip.js' in package.json for several packages ([1c84b33](https://github.com/anolilab/javascript-style-guide/commit/1c84b33435abc75666214632eba4566f36c78e1a))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency prettier to v3 ([f9c2fb6](https://github.com/anolilab/javascript-style-guide/commit/f9c2fb6dd2b607e2b8c56963dd0a65b3e663c987))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Dependencies
|
|
16
|
+
|
|
17
|
+
* **@anolilab/package-json-utils:** upgraded to 3.0.2
|
|
18
|
+
* **@anolilab/semantic-release-preset:** upgraded to 6.0.2
|
|
19
|
+
|
|
20
|
+
## @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)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### ⚠ BREAKING CHANGES
|
|
24
|
+
|
|
25
|
+
* fixing broken releases that semantic-release did create
|
|
26
|
+
Signed-off-by: prisis <d.bannert@anolilab.de>
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* fixed broken releases ([d46de22](https://github.com/anolilab/javascript-style-guide/commit/d46de22a999cc09cc46f9a4d4e7682441705a861))
|
|
31
|
+
* update node version ([9a22309](https://github.com/anolilab/javascript-style-guide/commit/9a22309775cd2219320eed903ac3e22f66ffbe94))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Miscellaneous Chores
|
|
35
|
+
|
|
36
|
+
* "Update package versions in pnpm-lock.yaml" ([9c24c65](https://github.com/anolilab/javascript-style-guide/commit/9c24c6549de3f3df60fc4ca3cef3e8759da40a8e))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Dependencies
|
|
41
|
+
|
|
42
|
+
* **@anolilab/package-json-utils:** upgraded to 3.0.1
|
|
43
|
+
* **@anolilab/semantic-release-preset:** upgraded to 6.0.1
|
|
44
|
+
|
|
1
45
|
## @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
46
|
|
|
3
47
|
|
|
@@ -11,7 +55,6 @@
|
|
|
11
55
|
* Reorganize Prettier config and update README examples ([cc2a4be](https://github.com/anolilab/javascript-style-guide/commit/cc2a4be9a223c722fcec370a8260028cc5f6fbd0))
|
|
12
56
|
|
|
13
57
|
|
|
14
|
-
|
|
15
58
|
### Dependencies
|
|
16
59
|
|
|
17
60
|
* **@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": "
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "Prettier shareable config for Anolilab.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"css",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"types": "dist/index.d.ts",
|
|
46
46
|
"files": [
|
|
47
47
|
"dist",
|
|
48
|
+
"skip.js",
|
|
48
49
|
"README.md",
|
|
49
50
|
"CHANGELOG.md",
|
|
50
51
|
"LICENSE.md"
|
|
@@ -56,21 +57,21 @@
|
|
|
56
57
|
"postinstall": "node ./skip.js || node ./dist/postinstall.js"
|
|
57
58
|
},
|
|
58
59
|
"dependencies": {
|
|
59
|
-
"@anolilab/package-json-utils": "
|
|
60
|
+
"@anolilab/package-json-utils": "3.0.2"
|
|
60
61
|
},
|
|
61
62
|
"devDependencies": {
|
|
62
|
-
"@anolilab/semantic-release-preset": "
|
|
63
|
-
"prettier": "^
|
|
63
|
+
"@anolilab/semantic-release-preset": "6.0.2",
|
|
64
|
+
"prettier": "^3.0.0",
|
|
64
65
|
"rimraf": "^5.0.1",
|
|
65
|
-
"semantic-release": "^21.0.
|
|
66
|
+
"semantic-release": "^21.0.7",
|
|
66
67
|
"tsup": "^7.1.0",
|
|
67
|
-
"vitest": "^0.
|
|
68
|
+
"vitest": "^0.33.0"
|
|
68
69
|
},
|
|
69
70
|
"peerDependencies": {
|
|
70
|
-
"prettier": "2.x"
|
|
71
|
+
"prettier": "2.x || 3.x"
|
|
71
72
|
},
|
|
72
73
|
"engines": {
|
|
73
|
-
"node": ">=
|
|
74
|
+
"node": ">=18"
|
|
74
75
|
},
|
|
75
76
|
"publishConfig": {
|
|
76
77
|
"access": "public",
|