@storm-software/linting-tools 1.82.3 → 1.83.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 +86 -66
- package/README.md +1 -1
- package/bin/lint.js +1261 -2131
- package/package.json +1 -1
- package/src/cli/index.js +1256 -2126
- /package/biome/{biome.json → config.json} +0 -0
- /package/ls-lint/{.ls-lint.yml → config.yml} +0 -0
- /package/taplo/{taplo.toml → config.toml} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,233 +1,253 @@
|
|
|
1
|
-
## 1.
|
|
1
|
+
## 1.83.1 (2024-09-16)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
- **
|
|
6
|
+
- **linting-tools:** Updated the paths provided to the circular dependency linter ([5c10a255](https://github.com/storm-software/storm-ops/commit/5c10a255))
|
|
7
7
|
|
|
8
|
-
## 1.
|
|
8
|
+
## 1.83.0 (2024-09-15)
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
- **eslint:** Added NextJs linter plugin
|
|
13
|
+
([24207ae2](https://github.com/storm-software/storm-ops/commit/24207ae2))
|
|
9
14
|
|
|
15
|
+
## 1.82.3 (2024-09-08)
|
|
10
16
|
|
|
11
17
|
### Bug Fixes
|
|
12
18
|
|
|
13
|
-
- **
|
|
19
|
+
- **workspace-tools:** Resolved issue with returned value in Rust plugin
|
|
20
|
+
([f37a1f44](https://github.com/storm-software/storm-ops/commit/f37a1f44))
|
|
14
21
|
|
|
15
|
-
## 1.82.
|
|
22
|
+
## 1.82.2 (2024-09-08)
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
- **eslint-config:** Resolved issue with applying banners
|
|
27
|
+
([5a337806](https://github.com/storm-software/storm-ops/commit/5a337806))
|
|
16
28
|
|
|
29
|
+
## 1.82.1 (2024-09-08)
|
|
17
30
|
|
|
18
31
|
### Bug Fixes
|
|
19
32
|
|
|
20
|
-
- **workspace-tools:** Resolved issues with typescript2 plugin
|
|
33
|
+
- **workspace-tools:** Resolved issues with typescript2 plugin
|
|
34
|
+
([a3a2a4af](https://github.com/storm-software/storm-ops/commit/a3a2a4af))
|
|
21
35
|
|
|
22
36
|
## 1.82.0 (2024-09-06)
|
|
23
37
|
|
|
24
|
-
|
|
25
38
|
### Features
|
|
26
39
|
|
|
27
|
-
- **k8s-tools:** Added extra fields onto the released container's `meta.json`
|
|
40
|
+
- **k8s-tools:** Added extra fields onto the released container's `meta.json`
|
|
41
|
+
file ([14356536](https://github.com/storm-software/storm-ops/commit/14356536))
|
|
28
42
|
|
|
29
43
|
## 1.81.0 (2024-09-06)
|
|
30
44
|
|
|
31
|
-
|
|
32
45
|
### Features
|
|
33
46
|
|
|
34
|
-
- **git-tools:** Added logic to skip signing during CI workflows
|
|
47
|
+
- **git-tools:** Added logic to skip signing during CI workflows
|
|
48
|
+
([4a7062ce](https://github.com/storm-software/storm-ops/commit/4a7062ce))
|
|
35
49
|
|
|
36
50
|
## 1.80.1 (2024-09-05)
|
|
37
51
|
|
|
38
|
-
|
|
39
52
|
### Bug Fixes
|
|
40
53
|
|
|
41
|
-
- **cloudflare-tools:** Regenerated the README.md file
|
|
54
|
+
- **cloudflare-tools:** Regenerated the README.md file
|
|
55
|
+
([6ad71f5a](https://github.com/storm-software/storm-ops/commit/6ad71f5a))
|
|
42
56
|
|
|
43
57
|
## 1.80.0 (2024-09-03)
|
|
44
58
|
|
|
45
|
-
|
|
46
59
|
### Features
|
|
47
60
|
|
|
48
|
-
- **linting-tools:** Taplo toml formatting improvements
|
|
61
|
+
- **linting-tools:** Taplo toml formatting improvements
|
|
62
|
+
([1e84182b](https://github.com/storm-software/storm-ops/commit/1e84182b))
|
|
49
63
|
|
|
50
64
|
## 1.79.0 (2024-08-26)
|
|
51
65
|
|
|
52
|
-
|
|
53
66
|
### Features
|
|
54
67
|
|
|
55
|
-
- **workspace-tools:** Remove the `format` task as a dependency of `build`
|
|
68
|
+
- **workspace-tools:** Remove the `format` task as a dependency of `build`
|
|
69
|
+
([75966255](https://github.com/storm-software/storm-ops/commit/75966255))
|
|
56
70
|
|
|
57
71
|
## 1.78.0 (2024-08-23)
|
|
58
72
|
|
|
59
|
-
|
|
60
73
|
### Features
|
|
61
74
|
|
|
62
|
-
- **k8s-tools:** Initial code check-in of k8s tools
|
|
75
|
+
- **k8s-tools:** Initial code check-in of k8s tools
|
|
76
|
+
([cac95faa](https://github.com/storm-software/storm-ops/commit/cac95faa))
|
|
63
77
|
|
|
64
78
|
## 1.77.0 (2024-08-22)
|
|
65
79
|
|
|
66
|
-
|
|
67
80
|
### Features
|
|
68
81
|
|
|
69
|
-
- **workspace-tools:** Added the `includeApps` option to the Rust and TypeScript
|
|
82
|
+
- **workspace-tools:** Added the `includeApps` option to the Rust and TypeScript
|
|
83
|
+
plugins
|
|
84
|
+
([7bd309f6](https://github.com/storm-software/storm-ops/commit/7bd309f6))
|
|
70
85
|
|
|
71
86
|
## 1.76.0 (2024-08-19)
|
|
72
87
|
|
|
73
|
-
|
|
74
88
|
### Features
|
|
75
89
|
|
|
76
|
-
- **terraform-modules:** Added the `api-lambda-rs` module
|
|
90
|
+
- **terraform-modules:** Added the `api-lambda-rs` module
|
|
91
|
+
([f20c6652](https://github.com/storm-software/storm-ops/commit/f20c6652))
|
|
77
92
|
|
|
78
93
|
## 1.75.0 (2024-08-19)
|
|
79
94
|
|
|
80
|
-
|
|
81
95
|
### Features
|
|
82
96
|
|
|
83
|
-
- **terraform-modules:** Added the `environment` variable to the terraform
|
|
97
|
+
- **terraform-modules:** Added the `environment` variable to the terraform
|
|
98
|
+
modules
|
|
99
|
+
([7bef47d5](https://github.com/storm-software/storm-ops/commit/7bef47d5))
|
|
84
100
|
|
|
85
101
|
## 1.74.0 (2024-08-17)
|
|
86
102
|
|
|
87
|
-
|
|
88
103
|
### Features
|
|
89
104
|
|
|
90
|
-
- **linting-tools:** Added base folders to the `ls-lint.yml` configuration
|
|
105
|
+
- **linting-tools:** Added base folders to the `ls-lint.yml` configuration
|
|
106
|
+
([45a62685](https://github.com/storm-software/storm-ops/commit/45a62685))
|
|
91
107
|
|
|
92
108
|
## 1.73.0 (2024-08-17)
|
|
93
109
|
|
|
94
|
-
|
|
95
110
|
### Features
|
|
96
111
|
|
|
97
|
-
- **linting-tools:** Added ignore paths to the `ls-lint` base configuration
|
|
112
|
+
- **linting-tools:** Added ignore paths to the `ls-lint` base configuration
|
|
113
|
+
([a860a216](https://github.com/storm-software/storm-ops/commit/a860a216))
|
|
98
114
|
|
|
99
115
|
## 1.72.0 (2024-08-03)
|
|
100
116
|
|
|
101
|
-
|
|
102
117
|
### Features
|
|
103
118
|
|
|
104
|
-
- **eslint:** Ignore `prefer-nullish-coalescing` for strings
|
|
119
|
+
- **eslint:** Ignore `prefer-nullish-coalescing` for strings
|
|
120
|
+
([dbae2a58](https://github.com/storm-software/storm-ops/commit/dbae2a58))
|
|
105
121
|
|
|
106
122
|
## 1.71.0 (2024-08-03)
|
|
107
123
|
|
|
108
|
-
|
|
109
124
|
### Features
|
|
110
125
|
|
|
111
|
-
- **storm-ops:** Upgrade workspace's Nx package dependencies
|
|
126
|
+
- **storm-ops:** Upgrade workspace's Nx package dependencies
|
|
127
|
+
([5f31f734](https://github.com/storm-software/storm-ops/commit/5f31f734))
|
|
112
128
|
|
|
113
129
|
## 1.70.1 (2024-08-03)
|
|
114
130
|
|
|
115
|
-
|
|
116
131
|
### Bug Fixes
|
|
117
132
|
|
|
118
|
-
- **build-tools:** Resolved issue with the entry name parameter in unbuild
|
|
133
|
+
- **build-tools:** Resolved issue with the entry name parameter in unbuild
|
|
134
|
+
config
|
|
135
|
+
([f5e5dbdd](https://github.com/storm-software/storm-ops/commit/f5e5dbdd))
|
|
119
136
|
|
|
120
137
|
## 1.70.0 (2024-08-02)
|
|
121
138
|
|
|
122
|
-
|
|
123
139
|
### Features
|
|
124
140
|
|
|
125
|
-
- **build-tools:** Update the unbuild configuration to get exports from
|
|
141
|
+
- **build-tools:** Update the unbuild configuration to get exports from
|
|
142
|
+
`package.json` files
|
|
143
|
+
([bb2fc78f](https://github.com/storm-software/storm-ops/commit/bb2fc78f))
|
|
126
144
|
|
|
127
145
|
## 1.69.0 (2024-08-02)
|
|
128
146
|
|
|
129
|
-
|
|
130
147
|
### Features
|
|
131
148
|
|
|
132
|
-
- **terraform-tools:** Initial check-in of project code
|
|
149
|
+
- **terraform-tools:** Initial check-in of project code
|
|
150
|
+
([c4ef4810](https://github.com/storm-software/storm-ops/commit/c4ef4810))
|
|
133
151
|
|
|
134
152
|
## 1.68.0 (2024-08-02)
|
|
135
153
|
|
|
136
|
-
|
|
137
154
|
### Features
|
|
138
155
|
|
|
139
|
-
- **eslint:** Reformatted the banner string whitespace
|
|
156
|
+
- **eslint:** Reformatted the banner string whitespace
|
|
157
|
+
([2df75cbb](https://github.com/storm-software/storm-ops/commit/2df75cbb))
|
|
140
158
|
|
|
141
159
|
## 1.67.1 (2024-08-02)
|
|
142
160
|
|
|
143
|
-
|
|
144
161
|
### Bug Fixes
|
|
145
162
|
|
|
146
|
-
- **eslint:** Resolve issue with duplicate plugins
|
|
163
|
+
- **eslint:** Resolve issue with duplicate plugins
|
|
164
|
+
([23c09494](https://github.com/storm-software/storm-ops/commit/23c09494))
|
|
147
165
|
|
|
148
166
|
## 1.67.0 (2024-08-02)
|
|
149
167
|
|
|
150
|
-
|
|
151
168
|
### Features
|
|
152
169
|
|
|
153
|
-
- **eslint:** Added a banner with `__filename` and `__dirname` to the
|
|
170
|
+
- **eslint:** Added a banner with `__filename` and `__dirname` to the
|
|
171
|
+
distribution
|
|
172
|
+
([594c0e9a](https://github.com/storm-software/storm-ops/commit/594c0e9a))
|
|
154
173
|
|
|
155
174
|
## 1.66.0 (2024-08-02)
|
|
156
175
|
|
|
157
|
-
|
|
158
176
|
### Features
|
|
159
177
|
|
|
160
|
-
- **eslint:** Improved the logic around determining the banner
|
|
178
|
+
- **eslint:** Improved the logic around determining the banner
|
|
179
|
+
([4bbb321d](https://github.com/storm-software/storm-ops/commit/4bbb321d))
|
|
161
180
|
|
|
162
181
|
## 1.65.0 (2024-08-01)
|
|
163
182
|
|
|
164
|
-
|
|
165
183
|
### Features
|
|
166
184
|
|
|
167
|
-
- **eslint:** Added the `parserOptions` parameter to the preset's options
|
|
185
|
+
- **eslint:** Added the `parserOptions` parameter to the preset's options
|
|
186
|
+
([344db07c](https://github.com/storm-software/storm-ops/commit/344db07c))
|
|
168
187
|
|
|
169
188
|
## 1.64.1 (2024-08-01)
|
|
170
189
|
|
|
171
|
-
|
|
172
190
|
### Bug Fixes
|
|
173
191
|
|
|
174
|
-
- **eslint:** Resolved issues with invalid TypeScript flat configuration
|
|
192
|
+
- **eslint:** Resolved issues with invalid TypeScript flat configuration
|
|
193
|
+
([88166ab1](https://github.com/storm-software/storm-ops/commit/88166ab1))
|
|
175
194
|
|
|
176
195
|
## 1.64.0 (2024-08-01)
|
|
177
196
|
|
|
178
|
-
|
|
179
197
|
### Features
|
|
180
198
|
|
|
181
|
-
- **git-tools:** Ensure `.git/COMMIT_EDITMSG` exists before reading from disk
|
|
199
|
+
- **git-tools:** Ensure `.git/COMMIT_EDITMSG` exists before reading from disk
|
|
200
|
+
([7abae7ae](https://github.com/storm-software/storm-ops/commit/7abae7ae))
|
|
182
201
|
|
|
183
202
|
## 1.63.2 (2024-07-31)
|
|
184
203
|
|
|
185
|
-
|
|
186
204
|
### Bug Fixes
|
|
187
205
|
|
|
188
|
-
- **git-tools:** Resolved issue when `commitlint` is called without a `message`
|
|
206
|
+
- **git-tools:** Resolved issue when `commitlint` is called without a `message`
|
|
207
|
+
parameter
|
|
208
|
+
([624b24bc](https://github.com/storm-software/storm-ops/commit/624b24bc))
|
|
189
209
|
|
|
190
210
|
## 1.63.1 (2024-07-31)
|
|
191
211
|
|
|
192
|
-
|
|
193
212
|
### Bug Fixes
|
|
194
213
|
|
|
195
|
-
- **build-tools:** Resolve issues with the output path provided to unbuild
|
|
214
|
+
- **build-tools:** Resolve issues with the output path provided to unbuild
|
|
215
|
+
([ee9c2353](https://github.com/storm-software/storm-ops/commit/ee9c2353))
|
|
196
216
|
|
|
197
217
|
## 1.63.0 (2024-07-31)
|
|
198
218
|
|
|
199
|
-
|
|
200
219
|
### Features
|
|
201
220
|
|
|
202
|
-
- **build-tools:** Added the CODEOWNERS linting tool
|
|
221
|
+
- **build-tools:** Added the CODEOWNERS linting tool
|
|
222
|
+
([63099b1b](https://github.com/storm-software/storm-ops/commit/63099b1b))
|
|
203
223
|
|
|
204
224
|
## 1.62.1 (2024-07-26)
|
|
205
225
|
|
|
206
|
-
|
|
207
226
|
### Bug Fixes
|
|
208
227
|
|
|
209
|
-
- **storm-ops:** Resolved issue with missing token in CI action
|
|
228
|
+
- **storm-ops:** Resolved issue with missing token in CI action
|
|
229
|
+
([4db79d8e](https://github.com/storm-software/storm-ops/commit/4db79d8e))
|
|
210
230
|
|
|
211
231
|
## 1.62.0 (2024-07-24)
|
|
212
232
|
|
|
213
|
-
|
|
214
233
|
### Features
|
|
215
234
|
|
|
216
|
-
- **workspace-tools:** Added the `size-limit` executor
|
|
235
|
+
- **workspace-tools:** Added the `size-limit` executor
|
|
236
|
+
([6ce22bab](https://github.com/storm-software/storm-ops/commit/6ce22bab))
|
|
217
237
|
|
|
218
238
|
## 1.61.0 (2024-07-24)
|
|
219
239
|
|
|
220
|
-
|
|
221
240
|
### Features
|
|
222
241
|
|
|
223
|
-
- **linting-tools:** Added choices and parsers to `manypkg` linter CLI
|
|
242
|
+
- **linting-tools:** Added choices and parsers to `manypkg` linter CLI
|
|
243
|
+
([9a545641](https://github.com/storm-software/storm-ops/commit/9a545641))
|
|
224
244
|
|
|
225
245
|
## 1.60.1 (2024-07-24)
|
|
226
246
|
|
|
227
|
-
|
|
228
247
|
### Bug Fixes
|
|
229
248
|
|
|
230
|
-
- **linting-tools:** Resolved issue with CLI args passing
|
|
249
|
+
- **linting-tools:** Resolved issue with CLI args passing
|
|
250
|
+
([d5812a21](https://github.com/storm-software/storm-ops/commit/d5812a21))
|
|
231
251
|
|
|
232
252
|
## 1.60.0 (2024-07-17)
|
|
233
253
|
|
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 -->
|