@storm-software/linting-tools 1.58.0 β 1.60.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 +14 -0
- package/README.md +35 -11
- package/alex/.alexignore +0 -0
- package/alex/.alexrc +0 -0
- package/bin/lint.js +1 -3
- package/cspell/dictionary.txt +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 1.60.0 (2024-07-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### π Features
|
|
5
|
+
|
|
6
|
+
- **git-tools:** Added README header template to include table of contents ([6841042e](https://github.com/storm-software/storm-ops/commit/6841042e))
|
|
7
|
+
|
|
8
|
+
## 1.59.0 (2024-07-03)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### π Features
|
|
12
|
+
|
|
13
|
+
- **git-tools:** Added a table of content to the `README.md` header template ([227c234f](https://github.com/storm-software/storm-ops/commit/227c234f))
|
|
14
|
+
|
|
1
15
|
## 1.58.0 (2024-06-26)
|
|
2
16
|
|
|
3
17
|
|
package/README.md
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
|
|
9
9
|
<div align="center">
|
|
10
10
|
<b>
|
|
11
|
-
<a href="https://stormsoftware.com" target="_blank">Website</a> β’
|
|
12
|
-
<a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> β’
|
|
13
|
-
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> β’ <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> β’ <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> β’
|
|
11
|
+
<a href="https://stormsoftware.com" target="_blank">Website</a> β’
|
|
12
|
+
<a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> β’
|
|
13
|
+
<a href="https://discord.gg/MQ6YVzakM5">Discord</a> β’ <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> β’ <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> β’
|
|
14
14
|
<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>
|
|
15
15
|
</b>
|
|
16
16
|
</div>
|
|
@@ -21,14 +21,43 @@ 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
|
-
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
24
|
+
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
26
25
|
|
|
27
|
-
|
|
26
|
+
<!-- prettier-ignore-start -->
|
|
27
|
+
<!-- markdownlint-disable -->
|
|
28
|
+
|
|
29
|
+
> [!IMPORTANT]
|
|
28
30
|
> This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be availible through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
|
|
29
31
|
|
|
32
|
+
<!-- markdownlint-restore -->
|
|
33
|
+
<!-- prettier-ignore-end -->
|
|
34
|
+
|
|
35
|
+
<div align="center">
|
|
36
|
+
<b>Be sure to β this repository on <a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> so you can keep up to date on any daily progress!</b>
|
|
37
|
+
</div>
|
|
38
|
+
|
|
30
39
|
<br />
|
|
31
40
|
|
|
41
|
+
<!-- START doctoc -->
|
|
42
|
+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
## Table of Contents
|
|
44
|
+
|
|
45
|
+
- [Storm Linting Tools](#storm-linting-tools)
|
|
46
|
+
- [Installing](#installing)
|
|
47
|
+
- [Building](#building)
|
|
48
|
+
- [Running unit tests](#running-unit-tests)
|
|
49
|
+
- [Storm Workspaces](#storm-workspaces)
|
|
50
|
+
- [Roadmap](#roadmap)
|
|
51
|
+
- [Support](#support)
|
|
52
|
+
- [License](#license)
|
|
53
|
+
- [Changelog](#changelog)
|
|
54
|
+
- [Contributing](#contributing)
|
|
55
|
+
- [Contributors](#contributors)
|
|
56
|
+
- [π» Visit stormsoftware.com to stay up to date with this developer](#-visit-stormsoftwarecom-to-stay-up-to-date-with-this-developer)
|
|
57
|
+
|
|
58
|
+
<!-- END doctoc -->
|
|
59
|
+
|
|
60
|
+
<br />
|
|
32
61
|
|
|
33
62
|
<!-- markdownlint-restore -->
|
|
34
63
|
<!-- prettier-ignore-end -->
|
|
@@ -49,11 +78,6 @@ are included and combined into an easy to use CLI tool:
|
|
|
49
78
|
- [TSConfig](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html)
|
|
50
79
|
- [DPDM](https://github.com/acrazing/dpdm)
|
|
51
80
|
|
|
52
|
-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
53
|
-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
54
|
-
|
|
55
|
-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
56
|
-
|
|
57
81
|
## Installing
|
|
58
82
|
|
|
59
83
|
Using [pnpm](http://pnpm.io):
|
package/alex/.alexignore
CHANGED
|
File without changes
|
package/alex/.alexrc
CHANGED
|
File without changes
|
package/bin/lint.js
CHANGED
|
@@ -354230,7 +354230,6 @@ var getConfigFile = async (filePath2, additionalFileNames = []) => {
|
|
|
354230
354230
|
logLevel: "all"
|
|
354231
354231
|
}
|
|
354232
354232
|
);
|
|
354233
|
-
writeTrace(config, { logLevel: "all" });
|
|
354234
354233
|
}
|
|
354235
354234
|
if (additionalFileNames && additionalFileNames.length > 0) {
|
|
354236
354235
|
const results = await Promise.all(
|
|
@@ -354246,7 +354245,6 @@ var getConfigFile = async (filePath2, additionalFileNames = []) => {
|
|
|
354246
354245
|
logLevel: "all"
|
|
354247
354246
|
}
|
|
354248
354247
|
);
|
|
354249
|
-
writeTrace(result.config, { logLevel: "all" });
|
|
354250
354248
|
config = (0, import_deepmerge.default)(result.config ?? {}, config ?? {});
|
|
354251
354249
|
}
|
|
354252
354250
|
}
|
|
@@ -354649,7 +354647,7 @@ var loadStormConfig = async (workspaceRoot) => {
|
|
|
354649
354647
|
_workspaceRoot
|
|
354650
354648
|
);
|
|
354651
354649
|
setConfigEnv(config);
|
|
354652
|
-
writeInfo(
|
|
354650
|
+
writeInfo(`\u2699\uFE0F Using Storm configuration:
|
|
354653
354651
|
${formatLogMessage(config)}`, {
|
|
354654
354652
|
logLevel: "all"
|
|
354655
354653
|
});
|
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.60.0",
|
|
4
4
|
"type": "module",
|
|
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
|
"repository": {
|