gadgetmies / fomoplayer

Music Discovery App
5 stars 1 forks source link

Bump karet.util from 0.17.8 to 0.19.2 #112

Open dependabot[bot] opened 5 months ago

dependabot[bot] commented 5 months ago

Bumps karet.util from 0.17.8 to 0.19.2.

Changelog

Sourced from karet.util's changelog.

Changelog

0.19.0

Several of the Kefir method wrappers were optimized to only create new observables when necessary. This can reduce memory usage significantly. For example, previously U.toProperty created an observable when given a constant value. Now it only creates a new observable when it is given a Kefir stream.

Removed previously deprecated

  • combines,
  • seq,
  • seqPartial,
  • Context, and
  • withContext.

0.18.23

getProps and actions now perform their actions while holding change propagation.

0.18.10

Fixed show to also work with Kefir streams.

0.18.6

Marked combines as obsolete. It uses the old Kefir Combines library and has an unnecessarily complex signature, because it uses variadic arguments and the combiner function is optional.

0.18.3

Obsoleted seq and seqPartial. The motivation here is to reduce the library API surface. thru can basically always replace seq and seqPartial is fairly rarely needed.

0.18.1

Migrated the context implementation to use the React Context API and also marked it obsolete. Just use the React Context API.

0.18.0

Major reorganization of the library on the road towards v1.0.0.

Removed all lifted Ramda combinators from Karet Util. Use the Kefir Ramda library instead.

Removed

... (truncated)

Commits


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.