@storm-software/prettier 0.27.7 → 0.27.9

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