@storm-software/linting-tools 1.58.0 → 1.59.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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## 1.59.0 (2024-07-03)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - **git-tools:** Added a table of content to the `README.md` header template ([227c234f](https://github.com/storm-software/storm-ops/commit/227c234f))
7
+
1
8
  ## 1.58.0 (2024-06-26)
2
9
 
3
10
 
package/README.md CHANGED
@@ -21,11 +21,15 @@ 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
- [![Version](https://img.shields.io/badge/version-1.56.2-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
25
- [![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 docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://docusaurus.io/)&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)
26
-
27
- > [!IMPORTANT]
28
- > This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be availible through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
24
+ [![Version](https://img.shields.io/badge/version-1.58.0-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 docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://docusaurus.io/)&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)
25
+
26
+ > [!IMPORTANT] This repository, and the apps, libraries, and tools contained in
27
+ > it, are still in their initial development phase. As a result, bugs and issues
28
+ > are expected with their usage. When the main development phase completes, a
29
+ > proper release will be performed, and the packages will be available through
30
+ > NPM (and other distributions). This message will be removed at that time.
31
+ > However, in the meantime, please feel free to report any issues you may come
32
+ > across.
29
33
 
30
34
  <br />
31
35
 
package/bin/lint.js CHANGED
@@ -354230,7 +354230,6 @@ var getConfigFile = async (filePath2, additionalFileNames = []) => {
354230
354230
  logLevel: "all"
354231
354231
  }
354232
354232
  );
354233
- writeTrace(config, { logLevel: "all" });
354234
354233
  }
354235
354234
  if (additionalFileNames && additionalFileNames.length > 0) {
354236
354235
  const results = await Promise.all(
@@ -354246,7 +354245,6 @@ var getConfigFile = async (filePath2, additionalFileNames = []) => {
354246
354245
  logLevel: "all"
354247
354246
  }
354248
354247
  );
354249
- writeTrace(result.config, { logLevel: "all" });
354250
354248
  config = (0, import_deepmerge.default)(result.config ?? {}, config ?? {});
354251
354249
  }
354252
354250
  }
@@ -354649,7 +354647,7 @@ var loadStormConfig = async (workspaceRoot) => {
354649
354647
  _workspaceRoot
354650
354648
  );
354651
354649
  setConfigEnv(config);
354652
- writeInfo(`Using Storm configuration:
354650
+ writeInfo(`\u2699\uFE0F Using Storm configuration:
354653
354651
  ${formatLogMessage(config)}`, {
354654
354652
  logLevel: "all"
354655
354653
  });
@@ -69,6 +69,7 @@ visibillitychange
69
69
  preid
70
70
  nxrelease
71
71
  Ponyfill
72
+ fumadocs
72
73
  Antiforgery
73
74
  APIKEY
74
75
  applogs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/linting-tools",
3
- "version": "1.58.0",
3
+ "version": "1.59.0",
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": {