@storm-software/linting-tools 1.50.1 β 1.55.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 +44 -0
- package/README.md +1 -1
- package/alex/.alexignore +0 -0
- package/alex/.alexrc +0 -0
- package/bin/lint.js +5445 -5348
- package/cspell/dictionary.txt +7 -0
- package/package.json +7 -7
- package/src/cli/index.js +10521 -10512
- package/src/manypkg/index.js +18012 -18003
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,47 @@
|
|
|
1
|
+
## 1.55.1 (2024-06-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### π©Ή Fixes
|
|
5
|
+
|
|
6
|
+
- **deps:** update patch prod dependencies ([f26698a8](https://github.com/storm-software/storm-ops/commit/f26698a8))
|
|
7
|
+
|
|
8
|
+
## 1.55.0 (2024-06-22)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### π Features
|
|
12
|
+
|
|
13
|
+
- **workspace-tools:** Update the publish executor to include separate CLI code ([79419a9a](https://github.com/storm-software/storm-ops/commit/79419a9a))
|
|
14
|
+
|
|
15
|
+
## 1.54.0 (2024-06-22)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### π Features
|
|
19
|
+
|
|
20
|
+
- **workspace-tools:** Upgrade the workspace pnpm-lock file ([d33c20cb](https://github.com/storm-software/storm-ops/commit/d33c20cb))
|
|
21
|
+
|
|
22
|
+
## 1.53.0 (2024-06-22)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### π Features
|
|
26
|
+
|
|
27
|
+
- **storm-ops:** Updated pnpm-lock file ([22be1efd](https://github.com/storm-software/storm-ops/commit/22be1efd))
|
|
28
|
+
|
|
29
|
+
## 1.52.0 (2024-06-22)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### π Features
|
|
33
|
+
|
|
34
|
+
- **config:** Added `$schema` field to Storm configuration schema ([b4b3323a](https://github.com/storm-software/storm-ops/commit/b4b3323a))
|
|
35
|
+
|
|
36
|
+
- **workspace-tools:** Added `lint` and `format` tasks and improved cache input management ([f2ade202](https://github.com/storm-software/storm-ops/commit/f2ade202))
|
|
37
|
+
|
|
38
|
+
## 1.51.0 (2024-06-21)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### π Features
|
|
42
|
+
|
|
43
|
+
- **eslint-plugin:** Resolve issues with eslint module types ([ca513974](https://github.com/storm-software/storm-ops/commit/ca513974))
|
|
44
|
+
|
|
1
45
|
## 1.50.1 (2024-06-17)
|
|
2
46
|
|
|
3
47
|
|
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/)
|
|
25
25
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
26
26
|
|
|
27
27
|
> [!IMPORTANT]
|
package/alex/.alexignore
CHANGED
|
File without changes
|
package/alex/.alexrc
CHANGED
|
File without changes
|