Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

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

Release notes

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

@​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

    • @​equinor/fusion-framework-dev-server@​2.0.4
    • @​equinor/fusion-framework-dev-portal@​5.1.7

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

Patch Changes

  • @​equinor/fusion-framework-dev-portal@​5.1.6
  • @​equinor/fusion-framework-dev-server@​2.0.3

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

Patch Changes

  • b2ee9f1: Internal: republish @equinor/fusion-framework-cli after a failed CI publish; no consumer-facing changes are included in this release.

... (truncated)

Changelog

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

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.

    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

    • @​equinor/fusion-framework-dev-server@​2.0.4
    • @​equinor/fusion-framework-dev-portal@​5.1.7

14.2.6

Patch Changes

  • Updated dependencies [ece8f42]
    • @​equinor/fusion-framework-module-msal-node@​4.1.0

14.2.5

... (truncated)

Commits
  • 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)
  • f9fef10 Version Packages (#4525)
  • 3005189 fix(dev-server,spa): resolve portal proxy bootstrap failures (#4483)
  • ece8f42 feat(ai): service discovery, dev-proxy support, and OIDC indexing workflows (...
  • c8d348e Version Packages (#4495)
  • 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.1.
- [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.1/packages/cli)

---
updated-dependencies:
- dependency-name: "@equinor/fusion-framework-cli"
  dependency-version: 15.0.1
  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 Apr 29, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 7, 2026

Superseded by #90.

@dependabot dependabot Bot closed this May 7, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/equinor/fusion-framework-cli-15.0.1 branch May 7, 2026 17:15
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