@storm-software/eslint 0.146.8 → 0.147.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/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
- [![Version](https://img.shields.io/badge/version-0.146.7-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)
24
+ [![Version](https://img.shields.io/badge/version-0.146.8-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)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -26,20 +26,21 @@ var getFileBanner = /* @__PURE__ */ __name((repositoryName = "") => {
26
26
  return word.charAt(0).toUpperCase() + word.slice(1);
27
27
  }).join(" ");
28
28
  }
29
+ const license = (process.env.STORM_LICENSE ?? "Apache-2.0")?.toLowerCase()?.replace("license", "")?.trim();
29
30
  return ` -------------------------------------------------------------------
30
31
 
31
32
  ${padding}\u26A1 Storm Software ${titleName ? `- ${titleName}` : ""}
32
33
 
33
34
  This code was released as part of ${titleName ? `the ${titleName}` : "a Storm Software"} project. ${titleName ? titleName : "The project"}
34
- is maintained by Storm Software under the ${(process.env.STORM_LICENSE ?? "Apache-2.0")?.toLowerCase()?.includes("license") ? process.env.STORM_LICENSE ?? "Apache-2.0" : `${process.env.STORM_LICENSE ?? "Apache-2.0"} License`}, and is
35
+ is maintained by Storm Software under the ${license} license, and is
35
36
  free for commercial and private use. For more information, please visit
36
- our licensing page.
37
+ our licensing page at ${process.env.STORM_LICENSING ? process.env.STORM_LICENSING : `https://stormsoftware.com/${repositoryName ? `projects/${repositoryName}/` : ""}license`}.
37
38
 
38
- Website: ${process.env.STORM_HOMEPAGE ?? "https://stormsoftware.com"}
39
- Repository: ${process.env.STORM_REPOSITORY ?? `https://github.com/storm-software${repositoryName ? `/${repositoryName}` : ""}`}
40
- Documentation: ${process.env.STORM_DOCS ? process.env.STORM_DOCS : `https://stormsoftware.com/${repositoryName ? `projects/${repositoryName}/` : ""}docs`}
41
- Contact: ${process.env.STORM_HOMEPAGE ? process.env.STORM_HOMEPAGE.endsWith("/") ? process.env.STORM_HOMEPAGE.slice(-1) : process.env.STORM_HOMEPAGE : "https://stormsoftware.com"}/contact
42
- License: ${process.env.STORM_LICENSING ? process.env.STORM_LICENSING : `https://stormsoftware.com/${repositoryName ? `projects/${repositoryName}/` : ""}license`}
39
+ Website: ${process.env.STORM_HOMEPAGE ?? "https://stormsoftware.com"}
40
+ Repository: ${process.env.STORM_REPOSITORY ?? `https://github.com/storm-software${repositoryName ? `/${repositoryName}` : ""}`}
41
+ Documentation: ${process.env.STORM_DOCS ? process.env.STORM_DOCS : `https://stormsoftware.com/${repositoryName ? `projects/${repositoryName}/` : ""}docs`}
42
+ Contact: ${process.env.STORM_HOMEPAGE ? process.env.STORM_HOMEPAGE.endsWith("/") ? process.env.STORM_HOMEPAGE.slice(-1) : process.env.STORM_HOMEPAGE : "https://stormsoftware.com"}/contact
43
+ SPDX-License-Identifier: ${license}
43
44
 
44
45
  ------------------------------------------------------------------- `;
45
46
  }, "getFileBanner");
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getFileBanner
3
- } from "./chunk-XNCBYAYL.js";
3
+ } from "./chunk-QAXC3XSW.js";
4
4
  import {
5
5
  GLOB_SRC
6
6
  } from "./chunk-SRHSKJB5.js";
package/dist/preset.js CHANGED
@@ -11,8 +11,8 @@ import {
11
11
  } from "./chunk-D3EN5HD2.js";
12
12
  import {
13
13
  banner_plugin_default
14
- } from "./chunk-TBQNKXDY.js";
15
- import "./chunk-XNCBYAYL.js";
14
+ } from "./chunk-YNODBJNX.js";
15
+ import "./chunk-QAXC3XSW.js";
16
16
  import {
17
17
  GLOB_ASTRO,
18
18
  GLOB_ASTRO_TS,
@@ -3405,7 +3405,7 @@ async function pnpm(options = {}) {
3405
3405
  ],
3406
3406
  defaultCatalog: "default",
3407
3407
  reuseExistingCatalog: true,
3408
- conflicts: "new-catalog",
3408
+ conflicts: "overrides",
3409
3409
  fields: [
3410
3410
  "dependencies",
3411
3411
  "devDependencies"
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  banner_plugin_default
3
- } from "../chunk-TBQNKXDY.js";
4
- import "../chunk-XNCBYAYL.js";
3
+ } from "../chunk-YNODBJNX.js";
4
+ import "../chunk-QAXC3XSW.js";
5
5
  import "../chunk-SRHSKJB5.js";
6
6
  import "../chunk-SHUYVCID.js";
7
7
  export {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getFileBanner
3
- } from "../chunk-XNCBYAYL.js";
3
+ } from "../chunk-QAXC3XSW.js";
4
4
  import "../chunk-SRHSKJB5.js";
5
5
  import "../chunk-SHUYVCID.js";
6
6
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.146.8",
3
+ "version": "0.147.0",
4
4
  "type": "module",
5
5
  "description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -231,7 +231,7 @@
231
231
  "prettier-plugin-astro": "^0.14.1",
232
232
  "tsup": "8.4.0",
233
233
  "tsx": "^4.19.2",
234
- "typescript": "^5.7.2"
234
+ "typescript": "^5.8.3"
235
235
  },
236
236
  "publishConfig": { "access": "public" },
237
237
  "sideEffects": false