Skip to content

Comments

build(deps): update dependency dexie to v4.3.0#1230

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

build(deps): update dependency dexie to v4.3.0#1230
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/dexie-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 18, 2025

This PR contains the following updates:

Package Change Age Confidence
dexie (source) 4.0.114.3.0 age confidence

Release Notes

dexie/Dexie.js (dexie)

v4.3.0

Compare Source

v4.2.1: Dexie v4.2.1

Compare Source

New package versions

  • dexie@​4.2.1
  • y-dexie@​4.2.1
  • dexie-cloud-addon@​4.2.2

dexie

dexie-cloud-addon

y-dexie

  • Updated README

Full Changelog: dexie/Dexie.js@v4.2.0...v4.2.1

v4.2.0: Dexie v4.2.0

Compare Source

New Stable Packages

  • dexie@​4.2.0
  • y-dexie@​4.2.0
  • dexie-react-hooks@​4.2.0
  • dexie-cloud-addon@​4.2.0

What's Changed since Latest Stable (dexie@​4.0.11)

  • New add-on "y-dexie" that integrates the powerful Y.js library with dexie.
  • Support "y-dexie" and Y.js in dexie-cloud-addon
  • New hook useDocument() in dexie-react-hooks for Y.js integration.
  • Fix Named Export 'Dexie' Not Found in Production with Vite/Vinxi by @​thijssmudde in #​2155
  • fix: 'Dexie' Not Found in Production with Vite/Vinxi dexie-react-hooks by @​Contraboi in #​2162

New Contributors

Migration from 4.1.x-beta

Dexie 4.1.x has been tagged @next and contained experimental Y.js support. The Y.js support has since been moved into its own add-on 'y-dexie'.

If the built-in Y.js support in dexie@4.1.x has been used, a migration is needed:

  1. npm install y-dexie
  2. Instead of import { DexieYProvider } from 'dexie' --> import { DexieYProvider } from 'y-dexie'
  3. Instead of DexieyYProvider<Y.Doc> --> DexieYProvider.
  4. No need to pass Y to Dexie constructor, but instead, pass the yDexie addon:
    import yDexie from 'y-dexie';
    ...
    const db = new Dexie('foo', { addons: [yDexie] });
    With dexieCloud addon, make sure to pass yDexie first: { addons: [yDexie, dexieCloud] }
  5. Declare Y.Doc properties as prop:Y.Doc instead of just prop:Y
    db.version(1).stores({
      friends: `
        ++id,
        name,
        age,
        friendNotes: Y.Doc` // where friendNotes holds the Y.Doc instance
    });

If you need a sample PR of these changes, have a look at dexie/dexie-cloud-starter#8

Full Changelog: b415d92...a978fc0


Configuration

📅 Schedule: 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 18, 2025
@renovate renovate bot requested a review from a team August 18, 2025 11:41
@renovate renovate bot force-pushed the renovate/dexie-4.x branch from 94026d0 to 531303a Compare August 19, 2025 12:10
@renovate renovate bot force-pushed the renovate/dexie-4.x branch from 531303a to a9156e2 Compare August 31, 2025 11:37
@renovate renovate bot force-pushed the renovate/dexie-4.x branch from a9156e2 to 02ac14f Compare September 25, 2025 18:02
@renovate renovate bot changed the title build(deps): update dependency dexie to v4.2.0 build(deps): update dependency dexie to v4.2.1 Oct 6, 2025
@renovate renovate bot force-pushed the renovate/dexie-4.x branch from 02ac14f to 328731d Compare October 6, 2025 15:36
@renovate renovate bot force-pushed the renovate/dexie-4.x branch from 328731d to 7856b6d Compare October 21, 2025 09:12
@renovate renovate bot force-pushed the renovate/dexie-4.x branch from 7856b6d to 985dbff Compare November 10, 2025 22:14
@renovate renovate bot force-pushed the renovate/dexie-4.x branch from 985dbff to 788ee89 Compare December 3, 2025 16:44
@renovate renovate bot changed the title build(deps): update dependency dexie to v4.2.1 build(deps): update dependency dexie to v4.3.0 Jan 30, 2026
@renovate renovate bot force-pushed the renovate/dexie-4.x branch from 788ee89 to 5e1e5c6 Compare January 30, 2026 18:46
@renovate renovate bot force-pushed the renovate/dexie-4.x branch from 5e1e5c6 to 7dbb321 Compare February 2, 2026 15:50
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.

0 participants