@storm-software/linting-tools 1.132.74 → 1.132.76

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 CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-1.132.66-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-1.132.73-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
@@ -46,7 +46,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
46
46
 
47
47
  <!-- START doctoc -->
48
48
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
49
-
50
49
  ## Table of Contents
51
50
 
52
51
  - [Storm Linting Tools](#storm-linting-tools)
package/bin/lint.cjs CHANGED
@@ -282775,6 +282775,7 @@ var DEFAULT_COLOR_CONFIG = {
282775
282775
  help: "#5C4EE5",
282776
282776
  success: "#087f5b",
282777
282777
  info: "#0550ae",
282778
+ debug: "#8afafc",
282778
282779
  warning: "#e3b341",
282779
282780
  danger: "#D8314A",
282780
282781
  fatal: "#51070f",
@@ -282791,6 +282792,7 @@ var DEFAULT_COLOR_CONFIG = {
282791
282792
  help: "#818cf8",
282792
282793
  success: "#10b981",
282793
282794
  info: "#58a6ff",
282795
+ debug: "#8afafc",
282794
282796
  warning: "#f3d371",
282795
282797
  danger: "#D8314A",
282796
282798
  fatal: "#a40e26",
@@ -282978,7 +282980,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.info, ()
282978
282980
  return (message) => {
282979
282981
  console.debug(
282980
282982
  `
282981
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.info, () => ( DEFAULT_COLOR_CONFIG.dark.info)))(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
282983
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.debug, () => ( DEFAULT_COLOR_CONFIG.dark.info)))(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
282982
282984
  `
282983
282985
  );
282984
282986
  };
@@ -282987,7 +282989,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.info, ()
282987
282989
  return (message) => {
282988
282990
  console.debug(
282989
282991
  `
282990
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.info, () => ( DEFAULT_COLOR_CONFIG.dark.info)))(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
282992
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.debug, () => ( DEFAULT_COLOR_CONFIG.dark.debug)))(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
282991
282993
  `
282992
282994
  );
282993
282995
  };
@@ -285350,6 +285352,10 @@ var infoColorSchema = _default(colorSchema, "#38bdf8");
285350
285352
  schemaRegistry.add(infoColorSchema, {
285351
285353
  description: "The informational color of the workspace"
285352
285354
  });
285355
+ var debugColorSchema = _default(colorSchema, "#8afafc");
285356
+ schemaRegistry.add(debugColorSchema, {
285357
+ description: "The debug color of the workspace"
285358
+ });
285353
285359
  var warningColorSchema = _default(colorSchema, "#f3d371");
285354
285360
  schemaRegistry.add(warningColorSchema, {
285355
285361
  description: "The warning color of the workspace"
@@ -285384,6 +285390,7 @@ var darkColorsSchema = object({
285384
285390
  help: helpColorSchema,
285385
285391
  success: successColorSchema,
285386
285392
  info: infoColorSchema,
285393
+ debug: debugColorSchema,
285387
285394
  warning: warningColorSchema,
285388
285395
  danger: dangerColorSchema,
285389
285396
  fatal: fatalColorSchema,
@@ -285401,6 +285408,7 @@ var lightColorsSchema = object({
285401
285408
  help: helpColorSchema,
285402
285409
  success: successColorSchema,
285403
285410
  info: infoColorSchema,
285411
+ debug: debugColorSchema,
285404
285412
  warning: warningColorSchema,
285405
285413
  danger: dangerColorSchema,
285406
285414
  fatal: fatalColorSchema,
@@ -285422,6 +285430,7 @@ var singleColorsSchema = object({
285422
285430
  help: helpColorSchema,
285423
285431
  success: successColorSchema,
285424
285432
  info: infoColorSchema,
285433
+ debug: debugColorSchema,
285425
285434
  warning: warningColorSchema,
285426
285435
  danger: dangerColorSchema,
285427
285436
  fatal: fatalColorSchema,
@@ -286273,6 +286282,7 @@ var getSingleThemeColorsEnv = (prefix) => {
286273
286282
  help: process.env[`${prefix}HELP`],
286274
286283
  success: process.env[`${prefix}SUCCESS`],
286275
286284
  info: process.env[`${prefix}INFO`],
286285
+ debug: process.env[`${prefix}DEBUG`],
286276
286286
  warning: process.env[`${prefix}WARNING`],
286277
286287
  danger: process.env[`${prefix}DANGER`],
286278
286288
  fatal: process.env[`${prefix}FATAL`],
@@ -286311,6 +286321,7 @@ var getBaseThemeColorsEnv = (prefix) => {
286311
286321
  help: process.env[`${prefix}HELP`],
286312
286322
  success: process.env[`${prefix}SUCCESS`],
286313
286323
  info: process.env[`${prefix}INFO`],
286324
+ debug: process.env[`${prefix}DEBUG`],
286314
286325
  warning: process.env[`${prefix}WARNING`],
286315
286326
  danger: process.env[`${prefix}DANGER`],
286316
286327
  fatal: process.env[`${prefix}FATAL`],
@@ -286613,6 +286624,9 @@ var setSingleThemeColorsEnv = (prefix, config2) => {
286613
286624
  if (config2.info) {
286614
286625
  process.env[`${prefix}INFO`] = config2.info;
286615
286626
  }
286627
+ if (config2.debug) {
286628
+ process.env[`${prefix}DEBUG`] = config2.debug;
286629
+ }
286616
286630
  if (config2.warning) {
286617
286631
  process.env[`${prefix}WARNING`] = config2.warning;
286618
286632
  }
@@ -286668,6 +286682,9 @@ var setBaseThemeColorsEnv = (prefix, config2) => {
286668
286682
  if (config2.info) {
286669
286683
  process.env[`${prefix}INFO`] = config2.info;
286670
286684
  }
286685
+ if (config2.debug) {
286686
+ process.env[`${prefix}DEBUG`] = config2.debug;
286687
+ }
286671
286688
  if (config2.warning) {
286672
286689
  process.env[`${prefix}WARNING`] = config2.warning;
286673
286690
  }
package/bin/lint.js CHANGED
@@ -283374,6 +283374,7 @@ var DEFAULT_COLOR_CONFIG = {
283374
283374
  help: "#5C4EE5",
283375
283375
  success: "#087f5b",
283376
283376
  info: "#0550ae",
283377
+ debug: "#8afafc",
283377
283378
  warning: "#e3b341",
283378
283379
  danger: "#D8314A",
283379
283380
  fatal: "#51070f",
@@ -283390,6 +283391,7 @@ var DEFAULT_COLOR_CONFIG = {
283390
283391
  help: "#818cf8",
283391
283392
  success: "#10b981",
283392
283393
  info: "#58a6ff",
283394
+ debug: "#8afafc",
283393
283395
  warning: "#f3d371",
283394
283396
  danger: "#D8314A",
283395
283397
  fatal: "#a40e26",
@@ -283577,7 +283579,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? DEFAULT_COLOR_CONF
283577
283579
  return (message) => {
283578
283580
  console.debug(
283579
283581
  `
283580
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? DEFAULT_COLOR_CONFIG.dark.info)(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
283582
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.info)(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
283581
283583
  `
283582
283584
  );
283583
283585
  };
@@ -283586,7 +283588,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? DEFAULT_COLOR_CONF
283586
283588
  return (message) => {
283587
283589
  console.debug(
283588
283590
  `
283589
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? DEFAULT_COLOR_CONFIG.dark.info)(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
283591
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.debug)(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
283590
283592
  `
283591
283593
  );
283592
283594
  };
@@ -285949,6 +285951,10 @@ var infoColorSchema = _default(colorSchema, "#38bdf8");
285949
285951
  schemaRegistry.add(infoColorSchema, {
285950
285952
  description: "The informational color of the workspace"
285951
285953
  });
285954
+ var debugColorSchema = _default(colorSchema, "#8afafc");
285955
+ schemaRegistry.add(debugColorSchema, {
285956
+ description: "The debug color of the workspace"
285957
+ });
285952
285958
  var warningColorSchema = _default(colorSchema, "#f3d371");
285953
285959
  schemaRegistry.add(warningColorSchema, {
285954
285960
  description: "The warning color of the workspace"
@@ -285983,6 +285989,7 @@ var darkColorsSchema = object({
285983
285989
  help: helpColorSchema,
285984
285990
  success: successColorSchema,
285985
285991
  info: infoColorSchema,
285992
+ debug: debugColorSchema,
285986
285993
  warning: warningColorSchema,
285987
285994
  danger: dangerColorSchema,
285988
285995
  fatal: fatalColorSchema,
@@ -286000,6 +286007,7 @@ var lightColorsSchema = object({
286000
286007
  help: helpColorSchema,
286001
286008
  success: successColorSchema,
286002
286009
  info: infoColorSchema,
286010
+ debug: debugColorSchema,
286003
286011
  warning: warningColorSchema,
286004
286012
  danger: dangerColorSchema,
286005
286013
  fatal: fatalColorSchema,
@@ -286021,6 +286029,7 @@ var singleColorsSchema = object({
286021
286029
  help: helpColorSchema,
286022
286030
  success: successColorSchema,
286023
286031
  info: infoColorSchema,
286032
+ debug: debugColorSchema,
286024
286033
  warning: warningColorSchema,
286025
286034
  danger: dangerColorSchema,
286026
286035
  fatal: fatalColorSchema,
@@ -286872,6 +286881,7 @@ var getSingleThemeColorsEnv = (prefix) => {
286872
286881
  help: process.env[`${prefix}HELP`],
286873
286882
  success: process.env[`${prefix}SUCCESS`],
286874
286883
  info: process.env[`${prefix}INFO`],
286884
+ debug: process.env[`${prefix}DEBUG`],
286875
286885
  warning: process.env[`${prefix}WARNING`],
286876
286886
  danger: process.env[`${prefix}DANGER`],
286877
286887
  fatal: process.env[`${prefix}FATAL`],
@@ -286910,6 +286920,7 @@ var getBaseThemeColorsEnv = (prefix) => {
286910
286920
  help: process.env[`${prefix}HELP`],
286911
286921
  success: process.env[`${prefix}SUCCESS`],
286912
286922
  info: process.env[`${prefix}INFO`],
286923
+ debug: process.env[`${prefix}DEBUG`],
286913
286924
  warning: process.env[`${prefix}WARNING`],
286914
286925
  danger: process.env[`${prefix}DANGER`],
286915
286926
  fatal: process.env[`${prefix}FATAL`],
@@ -287212,6 +287223,9 @@ var setSingleThemeColorsEnv = (prefix, config2) => {
287212
287223
  if (config2.info) {
287213
287224
  process.env[`${prefix}INFO`] = config2.info;
287214
287225
  }
287226
+ if (config2.debug) {
287227
+ process.env[`${prefix}DEBUG`] = config2.debug;
287228
+ }
287215
287229
  if (config2.warning) {
287216
287230
  process.env[`${prefix}WARNING`] = config2.warning;
287217
287231
  }
@@ -287267,6 +287281,9 @@ var setBaseThemeColorsEnv = (prefix, config2) => {
287267
287281
  if (config2.info) {
287268
287282
  process.env[`${prefix}INFO`] = config2.info;
287269
287283
  }
287284
+ if (config2.debug) {
287285
+ process.env[`${prefix}DEBUG`] = config2.debug;
287286
+ }
287270
287287
  if (config2.warning) {
287271
287288
  process.env[`${prefix}WARNING`] = config2.warning;
287272
287289
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/linting-tools",
3
- "version": "1.132.74",
3
+ "version": "1.132.76",
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": "04528fd5ad2e9964bafae6e92842b2c59015141a"
152
+ "gitHead": "e19d4a36814afd4e68d56d8c7e620ec273b71a03"
153
153
  }