@storm-software/testing-tools 1.37.4 → 1.38.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +54 -10
  3. package/package.json +23 -23
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 1.38.1 (2024-06-05)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - **eslint:** Resolve issue with missing dependencies ([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
7
+
8
+ ## 1.38.0 (2024-06-03)
9
+
10
+
11
+ ### 🚀 Features
12
+
13
+ - **storm-ops:** Upgrade Nx packages and resolve linting issues ([685c2bb9](https://github.com/storm-software/storm-ops/commit/685c2bb9))
14
+
1
15
  ## 1.37.4 (2024-04-08)
2
16
 
3
17
 
package/README.md CHANGED
@@ -3,11 +3,16 @@
3
3
  <!-- markdownlint-disable -->
4
4
 
5
5
 
6
- <div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%" altText="Storm Software" /></div>
6
+ <div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%" alt="Storm Software" /></div>
7
7
  <br />
8
8
 
9
9
  <div align="center">
10
- <a href="https://stormsoftware.com" target="_blank">Website</a> | <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> | <a href="https://github.com/storm-software/storm-ops" target="_blank">Repository</a> | <a href="https://stormstack.github.io/stormstack/" target="_blank">Documentation</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=enhancement&template=feature-request.yml&title=Feature Request%3A+">Request a Feature</a> | <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=documentation&template=documentation.yml&title=Documentation Request%3A+">Request Documentation</a> | <a href="https://github.com/storm-software/storm-ops/discussions">Ask a Question</a>
10
+ <b>
11
+ <a href="https://stormsoftware.com" target="_blank">Website</a> •
12
+ <a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> •
13
+ <a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> •
14
+ <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a>
15
+ </b>
11
16
  </div>
12
17
 
13
18
  <br />
@@ -16,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
16
21
 
17
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 />
18
23
 
19
- [![Version](https://img.shields.io/badge/version-1.37.3-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
24
+ [![Version](https://img.shields.io/badge/version-1.38.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
20
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)
21
26
 
22
27
  > [!IMPORTANT]
@@ -32,7 +37,9 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
32
37
 
33
38
  # Storm Testing Tools
34
39
 
35
- This package contains various testing tools used by Storm workspaces to drive unit and e2e testing. The following packages are included and combined into an easy to use CLI tool:
40
+ This package contains various testing tools used by Storm workspaces to drive
41
+ unit and e2e testing. The following packages are included and combined into an
42
+ easy to use CLI tool:
36
43
 
37
44
  - [Jest](https://jestjs.io/)
38
45
  - [Vitest](https://vitest.dev/)
@@ -75,7 +82,8 @@ Run `nx build testing-tools` to build the library.
75
82
 
76
83
  ## Running unit tests
77
84
 
78
- Run `nx test testing-tools` to execute the unit tests via [Jest](https://jestjs.io).
85
+ Run `nx test testing-tools` to execute the unit tests via
86
+ [Jest](https://jestjs.io).
79
87
 
80
88
  <!-- START footer -->
81
89
  <!-- prettier-ignore-start -->
@@ -86,6 +94,9 @@ Run `nx test testing-tools` to execute the unit tests via [Jest](https://jestjs.
86
94
 
87
95
  Storm workspaces are built using <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools for monorepos, which helps you develop like Google, Facebook, and Microsoft. Building on top of Nx, the Open System provides a set of tools and patterns that help you scale your monorepo to many teams while keeping the codebase maintainable.
88
96
 
97
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
98
+ <br />
99
+
89
100
  ## Roadmap
90
101
 
91
102
  See the [open issues](https://github.com/storm-software/storm-ops/issues) for a list of proposed features (and known issues).
@@ -94,6 +105,9 @@ See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
94
105
  - [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc) (Add your votes using the 👍 reaction)
95
106
  - [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
96
107
 
108
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
109
+ <br />
110
+
97
111
  ## Support
98
112
 
99
113
  Reach out to the maintainer at one of the following places:
@@ -102,16 +116,25 @@ Reach out to the maintainer at one of the following places:
102
116
  - [GitHub discussions](https://github.com/storm-software/storm-ops/discussions)
103
117
  - <support@stormsoftware.com>
104
118
 
119
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
120
+ <br />
121
+
105
122
  ## License
106
123
 
107
124
  This project is licensed under the **Apache License 2.0**. Feel free to edit and distribute this template as you like.
108
125
 
109
126
  See [LICENSE](LICENSE) for more information.
110
127
 
128
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
129
+ <br />
130
+
111
131
  ## Changelog
112
132
 
113
133
  This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md) file
114
134
 
135
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
136
+ <br />
137
+
115
138
  ## Contributing
116
139
 
117
140
  First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are **greatly appreciated**.
@@ -127,6 +150,9 @@ Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
127
150
 
128
151
  You can use [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli) to check for common markdown style inconsistency.
129
152
 
153
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
154
+ <br />
155
+
130
156
  ## Contributors
131
157
 
132
158
  Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
@@ -144,7 +170,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
144
170
  <tfoot>
145
171
  <tr>
146
172
  <td align="center" size="13px" colspan="7">
147
- <img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg">
173
+ <img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg" alt="All Contributors">
148
174
  <a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
149
175
  </img>
150
176
  </td>
@@ -156,22 +182,40 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
156
182
 
157
183
  This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
158
184
 
185
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
159
186
  <br />
187
+
188
+ <hr />
160
189
  <br />
190
+
161
191
  <div align="center">
162
- <img src="https://pub-e71cff0f90204755bc910518d63cacf8.r2.dev/logo-opengraph.gif" width="100%"/>
192
+ <img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/logo-banner.png" width="100%" alt="Storm Software" />
163
193
  </div>
164
194
  <br />
165
195
 
166
196
  <div align="center">
167
- <a href="https://www.patsullivan.org" target="_blank">Website</a> | <a href="https://www.patsullivan.org/contact" target="_blank">Contact</a> | <a href="https://linkedin.com/in/patrick-sullivan-865526b0" target="_blank">LinkedIn</a> | <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> | <a href="https://github.com/sullivanpj" target="_blank">GitHub</a> | <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
197
+ <b>
198
+ <a href="https://stormsoftware.com" target="_blank">Website</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> • <a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://linkedin.com/in/pat-sullivan-dev" target="_blank">LinkedIn</a> • <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> • <a href="https://github.com/storm-software" target="_blank">GitHub</a> • <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
199
+ </b>
168
200
  </div>
169
201
 
170
202
  <div align="center">
171
- <p><b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D</p>
203
+ <b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D
172
204
  </div>
205
+ <br />
206
+
207
+ Storm Software is an open source software development organization and creator of Acidic, StormStack and StormCloud.
208
+
209
+ Our mission is to make software development more accessible. Our ideal future is one where anyone can create software without years of prior development experience serving as a barrier to entry. We hope to achieve this via LLMs, Generative AI, and intuitive, high-level data modeling/programming languages.
173
210
 
174
- <h3 align="center">💻 Visit <a href="https://www.patsullivan.org" target="_blank">patsullivan.org</a> to stay up to date with this developer</h3><br /><br />
211
+ If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our website!
212
+
213
+ <br />
214
+ <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3>
215
+
216
+ <br />
217
+ <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
218
+ <br />
175
219
 
176
220
 
177
221
  <!-- markdownlint-restore -->
package/package.json CHANGED
@@ -1,45 +1,45 @@
1
1
  {
2
2
  "name": "@storm-software/testing-tools",
3
- "version": "1.37.4",
4
- "private": false,
3
+ "version": "1.38.1",
4
+ "type": "commonjs",
5
5
  "description": "⚡ A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.",
6
- "keywords": [
7
- "storm",
8
- "storm-ops",
9
- "stormstack",
10
- "storm-stack",
11
- "sullivanpj",
12
- "open-system",
13
- "monorepo"
14
- ],
15
- "homepage": "https://stormsoftware.com",
16
- "bugs": {
17
- "url": "https://github.com/storm-software/storm-ops/issues",
18
- "email": "support@stormsoftware.com"
19
- },
20
6
  "repository": {
21
7
  "type": "github",
22
8
  "url": "https://github.com/storm-software/storm-ops",
23
9
  "directory": "packages/testing-tools"
24
10
  },
25
- "license": "Apache 2.0",
11
+ "homepage": "https://stormsoftware.com",
12
+ "bugs": {
13
+ "url": "https://github.com/storm-software/storm-ops/issues",
14
+ "email": "support@stormsoftware.com"
15
+ },
26
16
  "author": {
27
17
  "name": "Storm Software",
28
18
  "email": "contact@stormsoftware.com",
29
19
  "url": "https://stormsoftware.com"
30
20
  },
31
- "type": "commonjs",
21
+ "license": "Apache 2.0",
22
+ "private": false,
32
23
  "module": "./index.js",
33
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": "^19.1.0",
36
+ "jest": "29.7.0"
37
+ },
34
38
  "devDependencies": {
35
- "@nx/jest": "18.2.3",
39
+ "@nx/jest": "^19.1.0",
36
40
  "jest": "29.7.0",
37
41
  "jest-resolve": "29.7.0"
38
42
  },
39
- "peerDependencies": {
40
- "@nx/jest": "18.2.3",
41
- "jest": "29.7.0"
42
- },
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  }