@storm-software/linting-tools 1.60.1 → 1.62.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 +1 -1
- package/package.json +1 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 1.62.0 (2024-07-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
- **workspace-tools:** Added the `size-limit` executor ([6ce22bab](https://github.com/storm-software/storm-ops/commit/6ce22bab))
|
|
7
|
+
|
|
8
|
+
## 1.61.0 (2024-07-24)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
- **linting-tools:** Added choices and parsers to `manypkg` linter CLI ([9a545641](https://github.com/storm-software/storm-ops/commit/9a545641))
|
|
14
|
+
|
|
1
15
|
## 1.60.1 (2024-07-24)
|
|
2
16
|
|
|
3
17
|
|
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 -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/linting-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.62.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": {
|
|
@@ -83,8 +83,6 @@
|
|
|
83
83
|
"@cspell/dict-vue": "3.0.0",
|
|
84
84
|
"@manypkg/cli": "0.21.4",
|
|
85
85
|
"@manypkg/get-packages": "2.2.1",
|
|
86
|
-
"@size-limit/file": "11.1.4",
|
|
87
|
-
"@size-limit/time": "11.1.4",
|
|
88
86
|
"alex": "11.0.1",
|
|
89
87
|
"check-dependency-version-consistency": "4.1.0",
|
|
90
88
|
"commander": "12.1.0",
|
|
@@ -102,7 +100,6 @@
|
|
|
102
100
|
"retext-english": "5.0.0",
|
|
103
101
|
"retext-equality": "7.1.0",
|
|
104
102
|
"retext-profanities": "8.0.0",
|
|
105
|
-
"size-limit": "11.1.4",
|
|
106
103
|
"spawndamnit": "2.0.0",
|
|
107
104
|
"tsconfig-paths": "4.2.0",
|
|
108
105
|
"unified": "11.0.5",
|