@storm-software/workspace-tools 1.296.45 → 1.296.46
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.
|
|
3
|
+
"version": "1.296.46",
|
|
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,13 @@
|
|
|
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.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",
|
|
248
248
|
"fs-extra": "11.2.0",
|
|
249
249
|
"glob": "^11.1.0",
|
|
250
250
|
"jiti": "^2.7.0",
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
},
|
|
259
259
|
"devDependencies": {
|
|
260
260
|
"@napi-rs/cli": "^3.7.1",
|
|
261
|
-
"@storm-software/package-constants": "0.1.79",
|
|
261
|
+
"@storm-software/package-constants": "^0.1.79",
|
|
262
262
|
"@types/micromatch": "^4.0.10",
|
|
263
263
|
"@types/node": "^25.9.3",
|
|
264
264
|
"@types/semver": "^7.7.1",
|
|
@@ -283,5 +283,5 @@
|
|
|
283
283
|
"publishConfig": { "access": "public" },
|
|
284
284
|
"executors": "./executors.json",
|
|
285
285
|
"generators": "./generators.json",
|
|
286
|
-
"gitHead": "
|
|
286
|
+
"gitHead": "7cdbf55498d1456c67b58c969cafd39eb56c396f"
|
|
287
287
|
}
|