@equinor/fusion-framework-cli 15.2.2 → 15.2.4
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 +20 -0
- package/bin/build/bin.mjs +1 -1
- package/bin/build/cli.mjs +3 -3
- package/dist/esm/version.js +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 15.2.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0d9d876: Internal: bump transitive dependencies bundled into these packages' build output via `pnpm.overrides` — `undici` (`<7.29.0`), `brace-expansion` (`<2.1.4`), `fast-uri` (`<3.1.5`), and `postcss` (`<=8.5.22`) — to resolve Dependabot security alerts. These packages bundle their dependency tree (rollup/vite build) and are therefore always changesetted for dependency changes, even when only the root lockfile resolution moves.
|
|
8
|
+
- Updated dependencies [1b9d026]
|
|
9
|
+
- Updated dependencies [0d9d876]
|
|
10
|
+
- @equinor/fusion-framework-dev-portal@9.0.0
|
|
11
|
+
- @equinor/fusion-framework-dev-server@2.0.18
|
|
12
|
+
|
|
13
|
+
## 15.2.3
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [f7d2666]
|
|
18
|
+
- Updated dependencies [de2b4fb]
|
|
19
|
+
- @equinor/fusion-framework-dev-portal@8.0.3
|
|
20
|
+
- @equinor/fusion-framework-module-azure-identity@0.2.3
|
|
21
|
+
- @equinor/fusion-framework-dev-server@2.0.17
|
|
22
|
+
|
|
3
23
|
## 15.2.2
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|