@storm-software/linting-tools 1.33.2 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +11 -64
  2. package/package.json +28 -28
  3. package/project.json +18 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
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
3
14
 
4
15
 
5
16
  ## 1.33.0 (2024-01-26)
@@ -51,65 +62,6 @@
51
62
  - Patrick Sullivan
52
63
 
53
64
 
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
-
112
-
113
65
  ## 1.31.4 (2024-01-23)
114
66
 
115
67
 
@@ -123,11 +75,6 @@
123
75
  - Patrick Sullivan
124
76
 
125
77
 
126
-
127
-
128
-
129
-
130
-
131
78
  ## 1.31.0 (2024-01-21)
132
79
 
133
80
 
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.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.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
+ }