@storm-software/workspace-tools 1.296.45 → 1.296.47

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.
@@ -121,7 +121,7 @@ var createNodesV2 = [
121
121
  cache: true,
122
122
  inputs: ["linting", "typescript", "^production"],
123
123
  outputs: [
124
- "{projectRoot}/**/*.{ts,tsx,js,jsx,json,md,mdx,yaml,yml,html,css,scss,sass,less,graphql,gql}"
124
+ "{projectRoot}/**/*.{ts,tsx,mts,cts,js,jsx,mjs,cjs,json,md,mdx,yaml,yml,html,css,scss,sass,less,graphql,gql}"
125
125
  ],
126
126
  dependsOn: [
127
127
  enableMarkdownlint ? _optionalChain([options2, 'optionalAccess', _18 => _18.enableMarkdownlint]) && typeof _optionalChain([options2, 'optionalAccess', _19 => _19.enableMarkdownlint]) === "string" ? options2.enableMarkdownlint : "lint-markdown" : void 0,
@@ -134,7 +134,7 @@ var createNodesV2 = [
134
134
  fix: true,
135
135
  errorOnUnmatchedPattern: false,
136
136
  cache: true,
137
- cacheLocation: "{workspaceRoot}/node_modules/.cache/eslint/{projectRoot}",
137
+ cacheLocation: "{workspaceRoot}/node_modules/.cache/eslint/{projectRoot}/cache.json",
138
138
  eslintConfig
139
139
  }
140
140
  };
@@ -122,7 +122,7 @@ var createNodesV2 = [
122
122
  cache: true,
123
123
  inputs: ["linting", "typescript", "^production"],
124
124
  outputs: [
125
- "{projectRoot}/**/*.{ts,tsx,js,jsx,json,md,mdx,yaml,yml,html,css,scss,sass,less,graphql,gql}"
125
+ "{projectRoot}/**/*.{ts,tsx,mts,cts,js,jsx,mjs,cjs,json,md,mdx,yaml,yml,html,css,scss,sass,less,graphql,gql}"
126
126
  ],
127
127
  dependsOn: [
128
128
  enableMarkdownlint ? options2?.enableMarkdownlint && typeof options2?.enableMarkdownlint === "string" ? options2.enableMarkdownlint : "lint-markdown" : void 0,
@@ -135,7 +135,7 @@ var createNodesV2 = [
135
135
  fix: true,
136
136
  errorOnUnmatchedPattern: false,
137
137
  cache: true,
138
- cacheLocation: "{workspaceRoot}/node_modules/.cache/eslint/{projectRoot}",
138
+ cacheLocation: "{workspaceRoot}/node_modules/.cache/eslint/{projectRoot}/cache.json",
139
139
  eslintConfig
140
140
  }
141
141
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.296.45",
3
+ "version": "1.296.47",
4
4
  "description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
5
5
  "keywords": [
6
6
  "monorepo",
@@ -238,13 +238,10 @@
238
238
  "@size-limit/esbuild": "^11.2.0",
239
239
  "@size-limit/esbuild-why": "^11.2.0",
240
240
  "@size-limit/file": "^11.2.0",
241
- "@storm-software/config-tools": "1.190.66",
242
- "@storm-software/esbuild": "0.53.227",
243
- "@storm-software/npm-tools": "0.6.184",
244
- "@storm-software/pnpm-tools": "0.7.77",
245
- "@storm-software/prettier": "0.59.119",
246
- "@storm-software/tsdown": "0.45.227",
247
- "@storm-software/unbuild": "0.57.227",
241
+ "@storm-software/config-tools": "1.190.67",
242
+ "@storm-software/npm-tools": "0.6.185",
243
+ "@storm-software/pnpm-tools": "0.7.78",
244
+ "@storm-software/prettier": "0.59.120",
248
245
  "fs-extra": "11.2.0",
249
246
  "glob": "^11.1.0",
250
247
  "jiti": "^2.7.0",
@@ -258,7 +255,7 @@
258
255
  },
259
256
  "devDependencies": {
260
257
  "@napi-rs/cli": "^3.7.1",
261
- "@storm-software/package-constants": "0.1.79",
258
+ "@storm-software/package-constants": "0.1.80",
262
259
  "@types/micromatch": "^4.0.10",
263
260
  "@types/node": "^25.9.3",
264
261
  "@types/semver": "^7.7.1",
@@ -270,12 +267,18 @@
270
267
  },
271
268
  "peerDependencies": {
272
269
  "@napi-rs/cli": "^3.4.1",
270
+ "@storm-software/esbuild": "*",
271
+ "@storm-software/tsdown": "*",
272
+ "@storm-software/unbuild": "*",
273
273
  "markdownlint-cli2": "^0.17.2",
274
274
  "nx": ">=22.7.1",
275
275
  "prettier": ">=3.8.3"
276
276
  },
277
277
  "peerDependenciesMeta": {
278
278
  "@napi-rs/cli": { "optional": true },
279
+ "@storm-software/esbuild": { "optional": true },
280
+ "@storm-software/tsdown": { "optional": true },
281
+ "@storm-software/unbuild": { "optional": true },
279
282
  "markdownlint-cli2": { "optional": false },
280
283
  "nx": { "optional": false },
281
284
  "prettier": { "optional": false }
@@ -283,5 +286,5 @@
283
286
  "publishConfig": { "access": "public" },
284
287
  "executors": "./executors.json",
285
288
  "generators": "./generators.json",
286
- "gitHead": "dd09355cfe1d1665412fc1923a3f1557805dc804"
289
+ "gitHead": "b8b27381c85870313244941044c8f535009f86a8"
287
290
  }