@storm-software/eslint 0.122.6 → 0.122.8

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.122.5-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.122.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)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/dist/preset.cjs CHANGED
@@ -170,11 +170,11 @@ var StormConfigSchema = _zod2.default.object({
170
170
  preid: _zod2.default.string().optional().describe("A tag specifying the version pre-release identifier"),
171
171
  owner: _zod2.default.string().trim().default("@storm-software/admin").describe("The owner of the package"),
172
172
  bot: WorkspaceBotConfigSchema,
173
- env: _zod2.default.enum([
173
+ mode: _zod2.default.enum([
174
174
  "development",
175
175
  "staging",
176
176
  "production"
177
- ]).default("production").describe("The current runtime environment name for the package"),
177
+ ]).default("production").describe("The current runtime environment mode for the package"),
178
178
  workspaceRoot: _zod2.default.string().trim().default("").describe("The root directory of the workspace"),
179
179
  externalPackagePatterns: _zod2.default.array(_zod2.default.string()).default([]).describe("The build will use these package patterns to determine if they should be external to the bundle"),
180
180
  skipCache: _zod2.default.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
package/dist/preset.js CHANGED
@@ -170,11 +170,11 @@ var StormConfigSchema = z.object({
170
170
  preid: z.string().optional().describe("A tag specifying the version pre-release identifier"),
171
171
  owner: z.string().trim().default("@storm-software/admin").describe("The owner of the package"),
172
172
  bot: WorkspaceBotConfigSchema,
173
- env: z.enum([
173
+ mode: z.enum([
174
174
  "development",
175
175
  "staging",
176
176
  "production"
177
- ]).default("production").describe("The current runtime environment name for the package"),
177
+ ]).default("production").describe("The current runtime environment mode for the package"),
178
178
  workspaceRoot: z.string().trim().default("").describe("The root directory of the workspace"),
179
179
  externalPackagePatterns: z.array(z.string()).default([]).describe("The build will use these package patterns to determine if they should be external to the bundle"),
180
180
  skipCache: z.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/eslint",
3
- "version": "0.122.6",
3
+ "version": "0.122.8",
4
4
  "type": "module",
5
5
  "description": "⚡ A package containing the base ESLint configuration used by Storm Software across many projects.",
6
6
  "repository": {
@@ -152,7 +152,6 @@
152
152
  "@typescript-eslint/utils": "^8.24.0",
153
153
  "chalk": "^5.4.1",
154
154
  "defu": "6.1.4",
155
- "eslint": "^9.20.0",
156
155
  "eslint-config-prettier": "10.0.1",
157
156
  "eslint-plugin-es-x": "7.6.0",
158
157
  "eslint-plugin-import": "^2.29.1",
@@ -191,6 +190,7 @@
191
190
  "@types/eslint__js": "^8.42.3",
192
191
  "@types/node": "^22.10.2",
193
192
  "esbuild": "^0.24.0",
193
+ "eslint": "^9.20.0",
194
194
  "eslint-typegen": "^1.0.0",
195
195
  "graphql": ">=16.9.0",
196
196
  "tsup": "8.3.5",