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