@storm-software/workspace-tools 1.198.1 → 1.201.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,26 @@
1
+ ## 1.201.0 (2024-12-01)
2
+
3
+ ### Features
4
+
5
+ - **storm-ops:** Added `lint-sherif` script to the CI workflow
6
+ ([906e0c2b](https://github.com/storm-software/storm-ops/commit/906e0c2b))
7
+
8
+ ## 1.200.0 (2024-11-30)
9
+
10
+ ### Features
11
+
12
+ - **workspace-tools:** Upgrade the Nx configuration target tasks
13
+ ([8a5b0504](https://github.com/storm-software/storm-ops/commit/8a5b0504))
14
+ - **storm-ops:** Added `sherif` and `knip` linting to CI pipeline
15
+ ([181d782a](https://github.com/storm-software/storm-ops/commit/181d782a))
16
+
17
+ ## 1.199.0 (2024-11-18)
18
+
19
+ ### Features
20
+
21
+ - **build-tools:** Allow default package.json exports by no longer overriding
22
+ them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))
23
+
1
24
  ## 1.198.1 (2024-11-10)
2
25
 
3
26
  ### Bug Fixes
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.198.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)
24
+ [![Version](https://img.shields.io/badge/version-1.200.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 -->
@@ -292,12 +292,11 @@
292
292
  },
293
293
  "lint-sherif": {
294
294
  "cache": true,
295
- "outputs": ["{projectRoot}/package.jso"],
295
+ "outputs": ["{projectRoot}/package.json"],
296
296
  "inputs": ["{workspaceRoot}/package.json", "{projectRoot}/package.json"],
297
297
  "executor": "nx:run-commands",
298
298
  "options": {
299
- "command": "pnpm exec sherif -i react -i react-dom",
300
- "color": true
299
+ "command": "pnpx sherif -i react -i react-dom -i typescript"
301
300
  }
302
301
  },
303
302
  "lint-knip": {
@@ -3,7 +3,6 @@
3
3
  "extends": "nx/presets/npm.json",
4
4
  "tasksRunnerOptions": {
5
5
  "default": {
6
- "runner": "nx/tasks-runners/default",
7
6
  "options": {
8
7
  "cacheableOperations": [
9
8
  "lint-sherif",
@@ -14,6 +13,7 @@
14
13
  "format-readme",
15
14
  "format-toml",
16
15
  "format-prettier",
16
+ "format-sherif",
17
17
  "format",
18
18
  "clean",
19
19
  "build-base",
@@ -318,12 +318,11 @@
318
318
  },
319
319
  "lint-sherif": {
320
320
  "cache": true,
321
- "outputs": ["{projectRoot}/package.jso"],
321
+ "outputs": ["{projectRoot}/package.json"],
322
322
  "inputs": ["{workspaceRoot}/package.json", "{projectRoot}/package.json"],
323
323
  "executor": "nx:run-commands",
324
324
  "options": {
325
- "command": "pnpm exec sherif -i react -i react-dom",
326
- "color": true
325
+ "command": "pnpx sherif -i react -i react-dom -i typescript"
327
326
  }
328
327
  },
329
328
  "lint-knip": {
@@ -331,8 +330,7 @@
331
330
  "inputs": ["linting", "default", "^production"],
332
331
  "executor": "nx:run-commands",
333
332
  "options": {
334
- "command": "pnpm exec knip",
335
- "color": true
333
+ "command": "pnpx knip"
336
334
  }
337
335
  },
338
336
  "lint": {
package/config/nx.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "extends": "nx/presets/npm.json",
4
4
  "tasksRunnerOptions": {
5
5
  "default": {
6
- "runner": "nx/tasks-runners/default",
6
+ // "runner": "nx/tasks-runners/default",
7
7
  "options": {
8
8
  "cacheableOperations": [
9
9
  "lint-sherif",
@@ -14,6 +14,7 @@
14
14
  "format-readme",
15
15
  "format-toml",
16
16
  "format-prettier",
17
+ "lint-sherif",
17
18
  "format",
18
19
  "clean",
19
20
  "build-base",
@@ -318,7 +319,7 @@
318
319
  },
319
320
  "lint-sherif": {
320
321
  "cache": true,
321
- "outputs": ["{projectRoot}/package.jso"],
322
+ "outputs": ["{projectRoot}/package.json"],
322
323
  "inputs": ["{workspaceRoot}/package.json", "{projectRoot}/package.json"],
323
324
  "executor": "nx:run-commands",
324
325
  "options": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.198.1",
3
+ "version": "1.201.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": {
@@ -83,7 +83,7 @@
83
83
  "dependencies": {
84
84
  "@anatine/esbuild-decorators": "0.2.19",
85
85
  "@ltd/j-toml": "1.38.0",
86
- "@nx/devkit": "^20.0.6",
86
+ "@nx/devkit": "20.0.6",
87
87
  "@rollup/plugin-babel": "6.0.4",
88
88
  "@rollup/plugin-commonjs": "25.0.8",
89
89
  "@rollup/plugin-image": "3.0.3",
@@ -122,11 +122,11 @@
122
122
  },
123
123
  "devDependencies": {
124
124
  "@microsoft/api-extractor": "7.46.2",
125
- "@nx/esbuild": "^20.0.6",
125
+ "@nx/esbuild": "20.0.6",
126
126
  "@nx/rollup": "^19.6.2",
127
127
  "@types/micromatch": "4.0.9",
128
128
  "@types/semver": "7.5.8",
129
- "nx": "^20.0.6",
129
+ "nx": "20.0.6",
130
130
  "typescript": ">=5.5.3"
131
131
  },
132
132
  "publishConfig": {