Skip to content

Update dependency dexie to ^4.4.4#1829

Open
dashql-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dexie-4.x
Open

Update dependency dexie to ^4.4.4#1829
dashql-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dexie-4.x

Conversation

@dashql-renovate

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
dexie (source) ^4.4.3^4.4.4 age confidence

Release Notes

dexie/Dexie.js (dexie)

v4.4.4: Dexie v4.4.4

Compare Source

This is a maintenance release that resolves a bug in useLiveQuery caching and includes a TypeScript typing enhancement.

Related Package Releases

Package Version
dexie 4.4.4
dexie-cloud-addon 4.4.13 (no change)
dexie-react-hooks 4.4.0 (no change)
y-dexie 4.4.0 (no change)

Bug Fixes

dexie@​4.4.4
  • fix: useLiveQuery fails to detect updates when mutating queried objects in-place and calling put() — In default/cloned cache mode (cache: 'cloned'), mutating queried objects in-place and subsequently calling put() on them would pollute the cache directly, preventing subsequent live-queries from detecting the change because the "before" and "after" states in the cache became identical. Live-queries now deeply clone results on read to completely isolate query results from in-place consumer mutations. (#​2310). Reported in #​2309 by @​laukaichung. Fixed by @​liz709 and @​dfahlander .

Other Changes

dexie@​4.4.4
  • fix: typescript typings - add missing table4 parameter to transaction method — Added the missing table4 parameter to the typescript type definition of Dexie.transaction(), aligning it with other table parameters. Contributed by @​renbaoshuo (#​2311)

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@dashql-renovate dashql-renovate Bot added dependencies Pull requests that update a dependency file javascript labels Jun 23, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants