@storm-software/testing-tools 1.86.0 → 1.97.1

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,8 +1,226 @@
1
+ ## 1.97.1 (2025-01-11)
2
+
3
+ ### Miscellaneous
4
+
5
+ - **workspace-tools:** Added additional logging for pnpm dependency updates
6
+ process
7
+ ([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
8
+
9
+ ## 1.97.0 (2025-01-10)
10
+
11
+ ### Features
12
+
13
+ - **git-tools:** Ensure we select the correct workflow run to determine release
14
+ changes
15
+ ([f48f346e](https://github.com/storm-software/storm-ops/commit/f48f346e))
16
+
17
+ ### Continuous Integration
18
+
19
+ - **monorepo:** Update the `ci.yml` configuration to check for previous
20
+ successful runs
21
+ ([6964e972](https://github.com/storm-software/storm-ops/commit/6964e972))
22
+
23
+ ## 1.96.0 (2025-01-10)
24
+
25
+ ### Features
26
+
27
+ - **build-tools:** Added the `getEnv` helper to populate storm defaults during a
28
+ build
29
+ ([5a9175b9](https://github.com/storm-software/storm-ops/commit/5a9175b9))
30
+
31
+ ## 1.95.3 (2025-01-10)
32
+
33
+ ### Bug Fixes
34
+
35
+ - **workspace-tools:** Added missing `defu` dependency
36
+ ([60401ac7](https://github.com/storm-software/storm-ops/commit/60401ac7))
37
+
38
+ ## 1.95.2 (2025-01-09)
39
+
40
+ ### Bug Fixes
41
+
42
+ - **workspace-tools:** Added additional troubleshooting logging to the package
43
+ ([c2cbdcc5](https://github.com/storm-software/storm-ops/commit/c2cbdcc5))
44
+
45
+ ## 1.95.1 (2025-01-09)
46
+
47
+ ### Bug Fixes
48
+
49
+ - **workspace-tools:** Added `read-yaml-file` as external dependency
50
+ ([c402da27](https://github.com/storm-software/storm-ops/commit/c402da27))
51
+
52
+ ## 1.95.0 (2025-01-08)
53
+
54
+ ### Features
55
+
56
+ - **git-tools:** Added default release group configurations
57
+ ([4b30144d](https://github.com/storm-software/storm-ops/commit/4b30144d))
58
+ - **build-tools:** Enhanced build options resolving to allow plugin list
59
+ overrides
60
+ ([94aa9ac4](https://github.com/storm-software/storm-ops/commit/94aa9ac4))
61
+ - **git-tools:** Complete redesign of the package and tools contained within
62
+ ([96de0911](https://github.com/storm-software/storm-ops/commit/96de0911))
63
+
64
+ ### Bug Fixes
65
+
66
+ - **git-tools:** Remove Nx release configuration defaulting module
67
+ ([6bf1dacf](https://github.com/storm-software/storm-ops/commit/6bf1dacf))
68
+ - **git-tools:** Updates to default `nx.json` configuration applied on release
69
+ ([e15c2954](https://github.com/storm-software/storm-ops/commit/e15c2954))
70
+ - **git-tools:** Resolve issue with `git` parameters provided to `release` APIs
71
+ ([dd098e08](https://github.com/storm-software/storm-ops/commit/dd098e08))
72
+ - **git-tools:** Resolved issue with invalid path provided to `copyfile` in
73
+ `build` target
74
+ ([440ac16b](https://github.com/storm-software/storm-ops/commit/440ac16b))
75
+ - **git-tools:** Update dist output to be found in workflow action
76
+ ([3f4dc983](https://github.com/storm-software/storm-ops/commit/3f4dc983))
77
+ - **linting-tools:** Update `zizmor` configuration line number
78
+ ([4dd6fbc1](https://github.com/storm-software/storm-ops/commit/4dd6fbc1))
79
+
80
+ ### Code Improvements
81
+
82
+ - **workspace-tools:** Added release group configuration to nx configuration
83
+ prefixes
84
+ ([1ac21fcf](https://github.com/storm-software/storm-ops/commit/1ac21fcf))
85
+
86
+ ### Chores
87
+
88
+ - **git-tools:** Added logic to properly copy dist files to output folder
89
+ ([1810fb35](https://github.com/storm-software/storm-ops/commit/1810fb35))
90
+ - **monorepo:** Update the release script to work in any environment
91
+ ([c423f46e](https://github.com/storm-software/storm-ops/commit/c423f46e))
92
+
93
+ ### Continuous Integration
94
+
95
+ - **monorepo:** Resolve issue with `changelog-renderer` selected for repository
96
+ ([3686b00f](https://github.com/storm-software/storm-ops/commit/3686b00f))
97
+
98
+ ### Dependency Upgrades
99
+
100
+ - **monorepo:** Update `chalk` depenency to v4.1.2 to work with cjs packages
101
+ ([a92755e8](https://github.com/storm-software/storm-ops/commit/a92755e8))
102
+
103
+ ## 1.94.0 (2025-01-02)
104
+
105
+ ### Features
106
+
107
+ - **workspace-tools:** Added code to strip `catalog:` references in published
108
+ `package.json` files
109
+ ([d50c3ea6](https://github.com/storm-software/storm-ops/commit/d50c3ea6))
110
+
111
+ ### Bug Fixes
112
+
113
+ - **storm-ops:** Remove unused `deepmerge` references and fix build
114
+ ([0f4ee3f7](https://github.com/storm-software/storm-ops/commit/0f4ee3f7))
115
+
116
+ ## 1.93.2 (2025-01-02)
117
+
118
+ ### Bug Fixes
119
+
120
+ - **git-tools:** Ensure the correct email is provided for Stormie-Bot
121
+ ([5fb2c9b6](https://github.com/storm-software/storm-ops/commit/5fb2c9b6))
122
+
123
+ ## 1.93.1 (2025-01-02)
124
+
125
+ ### Bug Fixes
126
+
127
+ - **workspace-tools:** Resolved issue displaying buffer errors in publish
128
+ executor
129
+ ([21791bd1](https://github.com/storm-software/storm-ops/commit/21791bd1))
130
+
131
+ ## 1.93.0 (2025-01-02)
132
+
133
+ ### Features
134
+
135
+ - **storm-ops:** Updated catalog and JSON schema for `StormConfig` object
136
+ ([bf99f680](https://github.com/storm-software/storm-ops/commit/bf99f680))
137
+
138
+ ## 1.92.0 (2025-01-02)
139
+
140
+ ### Features
141
+
142
+ - **config:** Clean up Storm workspace configuration properties
143
+ ([22508dd8](https://github.com/storm-software/storm-ops/commit/22508dd8))
144
+
145
+ ## 1.91.0 (2025-01-02)
146
+
147
+ ### Features
148
+
149
+ - **k8s-tools:** Removed old dynamic modules import
150
+ ([81805110](https://github.com/storm-software/storm-ops/commit/81805110))
151
+
152
+ ## 1.90.0 (2025-01-02)
153
+
154
+ ### Features
155
+
156
+ - **workspace-tools:** Removed old dynamically imported modules
157
+ ([56f84500](https://github.com/storm-software/storm-ops/commit/56f84500))
158
+
159
+ ## 1.89.3 (2025-01-02)
160
+
161
+ ### Bug Fixes
162
+
163
+ - **storm-ops:** Resolved issue with missing `zod` dependency
164
+ ([a886ddde](https://github.com/storm-software/storm-ops/commit/a886ddde))
165
+
166
+ ## 1.89.2 (2025-01-02)
167
+
168
+ ### Bug Fixes
169
+
170
+ - **storm-ops:** Resolve issue preventing release publishing
171
+ ([92c10eae](https://github.com/storm-software/storm-ops/commit/92c10eae))
172
+
173
+ ## 1.89.1 (2025-01-02)
174
+
175
+ ### Bug Fixes
176
+
177
+ - **workspace-tools:** Resolved issue with missing `deepmerge` dependency
178
+ ([f27195c6](https://github.com/storm-software/storm-ops/commit/f27195c6))
179
+
180
+ ## 1.89.0 (2025-01-02)
181
+
182
+ ### Features
183
+
184
+ - **workspace-tools:** Added `esbuild` executor and removed deprecations
185
+ ([aaef5e70](https://github.com/storm-software/storm-ops/commit/aaef5e70))
186
+ - **config:** Regenerate the `storm.schema.json` file
187
+ ([258c3213](https://github.com/storm-software/storm-ops/commit/258c3213))
188
+ - **config:** Added `bot` property to `StormConfig`
189
+ ([2c874819](https://github.com/storm-software/storm-ops/commit/2c874819))
190
+ - **config-tools:** Use `tsup` to expand package format and export config
191
+ ([d9e53d7d](https://github.com/storm-software/storm-ops/commit/d9e53d7d))
192
+
193
+ ### Dependency Upgrades
194
+
195
+ - **storm-ops:** Moved `rollup` and `zod` into the pnpm catalog
196
+ ([c80b2a62](https://github.com/storm-software/storm-ops/commit/c80b2a62))
197
+
198
+ ## 1.88.0 (2024-12-30)
199
+
200
+ ### Features
201
+
202
+ - **workspace-tools:** Use `pnpm publish` in the `npm-publish` executor
203
+ ([48a2ad49](https://github.com/storm-software/storm-ops/commit/48a2ad49))
204
+
205
+ ## 1.87.0 (2024-12-30)
206
+
207
+ ### Features
208
+
209
+ - **storm-ops:** Completed enhancement around `catalog` and `workspace`
210
+ dependency upgrades
211
+ ([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
212
+
213
+ ### Dependency Upgrades
214
+
215
+ - **storm-ops:** Added consistent `@types/node` versions across repository
216
+ ([a569536d](https://github.com/storm-software/storm-ops/commit/a569536d))
217
+
1
218
  ## 1.86.0 (2024-12-18)
2
219
 
3
220
  ### Features
4
221
 
5
- - **storm-ops:** Improved descriptions and markdown across monorepo ([aec89c79](https://github.com/storm-software/storm-ops/commit/aec89c79))
222
+ - **storm-ops:** Improved descriptions and markdown across monorepo
223
+ ([aec89c79](https://github.com/storm-software/storm-ops/commit/aec89c79))
6
224
 
7
225
  ## 1.85.1 (2024-12-18)
8
226
 
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.84.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.97.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)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/index.cjs CHANGED
@@ -17,11 +17,11 @@ var __copyProps = (to, from, except, desc) => {
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
19
  // packages/testing-tools/src/index.ts
20
- var src_exports = {};
21
- __export(src_exports, {
20
+ var index_exports = {};
21
+ __export(index_exports, {
22
22
  getJestConfig: () => getJestConfig
23
23
  });
24
- module.exports = __toCommonJS(src_exports);
24
+ module.exports = __toCommonJS(index_exports);
25
25
 
26
26
  // packages/testing-tools/src/jest/package.config.ts
27
27
  var import_node_path = require("node:path");
package/package.json CHANGED
@@ -1,46 +1 @@
1
- {
2
- "name": "@storm-software/testing-tools",
3
- "version": "1.86.0",
4
- "type": "commonjs",
5
- "description": "⚡ A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.",
6
- "repository": {
7
- "type": "github",
8
- "url": "https://github.com/storm-software/storm-ops",
9
- "directory": "packages/testing-tools"
10
- },
11
- "homepage": "https://stormsoftware.com",
12
- "bugs": {
13
- "url": "https://github.com/storm-software/storm-ops/issues",
14
- "email": "support@stormsoftware.com"
15
- },
16
- "author": {
17
- "name": "Storm Software",
18
- "email": "contact@stormsoftware.com",
19
- "url": "https://stormsoftware.com"
20
- },
21
- "license": "Apache 2.0",
22
- "private": false,
23
- "module": "./index.js",
24
- "types": "./declarations.d.ts",
25
- "keywords": [
26
- "storm",
27
- "storm-ops",
28
- "stormstack",
29
- "storm-stack",
30
- "sullivanpj",
31
- "open-system",
32
- "monorepo"
33
- ],
34
- "peerDependencies": {
35
- "@nx/jest": "^20.2.2",
36
- "jest": "29.7.0"
37
- },
38
- "devDependencies": {
39
- "@nx/jest": "^20.2.2",
40
- "jest": "29.7.0",
41
- "jest-resolve": "29.7.0"
42
- },
43
- "publishConfig": {
44
- "access": "public"
45
- }
46
- }
1
+ {"name":"@storm-software/testing-tools","version":"1.97.1","type":"commonjs","description":"⚡ A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/testing-tools"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache-2.0","private":false,"module":"./index.js","types":"./declarations.d.ts","keywords":["monorepo","open-system","storm","storm-ops","storm-stack","stormstack","sullivanpj"],"peerDependencies":{"@nx/jest":"^20.3.1","jest":"29.7.0"},"devDependencies":{"@nx/jest":"^20.3.1","@types/node":"^22.10.2","jest":"29.7.0","jest-resolve":"29.7.0"},"publishConfig":{"access":"public"}}