@storm-software/config-tools 1.56.0 → 1.57.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.57.0 (2024-06-29)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - **eslint-plugin:** Polyfill `require` in esm build output ([67f1fbab](https://github.com/storm-software/storm-ops/commit/67f1fbab))
7
+
1
8
  ## 1.56.0 (2024-06-22)
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.54.0-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.56.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/index.cjs CHANGED
@@ -67493,7 +67493,6 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
67493
67493
  logLevel: "all"
67494
67494
  }
67495
67495
  );
67496
- writeTrace(config, { logLevel: "all" });
67497
67496
  }
67498
67497
  if (additionalFileNames && additionalFileNames.length > 0) {
67499
67498
  const results = await Promise.all(
@@ -67509,7 +67508,6 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
67509
67508
  logLevel: "all"
67510
67509
  }
67511
67510
  );
67512
- writeTrace(result.config, { logLevel: "all" });
67513
67511
  config = (0, import_deepmerge.default)(result.config ?? {}, config ?? {});
67514
67512
  }
67515
67513
  }
@@ -67966,7 +67964,7 @@ var loadStormConfig = async (workspaceRoot) => {
67966
67964
  _workspaceRoot
67967
67965
  );
67968
67966
  setConfigEnv(config);
67969
- writeInfo(`Using Storm configuration:
67967
+ writeInfo(`\u2699\uFE0F Using Storm configuration:
67970
67968
  ${formatLogMessage(config)}`, {
67971
67969
  logLevel: "all"
67972
67970
  });
package/index.js CHANGED
@@ -67450,7 +67450,6 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
67450
67450
  logLevel: "all"
67451
67451
  }
67452
67452
  );
67453
- writeTrace(config, { logLevel: "all" });
67454
67453
  }
67455
67454
  if (additionalFileNames && additionalFileNames.length > 0) {
67456
67455
  const results = await Promise.all(
@@ -67466,7 +67465,6 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
67466
67465
  logLevel: "all"
67467
67466
  }
67468
67467
  );
67469
- writeTrace(result.config, { logLevel: "all" });
67470
67468
  config = (0, import_deepmerge.default)(result.config ?? {}, config ?? {});
67471
67469
  }
67472
67470
  }
@@ -67923,7 +67921,7 @@ var loadStormConfig = async (workspaceRoot) => {
67923
67921
  _workspaceRoot
67924
67922
  );
67925
67923
  setConfigEnv(config);
67926
- writeInfo(`Using Storm configuration:
67924
+ writeInfo(`\u2699\uFE0F Using Storm configuration:
67927
67925
  ${formatLogMessage(config)}`, {
67928
67926
  logLevel: "all"
67929
67927
  });