@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.
- package/CHANGELOG.md +82 -52
- package/README.md +1 -1
- 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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`
|
|
38
|
-
|
|
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
|
|
43
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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`
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
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.
|
|
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"}}
|