@equinor/fusion-framework-cli 11.3.0 → 11.3.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.
- package/CHANGELOG.md +49 -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/bin/app-tag.d.ts +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,54 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 11.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#3379](https://github.com/equinor/fusion-framework/pull/3379) [`96d319c`](https://github.com/equinor/fusion-framework/commit/96d319c64e2ccb0ad080d633b74b76cbc4f48083) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updated inquirer dependency from 12.9.4 to 12.9.6
|
|
8
|
+
|
|
9
|
+
- Updated inquirer to latest patch version 12.9.6
|
|
10
|
+
- Includes bug fixes and performance improvements
|
|
11
|
+
- No breaking changes in this patch update
|
|
12
|
+
|
|
13
|
+
- [#3381](https://github.com/equinor/fusion-framework/pull/3381) [`bae9c95`](https://github.com/equinor/fusion-framework/commit/bae9c9554f335d0384b864436874bded47d00ed8) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update rollup from 4.46.3 to 4.50.2
|
|
14
|
+
|
|
15
|
+
- Updated rollup dependency to latest patch version
|
|
16
|
+
- Includes bug fixes for tree-shaking array destructuring patterns
|
|
17
|
+
- Performance improvements and platform support updates
|
|
18
|
+
- No breaking changes - backward compatible update
|
|
19
|
+
|
|
20
|
+
- [#2910](https://github.com/equinor/fusion-framework/pull/2910) [`07cc985`](https://github.com/equinor/fusion-framework/commit/07cc9857e1427b574e011cc319518e701dba784d) Thanks [@dependabot](https://github.com/apps/dependabot)! - Updated vitest from 2.1.9 to 3.2.4 across all packages.
|
|
21
|
+
|
|
22
|
+
## Breaking Changes
|
|
23
|
+
|
|
24
|
+
- **Node.js Requirements**: Requires Node.js 18+ (already satisfied)
|
|
25
|
+
- **Vite Compatibility**: Updated to work with Vite 7.x (already using Vite 7.1.5)
|
|
26
|
+
- **Snapshot Format**: Snapshots now use backtick quotes (\`) instead of single quotes
|
|
27
|
+
- **Coverage API**: New coverage methods `enableCoverage()` and `disableCoverage()`
|
|
28
|
+
- **TypeScript Support**: Enhanced TypeScript integration and type definitions
|
|
29
|
+
|
|
30
|
+
## Security Updates
|
|
31
|
+
|
|
32
|
+
- CVE-2025-24963: Browser mode serves arbitrary files (fixed in 2.1.9)
|
|
33
|
+
- CVE-2025-24964: Remote Code Execution vulnerability (fixed in 2.1.9)
|
|
34
|
+
|
|
35
|
+
## Migration Notes
|
|
36
|
+
|
|
37
|
+
- Test snapshots may need regeneration due to quote format changes
|
|
38
|
+
- Some test configurations might need updates for new TypeScript support
|
|
39
|
+
- Peer dependency warnings for @vitest/coverage-v8 are expected and safe to ignore
|
|
40
|
+
|
|
41
|
+
## Links
|
|
42
|
+
|
|
43
|
+
- [Vitest 3.0 Migration Guide](https://vitest.dev/guide/migration)
|
|
44
|
+
- [Vitest 3.2.4 Release Notes](https://github.com/vitest-dev/vitest/releases/tag/v3.2.4)
|
|
45
|
+
|
|
46
|
+
- Updated dependencies [[`bae9c95`](https://github.com/equinor/fusion-framework/commit/bae9c9554f335d0384b864436874bded47d00ed8), [`4215d80`](https://github.com/equinor/fusion-framework/commit/4215d80799d156a248feb0f195af370907332a33), [`07cc985`](https://github.com/equinor/fusion-framework/commit/07cc9857e1427b574e011cc319518e701dba784d)]:
|
|
47
|
+
- @equinor/fusion-framework-dev-portal@1.0.3
|
|
48
|
+
- @equinor/fusion-framework-module-msal-node@1.0.4
|
|
49
|
+
- @equinor/fusion-framework-dev-server@1.0.3
|
|
50
|
+
- @equinor/fusion-imports@1.1.3
|
|
51
|
+
|
|
3
52
|
## 11.3.0
|
|
4
53
|
|
|
5
54
|
### Minor Changes
|