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