@storm-software/prettier 0.27.7 → 0.27.8

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 (3) hide show
  1. package/CHANGELOG.md +77 -53
  2. package/README.md +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,198 +1,222 @@
1
+ ## 0.27.8 (2025-01-13)
2
+
3
+ ### Continuous Integration
4
+
5
+ - **unbuild:** Update the build configuration to properly bundle for node
6
+ ([72be421b](https://github.com/storm-software/storm-ops/commit/72be421b))
7
+
1
8
  ## 0.27.7 (2025-01-13)
2
9
 
3
10
  ### Bug Fixes
4
11
 
5
- - **unbuild:** Resolved issue with distribution package ([265f38a2](https://github.com/storm-software/storm-ops/commit/265f38a2))
12
+ - **unbuild:** Resolved issue with distribution package
13
+ ([265f38a2](https://github.com/storm-software/storm-ops/commit/265f38a2))
6
14
 
7
15
  ## 0.27.6 (2025-01-12)
8
16
 
9
17
  ### Miscellaneous
10
18
 
11
- - **monorepo:** Regenerate README markdown files ([a104880f](https://github.com/storm-software/storm-ops/commit/a104880f))
19
+ - **monorepo:** Regenerate README markdown files
20
+ ([a104880f](https://github.com/storm-software/storm-ops/commit/a104880f))
12
21
 
13
22
  ## 0.27.5 (2025-01-12)
14
23
 
15
24
  ### Bug Fixes
16
25
 
17
- - **eslint:** Resolve stack overflow error on eslint configuration load ([f66752ac](https://github.com/storm-software/storm-ops/commit/f66752ac))
26
+ - **eslint:** Resolve stack overflow error on eslint configuration load
27
+ ([f66752ac](https://github.com/storm-software/storm-ops/commit/f66752ac))
18
28
 
19
29
  ## 0.27.4 (2025-01-11)
20
30
 
21
31
  ### Bug Fixes
22
32
 
23
- - **eslint:** Resolved issue with the bundling process ([d06b6588](https://github.com/storm-software/storm-ops/commit/d06b6588))
33
+ - **eslint:** Resolved issue with the bundling process
34
+ ([d06b6588](https://github.com/storm-software/storm-ops/commit/d06b6588))
24
35
 
25
36
  ## 0.27.3 (2025-01-11)
26
37
 
27
38
  ### Bug Fixes
28
39
 
29
- - **workspace-tools:** Resolve issue loading pnpm workspace's catalog dependencies ([1199e24f](https://github.com/storm-software/storm-ops/commit/1199e24f))
40
+ - **workspace-tools:** Resolve issue loading pnpm workspace's catalog
41
+ dependencies
42
+ ([1199e24f](https://github.com/storm-software/storm-ops/commit/1199e24f))
30
43
 
31
44
  ## 0.27.2 (2025-01-11)
32
45
 
33
46
  ### Miscellaneous
34
47
 
35
- - **workspace-tools:** Added additional logging for pnpm dependency updates process ([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
36
-
37
-
48
+ - **workspace-tools:** Added additional logging for pnpm dependency updates
49
+ process
50
+ ([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
38
51
 
39
52
  ## 0.27.0 (2024-12-30)
40
53
 
41
54
  ### Features
42
55
 
43
- - **storm-ops:** Completed enhancement around `catalog` and `workspace` dependency upgrades ([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
44
- - **storm-ops:** Added pnpm `catalog` dependency specification to the monorepo ([b8e6a6e0](https://github.com/storm-software/storm-ops/commit/b8e6a6e0))
56
+ - **storm-ops:** Completed enhancement around `catalog` and `workspace`
57
+ dependency upgrades
58
+ ([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
59
+ - **storm-ops:** Added pnpm `catalog` dependency specification to the monorepo
60
+ ([b8e6a6e0](https://github.com/storm-software/storm-ops/commit/b8e6a6e0))
45
61
 
46
62
  ### Dependency Upgrades
47
63
 
48
- - **storm-ops:** Moved `c12` and `eslint` dependencies into workspace catalog ([049a350f](https://github.com/storm-software/storm-ops/commit/049a350f))
49
- - **storm-ops:** Added consistent `@types/node` versions across repository ([a569536d](https://github.com/storm-software/storm-ops/commit/a569536d))
64
+ - **storm-ops:** Moved `c12` and `eslint` dependencies into workspace catalog
65
+ ([049a350f](https://github.com/storm-software/storm-ops/commit/049a350f))
66
+ - **storm-ops:** Added consistent `@types/node` versions across repository
67
+ ([a569536d](https://github.com/storm-software/storm-ops/commit/a569536d))
50
68
 
51
69
  ## 0.26.1 (2024-12-18)
52
70
 
53
71
  ### Bug Fixes
54
72
 
55
- - **storm-ops:** Resolved issue with ESM resolve error during postinstall script execution ([82389510](https://github.com/storm-software/storm-ops/commit/82389510))
73
+ - **storm-ops:** Resolved issue with ESM resolve error during postinstall script
74
+ execution
75
+ ([82389510](https://github.com/storm-software/storm-ops/commit/82389510))
56
76
 
57
77
  ## 0.26.0 (2024-08-03)
58
78
 
59
-
60
79
  ### Features
61
80
 
62
- - **eslint:** Ignore `prefer-nullish-coalescing` for strings ([dbae2a58](https://github.com/storm-software/storm-ops/commit/dbae2a58))
81
+ - **eslint:** Ignore `prefer-nullish-coalescing` for strings
82
+ ([dbae2a58](https://github.com/storm-software/storm-ops/commit/dbae2a58))
63
83
 
64
84
  ## 0.25.0 (2024-08-03)
65
85
 
66
-
67
86
  ### Features
68
87
 
69
- - **storm-ops:** Upgrade workspace's Nx package dependencies ([5f31f734](https://github.com/storm-software/storm-ops/commit/5f31f734))
88
+ - **storm-ops:** Upgrade workspace's Nx package dependencies
89
+ ([5f31f734](https://github.com/storm-software/storm-ops/commit/5f31f734))
70
90
 
71
91
  ## 0.24.1 (2024-08-03)
72
92
 
73
-
74
93
  ### Bug Fixes
75
94
 
76
- - **build-tools:** Resolved issue with the entry name parameter in unbuild config ([f5e5dbdd](https://github.com/storm-software/storm-ops/commit/f5e5dbdd))
95
+ - **build-tools:** Resolved issue with the entry name parameter in unbuild
96
+ config
97
+ ([f5e5dbdd](https://github.com/storm-software/storm-ops/commit/f5e5dbdd))
77
98
 
78
99
  ## 0.24.0 (2024-08-02)
79
100
 
80
-
81
101
  ### Features
82
102
 
83
- - **build-tools:** Update the unbuild configuration to get exports from `package.json` files ([bb2fc78f](https://github.com/storm-software/storm-ops/commit/bb2fc78f))
103
+ - **build-tools:** Update the unbuild configuration to get exports from
104
+ `package.json` files
105
+ ([bb2fc78f](https://github.com/storm-software/storm-ops/commit/bb2fc78f))
84
106
 
85
107
  ## 0.23.0 (2024-08-02)
86
108
 
87
-
88
109
  ### Features
89
110
 
90
- - **terraform-tools:** Initial check-in of project code ([c4ef4810](https://github.com/storm-software/storm-ops/commit/c4ef4810))
111
+ - **terraform-tools:** Initial check-in of project code
112
+ ([c4ef4810](https://github.com/storm-software/storm-ops/commit/c4ef4810))
91
113
 
92
114
  ## 0.22.0 (2024-08-02)
93
115
 
94
-
95
116
  ### Features
96
117
 
97
- - **eslint:** Reformatted the banner string whitespace ([2df75cbb](https://github.com/storm-software/storm-ops/commit/2df75cbb))
118
+ - **eslint:** Reformatted the banner string whitespace
119
+ ([2df75cbb](https://github.com/storm-software/storm-ops/commit/2df75cbb))
98
120
 
99
121
  ## 0.21.1 (2024-08-02)
100
122
 
101
-
102
123
  ### Bug Fixes
103
124
 
104
- - **eslint:** Resolve issue with duplicate plugins ([23c09494](https://github.com/storm-software/storm-ops/commit/23c09494))
125
+ - **eslint:** Resolve issue with duplicate plugins
126
+ ([23c09494](https://github.com/storm-software/storm-ops/commit/23c09494))
105
127
 
106
128
  ## 0.21.0 (2024-08-02)
107
129
 
108
-
109
130
  ### Features
110
131
 
111
- - **eslint:** Added a banner with `__filename` and `__dirname` to the distribution ([594c0e9a](https://github.com/storm-software/storm-ops/commit/594c0e9a))
132
+ - **eslint:** Added a banner with `__filename` and `__dirname` to the
133
+ distribution
134
+ ([594c0e9a](https://github.com/storm-software/storm-ops/commit/594c0e9a))
112
135
 
113
136
  ## 0.20.0 (2024-08-02)
114
137
 
115
-
116
138
  ### Features
117
139
 
118
- - **eslint:** Improved the logic around determining the banner ([4bbb321d](https://github.com/storm-software/storm-ops/commit/4bbb321d))
140
+ - **eslint:** Improved the logic around determining the banner
141
+ ([4bbb321d](https://github.com/storm-software/storm-ops/commit/4bbb321d))
119
142
 
120
143
  ## 0.19.0 (2024-08-01)
121
144
 
122
-
123
145
  ### Features
124
146
 
125
- - **eslint:** Added the `parserOptions` parameter to the preset's options ([344db07c](https://github.com/storm-software/storm-ops/commit/344db07c))
147
+ - **eslint:** Added the `parserOptions` parameter to the preset's options
148
+ ([344db07c](https://github.com/storm-software/storm-ops/commit/344db07c))
126
149
 
127
150
  ## 0.18.1 (2024-08-01)
128
151
 
129
-
130
152
  ### Bug Fixes
131
153
 
132
- - **eslint:** Resolved issues with invalid TypeScript flat configuration ([88166ab1](https://github.com/storm-software/storm-ops/commit/88166ab1))
154
+ - **eslint:** Resolved issues with invalid TypeScript flat configuration
155
+ ([88166ab1](https://github.com/storm-software/storm-ops/commit/88166ab1))
133
156
 
134
157
  ## 0.18.0 (2024-08-01)
135
158
 
136
-
137
159
  ### Features
138
160
 
139
- - **git-tools:** Ensure `.git/COMMIT_EDITMSG` exists before reading from disk ([7abae7ae](https://github.com/storm-software/storm-ops/commit/7abae7ae))
161
+ - **git-tools:** Ensure `.git/COMMIT_EDITMSG` exists before reading from disk
162
+ ([7abae7ae](https://github.com/storm-software/storm-ops/commit/7abae7ae))
140
163
 
141
164
  ## 0.17.2 (2024-07-31)
142
165
 
143
-
144
166
  ### Bug Fixes
145
167
 
146
- - **git-tools:** Resolved issue when `commitlint` is called without a `message` parameter ([624b24bc](https://github.com/storm-software/storm-ops/commit/624b24bc))
168
+ - **git-tools:** Resolved issue when `commitlint` is called without a `message`
169
+ parameter
170
+ ([624b24bc](https://github.com/storm-software/storm-ops/commit/624b24bc))
147
171
 
148
172
  ## 0.17.1 (2024-07-31)
149
173
 
150
-
151
174
  ### Bug Fixes
152
175
 
153
- - **build-tools:** Resolve issues with the output path provided to unbuild ([ee9c2353](https://github.com/storm-software/storm-ops/commit/ee9c2353))
176
+ - **build-tools:** Resolve issues with the output path provided to unbuild
177
+ ([ee9c2353](https://github.com/storm-software/storm-ops/commit/ee9c2353))
154
178
 
155
179
  ## 0.17.0 (2024-07-31)
156
180
 
157
-
158
181
  ### Features
159
182
 
160
- - **build-tools:** Added the CODEOWNERS linting tool ([63099b1b](https://github.com/storm-software/storm-ops/commit/63099b1b))
183
+ - **build-tools:** Added the CODEOWNERS linting tool
184
+ ([63099b1b](https://github.com/storm-software/storm-ops/commit/63099b1b))
161
185
 
162
186
  ## 0.16.1 (2024-07-31)
163
187
 
164
-
165
188
  ### Bug Fixes
166
189
 
167
- - **build-tools:** Remove unused plugin from unbuild ([ad8a5991](https://github.com/storm-software/storm-ops/commit/ad8a5991))
190
+ - **build-tools:** Remove unused plugin from unbuild
191
+ ([ad8a5991](https://github.com/storm-software/storm-ops/commit/ad8a5991))
168
192
 
169
193
  ## 0.16.0 (2024-07-31)
170
194
 
171
-
172
195
  ### Features
173
196
 
174
- - **create-storm-workspace:** Configure workspace to include GitHub ([eea71de7](https://github.com/storm-software/storm-ops/commit/eea71de7))
197
+ - **create-storm-workspace:** Configure workspace to include GitHub
198
+ ([eea71de7](https://github.com/storm-software/storm-ops/commit/eea71de7))
175
199
 
176
200
  ## 0.15.0 (2024-07-30)
177
201
 
178
-
179
202
  ### Features
180
203
 
181
- - **eslint:** Removed invalid JSON configuration from package ([2622ee7e](https://github.com/storm-software/storm-ops/commit/2622ee7e))
204
+ - **eslint:** Removed invalid JSON configuration from package
205
+ ([2622ee7e](https://github.com/storm-software/storm-ops/commit/2622ee7e))
182
206
 
183
207
  ## 0.14.0 (2024-07-29)
184
208
 
185
-
186
209
  ### Features
187
210
 
188
- - **build-tools:** Update unbuild process to use the `tsconfck` package ([d0e4dbf6](https://github.com/storm-software/storm-ops/commit/d0e4dbf6))
211
+ - **build-tools:** Update unbuild process to use the `tsconfck` package
212
+ ([d0e4dbf6](https://github.com/storm-software/storm-ops/commit/d0e4dbf6))
189
213
 
190
214
  ## 0.13.0 (2024-07-29)
191
215
 
192
-
193
216
  ### Features
194
217
 
195
- - **config:** Added the `brand2` and `brand3` color tokens ([58705631](https://github.com/storm-software/storm-ops/commit/58705631))
218
+ - **config:** Added the `brand2` and `brand3` color tokens
219
+ ([58705631](https://github.com/storm-software/storm-ops/commit/58705631))
196
220
 
197
221
  ## 0.12.0 (2024-07-29)
198
222
 
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.27.6-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.27.8-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@storm-software/prettier","version":"0.27.7","type":"commonjs","description":"⚡ A package containing the base Prettier configuration used by Storm Software across many projects.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/prettier"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache-2.0","private":false,"exports":{".":"./index.cjs","./index":"./index.cjs","./.prettierignore":"./.prettierignore","./config.json":"./config.json","./tailwindcss.json":"./tailwindcss.json","./package.json":"./package.json"},"keywords":["monorepo","prettier","prettier-config","storm","storm-ops","sullivanpj"],"peerDependencies":{"prettier":"^3.3.3","prettier-plugin-tailwindcss":"0.6.5"},"peerDependenciesMeta":{"prettier":{"optional":false},"prettier-plugin-tailwindcss":{"optional":true}},"dependencies":{"prettier-plugin-organize-imports":"4.0.0","prettier-plugin-pkg":"0.18.1","prettier-plugin-prisma":"5.0.0","prettier-plugin-sh":"0.14.0","prettier-plugin-solidity":"1.3.1"},"devDependencies":{"@types/node":"^22.10.2","prettier":"^3.3.3","prettier-plugin-tailwindcss":"0.6.5"},"publishConfig":{"access":"public"}}
1
+ {"name":"@storm-software/prettier","version":"0.27.8","type":"commonjs","description":"⚡ A package containing the base Prettier configuration used by Storm Software across many projects.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/prettier"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache-2.0","private":false,"exports":{".":"./index.cjs","./index":"./index.cjs","./.prettierignore":"./.prettierignore","./config.json":"./config.json","./tailwindcss.json":"./tailwindcss.json","./package.json":"./package.json"},"keywords":["monorepo","prettier","prettier-config","storm","storm-ops","sullivanpj"],"peerDependencies":{"prettier":"^3.3.3","prettier-plugin-tailwindcss":"0.6.5"},"peerDependenciesMeta":{"prettier":{"optional":false},"prettier-plugin-tailwindcss":{"optional":true}},"dependencies":{"prettier-plugin-organize-imports":"4.0.0","prettier-plugin-pkg":"0.18.1","prettier-plugin-prisma":"5.0.0","prettier-plugin-sh":"0.14.0","prettier-plugin-solidity":"1.3.1"},"devDependencies":{"@types/node":"^22.10.2","prettier":"^3.3.3","prettier-plugin-tailwindcss":"0.6.5"},"publishConfig":{"access":"public"}}