Skip to content

build(deps): Bump @equinor/fusion-framework-cli from 13.3.3 to 15.0.3#90

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/equinor/fusion-framework-cli-15.0.3
Open

build(deps): Bump @equinor/fusion-framework-cli from 13.3.3 to 15.0.3#90
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/equinor/fusion-framework-cli-15.0.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Bumps @equinor/fusion-framework-cli from 13.3.3 to 15.0.3.

Release notes

Sourced from @​equinor/fusion-framework-cli's releases.

@​equinor/fusion-framework-cli@​15.0.3

Patch Changes

  • Updated dependencies [71a7131]
    • @​equinor/fusion-framework-dev-portal@​5.1.10

@​equinor/fusion-framework-cli@​15.0.2

Patch Changes

  • f045ac0: Internal: upgrade zod from 4.3.6 to 4.4.3 to resolve validation issues; no public API changes.
    • @​equinor/fusion-framework-dev-portal@​5.1.9
    • @​equinor/fusion-framework-dev-server@​2.0.6

@​equinor/fusion-framework-cli@​15.0.1

Patch Changes

  • a00ba38: Internal: bump ora from 9.3.0 to 9.4.0.
  • 51e6e50: Internal: bump simple-git from 3.35.2 to 3.36.0.
    • @​equinor/fusion-framework-dev-portal@​5.1.8
    • @​equinor/fusion-framework-dev-server@​2.0.5

@​equinor/fusion-framework-cli@​15.0.0

Major Changes

  • 8d7b8a1: BREAKING: Replace CLI authentication backend from @equinor/fusion-framework-module-msal-node with @equinor/fusion-framework-module-azure-identity.

    ffc auth login and ffc auth token now use InteractiveBrowserCredential with OS-level token persistence — tokens survive across process restarts without re-prompting. The previous MSAL-based token cache is no longer used; users must re-authenticate with ffc auth login after upgrading.

    Ref: equinor/fusion-core-tasks#1067

Patch Changes

  • 4711dbc: Default the --debug flag to true when the RUNNER_DEBUG environment variable is set.

    All app, portal, auth, and create commands now automatically enable debug mode in GitHub Actions debug runs without requiring --debug in workflow YAML.

  • Updated dependencies [8d7b8a1]

    • @​equinor/fusion-framework-module-azure-identity@​0.2.0

@​equinor/fusion-framework-cli@​14.2.7

Patch Changes

  • 3005189: Fix 401 Unauthorized responses when loading the portal-config API in the Fusion dev server.

    The default service worker resource list now includes /@fusion-api/portal-config with the CI scope so the service worker injects a Bearer token for portal-config API calls (manifest, config, and bundle fetches) during bootstrap and other direct requests.

    Also adds scopes?: string[] to the FusionService type so the type correctly reflects the service discovery response shape and is no longer misleading when services do include scopes.

    Fixes: equinor/fusion#830

... (truncated)

Changelog

Sourced from @​equinor/fusion-framework-cli's changelog.

15.0.3

Patch Changes

  • Updated dependencies [71a7131]
    • @​equinor/fusion-framework-dev-portal@​5.1.10

15.0.2

Patch Changes

  • f045ac0: Internal: upgrade zod from 4.3.6 to 4.4.3 to resolve validation issues; no public API changes.
    • @​equinor/fusion-framework-dev-portal@​5.1.9
    • @​equinor/fusion-framework-dev-server@​2.0.6

15.0.1

Patch Changes

  • a00ba38: Internal: bump ora from 9.3.0 to 9.4.0.
  • 51e6e50: Internal: bump simple-git from 3.35.2 to 3.36.0.
    • @​equinor/fusion-framework-dev-portal@​5.1.8
    • @​equinor/fusion-framework-dev-server@​2.0.5

15.0.0

Major Changes

  • 8d7b8a1: BREAKING: Replace CLI authentication backend from @equinor/fusion-framework-module-msal-node with @equinor/fusion-framework-module-azure-identity.

    ffc auth login and ffc auth token now use InteractiveBrowserCredential with OS-level token persistence — tokens survive across process restarts without re-prompting. The previous MSAL-based token cache is no longer used; users must re-authenticate with ffc auth login after upgrading.

    Ref: equinor/fusion-core-tasks#1067

Patch Changes

  • 4711dbc: Default the --debug flag to true when the RUNNER_DEBUG environment variable is set.

    All app, portal, auth, and create commands now automatically enable debug mode in GitHub Actions debug runs without requiring --debug in workflow YAML.

  • Updated dependencies [8d7b8a1]

    • @​equinor/fusion-framework-module-azure-identity@​0.2.0

14.2.7

Patch Changes

  • 3005189: Fix 401 Unauthorized responses when loading the portal-config API in the Fusion dev server.

    The default service worker resource list now includes /@fusion-api/portal-config with the CI scope so the service worker injects a Bearer token for portal-config API calls (manifest, config, and bundle fetches) during bootstrap and other direct requests.

... (truncated)

Commits
  • 45ee466 Version Packages (#4647)
  • d3b2f9a Version Packages (#4645)
  • f045ac0 fix(msal): make client optional in config schema and upgrade zod to 4.4.3 (#4...
  • acf2f7c chore(deps): bump typescript from 5.9.3 to 6.0.3 (#4451)
  • de0650f chore: update module reference from msal-node to azure-identity in tsconfig.json
  • 7a644f4 Version Packages (#4566)
  • 114172e Version Packages (#4547)
  • 8d7b8a1 feat(azure-identity): add Azure Identity auth module with OS-level token pers...
  • 4711dbc feat(cli): auto-enable debug mode from RUNNER_DEBUG env var (#4546)
  • d46bff4 Version Packages (#4526)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@equinor/fusion-framework-cli](https://github.com/equinor/fusion-framework/tree/HEAD/packages/cli) from 13.3.3 to 15.0.3.
- [Release notes](https://github.com/equinor/fusion-framework/releases)
- [Changelog](https://github.com/equinor/fusion-framework/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/equinor/fusion-framework/commits/@equinor/fusion-framework-cli@15.0.3/packages/cli)

---
updated-dependencies:
- dependency-name: "@equinor/fusion-framework-cli"
  dependency-version: 15.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants