@storm-software/workspace-tools 1.106.0 → 1.107.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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 1.107.0 (2024-06-24)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - **eslint-plugin:** Split up the eslint plugin implementation into separate packages ([aba11be4](https://github.com/storm-software/storm-ops/commit/aba11be4))
7
+
8
+ ## 1.106.1 (2024-06-24)
9
+
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - **deps:** update patch prod dependencies ([f26698a8](https://github.com/storm-software/storm-ops/commit/f26698a8))
14
+
1
15
  ## 1.106.0 (2024-06-22)
2
16
 
3
17
 
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-1.101.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
24
+ [![Version](https://img.shields.io/badge/version-1.106.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
25
25
  [![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 docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://docusaurus.io/)&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)
26
26
 
27
27
  > [!IMPORTANT]
package/config/nx.json CHANGED
@@ -6,11 +6,13 @@
6
6
  "runner": "nx/tasks-runners/default",
7
7
  "options": {
8
8
  "cacheableOperations": [
9
+ "lint-docs",
10
+ "lint-ls",
9
11
  "lint",
10
- "format",
11
12
  "format-readme",
12
13
  "format-toml",
13
14
  "format-prettier",
15
+ "format",
14
16
  "clean",
15
17
  "build-base",
16
18
  "build",
@@ -43,6 +45,7 @@
43
45
  "{workspaceRoot}/biome.json",
44
46
  "{workspaceRoot}/lefthook.yaml",
45
47
  "{workspaceRoot}/.markdownlint.json",
48
+ "{workspaceRoot}/.markdownlint-cli2.cjs",
46
49
  "{workspaceRoot}/.prettierrc",
47
50
  "{workspaceRoot}/.prettierignore"
48
51
  ],
@@ -96,6 +99,8 @@
96
99
  "{workspaceRoot}/api-extractor.json",
97
100
  "{workspaceRoot}/tsdoc.json",
98
101
  "{workspaceRoot}/typedoc.json",
102
+ "{workspaceRoot}/.eslint-doc-generatorrc.js",
103
+ "{workspaceRoot}/.eslint-doc-generatorrc.json",
99
104
  "{workspaceRoot}/contentlayer.config.ts",
100
105
  "{workspaceRoot}/*.md",
101
106
  "{workspaceRoot}/*.mdx",
@@ -139,6 +144,7 @@
139
144
  "{projectRoot}/biome.json",
140
145
  "{projectRoot}/lefthook.yaml",
141
146
  "{projectRoot}/.markdownlint.json",
147
+ "{projectRoot}/.markdownlint-cli2.cjs",
142
148
  "{projectRoot}/.prettierrc",
143
149
  "{projectRoot}/.prettierignore"
144
150
  ],
@@ -147,6 +153,8 @@
147
153
  "{projectRoot}/api-extractor.json",
148
154
  "{projectRoot}/tsdoc.json",
149
155
  "{projectRoot}/typedoc.json",
156
+ "{projectRoot}/.eslint-doc-generatorrc.js",
157
+ "{projectRoot}/.eslint-doc-generatorrc.json",
150
158
  "{projectRoot}/contentlayer.config.ts",
151
159
  "{projectRoot}/.storybook/**/*",
152
160
  "{projectRoot}/tsconfig.storybook.json"
@@ -228,6 +236,8 @@
228
236
  "{projectRoot}/src/**/*.toml",
229
237
  "{projectRoot}/src/**/*.md",
230
238
  "{projectRoot}/src/**/*.mdx",
239
+ "{projectRoot}/tools/**/*",
240
+ "{projectRoot}/scripts/**/*",
231
241
  "!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
232
242
  "!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)",
233
243
  "!{projectRoot}/node_modules/**/*"
@@ -235,10 +245,14 @@
235
245
  "typescript": ["config_typescript", "source_typescript"],
236
246
  "production": [
237
247
  "{projectRoot}/**/*",
248
+ "!{projectRoot}/tools/**/*",
249
+ "!{projectRoot}/scripts/**/*",
238
250
  "!{projectRoot}/node_modules/**/*",
239
251
  "!{projectRoot}/api-extractor.json",
240
252
  "!{projectRoot}/tsdoc.json",
241
253
  "!{projectRoot}/typedoc.json",
254
+ "!{projectRoot}/.eslint-doc-generatorrc.js",
255
+ "!{projectRoot}/.eslint-doc-generatorrc.json",
242
256
  "!{projectRoot}/contentlayer.config.ts",
243
257
  "!{projectRoot}/.storybook/**/*",
244
258
  "!{projectRoot}/tsconfig.storybook.json",
@@ -257,6 +271,7 @@
257
271
  "!{projectRoot}/biome.json",
258
272
  "!{projectRoot}/lefthook.yaml",
259
273
  "!{projectRoot}/.markdownlint.json",
274
+ "!{projectRoot}/.markdownlint-cli2.cjs",
260
275
  "!{projectRoot}/.prettierrc",
261
276
  "!{projectRoot}/.prettierignore",
262
277
  "!{projectRoot}/docs/**/*",
@@ -271,6 +286,19 @@
271
286
  "default": ["{projectRoot}/**/*"]
272
287
  },
273
288
  "targetDefaults": {
289
+ "lint-docs": {
290
+ "cache": true,
291
+ "outputs": ["{workspaceRoot}/{projectRoot}"],
292
+ "inputs": [
293
+ "config_linting",
294
+ "config_docs",
295
+ "source_docs",
296
+ "typescript",
297
+ "^production"
298
+ ],
299
+ "executor": "nx:run-commands",
300
+ "dependsOn": ["build", "^lint-docs"]
301
+ },
274
302
  "lint-ls": {
275
303
  "cache": true,
276
304
  "outputs": ["{workspaceRoot}/{projectRoot}"],
@@ -284,7 +312,14 @@
284
312
  "lint": {
285
313
  "cache": true,
286
314
  "outputs": ["{workspaceRoot}/{projectRoot}"],
287
- "dependsOn": ["lint-ls", "^lint"]
315
+ "inputs": [
316
+ "config_linting",
317
+ "config_docs",
318
+ "source_docs",
319
+ "typescript",
320
+ "^production"
321
+ ],
322
+ "dependsOn": ["lint-ls", "lint-docs", "^lint"]
288
323
  },
289
324
  "format-toml": {
290
325
  "cache": true,
@@ -346,7 +381,14 @@
346
381
  "docs": {
347
382
  "cache": true,
348
383
  "outputs": ["{options.outputPath}"],
349
- "dependsOn": ["build", "^docs"]
384
+ "inputs": [
385
+ "config_linting",
386
+ "config_docs",
387
+ "source_docs",
388
+ "typescript",
389
+ "^production"
390
+ ],
391
+ "dependsOn": ["build", "lint-docs", "^docs"]
350
392
  },
351
393
  "test": {
352
394
  "cache": true,
@@ -379,7 +421,7 @@
379
421
  }
380
422
  },
381
423
  "version": {
382
- "preVersionCommand": "pnpm nx run-many -t build --all --parallel=1 --verbose",
424
+ "preVersionCommand": "pnpm nx run-many --target=build --all --parallel=3",
383
425
  "generator": "@storm-software/workspace-tools:release-version",
384
426
  "generatorOptions": {
385
427
  "currentVersionResolver": "git-tag",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.106.0",
3
+ "version": "1.107.0",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "repository": {
@@ -1,3 +1,3 @@
1
- import type { TypeScriptBuildOptions } from "../../declarations";
2
1
  import type { StormConfig } from "@storm-software/config";
2
+ import type { TypeScriptBuildOptions } from "../../declarations";
3
3
  export declare const generatePackageJson: (config: StormConfig, projectRoot: string, sourceRoot: string, projectName: string, options: TypeScriptBuildOptions) => Promise<Record<string, any>>;