@storm-software/linting-tools 1.44.10 β 1.45.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 +12 -0
- package/README.md +6 -6
- package/bin/lint.js +18 -5
- package/cspell/dictionary.txt +1 -0
- package/package.json +7 -7
- package/prettier/.prettierignore +1 -1
- package/src/cli/index.js +18 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 1.45.0 (2024-04-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### π Features
|
|
5
|
+
|
|
6
|
+
- **build-tools:** Added support for `rolldown` builds ([46de2e63](https://github.com/storm-software/storm-ops/commit/46de2e63))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### β€οΈ Thank You
|
|
10
|
+
|
|
11
|
+
- Patrick Sullivan
|
|
12
|
+
|
|
1
13
|
## 1.44.10 (2024-04-01)
|
|
2
14
|
|
|
3
15
|
|
package/README.md
CHANGED
|
@@ -7,16 +7,16 @@
|
|
|
7
7
|
<br />
|
|
8
8
|
|
|
9
9
|
<div align="center">
|
|
10
|
-
<a href="https://stormsoftware.
|
|
10
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> | <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> | <a href="https://github.com/storm-software/storm-ops" target="_blank">Repository</a> | <a href="https://stormstack.github.io/stormstack/" target="_blank">Documentation</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=enhancement&template=feature-request.yml&title=Feature Request%3A+">Request a Feature</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=documentation&template=documentation.yml&title=Documentation Request%3A+">Request Documentation</a> | <a href="https://github.com/storm-software/storm-ops/discussions">Ask a Question</a>
|
|
11
11
|
</div>
|
|
12
12
|
|
|
13
13
|
<br />
|
|
14
14
|
This package is part of the <b>β‘Storm-Ops</b> monorepo. The Storm-Ops packages include CLI utility applications, tools, and various libraries used to create modern, scalable web applications.
|
|
15
15
|
<br />
|
|
16
16
|
|
|
17
|
-
<h3 align="center">π» Visit <a href="https://stormsoftware.
|
|
17
|
+
<h3 align="center">π» Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
18
18
|
|
|
19
|
-
[](https://prettier.io/)
|
|
20
20
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
21
21
|
|
|
22
22
|
> [!IMPORTANT]
|
|
@@ -102,9 +102,9 @@ See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
|
|
|
102
102
|
|
|
103
103
|
Reach out to the maintainer at one of the following places:
|
|
104
104
|
|
|
105
|
-
- [Contact](https://stormsoftware.
|
|
105
|
+
- [Contact](https://stormsoftware.com/contact)
|
|
106
106
|
- [GitHub discussions](https://github.com/storm-software/storm-ops/discussions)
|
|
107
|
-
- <support@stormsoftware.
|
|
107
|
+
- <support@stormsoftware.com>
|
|
108
108
|
|
|
109
109
|
## License
|
|
110
110
|
|
|
@@ -142,7 +142,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
142
142
|
<tr>
|
|
143
143
|
<td align="center" valign="top" width="14.28%"><a href="http://www.sullypat.com/"><img src="https://avatars.githubusercontent.com/u/99053093?v=4?s=100" width="100px;" alt="Patrick Sullivan"/><br /><sub><b>Patrick Sullivan</b></sub></a><br /><a href="#design-sullivanpj" title="Design">π¨</a> <a href="https://github.com/storm-software/storm-ops/commits?author=sullivanpj" title="Code">π»</a> <a href="#tool-sullivanpj" title="Tools">π§</a> <a href="https://github.com/storm-software/storm-ops/commits?author=sullivanpj" title="Documentation">π</a> <a href="https://github.com/storm-software/storm-ops/commits?author=sullivanpj" title="Tests">β οΈ</a></td>
|
|
144
144
|
<td align="center" valign="top" width="14.28%"><a href="https://tylerbenning.com/"><img src="https://avatars.githubusercontent.com/u/7265547?v=4?s=100" width="100px;" alt="Tyler Benning"/><br /><sub><b>Tyler Benning</b></sub></a><br /><a href="#design-tbenning" title="Design">π¨</a></td>
|
|
145
|
-
<td align="center" valign="top" width="14.28%"><a href="http://stormsoftware.
|
|
145
|
+
<td align="center" valign="top" width="14.28%"><a href="http://stormsoftware.com"><img src="https://avatars.githubusercontent.com/u/149802440?v=4?s=100" width="100px;" alt="Stormie"/><br /><sub><b>Stormie</b></sub></a><br /><a href="#maintenance-stormie-bot" title="Maintenance">π§</a></td>
|
|
146
146
|
</tr>
|
|
147
147
|
</tbody>
|
|
148
148
|
<tfoot>
|
package/bin/lint.js
CHANGED
|
@@ -290700,13 +290700,15 @@ var ColorConfigSchema = z.object({
|
|
|
290700
290700
|
fatal: z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#7d1a1a").describe("The fatal color of the workspace")
|
|
290701
290701
|
}).describe("Colors used for various workspace elements");
|
|
290702
290702
|
var StormConfigSchema = z.object({
|
|
290703
|
-
extends: z.string().trim().optional().describe(
|
|
290703
|
+
extends: z.string().trim().optional().describe(
|
|
290704
|
+
"The path to a base JSON file to use as a configuration preset file"
|
|
290705
|
+
),
|
|
290704
290706
|
name: z.string().trim().toLowerCase().optional().describe("The name of the package"),
|
|
290705
290707
|
namespace: z.string().trim().toLowerCase().optional().describe("The namespace of the package"),
|
|
290706
290708
|
organization: z.string().trim().default("storm-software").describe("The organization of the workspace"),
|
|
290707
290709
|
repository: z.string().trim().url().optional().describe("The repo URL of the workspace (i.e. GitHub)"),
|
|
290708
290710
|
license: z.string().trim().default("Apache License 2.0").describe("The root directory of the package"),
|
|
290709
|
-
homepage: z.string().trim().url().default("https://stormsoftware.
|
|
290711
|
+
homepage: z.string().trim().url().default("https://stormsoftware.com").describe("The homepage of the workspace"),
|
|
290710
290712
|
branch: z.string().trim().default("main").describe("The branch of the workspace"),
|
|
290711
290713
|
preid: z.string().optional().describe("A tag specifying the version pre-release identifier"),
|
|
290712
290714
|
owner: z.string().trim().default("@storm-software/development").describe("The owner of the package"),
|
|
@@ -290714,7 +290716,9 @@ var StormConfigSchema = z.object({
|
|
|
290714
290716
|
"The worker of the package (this is the bot that will be used to perform various tasks)"
|
|
290715
290717
|
),
|
|
290716
290718
|
env: z.enum(["development", "staging", "production"]).default("production").describe("The current runtime environment of the package"),
|
|
290717
|
-
ci: z.boolean().default(true).describe(
|
|
290719
|
+
ci: z.boolean().default(true).describe(
|
|
290720
|
+
"An indicator specifying if the current environment is a CI environment"
|
|
290721
|
+
),
|
|
290718
290722
|
workspaceRoot: z.string().trim().optional().describe("The root directory of the workspace"),
|
|
290719
290723
|
packageDirectory: z.string().trim().optional().describe("The root directory of the package"),
|
|
290720
290724
|
externalPackagePatterns: z.array(z.string()).default([]).describe(
|
|
@@ -290730,7 +290734,16 @@ var StormConfigSchema = z.object({
|
|
|
290730
290734
|
packageManager: z.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe("The package manager used by the repository"),
|
|
290731
290735
|
timezone: z.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
290732
290736
|
locale: z.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
290733
|
-
logLevel: z.enum([
|
|
290737
|
+
logLevel: z.enum([
|
|
290738
|
+
"silent",
|
|
290739
|
+
"fatal",
|
|
290740
|
+
"error",
|
|
290741
|
+
"warn",
|
|
290742
|
+
"info",
|
|
290743
|
+
"debug",
|
|
290744
|
+
"trace",
|
|
290745
|
+
"all"
|
|
290746
|
+
]).default("debug").describe(
|
|
290734
290747
|
"The log level used to filter out lower priority log messages. If not provided, this is defaulted using the `environment` config value (if `environment` is set to `production` then `level` is `error`, else `level` is `debug`)."
|
|
290735
290748
|
),
|
|
290736
290749
|
configFile: z.string().trim().nullable().default(null).describe(
|
|
@@ -290758,7 +290771,7 @@ var DEFAULT_STORM_CONFIG = {
|
|
|
290758
290771
|
name: "storm",
|
|
290759
290772
|
namespace: "storm-software",
|
|
290760
290773
|
license: "Apache License 2.0",
|
|
290761
|
-
homepage: "https://stormsoftware.
|
|
290774
|
+
homepage: "https://stormsoftware.com",
|
|
290762
290775
|
owner: "@storm-software/development",
|
|
290763
290776
|
worker: "stormie-bot",
|
|
290764
290777
|
runtimeDirectory: "node_modules/.storm",
|
package/cspell/dictionary.txt
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/linting-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.45.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "β‘ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
|
|
6
6
|
"keywords": [
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"open-system",
|
|
13
13
|
"monorepo"
|
|
14
14
|
],
|
|
15
|
-
"homepage": "https://stormsoftware.
|
|
15
|
+
"homepage": "https://stormsoftware.com",
|
|
16
16
|
"bugs": {
|
|
17
17
|
"url": "https://github.com/storm-software/storm-ops/issues",
|
|
18
|
-
"email": "support@stormsoftware.
|
|
18
|
+
"email": "support@stormsoftware.com"
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "github",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"license": "Apache 2.0",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Storm Software",
|
|
28
|
-
"email": "contact@stormsoftware.
|
|
29
|
-
"url": "https://stormsoftware.
|
|
28
|
+
"email": "contact@stormsoftware.com",
|
|
29
|
+
"url": "https://stormsoftware.com"
|
|
30
30
|
},
|
|
31
|
+
"type": "module",
|
|
31
32
|
"bin": {
|
|
32
33
|
"storm-lint": "./bin/lint.js"
|
|
33
34
|
},
|
|
34
|
-
"type": "module",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@cspell/dict-ada": "4.0.2",
|
|
37
37
|
"@cspell/dict-aws": "4.0.1",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@cspell/dict-dotnet": "5.0.0",
|
|
48
48
|
"@cspell/dict-elixir": "4.0.3",
|
|
49
49
|
"@cspell/dict-en-common-misspellings": "2.0.0",
|
|
50
|
-
"@cspell/dict-en-gb": "4.1.
|
|
50
|
+
"@cspell/dict-en-gb": "4.1.38",
|
|
51
51
|
"@cspell/dict-en_us": "4.3.14",
|
|
52
52
|
"@cspell/dict-filetypes": "3.0.3",
|
|
53
53
|
"@cspell/dict-fonts": "4.0.0",
|
package/prettier/.prettierignore
CHANGED
package/src/cli/index.js
CHANGED
|
@@ -284664,13 +284664,15 @@ var ColorConfigSchema = z.object({
|
|
|
284664
284664
|
fatal: z.string().trim().toLowerCase().regex(/^#([0-9a-f]{3}){1,2}$/i).length(7).default("#7d1a1a").describe("The fatal color of the workspace")
|
|
284665
284665
|
}).describe("Colors used for various workspace elements");
|
|
284666
284666
|
var StormConfigSchema = z.object({
|
|
284667
|
-
extends: z.string().trim().optional().describe(
|
|
284667
|
+
extends: z.string().trim().optional().describe(
|
|
284668
|
+
"The path to a base JSON file to use as a configuration preset file"
|
|
284669
|
+
),
|
|
284668
284670
|
name: z.string().trim().toLowerCase().optional().describe("The name of the package"),
|
|
284669
284671
|
namespace: z.string().trim().toLowerCase().optional().describe("The namespace of the package"),
|
|
284670
284672
|
organization: z.string().trim().default("storm-software").describe("The organization of the workspace"),
|
|
284671
284673
|
repository: z.string().trim().url().optional().describe("The repo URL of the workspace (i.e. GitHub)"),
|
|
284672
284674
|
license: z.string().trim().default("Apache License 2.0").describe("The root directory of the package"),
|
|
284673
|
-
homepage: z.string().trim().url().default("https://stormsoftware.
|
|
284675
|
+
homepage: z.string().trim().url().default("https://stormsoftware.com").describe("The homepage of the workspace"),
|
|
284674
284676
|
branch: z.string().trim().default("main").describe("The branch of the workspace"),
|
|
284675
284677
|
preid: z.string().optional().describe("A tag specifying the version pre-release identifier"),
|
|
284676
284678
|
owner: z.string().trim().default("@storm-software/development").describe("The owner of the package"),
|
|
@@ -284678,7 +284680,9 @@ var StormConfigSchema = z.object({
|
|
|
284678
284680
|
"The worker of the package (this is the bot that will be used to perform various tasks)"
|
|
284679
284681
|
),
|
|
284680
284682
|
env: z.enum(["development", "staging", "production"]).default("production").describe("The current runtime environment of the package"),
|
|
284681
|
-
ci: z.boolean().default(true).describe(
|
|
284683
|
+
ci: z.boolean().default(true).describe(
|
|
284684
|
+
"An indicator specifying if the current environment is a CI environment"
|
|
284685
|
+
),
|
|
284682
284686
|
workspaceRoot: z.string().trim().optional().describe("The root directory of the workspace"),
|
|
284683
284687
|
packageDirectory: z.string().trim().optional().describe("The root directory of the package"),
|
|
284684
284688
|
externalPackagePatterns: z.array(z.string()).default([]).describe(
|
|
@@ -284694,7 +284698,16 @@ var StormConfigSchema = z.object({
|
|
|
284694
284698
|
packageManager: z.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe("The package manager used by the repository"),
|
|
284695
284699
|
timezone: z.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
284696
284700
|
locale: z.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
284697
|
-
logLevel: z.enum([
|
|
284701
|
+
logLevel: z.enum([
|
|
284702
|
+
"silent",
|
|
284703
|
+
"fatal",
|
|
284704
|
+
"error",
|
|
284705
|
+
"warn",
|
|
284706
|
+
"info",
|
|
284707
|
+
"debug",
|
|
284708
|
+
"trace",
|
|
284709
|
+
"all"
|
|
284710
|
+
]).default("debug").describe(
|
|
284698
284711
|
"The log level used to filter out lower priority log messages. If not provided, this is defaulted using the `environment` config value (if `environment` is set to `production` then `level` is `error`, else `level` is `debug`)."
|
|
284699
284712
|
),
|
|
284700
284713
|
configFile: z.string().trim().nullable().default(null).describe(
|
|
@@ -284722,7 +284735,7 @@ var DEFAULT_STORM_CONFIG = {
|
|
|
284722
284735
|
name: "storm",
|
|
284723
284736
|
namespace: "storm-software",
|
|
284724
284737
|
license: "Apache License 2.0",
|
|
284725
|
-
homepage: "https://stormsoftware.
|
|
284738
|
+
homepage: "https://stormsoftware.com",
|
|
284726
284739
|
owner: "@storm-software/development",
|
|
284727
284740
|
worker: "stormie-bot",
|
|
284728
284741
|
runtimeDirectory: "node_modules/.storm",
|