@storm-software/testing-tools 1.79.0 → 1.80.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 (2) hide show
  1. package/CHANGELOG.md +16 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,14 +1,26 @@
1
+ ## 1.80.0 (2024-11-01)
2
+
3
+ ### Features
4
+
5
+ - **eslint:** Resolve type issues with Nx plugin in preset ([d27162e2](https://github.com/storm-software/storm-ops/commit/d27162e2))
6
+
1
7
  ## 1.79.0 (2024-10-31)
2
8
 
3
9
  ### Features
4
10
 
5
- - **workspace-tools:** Update the Nx package code to conform to latest type definitions ([b1dbdff8](https://github.com/storm-software/storm-ops/commit/b1dbdff8))
6
- - **storm-ops:** Upgrade the Nx package versions used in the repository ([369fad24](https://github.com/storm-software/storm-ops/commit/369fad24))
7
- - **config:** Added the `link` color token to Storm configuration ([c66f39ed](https://github.com/storm-software/storm-ops/commit/c66f39ed))
11
+ - **workspace-tools:** Update the Nx package code to conform to latest type
12
+ definitions
13
+ ([b1dbdff8](https://github.com/storm-software/storm-ops/commit/b1dbdff8))
14
+ - **storm-ops:** Upgrade the Nx package versions used in the repository
15
+ ([369fad24](https://github.com/storm-software/storm-ops/commit/369fad24))
16
+ - **config:** Added the `link` color token to Storm configuration
17
+ ([c66f39ed](https://github.com/storm-software/storm-ops/commit/c66f39ed))
8
18
 
9
19
  ### Bug Fixes
10
20
 
11
- - **cloudflare-tools:** Remove references to removed `projectNameAndRootFormat` Nx options ([7db6e9d6](https://github.com/storm-software/storm-ops/commit/7db6e9d6))
21
+ - **cloudflare-tools:** Remove references to removed `projectNameAndRootFormat`
22
+ Nx options
23
+ ([7db6e9d6](https://github.com/storm-software/storm-ops/commit/7db6e9d6))
12
24
 
13
25
  ## 1.78.0 (2024-10-22)
14
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/testing-tools",
3
- "version": "1.79.0",
3
+ "version": "1.80.0",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.",
6
6
  "repository": {