@storm-software/workspace-tools 1.194.0 → 1.195.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.
Files changed (35) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +1 -1
  3. package/config/nx-cloud.json +1 -1
  4. package/config/nx-default.json +1 -1
  5. package/config/nx.json +1 -1
  6. package/index.js +108 -851
  7. package/meta.json +75999 -1
  8. package/package.json +7 -7
  9. package/src/base/base-executor.js +65 -23
  10. package/src/base/base-generator.js +65 -23
  11. package/src/base/index.js +68 -28
  12. package/src/base/typescript-library-generator.js +3 -5
  13. package/src/executors/cargo-build/executor.js +65 -23
  14. package/src/executors/cargo-check/executor.js +65 -23
  15. package/src/executors/cargo-clippy/executor.js +65 -23
  16. package/src/executors/cargo-doc/executor.js +65 -23
  17. package/src/executors/cargo-format/executor.js +65 -23
  18. package/src/executors/clean-package/executor.js +65 -23
  19. package/src/executors/rolldown/executor.js +65 -23
  20. package/src/executors/rollup/executor.js +105 -846
  21. package/src/executors/size-limit/executor.js +65 -23
  22. package/src/executors/tsup/executor.js +65 -23
  23. package/src/executors/tsup-browser/executor.js +65 -23
  24. package/src/executors/tsup-neutral/executor.js +65 -23
  25. package/src/executors/tsup-node/executor.js +65 -23
  26. package/src/executors/typia/executor.js +65 -23
  27. package/src/executors/unbuild/executor.js +65 -23
  28. package/src/generators/browser-library/generator.js +68 -28
  29. package/src/generators/config-schema/generator.js +65 -23
  30. package/src/generators/neutral-library/generator.js +68 -28
  31. package/src/generators/node-library/generator.js +68 -28
  32. package/src/generators/preset/generator.js +65 -23
  33. package/src/generators/release-version/generator.js +65 -23
  34. package/src/plugins/typescript/index.js +6 -1
  35. package/src/utils/index.js +65 -23
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 1.195.0 (2024-10-31)
2
+
3
+ ### Features
4
+
5
+ - **workspace-tools:** Update the Nx package code to conform to latest type
6
+ definitions
7
+ ([b1dbdff8](https://github.com/storm-software/storm-ops/commit/b1dbdff8))
8
+ - **storm-ops:** Upgrade the Nx package versions used in the repository
9
+ ([369fad24](https://github.com/storm-software/storm-ops/commit/369fad24))
10
+ - **config:** Added the `link` color token to Storm configuration
11
+ ([c66f39ed](https://github.com/storm-software/storm-ops/commit/c66f39ed))
12
+
13
+ ### Bug Fixes
14
+
15
+ - **cloudflare-tools:** Remove references to removed `projectNameAndRootFormat`
16
+ Nx options
17
+ ([7db6e9d6](https://github.com/storm-software/storm-ops/commit/7db6e9d6))
18
+
1
19
  ## 1.194.0 (2024-10-22)
2
20
 
3
21
  ### Features
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.193.1-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-1.195.0-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 -->
@@ -322,7 +322,7 @@
322
322
  "dependsOn": ["^format-toml"],
323
323
  "executor": "nx:run-commands",
324
324
  "options": {
325
- "command": "pnpm exec taplo format --colors=\"always\" --config=\"./node_modules/@storm-software/linting-tools/taplo/.taplo.toml\" --cache-path=\"./tmp/taplo/{projectRoot}\"",
325
+ "command": "pnpm exec taplo format --colors=\"always\" --config=\"./node_modules/@storm-software/linting-tools/taplo/.config.toml\" --cache-path=\"./tmp/taplo/{projectRoot}\"",
326
326
  "color": true
327
327
  }
328
328
  },
@@ -348,7 +348,7 @@
348
348
  "dependsOn": ["^format-toml"],
349
349
  "executor": "nx:run-commands",
350
350
  "options": {
351
- "command": "pnpm exec taplo format --colors=\"always\" --config=\"./node_modules/@storm-software/linting-tools/taplo/.taplo.toml\" --cache-path=\"./tmp/taplo/{projectRoot}\"",
351
+ "command": "pnpm exec taplo format --colors=\"always\" --config=\"./node_modules/@storm-software/linting-tools/taplo/.config.toml\" --cache-path=\"./tmp/taplo/{projectRoot}\"",
352
352
  "color": true
353
353
  }
354
354
  },
package/config/nx.json CHANGED
@@ -348,7 +348,7 @@
348
348
  "dependsOn": ["^format-toml"],
349
349
  "executor": "nx:run-commands",
350
350
  "options": {
351
- "command": "pnpm exec taplo format --colors=\"always\" --config=\"./node_modules/@storm-software/linting-tools/taplo/.taplo.toml\" --cache-path=\"./tmp/taplo/{projectRoot}\"",
351
+ "command": "pnpm exec taplo format --colors=\"always\" --config=\"./node_modules/@storm-software/linting-tools/taplo/.config.toml\" --cache-path=\"./tmp/taplo/{projectRoot}\"",
352
352
  "color": true
353
353
  }
354
354
  },