@storm-software/workspace-tools 1.75.0 → 1.76.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 +15 -15
- package/README.md +2 -2
- package/index.js +2 -2
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/base/index.js +1 -1
- package/src/executors/rolldown/executor.js +1 -1
- package/src/executors/tsup/executor.js +1 -1
- package/src/executors/tsup-browser/executor.js +1 -1
- package/src/executors/tsup-neutral/executor.js +1 -1
- package/src/executors/tsup-node/executor.js +1 -1
- package/src/executors/typia/executor.js +1 -1
- package/src/executors/unbuild/executor.js +1 -1
- package/src/generators/browser-library/generator.js +1 -1
- package/src/generators/config-schema/generator.js +1 -1
- package/src/generators/neutral-library/generator.js +1 -1
- package/src/generators/node-library/generator.js +1 -1
- package/src/generators/preset/files/.markdownlint-cli2.cjs +10 -0
- package/src/generators/preset/generator.js +2 -2
- package/src/generators/release-version/generator.js +1 -1
- package/src/utils/index.js +1 -1
- package/src/generators/preset/files/.markdownlint.json +0 -28
package/CHANGELOG.md
CHANGED
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
## 1.
|
|
1
|
+
## 1.76.0 (2024-05-06)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **markdownlint:** Added the `markdownlint` package for shared configurations ([abd6fa38](https://github.com/storm-software/storm-ops/commit/abd6fa38))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
2
8
|
|
|
9
|
+
- Patrick Sullivan
|
|
10
|
+
|
|
11
|
+
## 1.75.0 (2024-05-04)
|
|
3
12
|
|
|
4
13
|
### 🚀 Features
|
|
5
14
|
|
|
6
15
|
- **config:** Generated the Storm Configuration JSON schema package asset ([0a5c9bb2](https://github.com/storm-software/storm-ops/commit/0a5c9bb2))
|
|
7
16
|
|
|
8
|
-
|
|
9
|
-
### ❤️ Thank You
|
|
17
|
+
### ❤️ Thank You
|
|
10
18
|
|
|
11
19
|
- Patrick Sullivan
|
|
12
20
|
|
|
13
21
|
## 1.74.0 (2024-05-04)
|
|
14
22
|
|
|
15
|
-
|
|
16
23
|
### 🚀 Features
|
|
17
24
|
|
|
18
25
|
- **config:** Update the theme to use brand colors instead of hierarchy colors ([bcff6b80](https://github.com/storm-software/storm-ops/commit/bcff6b80))
|
|
19
26
|
|
|
20
|
-
|
|
21
|
-
### ❤️ Thank You
|
|
27
|
+
### ❤️ Thank You
|
|
22
28
|
|
|
23
29
|
- Patrick Sullivan
|
|
24
30
|
|
|
25
31
|
## 1.73.2 (2024-04-29)
|
|
26
32
|
|
|
27
|
-
|
|
28
33
|
### 🩹 Fixes
|
|
29
34
|
|
|
30
35
|
- **deps:** update patch prod dependencies ([c427e132](https://github.com/storm-software/storm-ops/commit/c427e132))
|
|
31
36
|
|
|
32
37
|
- **deps:** update dependencies-non-major ([#130](https://github.com/storm-software/storm-ops/pull/130))
|
|
33
38
|
|
|
34
|
-
|
|
35
|
-
### ❤️ Thank You
|
|
39
|
+
### ❤️ Thank You
|
|
36
40
|
|
|
37
41
|
- Patrick Sullivan
|
|
38
42
|
|
|
39
43
|
## 1.73.1 (2024-04-24)
|
|
40
44
|
|
|
41
|
-
|
|
42
45
|
### 🩹 Fixes
|
|
43
46
|
|
|
44
47
|
- **storm-ops:** Resolved issue with reusable workflow name ([e23ab12a](https://github.com/storm-software/storm-ops/commit/e23ab12a))
|
|
45
48
|
|
|
46
|
-
|
|
47
|
-
### ❤️ Thank You
|
|
49
|
+
### ❤️ Thank You
|
|
48
50
|
|
|
49
51
|
- Patrick Sullivan
|
|
50
52
|
|
|
51
53
|
## 1.73.0 (2024-04-22)
|
|
52
54
|
|
|
53
|
-
|
|
54
55
|
### 🚀 Features
|
|
55
56
|
|
|
56
57
|
- **cloudflare-tools:** Added the `worker`, `init`, and `serve` tools ([b4b92c2c](https://github.com/storm-software/storm-ops/commit/b4b92c2c))
|
|
57
58
|
|
|
58
|
-
|
|
59
|
-
### ❤️ Thank You
|
|
59
|
+
### ❤️ Thank You
|
|
60
60
|
|
|
61
61
|
- Patrick Sullivan
|
|
62
62
|
|
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/)
|
|
25
25
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
26
26
|
|
|
27
27
|
> [!IMPORTANT]
|
|
@@ -490,7 +490,7 @@ The following executor options are available:
|
|
|
490
490
|
|
|
491
491
|
| Option | Type | Description | Default |
|
|
492
492
|
| --------- | ------ | ------------- | --------- |
|
|
493
|
-
| **outputFile \*** | `string` | The file path where the schema json will be written (relative to the workspace root) | "
|
|
493
|
+
| **outputFile \*** | `string` | The file path where the schema json will be written (relative to the workspace root) | "./storm.schema.json" |
|
|
494
494
|
|
|
495
495
|
|
|
496
496
|
**Please note:** _Option names followed by \* above are required, and must be provided to run the executor._
|
package/index.js
CHANGED
|
@@ -73033,7 +73033,7 @@ var init_get_config_file = __esm({
|
|
|
73033
73033
|
}
|
|
73034
73034
|
);
|
|
73035
73035
|
writeTrace(result.config, { logLevel: "all" });
|
|
73036
|
-
config = (0, import_deepmerge.default)(config ?? {},
|
|
73036
|
+
config = (0, import_deepmerge.default)(result.config ?? {}, config ?? {});
|
|
73037
73037
|
}
|
|
73038
73038
|
}
|
|
73039
73039
|
}
|
|
@@ -424142,7 +424142,7 @@ async function presetGeneratorFn(tree, options) {
|
|
|
424142
424142
|
url: "https://stormsoftware.com/support",
|
|
424143
424143
|
email: "support@stormsoftware.com"
|
|
424144
424144
|
};
|
|
424145
|
-
json.license = "Apache
|
|
424145
|
+
json.license = "Apache-2.0";
|
|
424146
424146
|
json.author ??= {
|
|
424147
424147
|
name: "Storm Software",
|
|
424148
424148
|
email: "contact@stormsoftware.com",
|