@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 +23 -0
- package/README.md +1 -1
- package/config/nx-cloud.json +2 -3
- package/config/nx-default.json +4 -6
- package/config/nx.json +3 -2
- package/package.json +4 -4
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/config/nx-cloud.json
CHANGED
|
@@ -292,12 +292,11 @@
|
|
|
292
292
|
},
|
|
293
293
|
"lint-sherif": {
|
|
294
294
|
"cache": true,
|
|
295
|
-
"outputs": ["{projectRoot}/package.
|
|
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": "
|
|
300
|
-
"color": true
|
|
299
|
+
"command": "pnpx sherif -i react -i react-dom -i typescript"
|
|
301
300
|
}
|
|
302
301
|
},
|
|
303
302
|
"lint-knip": {
|
package/config/nx-default.json
CHANGED
|
@@ -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.
|
|
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": "
|
|
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": "
|
|
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.
|
|
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.
|
|
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": "
|
|
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": "
|
|
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": "
|
|
129
|
+
"nx": "20.0.6",
|
|
130
130
|
"typescript": ">=5.5.3"
|
|
131
131
|
},
|
|
132
132
|
"publishConfig": {
|