@storm-software/linting-tools 1.33.2 → 1.34.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +57 -22
  2. package/package.json +28 -28
  3. package/project.json +18 -11
package/CHANGELOG.md CHANGED
@@ -2,53 +2,33 @@
2
2
 
3
3
 
4
4
 
5
- ## 1.33.0 (2024-01-26)
6
5
 
7
6
 
8
- ### 🚀 Features
9
7
 
10
- - **workspace-tools:** Added custom `npm-publish` executor ([3e6292dd](https://github.com/storm-software/storm-ops/commit/3e6292dd))
11
8
 
12
9
 
13
- ### ❤️ Thank You
14
10
 
15
- - Patrick Sullivan
16
11
 
17
- ## 1.32.5 (2024-01-26)
18
12
 
19
13
 
20
- ### 🩹 Fixes
21
14
 
22
- - **workspace-tools:** Correctly apply internal dependencies and print build ([e7d0c79a](https://github.com/storm-software/storm-ops/commit/e7d0c79a))
23
15
 
24
16
 
25
- ### ❤️ Thank You
26
17
 
27
- - Patrick Sullivan
28
18
 
29
- ## 1.32.4 (2024-01-26)
30
19
 
31
20
 
32
- ### 🩹 Fixes
33
21
 
34
- - **linting-tools:** Remove `composite` from the base tsconfig json ([38a064a2](https://github.com/storm-software/storm-ops/commit/38a064a2))
35
22
 
36
23
 
37
- ### ❤️ Thank You
38
24
 
39
- - Patrick Sullivan
40
25
 
41
- ## 1.32.3 (2024-01-26)
42
26
 
43
27
 
44
- ### 🩹 Fixes
45
28
 
46
- - **workspace-tools:** Resolved issue with determining the external dependencies ([b436cea7](https://github.com/storm-software/storm-ops/commit/b436cea7))
47
29
 
48
30
 
49
- ### ❤️ Thank You
50
31
 
51
- - Patrick Sullivan
52
32
 
53
33
 
54
34
 
@@ -108,14 +88,61 @@
108
88
 
109
89
 
110
90
 
91
+ ## 1.33.2 (2024-01-26)
111
92
 
112
93
 
113
- ## 1.31.4 (2024-01-23)
94
+ ### 🩹 Fixes
95
+
96
+ - **linting-tools:** Ensure assets are added to package root ([66881bd3](https://github.com/storm-software/storm-ops/commit/66881bd3))
97
+
98
+
99
+ ### ❤️ Thank You
100
+
101
+ - Patrick Sullivan
102
+
103
+
104
+ ## 1.33.0 (2024-01-26)
105
+
106
+
107
+ ### 🚀 Features
108
+
109
+ - **workspace-tools:** Added custom `npm-publish` executor ([3e6292dd](https://github.com/storm-software/storm-ops/commit/3e6292dd))
110
+
111
+
112
+ ### ❤️ Thank You
113
+
114
+ - Patrick Sullivan
115
+
116
+ ## 1.32.5 (2024-01-26)
114
117
 
115
118
 
116
119
  ### 🩹 Fixes
117
120
 
118
- - **linting-tools:** Update types on base tsconfig file ([8644d140](https://github.com/storm-software/storm-ops/commit/8644d140))
121
+ - **workspace-tools:** Correctly apply internal dependencies and print build ([e7d0c79a](https://github.com/storm-software/storm-ops/commit/e7d0c79a))
122
+
123
+
124
+ ### ❤️ Thank You
125
+
126
+ - Patrick Sullivan
127
+
128
+ ## 1.32.4 (2024-01-26)
129
+
130
+
131
+ ### 🩹 Fixes
132
+
133
+ - **linting-tools:** Remove `composite` from the base tsconfig json ([38a064a2](https://github.com/storm-software/storm-ops/commit/38a064a2))
134
+
135
+
136
+ ### ❤️ Thank You
137
+
138
+ - Patrick Sullivan
139
+
140
+ ## 1.32.3 (2024-01-26)
141
+
142
+
143
+ ### 🩹 Fixes
144
+
145
+ - **workspace-tools:** Resolved issue with determining the external dependencies ([b436cea7](https://github.com/storm-software/storm-ops/commit/b436cea7))
119
146
 
120
147
 
121
148
  ### ❤️ Thank You
@@ -123,10 +150,18 @@
123
150
  - Patrick Sullivan
124
151
 
125
152
 
153
+ ## 1.31.4 (2024-01-23)
126
154
 
127
155
 
156
+ ### 🩹 Fixes
157
+
158
+ - **linting-tools:** Update types on base tsconfig file ([8644d140](https://github.com/storm-software/storm-ops/commit/8644d140))
128
159
 
129
160
 
161
+ ### ❤️ Thank You
162
+
163
+ - Patrick Sullivan
164
+
130
165
 
131
166
  ## 1.31.0 (2024-01-21)
132
167
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/linting-tools",
3
- "version": "1.33.2",
3
+ "version": "1.34.1",
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.0",
38
- "@cspell/dict-bash": "4.1.2",
39
- "@cspell/dict-companies": "3.0.27",
40
- "@cspell/dict-cpp": "5.0.9",
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.26",
51
- "@cspell/dict-en_us": "4.3.11",
52
- "@cspell/dict-filetypes": "3.0.2",
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.4",
56
+ "@cspell/dict-gaming-terms": "1.0.5",
57
57
  "@cspell/dict-git": "2.0.0",
58
- "@cspell/dict-golang": "6.0.4",
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.2",
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.12",
70
- "@cspell/dict-php": "4.0.4",
71
- "@cspell/dict-powershell": "5.0.2",
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.10",
73
+ "@cspell/dict-python": "4.1.11",
74
74
  "@cspell/dict-r": "2.0.1",
75
- "@cspell/dict-ruby": "5.0.1",
76
- "@cspell/dict-rust": "4.0.1",
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.9",
79
- "@cspell/dict-sql": "2.1.2",
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.0",
84
+ "@manypkg/cli": "0.21.2",
85
85
  "@manypkg/get-packages": "2.2.0",
86
- "@size-limit/file": "^11.0.1",
87
- "@size-limit/time": "^11.0.1",
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": "^1.0.3",
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": "7.3.9",
94
+ "cspell": "8.3.2",
95
95
  "dpdm": "3.14.0",
96
- "eslint": "8.53.0",
96
+ "eslint": "8.56.0",
97
97
  "p-limit": "4.0.0",
98
- "prettier-plugin-tailwindcss": "^0.5.9",
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": "^11.0.1",
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.1.1",
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": ["{options.outputPath}"],
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": ["esm"],
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": ["type:util", "scope:tools"]
96
- }
99
+ "tags": [
100
+ "type:util",
101
+ "scope:tools"
102
+ ]
103
+ }