@storm-software/linting-tools 1.132.2 → 1.132.4
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/README.md +2 -1
- package/bin/lint.cjs +15 -8
- package/bin/lint.js +15 -8
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Linting Tools](#storm-linting-tools)
|
package/bin/lint.cjs
CHANGED
|
@@ -348031,16 +348031,16 @@ _chunkBCSYP5VOcjs.init_cjs_shims.call(void 0, );
|
|
|
348031
348031
|
// ../../node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.js
|
|
348032
348032
|
_chunkBCSYP5VOcjs.init_cjs_shims.call(void 0, );
|
|
348033
348033
|
|
|
348034
|
-
// ../../node_modules/.pnpm/unist-util-visit-parents@6.0.
|
|
348034
|
+
// ../../node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/index.js
|
|
348035
348035
|
_chunkBCSYP5VOcjs.init_cjs_shims.call(void 0, );
|
|
348036
348036
|
|
|
348037
|
-
// ../../node_modules/.pnpm/unist-util-visit-parents@6.0.
|
|
348037
|
+
// ../../node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/index.js
|
|
348038
348038
|
_chunkBCSYP5VOcjs.init_cjs_shims.call(void 0, );
|
|
348039
348039
|
|
|
348040
|
-
// ../../node_modules/.pnpm/unist-util-is@6.0.
|
|
348040
|
+
// ../../node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/index.js
|
|
348041
348041
|
_chunkBCSYP5VOcjs.init_cjs_shims.call(void 0, );
|
|
348042
348042
|
|
|
348043
|
-
// ../../node_modules/.pnpm/unist-util-is@6.0.
|
|
348043
|
+
// ../../node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/lib/index.js
|
|
348044
348044
|
_chunkBCSYP5VOcjs.init_cjs_shims.call(void 0, );
|
|
348045
348045
|
var convert2 = (
|
|
348046
348046
|
// Note: overloads in JSDoc can’t yet use different `@template`s.
|
|
@@ -348065,7 +348065,14 @@ var convert2 = (
|
|
|
348065
348065
|
return castFactory2(test2);
|
|
348066
348066
|
}
|
|
348067
348067
|
if (typeof test2 === "object") {
|
|
348068
|
-
return Array.isArray(test2) ? anyFactory2(test2) :
|
|
348068
|
+
return Array.isArray(test2) ? anyFactory2(test2) : (
|
|
348069
|
+
// Cast because `ReadonlyArray` goes into the above but `isArray`
|
|
348070
|
+
// narrows to `Array`.
|
|
348071
|
+
propertiesFactory(
|
|
348072
|
+
/** @type {Props} */
|
|
348073
|
+
test2
|
|
348074
|
+
)
|
|
348075
|
+
);
|
|
348069
348076
|
}
|
|
348070
348077
|
if (typeof test2 === "string") {
|
|
348071
348078
|
return typeFactory2(test2);
|
|
@@ -348088,7 +348095,7 @@ function anyFactory2(tests) {
|
|
|
348088
348095
|
return false;
|
|
348089
348096
|
}
|
|
348090
348097
|
}
|
|
348091
|
-
function
|
|
348098
|
+
function propertiesFactory(check3) {
|
|
348092
348099
|
const checkAsRecord = (
|
|
348093
348100
|
/** @type {Record<string, unknown>} */
|
|
348094
348101
|
check3
|
|
@@ -348133,13 +348140,13 @@ function looksLikeANode(value2) {
|
|
|
348133
348140
|
return value2 !== null && typeof value2 === "object" && "type" in value2;
|
|
348134
348141
|
}
|
|
348135
348142
|
|
|
348136
|
-
// ../../node_modules/.pnpm/unist-util-visit-parents@6.0.
|
|
348143
|
+
// ../../node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/color.node.js
|
|
348137
348144
|
_chunkBCSYP5VOcjs.init_cjs_shims.call(void 0, );
|
|
348138
348145
|
function color2(d) {
|
|
348139
348146
|
return "\x1B[33m" + d + "\x1B[39m";
|
|
348140
348147
|
}
|
|
348141
348148
|
|
|
348142
|
-
// ../../node_modules/.pnpm/unist-util-visit-parents@6.0.
|
|
348149
|
+
// ../../node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/index.js
|
|
348143
348150
|
var empty2 = [];
|
|
348144
348151
|
var CONTINUE2 = true;
|
|
348145
348152
|
var EXIT2 = false;
|
package/bin/lint.js
CHANGED
|
@@ -346039,16 +346039,16 @@ init_esm_shims();
|
|
|
346039
346039
|
// ../../node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.js
|
|
346040
346040
|
init_esm_shims();
|
|
346041
346041
|
|
|
346042
|
-
// ../../node_modules/.pnpm/unist-util-visit-parents@6.0.
|
|
346042
|
+
// ../../node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/index.js
|
|
346043
346043
|
init_esm_shims();
|
|
346044
346044
|
|
|
346045
|
-
// ../../node_modules/.pnpm/unist-util-visit-parents@6.0.
|
|
346045
|
+
// ../../node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/index.js
|
|
346046
346046
|
init_esm_shims();
|
|
346047
346047
|
|
|
346048
|
-
// ../../node_modules/.pnpm/unist-util-is@6.0.
|
|
346048
|
+
// ../../node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/index.js
|
|
346049
346049
|
init_esm_shims();
|
|
346050
346050
|
|
|
346051
|
-
// ../../node_modules/.pnpm/unist-util-is@6.0.
|
|
346051
|
+
// ../../node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/lib/index.js
|
|
346052
346052
|
init_esm_shims();
|
|
346053
346053
|
var convert2 = (
|
|
346054
346054
|
// Note: overloads in JSDoc can’t yet use different `@template`s.
|
|
@@ -346073,7 +346073,14 @@ var convert2 = (
|
|
|
346073
346073
|
return castFactory2(test2);
|
|
346074
346074
|
}
|
|
346075
346075
|
if (typeof test2 === "object") {
|
|
346076
|
-
return Array.isArray(test2) ? anyFactory2(test2) :
|
|
346076
|
+
return Array.isArray(test2) ? anyFactory2(test2) : (
|
|
346077
|
+
// Cast because `ReadonlyArray` goes into the above but `isArray`
|
|
346078
|
+
// narrows to `Array`.
|
|
346079
|
+
propertiesFactory(
|
|
346080
|
+
/** @type {Props} */
|
|
346081
|
+
test2
|
|
346082
|
+
)
|
|
346083
|
+
);
|
|
346077
346084
|
}
|
|
346078
346085
|
if (typeof test2 === "string") {
|
|
346079
346086
|
return typeFactory2(test2);
|
|
@@ -346096,7 +346103,7 @@ function anyFactory2(tests) {
|
|
|
346096
346103
|
return false;
|
|
346097
346104
|
}
|
|
346098
346105
|
}
|
|
346099
|
-
function
|
|
346106
|
+
function propertiesFactory(check3) {
|
|
346100
346107
|
const checkAsRecord = (
|
|
346101
346108
|
/** @type {Record<string, unknown>} */
|
|
346102
346109
|
check3
|
|
@@ -346141,13 +346148,13 @@ function looksLikeANode(value2) {
|
|
|
346141
346148
|
return value2 !== null && typeof value2 === "object" && "type" in value2;
|
|
346142
346149
|
}
|
|
346143
346150
|
|
|
346144
|
-
// ../../node_modules/.pnpm/unist-util-visit-parents@6.0.
|
|
346151
|
+
// ../../node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/color.node.js
|
|
346145
346152
|
init_esm_shims();
|
|
346146
346153
|
function color2(d) {
|
|
346147
346154
|
return "\x1B[33m" + d + "\x1B[39m";
|
|
346148
346155
|
}
|
|
346149
346156
|
|
|
346150
|
-
// ../../node_modules/.pnpm/unist-util-visit-parents@6.0.
|
|
346157
|
+
// ../../node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/index.js
|
|
346151
346158
|
var empty2 = [];
|
|
346152
346159
|
var CONTINUE2 = true;
|
|
346153
346160
|
var EXIT2 = false;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/linting-tools",
|
|
3
|
-
"version": "1.132.
|
|
3
|
+
"version": "1.132.4",
|
|
4
4
|
"type": "module",
|
|
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
|
"repository": {
|
|
@@ -149,5 +149,5 @@
|
|
|
149
149
|
"vfile-reporter": "8.1.1"
|
|
150
150
|
},
|
|
151
151
|
"publishConfig": { "access": "public" },
|
|
152
|
-
"gitHead": "
|
|
152
|
+
"gitHead": "a2b228be07baf2c5466cc28c506b87b56aca667f"
|
|
153
153
|
}
|