@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/cspell/dictionary.txt
CHANGED
|
@@ -25,6 +25,10 @@ lefthook
|
|
|
25
25
|
biomejs
|
|
26
26
|
taplo
|
|
27
27
|
napi
|
|
28
|
+
immer
|
|
29
|
+
zustand
|
|
30
|
+
jotai
|
|
31
|
+
valtio
|
|
28
32
|
contributorsrc
|
|
29
33
|
hasura
|
|
30
34
|
strapi
|
|
@@ -34,6 +38,9 @@ allcontributors
|
|
|
34
38
|
probot
|
|
35
39
|
smee
|
|
36
40
|
remeda
|
|
41
|
+
jiti
|
|
42
|
+
deepmerge
|
|
43
|
+
copyfiles
|
|
37
44
|
blockquote
|
|
38
45
|
typia
|
|
39
46
|
stormie
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/linting-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.55.1",
|
|
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": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@cspell/dict-aws": "4.0.2",
|
|
38
38
|
"@cspell/dict-bash": "4.1.3",
|
|
39
39
|
"@cspell/dict-companies": "3.1.2",
|
|
40
|
-
"@cspell/dict-cpp": "5.1.
|
|
40
|
+
"@cspell/dict-cpp": "5.1.10",
|
|
41
41
|
"@cspell/dict-cryptocurrencies": "5.0.0",
|
|
42
42
|
"@cspell/dict-csharp": "4.0.2",
|
|
43
43
|
"@cspell/dict-css": "4.0.12",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"@cspell/dict-docker": "1.1.7",
|
|
47
47
|
"@cspell/dict-dotnet": "5.0.2",
|
|
48
48
|
"@cspell/dict-elixir": "4.0.3",
|
|
49
|
-
"@cspell/dict-en-common-misspellings": "2.0.
|
|
50
|
-
"@cspell/dict-en-gb": "4.1.
|
|
51
|
-
"@cspell/dict-en_us": "4.3.
|
|
49
|
+
"@cspell/dict-en-common-misspellings": "2.0.3",
|
|
50
|
+
"@cspell/dict-en-gb": "4.1.44",
|
|
51
|
+
"@cspell/dict-en_us": "4.3.23",
|
|
52
52
|
"@cspell/dict-filetypes": "3.0.4",
|
|
53
53
|
"@cspell/dict-fonts": "4.0.0",
|
|
54
54
|
"@cspell/dict-fsharp": "1.0.1",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@cspell/dict-ruby": "5.0.2",
|
|
76
76
|
"@cspell/dict-rust": "4.0.4",
|
|
77
77
|
"@cspell/dict-scala": "5.0.2",
|
|
78
|
-
"@cspell/dict-software-terms": "3.4.
|
|
78
|
+
"@cspell/dict-software-terms": "3.4.8",
|
|
79
79
|
"@cspell/dict-sql": "2.1.3",
|
|
80
80
|
"@cspell/dict-svelte": "1.0.2",
|
|
81
81
|
"@cspell/dict-swift": "2.0.1",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"size-limit": "11.1.4",
|
|
106
106
|
"spawndamnit": "2.0.0",
|
|
107
107
|
"tsconfig-paths": "4.2.0",
|
|
108
|
-
"unified": "11.0.
|
|
108
|
+
"unified": "11.0.5",
|
|
109
109
|
"unified-engine": "11.2.1",
|
|
110
110
|
"vfile-reporter": "8.1.1"
|
|
111
111
|
},
|