Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @equinor/fusion-observable from 8.1.5 to 8.4.5 #100

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 25, 2025

Bumps @equinor/fusion-observable from 8.1.5 to 8.4.5.

Release notes

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

@​equinor/fusion-observable@​8.4.5

Patch Changes

  • #2855 811f1a0 Thanks @​odinr! - Conformed to Biome linter.correctness.useExhaustiveDependencies

  • #2848 dcd2fb1 Thanks @​odinr! - Refactored imports to use type when importing types from a module, to conform with the useImportType rule in Biome.

@​equinor/fusion-observable@​8.4.4

Patch Changes

  • 7f4a381 Thanks @​odinr! - added react-dom in dev deps since @testing-library/react hadd peer deps to React 19, which crashed tests
Changelog

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

8.4.5

Patch Changes

  • #2855 811f1a0 Thanks @​odinr! - Conformed to Biome linter.correctness.useExhaustiveDependencies

  • #2848 dcd2fb1 Thanks @​odinr! - Refactored imports to use type when importing types from a module, to conform with the useImportType rule in Biome.

8.4.4

Patch Changes

  • 7f4a381 Thanks @​odinr! - added react-dom in dev deps since @testing-library/react hadd peer deps to React 19, which crashed tests

8.4.3

Patch Changes

8.4.2

Patch Changes

8.4.1

Patch Changes

8.4.0

Minor Changes

  • #2353 e092f75 Thanks @​odinr! - Added new constructor overloads and a select method to FlowSubject for enhanced state management and selection capabilities.

    The FlowSubject class now supports constructor overloading, allowing for more flexible initialization with either a ReducerWithInitialState<S, A> or a Reducer<S, A> along with an initialState. This change enables users to set up the initial state of their FlowSubject instances in a way that best suits their application's needs.

    Additionally, a new select method has been introduced. This method allows users to select and emit derived states from the FlowSubject's state based on custom logic. The select method takes a selector function for computing the derived state and an optional comparator function for custom comparison logic, making state management more versatile and efficient.

    The selector exposes an shorthand method for selecting derived states from the FlowSubject's state without the need to import and use map and distinctUntilChanged operators from RxJS.

    Consumers should update their code to utilize the new constructor overloads for initializing FlowSubject instances as needed. For advanced state management scenarios, consider using the select method to work with derived states efficiently. These changes are backward compatible and aim to provide more flexibility and functionality to the FlowSubject class.

    /** Example of using the new constructor with a reducer with initial state */
    const reducerWithInitial = createReducer(
      { count: 0 }, // initial state

... (truncated)

Commits
  • b0020b6 Version Packages (#2849)
  • 811f1a0 refactor: Conform to Biome linter.correctness.useExhaustiveDependencies (#2...
  • 9ffb78e style: formatted code
  • dcd2fb1 refactor: change import statements to use 'import type' for type-only imports...
  • f4cf97b Add Biome and improve code formatting (#2840)
  • fe99764 chore: bump happy-dom from 16.7.3 to 17.0.3 (#2797)
  • e811918 Version Packages (#2777)
  • 7f4a381 chore: add react-dom as a dev dependency to resolve peer dependency issues wi...
  • 4ce9f51 chore: bump happy-dom from 15.11.7 to 16.3.0 (#2674)
  • 8b92aa4 Version Packages (#2583)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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-observable](https://github.com/equinor/fusion-framework/tree/HEAD/packages/utils/observable) from 8.1.5 to 8.4.5.
- [Release notes](https://github.com/equinor/fusion-framework/releases)
- [Changelog](https://github.com/equinor/fusion-framework/blob/main/packages/utils/observable/CHANGELOG.md)
- [Commits](https://github.com/equinor/fusion-framework/commits/@equinor/[email protected]/packages/utils/observable)

---
updated-dependencies:
- dependency-name: "@equinor/fusion-observable"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 25, 2025
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