@equinor/fusion-framework-cli 13.0.0 → 13.1.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.
- package/CHANGELOG.md +52 -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 +3 -16
- package/dist/types/bin/index.d.ts +1 -1
- package/dist/types/cli/commands/app/publish.d.ts +1 -1
- package/dist/types/cli/commands/app/tag.d.ts +2 -1
- package/dist/types/cli/commands/portal/publish.d.ts +2 -1
- package/dist/types/cli/commands/portal/tag.d.ts +1 -1
- package/dist/types/version.d.ts +1 -1
- package/docs/ai-commands.md +2 -2
- package/package.json +13 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,57 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 13.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#3923](https://github.com/equinor/fusion-framework/pull/3923) [`f382399`](https://github.com/equinor/fusion-framework/commit/f38239914070dce4f5701c09f6c28336ad5ed73a) Thanks [@asbjornhaland](https://github.com/asbjornhaland)! - Add support for custom tags when publishing apps and portals, expanding beyond
|
|
8
|
+
the previous `latest` and `preview` options.
|
|
9
|
+
|
|
10
|
+
Tags can now use any combination of alphanumeric characters, dots, and hyphens
|
|
11
|
+
(`a–z`, `A–Z`, `0–9`, `.`, `-`), for example `latest`, `preview` or `pr-1234`.
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#3904](https://github.com/equinor/fusion-framework/pull/3904) [`4eae807`](https://github.com/equinor/fusion-framework/commit/4eae8070c1ad48eaa7d83a9aecfe5588c6aec41c) Thanks [@dependabot](https://github.com/apps/dependabot)! - Internal: bump inquirer from 13.1.0 to 13.2.0; adds new optional features for search default option and rawlist description support, no public API changes.
|
|
16
|
+
|
|
17
|
+
- [#3766](https://github.com/equinor/fusion-framework/pull/3766) [`19ee28f`](https://github.com/equinor/fusion-framework/commit/19ee28fc0f6108fc59f0098b449a511221d2d860) Thanks [@dependabot](https://github.com/apps/dependabot)! - Internal: upgrade `open` from 10.2.0 to 11.0.0 (requires Node.js ≥20). New features include improved WSL/PowerShell support, better error handling with AggregateError, and Linux chromium fallback.
|
|
18
|
+
|
|
19
|
+
- [#3902](https://github.com/equinor/fusion-framework/pull/3902) [`8796e99`](https://github.com/equinor/fusion-framework/commit/8796e994173ff1757b557d096a7a95915785dcc1) Thanks [@dependabot](https://github.com/apps/dependabot)! - Internal: bump vite-tsconfig-paths from 5.1.4 to 6.0.4 for improved TypeScript path resolution and Windows compatibility.
|
|
20
|
+
|
|
21
|
+
- [#3744](https://github.com/equinor/fusion-framework/pull/3744) [`b8ab0b7`](https://github.com/equinor/fusion-framework/commit/b8ab0b72d422996d38fae3e6d82cecfa77686487) Thanks [@dependabot](https://github.com/apps/dependabot)! - Internal: bump read-package-up to 12.0.0 to align with upstream Node 20 requirement.
|
|
22
|
+
|
|
23
|
+
- [#3899](https://github.com/equinor/fusion-framework/pull/3899) [`9fff06a`](https://github.com/equinor/fusion-framework/commit/9fff06a2327fe569a62418eb2b65a0ec9e2e69f5) Thanks [@odinr](https://github.com/odinr)! - Update recommended Node.js version from 22.x to 24.x (LTS).
|
|
24
|
+
|
|
25
|
+
The CLI now recommends Node.js 24.x as the LTS version for best compatibility. This change updates the version check warning, build configuration, Dockerfile, and documentation examples to reflect Node.js 24 as the recommended version.
|
|
26
|
+
|
|
27
|
+
- [#3932](https://github.com/equinor/fusion-framework/pull/3932) [`15aaa87`](https://github.com/equinor/fusion-framework/commit/15aaa87e6a8b391c0672db0dcdca4c1cac3b50a7) Thanks [@dependabot](https://github.com/apps/dependabot)! - Internal: update rollup build dependency from 4.52.5 to 4.55.2.
|
|
28
|
+
|
|
29
|
+
This update includes:
|
|
30
|
+
|
|
31
|
+
- Improved circular dependency handling for manual chunks
|
|
32
|
+
- Enhanced tree-shaking for Symbol properties
|
|
33
|
+
- Performance improvements via variable name caching
|
|
34
|
+
- Multiple bug fixes for build edge cases
|
|
35
|
+
|
|
36
|
+
No changes to CLI or plugin functionality or public APIs.
|
|
37
|
+
|
|
38
|
+
- Updated dependencies [[`19ee28f`](https://github.com/equinor/fusion-framework/commit/19ee28fc0f6108fc59f0098b449a511221d2d860), [`b8ab0b7`](https://github.com/equinor/fusion-framework/commit/b8ab0b72d422996d38fae3e6d82cecfa77686487)]:
|
|
39
|
+
- @equinor/fusion-framework-module-msal-node@2.0.3
|
|
40
|
+
- @equinor/fusion-imports@1.1.9
|
|
41
|
+
- @equinor/fusion-framework-dev-portal@1.3.0
|
|
42
|
+
- @equinor/fusion-framework-dev-server@1.1.19
|
|
43
|
+
|
|
44
|
+
## 13.0.1
|
|
45
|
+
|
|
46
|
+
### Patch Changes
|
|
47
|
+
|
|
48
|
+
- [#3898](https://github.com/equinor/fusion-framework/pull/3898) [`037e2e2`](https://github.com/equinor/fusion-framework/commit/037e2e29b6696e8925f054f5a1656ece24e55878) Thanks [@odinr](https://github.com/odinr)! - Internal: Add CLI plugin packages as dev dependencies for local development. These packages are used in `fusion-cli.config.ts` for building and running the CLI from source, but do not affect the published package.
|
|
49
|
+
|
|
50
|
+
- [#3880](https://github.com/equinor/fusion-framework/pull/3880) [`528c7d7`](https://github.com/equinor/fusion-framework/commit/528c7d7f4fd93a72878e38843a2efb011a976ae6) Thanks [@dependabot](https://github.com/apps/dependabot)! - Internal: bump inquirer from 13.0.1 to 13.1.0. This update includes improved TypeScript type inference for `select` prompts and adds support for `default` option in `rawlist` prompts.
|
|
51
|
+
|
|
52
|
+
- Updated dependencies [[`d7a9d12`](https://github.com/equinor/fusion-framework/commit/d7a9d127db9daff7d645d55eb08f37d1c36fa825)]:
|
|
53
|
+
- @equinor/fusion-framework-dev-portal@1.3.0
|
|
54
|
+
|
|
3
55
|
## 13.0.0
|
|
4
56
|
|
|
5
57
|
### Major Changes
|