@storm-software/linting-tools 1.44.1 → 1.44.3
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 +24 -0
- package/README.md +7 -7
- package/package.json +3 -3
- package/project.json +14 -5
- package/tsconfig.json +7 -1
- package/tsconfig.script.json +0 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## 1.44.3 (2024-03-28)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **git-tools:** Update to executable git hook scripts ([d1e0cb22](https://github.com/storm-software/storm-ops/commit/d1e0cb22))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### ❤️ Thank You
|
|
10
|
+
|
|
11
|
+
- Patrick Sullivan
|
|
12
|
+
|
|
13
|
+
## 1.44.2 (2024-03-28)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### 🩹 Fixes
|
|
17
|
+
|
|
18
|
+
- **storm-ops:** Update the links in the README files to use proper repository ([decc0db3](https://github.com/storm-software/storm-ops/commit/decc0db3))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### ❤️ Thank You
|
|
22
|
+
|
|
23
|
+
- Patrick Sullivan
|
|
24
|
+
|
|
1
25
|
## 1.44.1 (2024-03-25)
|
|
2
26
|
|
|
3
27
|
|
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<br />
|
|
8
8
|
|
|
9
9
|
<div align="center">
|
|
10
|
-
<a href="https://stormsoftware.org" target="_blank">Website</a> | <a href="https://stormsoftware.org/contact" target="_blank">Contact</a> | <a href="https://github.com/storm-software/
|
|
10
|
+
<a href="https://stormsoftware.org" target="_blank">Website</a> | <a href="https://stormsoftware.org/contact" target="_blank">Contact</a> | <a href="https://github.com/storm-software/storm-ops" target="_blank">Repository</a> | <a href="https://stormstack.github.io/stormstack/" target="_blank">Documentation</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=enhancement&template=feature-request.yml&title=Feature Request%3A+">Request a Feature</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=documentation&template=documentation.yml&title=Documentation Request%3A+">Request Documentation</a> | <a href="https://github.com/storm-software/storm-ops/discussions">Ask a Question</a>
|
|
11
11
|
</div>
|
|
12
12
|
|
|
13
13
|
<br />
|
|
@@ -92,18 +92,18 @@ Storm workspaces are built using <a href="https://nx.dev/" target="_blank">Nx</a
|
|
|
92
92
|
|
|
93
93
|
## Roadmap
|
|
94
94
|
|
|
95
|
-
See the [open issues](https://github.com/storm-software/
|
|
95
|
+
See the [open issues](https://github.com/storm-software/storm-ops/issues) for a list of proposed features (and known issues).
|
|
96
96
|
|
|
97
|
-
- [Top Feature Requests](https://github.com/storm-software/
|
|
98
|
-
- [Top Bugs](https://github.com/storm-software/
|
|
99
|
-
- [Newest Bugs](https://github.com/storm-software/
|
|
97
|
+
- [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc) (Add your votes using the 👍 reaction)
|
|
98
|
+
- [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc) (Add your votes using the 👍 reaction)
|
|
99
|
+
- [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
|
|
100
100
|
|
|
101
101
|
## Support
|
|
102
102
|
|
|
103
103
|
Reach out to the maintainer at one of the following places:
|
|
104
104
|
|
|
105
105
|
- [Contact](https://stormsoftware.org/contact)
|
|
106
|
-
- [GitHub discussions](https://github.com/storm-software/
|
|
106
|
+
- [GitHub discussions](https://github.com/storm-software/storm-ops/discussions)
|
|
107
107
|
- <support@stormsoftware.org>
|
|
108
108
|
|
|
109
109
|
## License
|
|
@@ -129,7 +129,7 @@ Please try to create bug reports that are:
|
|
|
129
129
|
|
|
130
130
|
Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
|
|
131
131
|
|
|
132
|
-
You can use [markdownlint-cli](https://github.com/storm-software/
|
|
132
|
+
You can use [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli) to check for common markdown style inconsistency.
|
|
133
133
|
|
|
134
134
|
## Contributors
|
|
135
135
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/linting-tools",
|
|
3
|
-
"version": "1.44.
|
|
3
|
+
"version": "1.44.3",
|
|
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": [
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
"vfile-reporter": "^8.1.0"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
|
-
"@storm-software/config": "1.7.
|
|
115
|
-
"@storm-software/config-tools": "1.33.
|
|
114
|
+
"@storm-software/config": "1.7.1",
|
|
115
|
+
"@storm-software/config-tools": "1.33.1",
|
|
116
116
|
"@types/eslint": "8.44.6"
|
|
117
117
|
},
|
|
118
118
|
"publishConfig": {
|
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,8 +31,12 @@
|
|
|
29
31
|
"minify": false,
|
|
30
32
|
"skipTypeCheck": true,
|
|
31
33
|
"thirdParty": true,
|
|
32
|
-
"format": [
|
|
33
|
-
|
|
34
|
+
"format": [
|
|
35
|
+
"esm"
|
|
36
|
+
],
|
|
37
|
+
"external": [
|
|
38
|
+
"nx"
|
|
39
|
+
],
|
|
34
40
|
"esbuildOptions": {
|
|
35
41
|
"legalComments": "inline",
|
|
36
42
|
"banner": {
|
|
@@ -107,5 +113,8 @@
|
|
|
107
113
|
}
|
|
108
114
|
}
|
|
109
115
|
},
|
|
110
|
-
"tags": [
|
|
111
|
-
|
|
116
|
+
"tags": [
|
|
117
|
+
"type:util",
|
|
118
|
+
"scope:tools"
|
|
119
|
+
]
|
|
120
|
+
}
|
package/tsconfig.json
CHANGED
|
@@ -2,7 +2,13 @@
|
|
|
2
2
|
"extends": "../../tsconfig.base.json",
|
|
3
3
|
"compilerOptions": {
|
|
4
4
|
"outDir": "../../dist/out-tsc",
|
|
5
|
-
"strict": false
|
|
5
|
+
"strict": false,
|
|
6
|
+
"module": "commonjs",
|
|
7
|
+
"esModuleInterop": true,
|
|
8
|
+
"allowSyntheticDefaultImports": true,
|
|
9
|
+
"types": [
|
|
10
|
+
"node"
|
|
11
|
+
]
|
|
6
12
|
},
|
|
7
13
|
"include": [
|
|
8
14
|
"src/**/*.ts",
|
package/tsconfig.script.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../tsconfig.base.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"outDir": "../../dist/out-tsc",
|
|
5
|
-
"strict": false,
|
|
6
|
-
"module": "commonjs",
|
|
7
|
-
"allowJs": true,
|
|
8
|
-
"esModuleInterop": true,
|
|
9
|
-
"allowSyntheticDefaultImports": true,
|
|
10
|
-
"preserveSymlinks": true,
|
|
11
|
-
"isolatedModules": true,
|
|
12
|
-
"types": ["node"]
|
|
13
|
-
},
|
|
14
|
-
"include": ["**/*.ts"],
|
|
15
|
-
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts"],
|
|
16
|
-
"ts-node": {
|
|
17
|
-
"files": true,
|
|
18
|
-
"transpileOnly": true,
|
|
19
|
-
"require": ["tsconfig-paths/register"]
|
|
20
|
-
}
|
|
21
|
-
}
|