@storm-software/linting-tools 1.126.4 → 1.126.6
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 +1 -2
- package/bin/lint.cjs +8 -5
- package/bin/lint.js +8 -5
- 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,7 +40,6 @@ 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
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm Linting Tools](#storm-linting-tools)
|
package/bin/lint.cjs
CHANGED
|
@@ -324519,10 +324519,10 @@ function check2(path32, options) {
|
|
|
324519
324519
|
// ../../node_modules/.pnpm/check-dependency-version-consistency@4.1.0/node_modules/check-dependency-version-consistency/dist/lib/output.js
|
|
324520
324520
|
_chunkLEE4QE6Pcjs.init_cjs_shims.call(void 0, );
|
|
324521
324521
|
|
|
324522
|
-
// ../../node_modules/.pnpm/chalk@5.
|
|
324522
|
+
// ../../node_modules/.pnpm/chalk@5.5.0/node_modules/chalk/source/index.js
|
|
324523
324523
|
_chunkLEE4QE6Pcjs.init_cjs_shims.call(void 0, );
|
|
324524
324524
|
|
|
324525
|
-
// ../../node_modules/.pnpm/chalk@5.
|
|
324525
|
+
// ../../node_modules/.pnpm/chalk@5.5.0/node_modules/chalk/source/vendor/ansi-styles/index.js
|
|
324526
324526
|
_chunkLEE4QE6Pcjs.init_cjs_shims.call(void 0, );
|
|
324527
324527
|
var ANSI_BACKGROUND_OFFSET = 10;
|
|
324528
324528
|
var wrapAnsi16 = (offset = 0) => (code) => `\x1B[${code + offset}m`;
|
|
@@ -324709,7 +324709,7 @@ function assembleStyles() {
|
|
|
324709
324709
|
var ansiStyles = assembleStyles();
|
|
324710
324710
|
var ansi_styles_default = ansiStyles;
|
|
324711
324711
|
|
|
324712
|
-
// ../../node_modules/.pnpm/chalk@5.
|
|
324712
|
+
// ../../node_modules/.pnpm/chalk@5.5.0/node_modules/chalk/source/vendor/supports-color/index.js
|
|
324713
324713
|
_chunkLEE4QE6Pcjs.init_cjs_shims.call(void 0, );
|
|
324714
324714
|
|
|
324715
324715
|
|
|
@@ -324801,6 +324801,9 @@ function _supportsColor(haveStream, { streamIsTTY, sniffFlags = true } = {}) {
|
|
|
324801
324801
|
if (env.TERM === "xterm-kitty") {
|
|
324802
324802
|
return 3;
|
|
324803
324803
|
}
|
|
324804
|
+
if (env.TERM === "xterm-ghostty") {
|
|
324805
|
+
return 3;
|
|
324806
|
+
}
|
|
324804
324807
|
if ("TERM_PROGRAM" in env) {
|
|
324805
324808
|
const version5 = Number.parseInt((env.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
|
|
324806
324809
|
switch (env.TERM_PROGRAM) {
|
|
@@ -324836,7 +324839,7 @@ var supportsColor = {
|
|
|
324836
324839
|
};
|
|
324837
324840
|
var supports_color_default = supportsColor;
|
|
324838
324841
|
|
|
324839
|
-
// ../../node_modules/.pnpm/chalk@5.
|
|
324842
|
+
// ../../node_modules/.pnpm/chalk@5.5.0/node_modules/chalk/source/utilities.js
|
|
324840
324843
|
_chunkLEE4QE6Pcjs.init_cjs_shims.call(void 0, );
|
|
324841
324844
|
function stringReplaceAll(string3, substring, replacer) {
|
|
324842
324845
|
let index2 = string3.indexOf(substring);
|
|
@@ -324867,7 +324870,7 @@ function stringEncaseCRLFWithFirstIndex(string3, prefix, postfix, index2) {
|
|
|
324867
324870
|
return returnValue;
|
|
324868
324871
|
}
|
|
324869
324872
|
|
|
324870
|
-
// ../../node_modules/.pnpm/chalk@5.
|
|
324873
|
+
// ../../node_modules/.pnpm/chalk@5.5.0/node_modules/chalk/source/index.js
|
|
324871
324874
|
var { stdout: stdoutColor, stderr: stderrColor } = supports_color_default;
|
|
324872
324875
|
var GENERATOR = Symbol("GENERATOR");
|
|
324873
324876
|
var STYLER = Symbol("STYLER");
|
package/bin/lint.js
CHANGED
|
@@ -322569,10 +322569,10 @@ function check2(path32, options) {
|
|
|
322569
322569
|
// ../../node_modules/.pnpm/check-dependency-version-consistency@4.1.0/node_modules/check-dependency-version-consistency/dist/lib/output.js
|
|
322570
322570
|
init_esm_shims();
|
|
322571
322571
|
|
|
322572
|
-
// ../../node_modules/.pnpm/chalk@5.
|
|
322572
|
+
// ../../node_modules/.pnpm/chalk@5.5.0/node_modules/chalk/source/index.js
|
|
322573
322573
|
init_esm_shims();
|
|
322574
322574
|
|
|
322575
|
-
// ../../node_modules/.pnpm/chalk@5.
|
|
322575
|
+
// ../../node_modules/.pnpm/chalk@5.5.0/node_modules/chalk/source/vendor/ansi-styles/index.js
|
|
322576
322576
|
init_esm_shims();
|
|
322577
322577
|
var ANSI_BACKGROUND_OFFSET = 10;
|
|
322578
322578
|
var wrapAnsi16 = (offset = 0) => (code) => `\x1B[${code + offset}m`;
|
|
@@ -322759,7 +322759,7 @@ function assembleStyles() {
|
|
|
322759
322759
|
var ansiStyles = assembleStyles();
|
|
322760
322760
|
var ansi_styles_default = ansiStyles;
|
|
322761
322761
|
|
|
322762
|
-
// ../../node_modules/.pnpm/chalk@5.
|
|
322762
|
+
// ../../node_modules/.pnpm/chalk@5.5.0/node_modules/chalk/source/vendor/supports-color/index.js
|
|
322763
322763
|
init_esm_shims();
|
|
322764
322764
|
import process3 from "node:process";
|
|
322765
322765
|
import os from "node:os";
|
|
@@ -322851,6 +322851,9 @@ function _supportsColor(haveStream, { streamIsTTY, sniffFlags = true } = {}) {
|
|
|
322851
322851
|
if (env.TERM === "xterm-kitty") {
|
|
322852
322852
|
return 3;
|
|
322853
322853
|
}
|
|
322854
|
+
if (env.TERM === "xterm-ghostty") {
|
|
322855
|
+
return 3;
|
|
322856
|
+
}
|
|
322854
322857
|
if ("TERM_PROGRAM" in env) {
|
|
322855
322858
|
const version6 = Number.parseInt((env.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
|
|
322856
322859
|
switch (env.TERM_PROGRAM) {
|
|
@@ -322886,7 +322889,7 @@ var supportsColor = {
|
|
|
322886
322889
|
};
|
|
322887
322890
|
var supports_color_default = supportsColor;
|
|
322888
322891
|
|
|
322889
|
-
// ../../node_modules/.pnpm/chalk@5.
|
|
322892
|
+
// ../../node_modules/.pnpm/chalk@5.5.0/node_modules/chalk/source/utilities.js
|
|
322890
322893
|
init_esm_shims();
|
|
322891
322894
|
function stringReplaceAll(string3, substring, replacer) {
|
|
322892
322895
|
let index2 = string3.indexOf(substring);
|
|
@@ -322917,7 +322920,7 @@ function stringEncaseCRLFWithFirstIndex(string3, prefix, postfix, index2) {
|
|
|
322917
322920
|
return returnValue;
|
|
322918
322921
|
}
|
|
322919
322922
|
|
|
322920
|
-
// ../../node_modules/.pnpm/chalk@5.
|
|
322923
|
+
// ../../node_modules/.pnpm/chalk@5.5.0/node_modules/chalk/source/index.js
|
|
322921
322924
|
var { stdout: stdoutColor, stderr: stderrColor } = supports_color_default;
|
|
322922
322925
|
var GENERATOR = Symbol("GENERATOR");
|
|
322923
322926
|
var STYLER = Symbol("STYLER");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/linting-tools",
|
|
3
|
-
"version": "1.126.
|
|
3
|
+
"version": "1.126.6",
|
|
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": "02c8cb2e1f2bf609086789189e99224caec55688"
|
|
153
153
|
}
|