@storm-software/linting-tools 1.33.1 → 1.34.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 +13 -64
- package/package.json +28 -28
- package/project.json +18 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## 1.33.2 (2024-01-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### 🩹 Fixes
|
|
7
|
+
|
|
8
|
+
- **linting-tools:** Ensure assets are added to package root ([66881bd3](https://github.com/storm-software/storm-ops/commit/66881bd3))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### ❤️ Thank You
|
|
12
|
+
|
|
13
|
+
- Patrick Sullivan
|
|
14
|
+
|
|
15
|
+
|
|
3
16
|
## 1.33.0 (2024-01-26)
|
|
4
17
|
|
|
5
18
|
|
|
@@ -49,65 +62,6 @@
|
|
|
49
62
|
- Patrick Sullivan
|
|
50
63
|
|
|
51
64
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
65
|
## 1.31.4 (2024-01-23)
|
|
112
66
|
|
|
113
67
|
|
|
@@ -121,11 +75,6 @@
|
|
|
121
75
|
- Patrick Sullivan
|
|
122
76
|
|
|
123
77
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
78
|
## 1.31.0 (2024-01-21)
|
|
130
79
|
|
|
131
80
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/linting-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.34.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": [
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@cspell/dict-ada": "4.0.2",
|
|
37
|
-
"@cspell/dict-aws": "4.0.
|
|
38
|
-
"@cspell/dict-bash": "4.1.
|
|
39
|
-
"@cspell/dict-companies": "3.0.
|
|
40
|
-
"@cspell/dict-cpp": "5.
|
|
37
|
+
"@cspell/dict-aws": "4.0.1",
|
|
38
|
+
"@cspell/dict-bash": "4.1.3",
|
|
39
|
+
"@cspell/dict-companies": "3.0.31",
|
|
40
|
+
"@cspell/dict-cpp": "5.1.1",
|
|
41
41
|
"@cspell/dict-cryptocurrencies": "4.0.0",
|
|
42
42
|
"@cspell/dict-csharp": "4.0.2",
|
|
43
43
|
"@cspell/dict-css": "4.0.12",
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
"@cspell/dict-dotnet": "5.0.0",
|
|
48
48
|
"@cspell/dict-elixir": "4.0.3",
|
|
49
49
|
"@cspell/dict-en-common-misspellings": "1.0.2",
|
|
50
|
-
"@cspell/dict-en-gb": "4.1.
|
|
51
|
-
"@cspell/dict-en_us": "4.3.
|
|
52
|
-
"@cspell/dict-filetypes": "3.0.
|
|
50
|
+
"@cspell/dict-en-gb": "4.1.31",
|
|
51
|
+
"@cspell/dict-en_us": "4.3.14",
|
|
52
|
+
"@cspell/dict-filetypes": "3.0.3",
|
|
53
53
|
"@cspell/dict-fonts": "4.0.0",
|
|
54
54
|
"@cspell/dict-fsharp": "1.0.1",
|
|
55
55
|
"@cspell/dict-fullstack": "3.1.5",
|
|
56
|
-
"@cspell/dict-gaming-terms": "1.0.
|
|
56
|
+
"@cspell/dict-gaming-terms": "1.0.5",
|
|
57
57
|
"@cspell/dict-git": "2.0.0",
|
|
58
|
-
"@cspell/dict-golang": "6.0.
|
|
58
|
+
"@cspell/dict-golang": "6.0.5",
|
|
59
59
|
"@cspell/dict-haskell": "4.0.1",
|
|
60
60
|
"@cspell/dict-html": "4.0.5",
|
|
61
61
|
"@cspell/dict-html-symbol-entities": "4.0.0",
|
|
@@ -63,39 +63,39 @@
|
|
|
63
63
|
"@cspell/dict-k8s": "1.0.2",
|
|
64
64
|
"@cspell/dict-latex": "4.0.0",
|
|
65
65
|
"@cspell/dict-lorem-ipsum": "4.0.0",
|
|
66
|
-
"@cspell/dict-lua": "4.0.
|
|
66
|
+
"@cspell/dict-lua": "4.0.3",
|
|
67
67
|
"@cspell/dict-makefile": "1.0.0",
|
|
68
68
|
"@cspell/dict-node": "4.0.3",
|
|
69
|
-
"@cspell/dict-npm": "5.0.
|
|
70
|
-
"@cspell/dict-php": "4.0.
|
|
71
|
-
"@cspell/dict-powershell": "5.0.
|
|
69
|
+
"@cspell/dict-npm": "5.0.15",
|
|
70
|
+
"@cspell/dict-php": "4.0.5",
|
|
71
|
+
"@cspell/dict-powershell": "5.0.3",
|
|
72
72
|
"@cspell/dict-public-licenses": "2.0.5",
|
|
73
|
-
"@cspell/dict-python": "4.1.
|
|
73
|
+
"@cspell/dict-python": "4.1.11",
|
|
74
74
|
"@cspell/dict-r": "2.0.1",
|
|
75
|
-
"@cspell/dict-ruby": "5.0.
|
|
76
|
-
"@cspell/dict-rust": "4.0.
|
|
75
|
+
"@cspell/dict-ruby": "5.0.2",
|
|
76
|
+
"@cspell/dict-rust": "4.0.2",
|
|
77
77
|
"@cspell/dict-scala": "5.0.0",
|
|
78
|
-
"@cspell/dict-software-terms": "3.3.
|
|
79
|
-
"@cspell/dict-sql": "2.1.
|
|
78
|
+
"@cspell/dict-software-terms": "3.3.16",
|
|
79
|
+
"@cspell/dict-sql": "2.1.3",
|
|
80
80
|
"@cspell/dict-svelte": "1.0.2",
|
|
81
81
|
"@cspell/dict-swift": "2.0.1",
|
|
82
82
|
"@cspell/dict-typescript": "3.1.2",
|
|
83
83
|
"@cspell/dict-vue": "3.0.0",
|
|
84
|
-
"@manypkg/cli": "0.21.
|
|
84
|
+
"@manypkg/cli": "0.21.2",
|
|
85
85
|
"@manypkg/get-packages": "2.2.0",
|
|
86
|
-
"@size-limit/file": "
|
|
87
|
-
"@size-limit/time": "
|
|
86
|
+
"@size-limit/file": "11.0.2",
|
|
87
|
+
"@size-limit/time": "11.0.2",
|
|
88
88
|
"@total-typescript/ts-reset": "0.5.1",
|
|
89
|
-
"@tsconfig/recommended": "
|
|
89
|
+
"@tsconfig/recommended": "1.0.3",
|
|
90
90
|
"alex": "11.0.1",
|
|
91
91
|
"check-dependency-version-consistency": "4.1.0",
|
|
92
92
|
"child_process": "1.0.2",
|
|
93
93
|
"commander": "11.1.0",
|
|
94
|
-
"cspell": "
|
|
94
|
+
"cspell": "8.3.2",
|
|
95
95
|
"dpdm": "3.14.0",
|
|
96
|
-
"eslint": "8.
|
|
96
|
+
"eslint": "8.56.0",
|
|
97
97
|
"p-limit": "4.0.0",
|
|
98
|
-
"prettier-plugin-tailwindcss": "
|
|
98
|
+
"prettier-plugin-tailwindcss": "0.5.11",
|
|
99
99
|
"rehype-parse": "9.0.0",
|
|
100
100
|
"rehype-retext": "4.0.0",
|
|
101
101
|
"remark-frontmatter": "5.0.0",
|
|
@@ -106,12 +106,12 @@
|
|
|
106
106
|
"retext-english": "5.0.0",
|
|
107
107
|
"retext-equality": "7.0.0",
|
|
108
108
|
"retext-profanities": "8.0.0",
|
|
109
|
-
"size-limit": "
|
|
109
|
+
"size-limit": "11.0.2",
|
|
110
110
|
"spawndamnit": "2.0.0",
|
|
111
111
|
"supports-color": "9.4.0",
|
|
112
112
|
"unified": "11.0.4",
|
|
113
113
|
"unified-diff": "5.0.0",
|
|
114
|
-
"unified-engine": "11.
|
|
114
|
+
"unified-engine": "11.2.0",
|
|
115
115
|
"vfile-reporter": "8.1.0"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
package/project.json
CHANGED
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
"targets": {
|
|
7
7
|
"build": {
|
|
8
8
|
"executor": "@nx/esbuild:esbuild",
|
|
9
|
-
"outputs": [
|
|
9
|
+
"outputs": [
|
|
10
|
+
"{options.outputPath}"
|
|
11
|
+
],
|
|
10
12
|
"options": {
|
|
11
13
|
"outputPath": "dist/packages/linting-tools",
|
|
12
14
|
"tsConfig": "packages/linting-tools/tsconfig.json",
|
|
@@ -29,7 +31,9 @@
|
|
|
29
31
|
"minify": false,
|
|
30
32
|
"skipTypeCheck": false,
|
|
31
33
|
"thirdParty": true,
|
|
32
|
-
"format": [
|
|
34
|
+
"format": [
|
|
35
|
+
"esm"
|
|
36
|
+
],
|
|
33
37
|
"esbuildOptions": {
|
|
34
38
|
"banner": {
|
|
35
39
|
"js": "import { fileURLToPath as _fileURLToPath } from 'url';\nimport _path from 'node:path';\nimport { createRequire as topLevelCreateRequire } from 'module';\nconst require = topLevelCreateRequire(import.meta.url);\nconst __filename = _fileURLToPath(import.meta.url);\nconst __dirname = _path.dirname(__filename);"
|
|
@@ -54,37 +58,37 @@
|
|
|
54
58
|
{
|
|
55
59
|
"input": "packages/linting-tools",
|
|
56
60
|
"glob": "bin/**/*",
|
|
57
|
-
"output": "
|
|
61
|
+
"output": "/"
|
|
58
62
|
},
|
|
59
63
|
{
|
|
60
64
|
"input": "packages/linting-tools/src",
|
|
61
65
|
"glob": "alex/**/.{alexrc,alexignore}",
|
|
62
|
-
"output": "
|
|
66
|
+
"output": "/"
|
|
63
67
|
},
|
|
64
68
|
{
|
|
65
69
|
"input": "packages/linting-tools/src",
|
|
66
70
|
"glob": "biome/biome.json",
|
|
67
|
-
"output": "
|
|
71
|
+
"output": "/"
|
|
68
72
|
},
|
|
69
73
|
{
|
|
70
74
|
"input": "packages/linting-tools/src",
|
|
71
75
|
"glob": "cspell/**/dictionary.txt",
|
|
72
|
-
"output": "
|
|
76
|
+
"output": "/"
|
|
73
77
|
},
|
|
74
78
|
{
|
|
75
79
|
"input": "packages/linting-tools/src",
|
|
76
80
|
"glob": "cspell/**/*.json",
|
|
77
|
-
"output": "
|
|
81
|
+
"output": "/"
|
|
78
82
|
},
|
|
79
83
|
{
|
|
80
84
|
"input": "packages/linting-tools/src",
|
|
81
85
|
"glob": "prettier/**/*.*",
|
|
82
|
-
"output": "
|
|
86
|
+
"output": "/"
|
|
83
87
|
},
|
|
84
88
|
{
|
|
85
89
|
"input": "packages/linting-tools/src",
|
|
86
90
|
"glob": "tsconfig/**/*.*",
|
|
87
|
-
"output": "
|
|
91
|
+
"output": "/"
|
|
88
92
|
}
|
|
89
93
|
]
|
|
90
94
|
}
|
|
@@ -92,5 +96,8 @@
|
|
|
92
96
|
"lint": {},
|
|
93
97
|
"test": {}
|
|
94
98
|
},
|
|
95
|
-
"tags": [
|
|
96
|
-
|
|
99
|
+
"tags": [
|
|
100
|
+
"type:util",
|
|
101
|
+
"scope:tools"
|
|
102
|
+
]
|
|
103
|
+
}
|