@storm-software/workspace-tools 1.77.0 → 1.79.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,17 +1,36 @@
1
- ## 1.77.0 (2024-05-27)
1
+ ## 1.79.0 (2024-05-29)
2
2
 
3
3
 
4
4
  ### 🚀 Features
5
5
 
6
- - **workspace-tools:** Added the `TypeScriptLibraryGenerator` executor types to exports ([3e9432b1](https://github.com/storm-software/storm-ops/commit/3e9432b1))
6
+ - **cloudflare-tools:** Update worker generator to add hono depenendency ([946a9e59](https://github.com/storm-software/storm-ops/commit/946a9e59))
7
7
 
8
8
 
9
9
  ### ❤️ Thank You
10
10
 
11
11
  - Patrick Sullivan
12
12
 
13
- ## 1.76.3 (2024-05-27)
13
+ ## 1.78.0 (2024-05-29)
14
+
15
+ ### 🚀 Features
16
+
17
+ - **config:** Added the `cloudflareAccountId` configuration parameter ([db4cbd7d](https://github.com/storm-software/storm-ops/commit/db4cbd7d))
18
+
19
+ ### ❤️ Thank You
20
+
21
+ - Patrick Sullivan
22
+
23
+ ## 1.77.0 (2024-05-27)
24
+
25
+ ### 🚀 Features
26
+
27
+ - **workspace-tools:** Added the `TypeScriptLibraryGenerator` executor types to exports ([3e9432b1](https://github.com/storm-software/storm-ops/commit/3e9432b1))
14
28
 
29
+ ### ❤️ Thank You
30
+
31
+ - Patrick Sullivan
32
+
33
+ ## 1.76.3 (2024-05-27)
15
34
 
16
35
  ### 🩹 Fixes
17
36
 
@@ -27,34 +46,29 @@
27
46
 
28
47
  - **deps:** update dependencies-non-major ([#159](https://github.com/storm-software/storm-ops/pull/159))
29
48
 
30
-
31
- ### ❤️ Thank You
49
+ ### ❤️ Thank You
32
50
 
33
51
  - Patrick Sullivan
34
52
 
35
53
  ## 1.76.2 (2024-05-07)
36
54
 
37
-
38
55
  ### 🩹 Fixes
39
56
 
40
57
  - **config:** Mark the `accent` color as optional ([156921b6](https://github.com/storm-software/storm-ops/commit/156921b6))
41
58
 
42
59
  - **workspace-tools:** Resolved issue with invalid result returned from versioning generator ([a489eac5](https://github.com/storm-software/storm-ops/commit/a489eac5))
43
60
 
44
-
45
- ### ❤️ Thank You
61
+ ### ❤️ Thank You
46
62
 
47
63
  - Patrick Sullivan
48
64
 
49
65
  ## 1.76.1 (2024-05-06)
50
66
 
51
-
52
67
  ### 🩹 Fixes
53
68
 
54
69
  - **markdownlint:** Resolved issue with bad config in lint file ([95b3aba7](https://github.com/storm-software/storm-ops/commit/95b3aba7))
55
70
 
56
-
57
- ### ❤️ Thank You
71
+ ### ❤️ Thank You
58
72
 
59
73
  - Patrick Sullivan
60
74
 
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.76.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
24
+ [![Version](https://img.shields.io/badge/version-1.78.0-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
@@ -231,10 +231,16 @@
231
231
  "workspaceChangelog": false,
232
232
  "projectChangelogs": {
233
233
  "createRelease": "github",
234
- "entryWhenNoChanges": false
234
+ "entryWhenNoChanges": false,
235
+ "renderOptions": {
236
+ "authors": false,
237
+ "commitReferences": true,
238
+ "versionTitleDate": true
239
+ }
235
240
  }
236
241
  },
237
242
  "version": {
243
+ "preVersionCommand": "pnpm build-all",
238
244
  "generator": "@storm-software/workspace-tools:release-version",
239
245
  "generatorOptions": {
240
246
  "currentVersionResolver": "git-tag",
package/index.js CHANGED
@@ -66706,7 +66706,7 @@ var init_schema = __esm({
66706
66706
  ]).default("debug").describe(
66707
66707
  "The log level used to filter out lower priority log messages. If not provided, this is defaulted using the `environment` config value (if `environment` is set to `production` then `level` is `error`, else `level` is `debug`)."
66708
66708
  ),
66709
- cloudflareAccountId: z2.string().trim().nullable().default(null).describe("The default Cloudflare account ID of the workspace"),
66709
+ cloudflareAccountId: z2.string().trim().toLowerCase().length(32).regex(/^([0-9a-fA-F]{32})$/i).nullable().default(null).describe("The default Cloudflare account ID of the workspace"),
66710
66710
  configFile: z2.string().trim().nullable().default(null).describe(
66711
66711
  "The filepath of the Storm config. When this field is null, no config file was found in the current workspace."
66712
66712
  ),
@@ -68962,7 +68962,7 @@ var init_get_env = __esm({
68962
68962
  branch: process.env[`${prefix}BRANCH`],
68963
68963
  preid: process.env[`${prefix}PRE_ID`],
68964
68964
  externalPackagePatterns: process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] ? JSON.parse(process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`]) : [],
68965
- cloudflareAccountId: process.env[`${prefix}CLOUDFLARE_ACCOUNT_ID`],
68965
+ cloudflareAccountId: process.env[`${prefix}CLOUDFLARE_ACCOUNT_ID`] ? process.env[`${prefix}CLOUDFLARE_ACCOUNT_ID`] : process.env.CLOUDFLARE_ACCOUNT_ID ? process.env.CLOUDFLARE_ACCOUNT_ID : process.env.STORM_BOT_CLOUDFLARE_ACCOUNT,
68966
68966
  logLevel: process.env[`${prefix}LOG_LEVEL`] !== null && process.env[`${prefix}LOG_LEVEL`] !== void 0 ? process.env[`${prefix}LOG_LEVEL`] && Number.isSafeInteger(
68967
68967
  Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
68968
68968
  ) ? getLogLevelLabel(
@@ -69178,6 +69178,10 @@ var init_set_env = __esm({
69178
69178
  );
69179
69179
  }
69180
69180
  if (config.cloudflareAccountId) {
69181
+ process.env.STORM_BOT_CLOUDFLARE_ACCOUNT ??= String(
69182
+ config.cloudflareAccountId
69183
+ );
69184
+ process.env.CLOUDFLARE_ACCOUNT_ID ??= String(config.cloudflareAccountId);
69181
69185
  process.env[`${prefix}CLOUDFLARE_ACCOUNT_ID`] = String(
69182
69186
  config.cloudflareAccountId
69183
69187
  );