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): bump @preact/signals from 1.1.3 to 1.2.1 #289

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps @preact/signals from 1.1.3 to 1.2.1.

Release notes

Sourced from @​preact/signals's releases.

@​preact/signals-core 1.2.1

Patch Changes

  • #205 4b73164 Thanks @​jviide! - Use the same tracking logic for both effects and computeds. This ensures that effects are only called whenever any of their dependencies changes. If they all stay the same, then the effect will not be invoked.

  • #207 57fd2e7 Thanks @​jviide! - Fix effect disposal when cleanup throws

  • #209 49756ae Thanks @​jviide! - Optimize dependency value change checks by allowing earlier exists from the loop

@​preact/signals-react 1.2.1

Patch Changes

  • #238 bcf4b0b Thanks @​eddyw! - Fix ERR_UNSUPPORTED_DIR_IMPORT error when importing use-sync-external-store/shim from ESM build

@​preact/signals-core 1.2.0

This release improves performance of signals across all measurements. We want to especially highlight @​jviide 's work in #161 here as it did outstanding strides on reducing memory usage, improving performance and ending up making signals one (if not the) fastest reactive library at the time of this writing 🎉

Minor Changes

  • #183 79ff1e7 Thanks @​jviide! - Add ability to run custom cleanup logic when an effect is disposed.

    effect(() => {
      console.log("This runs whenever a dependency changes");
      return () => {
        console.log("This runs when the effect is disposed");
      });
    });
  • #170 3e31aab Thanks @​jviide! - Allow disposing a currently running effect

Patch Changes

  • #188 b4611cc Thanks @​jviide! - Fix .subscribe() unexpectedly tracking signal access

  • #162 9802da5 Thanks @​developit! - Add support for Signal.prototype.valueOf

  • #161 6ac6923 Thanks @​jviide! - Remove all usages of Set, Map and other allocation heavy objects in signals-core. This substaintially increases performance across all measurements.

@​preact/signals-react 1.2.0

Minor Changes

... (truncated)

Changelog

Sourced from @​preact/signals's changelog.

1.2.1

Patch Changes

1.2.0

Minor Changes

  • #387 6e4dab4 Thanks @​XantreGodlike! - Removed difference in behaviour between adapters, signals that use a JSX value will correctly re-render the whole component rather than attempting the JSX-Text optimization.

Patch Changes

  • Updated dependencies [256a331]:
    • @​preact/signals-core@​1.4.0

1.1.5

Patch Changes

1.1.4

Patch Changes

Commits
  • 304cc2a Bugfix: clear the current Component updater before instantiating a new one so...
  • 2ab7157 Implement useSignalEffect with effect cleanups
  • 8d0ddf4 Track Component updater in props
  • e6e6db7 Track Component attributes in properties instead of WeakSets
  • b33aa50 Use core change tracking for detecting when preact prop signals switch
  • fb74bb9 Proposal: use signal effect (#91)
  • dd83204 Update Preact integration for #136
  • 113098b Version Packages
  • 5b832c6 Optimize the performance and memory usage of Preact prop bindings.
  • b948745 Move "types" field to the top for TS
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by drewigg, a new releaser for @​preact/signals since your current version.


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 [@preact/signals](https://github.com/preactjs/signals/tree/HEAD/packages/preact) from 1.1.3 to 1.2.1.
- [Release notes](https://github.com/preactjs/signals/releases)
- [Changelog](https://github.com/preactjs/signals/blob/main/packages/preact/CHANGELOG.md)
- [Commits](https://github.com/preactjs/signals/commits/@preact/signals-core@1.2.1/packages/preact)

---
updated-dependencies:
- dependency-name: "@preact/signals"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 14, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants