Skip to content

chore(deps): bump dexie-export-import from 4.1.4 to 4.4.0 - #768

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dexie-export-import-4.4.0
Open

chore(deps): bump dexie-export-import from 4.1.4 to 4.4.0#768
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dexie-export-import-4.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Copy link
Copy Markdown
Contributor

Bumps dexie-export-import from 4.1.4 to 4.4.0.

Release notes

Sourced from dexie-export-import's releases.

Dexie v4.3.0

This release introduces Social Authentication for Dexie Cloud, allowing users to sign in with Google, GitHub, Microsoft, Apple, or custom OAuth2 providers as an alternative to email OTP authentication.

Related Package Releases

Package Version
dexie 4.3.0
dexie-cloud-addon 4.3.9
dexie-react-hooks 4.2.2-beta.2

New Features

🔐 Social Authentication for Dexie Cloud

Dexie Cloud now supports OAuth 2.0 social login providers as an alternative to the existing OTP (One-Time Password) email authentication.

Supported Providers:

  • Google
  • GitHub
  • Microsoft
  • Apple
  • Custom OAuth2 providers

The Dexie Cloud server acts as an OAuth broker, handling all provider interactions. The client library never receives provider tokens—only Dexie Cloud authorization codes which are exchanged for Dexie Cloud tokens.

Usage:

Social auth is enabled by default on the client but need to be configured in manager first. When db.cloud.login() is called, users will see a provider selection dialog if OAuth providers are configured on the server.

// Initiate login - shows provider selection if available
await db.cloud.login();
// Or specify a provider directly
await db.cloud.login({ provider: 'google' });

Configuration Options:

db.cloud.configure({
  databaseUrl: 'https://mydb.dexie.cloud',
// Enable/disable social auth (default: true)
socialAuth: true, // also configure in https://manager.dexie.cloud
});

⚡ Suspense Support in dexie-react-hooks (Experimental)

... (truncated)

Commits

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

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dexie-export-import-4.4.0 branch from cd97200 to 77468c1 Compare April 1, 2026 03:09
Bumps [dexie-export-import](https://github.com/dexie/Dexie.js) from 4.1.4 to 4.4.0.
- [Release notes](https://github.com/dexie/Dexie.js/releases)
- [Commits](https://github.com/dexie/Dexie.js/commits/v4.4.0)

---
updated-dependencies:
- dependency-name: dexie-export-import
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dexie-export-import-4.4.0 branch from 77468c1 to 7db2f1d Compare April 1, 2026 22:44
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