Skip to content

build(deps): Bump @equinor/fusion-framework-react-app from 9.0.0 to 10.0.0#64

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/equinor/fusion-framework-react-app-10.0.0
Open

build(deps): Bump @equinor/fusion-framework-react-app from 9.0.0 to 10.0.0#64
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/equinor/fusion-framework-react-app-10.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps @equinor/fusion-framework-react-app from 9.0.0 to 10.0.0.

Release notes

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

@​equinor/fusion-framework-react-app@​10.0.0

Major Changes

  • abffa53: Major version bump for Fusion Framework React 19 release.

    All packages are bumped to the next major version as part of the React 19 upgrade. This release drops support for React versions below 18 and includes breaking changes across the framework.

    Breaking changes:

    • Peer dependencies now require React 18 or 19 (^18.0.0 || ^19.0.0)
    • React Router upgraded from v6 to v7
    • Navigation module refactored with new history API
    • renderComponent and renderApp now use createRoot API

    Migration:

    • Update your React version to 18.0.0 or higher before upgrading
    • Replace NavigationProvider.createRouter() with @equinor/fusion-framework-react-router
    • See individual package changelogs for package-specific migration steps
  • abffa53: Modernize renderComponent and renderApp to use React 18's createRoot API. These functions are no longer deprecated.

    The legacy ReactDOM.render path has been removed. Both functions now use createRoot internally, matching React 18+ best practices. No migration is required if you already use React 18+.

  • abffa53: Upgrade to React 19 and remove support for React versions lower than 18.

    Breaking changes:

    • Peer dependencies now require React 18 or 19 (^18.0.0 || ^19.0.0)
    • React 16 and 17 are no longer supported
    • Dev dependencies upgraded to React 19.2.1 and @​types/react 19.2.7

    Migration:

    • Update your React version to 18.0.0 or higher before upgrading these packages
    • If using React 16 or 17, upgrade to React 18 or 19 first

    Closes equinor/fusion-framework#3504

Minor Changes

  • abffa53: Export Fusion type from @equinor/fusion-framework-react-app for better type reusability.

    The Fusion type is now available directly from the react-app package:

    import type { Fusion } from "@equinor/fusion-framework-react-app";

Patch Changes

... (truncated)

Commits

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-react-app](https://github.com/equinor/fusion-framework/tree/HEAD/packages/react) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/equinor/fusion-framework/releases)
- [Commits](https://github.com/equinor/fusion-framework/commits/@equinor/fusion-framework-react-app@10.0.0/packages/react)

---
updated-dependencies:
- dependency-name: "@equinor/fusion-framework-react-app"
  dependency-version: 10.0.0
  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 Mar 19, 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