@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 +1 -1
- package/dist/preset.cjs +2 -2
- package/dist/preset.js +2 -2
- package/package.json +2 -2
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
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
|
-
|
|
173
|
+
mode: _zod2.default.enum([
|
|
174
174
|
"development",
|
|
175
175
|
"staging",
|
|
176
176
|
"production"
|
|
177
|
-
]).default("production").describe("The current runtime environment
|
|
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
|
-
|
|
173
|
+
mode: z.enum([
|
|
174
174
|
"development",
|
|
175
175
|
"staging",
|
|
176
176
|
"production"
|
|
177
|
-
]).default("production").describe("The current runtime environment
|
|
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.
|
|
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",
|