@equinor/fusion-framework-cli 15.2.1 → 15.2.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 CHANGED
@@ -1,5 +1,16 @@
1
1
  # Change Log
2
2
 
3
+ ## 15.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 3dcaae6: Internal: bump `chalk` from `5.6.2` to `6.0.0`. No API changes affect this repo's usage; chalk 6 raises its own Node.js requirement to `>=22`, already satisfied by this repo's `>=24` engines requirement.
8
+ - 642c3b2: Internal: bump `execa` from `9.6.1` to `10.0.0`. Fixed a breaking change where subprocesses returned by `execa()` are no longer `ChildProcess`-augmented — Node.js-specific methods like `.unref()` are now accessed via `subprocess.nodeChildProcess`.
9
+ - Updated dependencies [ceaf26a]
10
+ - @equinor/fusion-imports@2.0.2
11
+ - @equinor/fusion-framework-dev-server@2.0.16
12
+ - @equinor/fusion-framework-dev-portal@8.0.2
13
+
3
14
  ## 15.2.1
4
15
 
5
16
  ### Patch Changes