Skip to content

chore(deps): update dependency dexie to v4.4.4#21605

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

chore(deps): update dependency dexie to v4.4.4#21605
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/dexie-4.x

Conversation

@renovate

@renovate renovate Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
dexie (source) 4.4.34.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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from arjita-mitra as a code owner June 19, 2026 13:13
@renovate renovate Bot added the renovate label Jun 19, 2026
@renovate
renovate Bot force-pushed the renovate/dexie-4.x branch 2 times, most recently from 82a30a9 to e369a79 Compare June 26, 2026 04:31
@renovate
renovate Bot force-pushed the renovate/dexie-4.x branch from e369a79 to 1e049b8 Compare July 12, 2026 14:47
@renovate
renovate Bot requested a review from ikotarac as a code owner July 12, 2026 14:47
@sonarqubecloud

Copy link
Copy Markdown

@screendriver
screendriver changed the base branch from dev to main July 14, 2026 11:39
@renovate

renovate Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants