@storm-software/testing-tools 1.37.3 β†’ 1.38.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/README.md +49 -8
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ ## 1.38.0 (2024-06-03)
2
+
3
+
4
+ ### πŸš€ Features
5
+
6
+ - **storm-ops:** Upgrade Nx packages and resolve linting issues ([685c2bb9](https://github.com/storm-software/storm-ops/commit/685c2bb9))
7
+
8
+ ## 1.37.4 (2024-04-08)
9
+
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - **build-tools:** Resolved issue with module types used in build ([50a368d3](https://github.com/storm-software/storm-ops/commit/50a368d3))
14
+
15
+
16
+ ### ❀️ Thank You
17
+
18
+ - Patrick Sullivan
19
+
1
20
  ## 1.37.3 (2024-04-08)
2
21
 
3
22
 
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.2-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
24
+ [![Version](https://img.shields.io/badge/version-1.37.4-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]
@@ -86,6 +91,9 @@ Run `nx test testing-tools` to execute the unit tests via [Jest](https://jestjs.
86
91
 
87
92
  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
93
 
94
+ <div align="right">[ <a href="#table-of-contents">Back to top β–²</a> ]</div>
95
+ <br />
96
+
89
97
  ## Roadmap
90
98
 
91
99
  See the [open issues](https://github.com/storm-software/storm-ops/issues) for a list of proposed features (and known issues).
@@ -94,6 +102,9 @@ See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
94
102
  - [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
103
  - [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
96
104
 
105
+ <div align="right">[ <a href="#table-of-contents">Back to top β–²</a> ]</div>
106
+ <br />
107
+
97
108
  ## Support
98
109
 
99
110
  Reach out to the maintainer at one of the following places:
@@ -102,16 +113,25 @@ Reach out to the maintainer at one of the following places:
102
113
  - [GitHub discussions](https://github.com/storm-software/storm-ops/discussions)
103
114
  - <support@stormsoftware.com>
104
115
 
116
+ <div align="right">[ <a href="#table-of-contents">Back to top β–²</a> ]</div>
117
+ <br />
118
+
105
119
  ## License
106
120
 
107
121
  This project is licensed under the **Apache License 2.0**. Feel free to edit and distribute this template as you like.
108
122
 
109
123
  See [LICENSE](LICENSE) for more information.
110
124
 
125
+ <div align="right">[ <a href="#table-of-contents">Back to top β–²</a> ]</div>
126
+ <br />
127
+
111
128
  ## Changelog
112
129
 
113
130
  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
131
 
132
+ <div align="right">[ <a href="#table-of-contents">Back to top β–²</a> ]</div>
133
+ <br />
134
+
115
135
  ## Contributing
116
136
 
117
137
  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 +147,9 @@ Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
127
147
 
128
148
  You can use [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli) to check for common markdown style inconsistency.
129
149
 
150
+ <div align="right">[ <a href="#table-of-contents">Back to top β–²</a> ]</div>
151
+ <br />
152
+
130
153
  ## Contributors
131
154
 
132
155
  Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
@@ -144,7 +167,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
144
167
  <tfoot>
145
168
  <tr>
146
169
  <td align="center" size="13px" colspan="7">
147
- <img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg">
170
+ <img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg" alt="All Contributors">
148
171
  <a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
149
172
  </img>
150
173
  </td>
@@ -156,22 +179,40 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
156
179
 
157
180
  This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
158
181
 
182
+ <div align="right">[ <a href="#table-of-contents">Back to top β–²</a> ]</div>
159
183
  <br />
184
+
185
+ <hr />
160
186
  <br />
187
+
161
188
  <div align="center">
162
- <img src="https://pub-e71cff0f90204755bc910518d63cacf8.r2.dev/logo-opengraph.gif" width="100%"/>
189
+ <img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/logo-banner.png" width="100%" alt="Storm Software" />
163
190
  </div>
164
191
  <br />
165
192
 
166
193
  <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>
194
+ <b>
195
+ <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>
196
+ </b>
168
197
  </div>
169
198
 
170
199
  <div align="center">
171
- <p><b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D</p>
200
+ <b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D
172
201
  </div>
202
+ <br />
203
+
204
+ Storm Software is an open source software development organization and creator of Acidic, StormStack and StormCloud.
205
+
206
+ 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
207
 
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 />
208
+ 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!
209
+
210
+ <br />
211
+ <h3 align="center">πŸ’» Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3>
212
+
213
+ <br />
214
+ <div align="right">[ <a href="#table-of-contents">Back to top β–²</a> ]</div>
215
+ <br />
175
216
 
176
217
 
177
218
  <!-- markdownlint-restore -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/testing-tools",
3
- "version": "1.37.3",
3
+ "version": "1.38.0",
4
4
  "private": false,
5
5
  "description": "⚑ A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.",
6
6
  "keywords": [
@@ -32,12 +32,12 @@
32
32
  "module": "./index.js",
33
33
  "types": "./declarations.d.ts",
34
34
  "devDependencies": {
35
- "@nx/jest": "18.2.3",
35
+ "@nx/jest": "^19.1.0",
36
36
  "jest": "29.7.0",
37
37
  "jest-resolve": "29.7.0"
38
38
  },
39
39
  "peerDependencies": {
40
- "@nx/jest": "18.2.3",
40
+ "@nx/jest": "^19.1.0",
41
41
  "jest": "29.7.0"
42
42
  },
43
43
  "publishConfig": {