@storm-software/prettier 0.27.6 → 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 +82 -52
  2. package/README.md +1 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,192 +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
+
8
+ ## 0.27.7 (2025-01-13)
9
+
10
+ ### Bug Fixes
11
+
12
+ - **unbuild:** Resolved issue with distribution package
13
+ ([265f38a2](https://github.com/storm-software/storm-ops/commit/265f38a2))
14
+
1
15
  ## 0.27.6 (2025-01-12)
2
16
 
3
17
  ### Miscellaneous
4
18
 
5
- - **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))
6
21
 
7
22
  ## 0.27.5 (2025-01-12)
8
23
 
9
24
  ### Bug Fixes
10
25
 
11
- - **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))
12
28
 
13
29
  ## 0.27.4 (2025-01-11)
14
30
 
15
31
  ### Bug Fixes
16
32
 
17
- - **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))
18
35
 
19
36
  ## 0.27.3 (2025-01-11)
20
37
 
21
38
  ### Bug Fixes
22
39
 
23
- - **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))
24
43
 
25
44
  ## 0.27.2 (2025-01-11)
26
45
 
27
46
  ### Miscellaneous
28
47
 
29
- - **workspace-tools:** Added additional logging for pnpm dependency updates process ([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
30
-
31
-
48
+ - **workspace-tools:** Added additional logging for pnpm dependency updates
49
+ process
50
+ ([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
32
51
 
33
52
  ## 0.27.0 (2024-12-30)
34
53
 
35
54
  ### Features
36
55
 
37
- - **storm-ops:** Completed enhancement around `catalog` and `workspace` dependency upgrades ([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
38
- - **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))
39
61
 
40
62
  ### Dependency Upgrades
41
63
 
42
- - **storm-ops:** Moved `c12` and `eslint` dependencies into workspace catalog ([049a350f](https://github.com/storm-software/storm-ops/commit/049a350f))
43
- - **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))
44
68
 
45
69
  ## 0.26.1 (2024-12-18)
46
70
 
47
71
  ### Bug Fixes
48
72
 
49
- - **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))
50
76
 
51
77
  ## 0.26.0 (2024-08-03)
52
78
 
53
-
54
79
  ### Features
55
80
 
56
- - **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))
57
83
 
58
84
  ## 0.25.0 (2024-08-03)
59
85
 
60
-
61
86
  ### Features
62
87
 
63
- - **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))
64
90
 
65
91
  ## 0.24.1 (2024-08-03)
66
92
 
67
-
68
93
  ### Bug Fixes
69
94
 
70
- - **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))
71
98
 
72
99
  ## 0.24.0 (2024-08-02)
73
100
 
74
-
75
101
  ### Features
76
102
 
77
- - **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))
78
106
 
79
107
  ## 0.23.0 (2024-08-02)
80
108
 
81
-
82
109
  ### Features
83
110
 
84
- - **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))
85
113
 
86
114
  ## 0.22.0 (2024-08-02)
87
115
 
88
-
89
116
  ### Features
90
117
 
91
- - **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))
92
120
 
93
121
  ## 0.21.1 (2024-08-02)
94
122
 
95
-
96
123
  ### Bug Fixes
97
124
 
98
- - **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))
99
127
 
100
128
  ## 0.21.0 (2024-08-02)
101
129
 
102
-
103
130
  ### Features
104
131
 
105
- - **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))
106
135
 
107
136
  ## 0.20.0 (2024-08-02)
108
137
 
109
-
110
138
  ### Features
111
139
 
112
- - **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))
113
142
 
114
143
  ## 0.19.0 (2024-08-01)
115
144
 
116
-
117
145
  ### Features
118
146
 
119
- - **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))
120
149
 
121
150
  ## 0.18.1 (2024-08-01)
122
151
 
123
-
124
152
  ### Bug Fixes
125
153
 
126
- - **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))
127
156
 
128
157
  ## 0.18.0 (2024-08-01)
129
158
 
130
-
131
159
  ### Features
132
160
 
133
- - **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))
134
163
 
135
164
  ## 0.17.2 (2024-07-31)
136
165
 
137
-
138
166
  ### Bug Fixes
139
167
 
140
- - **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))
141
171
 
142
172
  ## 0.17.1 (2024-07-31)
143
173
 
144
-
145
174
  ### Bug Fixes
146
175
 
147
- - **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))
148
178
 
149
179
  ## 0.17.0 (2024-07-31)
150
180
 
151
-
152
181
  ### Features
153
182
 
154
- - **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))
155
185
 
156
186
  ## 0.16.1 (2024-07-31)
157
187
 
158
-
159
188
  ### Bug Fixes
160
189
 
161
- - **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))
162
192
 
163
193
  ## 0.16.0 (2024-07-31)
164
194
 
165
-
166
195
  ### Features
167
196
 
168
- - **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))
169
199
 
170
200
  ## 0.15.0 (2024-07-30)
171
201
 
172
-
173
202
  ### Features
174
203
 
175
- - **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))
176
206
 
177
207
  ## 0.14.0 (2024-07-29)
178
208
 
179
-
180
209
  ### Features
181
210
 
182
- - **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))
183
213
 
184
214
  ## 0.13.0 (2024-07-29)
185
215
 
186
-
187
216
  ### Features
188
217
 
189
- - **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))
190
220
 
191
221
  ## 0.12.0 (2024-07-29)
192
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.5-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.6","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"}}