@storm-software/linting-tools 1.133.99 → 1.134.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/bin/lint.cjs +14437 -12892
- package/bin/lint.js +13329 -11792
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/linting-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.134.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": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"bugs": "https://github.com/storm-software/storm-ops/issues",
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "github",
|
|
24
|
-
"url": "https://github.com/storm-software/storm-ops",
|
|
24
|
+
"url": "https://github.com/storm-software/storm-ops.git",
|
|
25
25
|
"directory": "packages/linting-tools"
|
|
26
26
|
},
|
|
27
27
|
"funding": {
|
|
@@ -125,11 +125,12 @@
|
|
|
125
125
|
"yamllint/**/*",
|
|
126
126
|
"zizmor/**/*"
|
|
127
127
|
],
|
|
128
|
-
"dependencies": { "
|
|
128
|
+
"dependencies": { "jiti": "^2.7.0" },
|
|
129
129
|
"devDependencies": {
|
|
130
130
|
"@manypkg/cli": "^0.23.0",
|
|
131
131
|
"@manypkg/get-packages": "^2.2.2",
|
|
132
132
|
"@types/node": "^25.9.3",
|
|
133
|
+
"actions-up": "1.14.3",
|
|
133
134
|
"alex": "^11.0.1",
|
|
134
135
|
"check-dependency-version-consistency": "4.1.0",
|
|
135
136
|
"commander": "^12.1.0",
|
|
@@ -156,8 +157,6 @@
|
|
|
156
157
|
"unified-engine": "11.2.1",
|
|
157
158
|
"vfile-reporter": "8.1.1"
|
|
158
159
|
},
|
|
159
|
-
"packageManager": "pnpm@10.3.0",
|
|
160
|
-
"engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
|
|
161
160
|
"publishConfig": { "access": "public" },
|
|
162
|
-
"gitHead": "
|
|
161
|
+
"gitHead": "fdea267e4dc6eba5a25455d10238ec64177ed701"
|
|
163
162
|
}
|