@storm-software/linting-tools 1.82.3 → 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 +79 -66
- 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,233 +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
|
-
- **workspace-tools:** Resolved issue with returned value in Rust plugin
|
|
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
15
|
## 1.82.2 (2024-09-08)
|
|
9
16
|
|
|
10
|
-
|
|
11
17
|
### Bug Fixes
|
|
12
18
|
|
|
13
|
-
- **eslint-config:** Resolved issue with applying banners
|
|
19
|
+
- **eslint-config:** Resolved issue with applying banners
|
|
20
|
+
([5a337806](https://github.com/storm-software/storm-ops/commit/5a337806))
|
|
14
21
|
|
|
15
22
|
## 1.82.1 (2024-09-08)
|
|
16
23
|
|
|
17
|
-
|
|
18
24
|
### Bug Fixes
|
|
19
25
|
|
|
20
|
-
- **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))
|
|
21
28
|
|
|
22
29
|
## 1.82.0 (2024-09-06)
|
|
23
30
|
|
|
24
|
-
|
|
25
31
|
### Features
|
|
26
32
|
|
|
27
|
-
- **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))
|
|
28
35
|
|
|
29
36
|
## 1.81.0 (2024-09-06)
|
|
30
37
|
|
|
31
|
-
|
|
32
38
|
### Features
|
|
33
39
|
|
|
34
|
-
- **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))
|
|
35
42
|
|
|
36
43
|
## 1.80.1 (2024-09-05)
|
|
37
44
|
|
|
38
|
-
|
|
39
45
|
### Bug Fixes
|
|
40
46
|
|
|
41
|
-
- **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))
|
|
42
49
|
|
|
43
50
|
## 1.80.0 (2024-09-03)
|
|
44
51
|
|
|
45
|
-
|
|
46
52
|
### Features
|
|
47
53
|
|
|
48
|
-
- **linting-tools:** Taplo toml formatting improvements
|
|
54
|
+
- **linting-tools:** Taplo toml formatting improvements
|
|
55
|
+
([1e84182b](https://github.com/storm-software/storm-ops/commit/1e84182b))
|
|
49
56
|
|
|
50
57
|
## 1.79.0 (2024-08-26)
|
|
51
58
|
|
|
52
|
-
|
|
53
59
|
### Features
|
|
54
60
|
|
|
55
|
-
- **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))
|
|
56
63
|
|
|
57
64
|
## 1.78.0 (2024-08-23)
|
|
58
65
|
|
|
59
|
-
|
|
60
66
|
### Features
|
|
61
67
|
|
|
62
|
-
- **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))
|
|
63
70
|
|
|
64
71
|
## 1.77.0 (2024-08-22)
|
|
65
72
|
|
|
66
|
-
|
|
67
73
|
### Features
|
|
68
74
|
|
|
69
|
-
- **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))
|
|
70
78
|
|
|
71
79
|
## 1.76.0 (2024-08-19)
|
|
72
80
|
|
|
73
|
-
|
|
74
81
|
### Features
|
|
75
82
|
|
|
76
|
-
- **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))
|
|
77
85
|
|
|
78
86
|
## 1.75.0 (2024-08-19)
|
|
79
87
|
|
|
80
|
-
|
|
81
88
|
### Features
|
|
82
89
|
|
|
83
|
-
- **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))
|
|
84
93
|
|
|
85
94
|
## 1.74.0 (2024-08-17)
|
|
86
95
|
|
|
87
|
-
|
|
88
96
|
### Features
|
|
89
97
|
|
|
90
|
-
- **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))
|
|
91
100
|
|
|
92
101
|
## 1.73.0 (2024-08-17)
|
|
93
102
|
|
|
94
|
-
|
|
95
103
|
### Features
|
|
96
104
|
|
|
97
|
-
- **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))
|
|
98
107
|
|
|
99
108
|
## 1.72.0 (2024-08-03)
|
|
100
109
|
|
|
101
|
-
|
|
102
110
|
### Features
|
|
103
111
|
|
|
104
|
-
- **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))
|
|
105
114
|
|
|
106
115
|
## 1.71.0 (2024-08-03)
|
|
107
116
|
|
|
108
|
-
|
|
109
117
|
### Features
|
|
110
118
|
|
|
111
|
-
- **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))
|
|
112
121
|
|
|
113
122
|
## 1.70.1 (2024-08-03)
|
|
114
123
|
|
|
115
|
-
|
|
116
124
|
### Bug Fixes
|
|
117
125
|
|
|
118
|
-
- **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))
|
|
119
129
|
|
|
120
130
|
## 1.70.0 (2024-08-02)
|
|
121
131
|
|
|
122
|
-
|
|
123
132
|
### Features
|
|
124
133
|
|
|
125
|
-
- **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))
|
|
126
137
|
|
|
127
138
|
## 1.69.0 (2024-08-02)
|
|
128
139
|
|
|
129
|
-
|
|
130
140
|
### Features
|
|
131
141
|
|
|
132
|
-
- **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))
|
|
133
144
|
|
|
134
145
|
## 1.68.0 (2024-08-02)
|
|
135
146
|
|
|
136
|
-
|
|
137
147
|
### Features
|
|
138
148
|
|
|
139
|
-
- **eslint:** Reformatted the banner string whitespace
|
|
149
|
+
- **eslint:** Reformatted the banner string whitespace
|
|
150
|
+
([2df75cbb](https://github.com/storm-software/storm-ops/commit/2df75cbb))
|
|
140
151
|
|
|
141
152
|
## 1.67.1 (2024-08-02)
|
|
142
153
|
|
|
143
|
-
|
|
144
154
|
### Bug Fixes
|
|
145
155
|
|
|
146
|
-
- **eslint:** Resolve issue with duplicate plugins
|
|
156
|
+
- **eslint:** Resolve issue with duplicate plugins
|
|
157
|
+
([23c09494](https://github.com/storm-software/storm-ops/commit/23c09494))
|
|
147
158
|
|
|
148
159
|
## 1.67.0 (2024-08-02)
|
|
149
160
|
|
|
150
|
-
|
|
151
161
|
### Features
|
|
152
162
|
|
|
153
|
-
- **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))
|
|
154
166
|
|
|
155
167
|
## 1.66.0 (2024-08-02)
|
|
156
168
|
|
|
157
|
-
|
|
158
169
|
### Features
|
|
159
170
|
|
|
160
|
-
- **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))
|
|
161
173
|
|
|
162
174
|
## 1.65.0 (2024-08-01)
|
|
163
175
|
|
|
164
|
-
|
|
165
176
|
### Features
|
|
166
177
|
|
|
167
|
-
- **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))
|
|
168
180
|
|
|
169
181
|
## 1.64.1 (2024-08-01)
|
|
170
182
|
|
|
171
|
-
|
|
172
183
|
### Bug Fixes
|
|
173
184
|
|
|
174
|
-
- **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))
|
|
175
187
|
|
|
176
188
|
## 1.64.0 (2024-08-01)
|
|
177
189
|
|
|
178
|
-
|
|
179
190
|
### Features
|
|
180
191
|
|
|
181
|
-
- **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))
|
|
182
194
|
|
|
183
195
|
## 1.63.2 (2024-07-31)
|
|
184
196
|
|
|
185
|
-
|
|
186
197
|
### Bug Fixes
|
|
187
198
|
|
|
188
|
-
- **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))
|
|
189
202
|
|
|
190
203
|
## 1.63.1 (2024-07-31)
|
|
191
204
|
|
|
192
|
-
|
|
193
205
|
### Bug Fixes
|
|
194
206
|
|
|
195
|
-
- **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))
|
|
196
209
|
|
|
197
210
|
## 1.63.0 (2024-07-31)
|
|
198
211
|
|
|
199
|
-
|
|
200
212
|
### Features
|
|
201
213
|
|
|
202
|
-
- **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))
|
|
203
216
|
|
|
204
217
|
## 1.62.1 (2024-07-26)
|
|
205
218
|
|
|
206
|
-
|
|
207
219
|
### Bug Fixes
|
|
208
220
|
|
|
209
|
-
- **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))
|
|
210
223
|
|
|
211
224
|
## 1.62.0 (2024-07-24)
|
|
212
225
|
|
|
213
|
-
|
|
214
226
|
### Features
|
|
215
227
|
|
|
216
|
-
- **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))
|
|
217
230
|
|
|
218
231
|
## 1.61.0 (2024-07-24)
|
|
219
232
|
|
|
220
|
-
|
|
221
233
|
### Features
|
|
222
234
|
|
|
223
|
-
- **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))
|
|
224
237
|
|
|
225
238
|
## 1.60.1 (2024-07-24)
|
|
226
239
|
|
|
227
|
-
|
|
228
240
|
### Bug Fixes
|
|
229
241
|
|
|
230
|
-
- **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))
|
|
231
244
|
|
|
232
245
|
## 1.60.0 (2024-07-17)
|
|
233
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 -->
|