Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dexie from 4.0.1-beta.1 to 4.0.1-beta.5 #381

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps dexie from 4.0.1-beta.1 to 4.0.1-beta.5.

Release notes

Sourced from dexie's releases.

Dexie v4.0.1-beta.5

  • Resolved #1831 again: Make sure liveQueries always run in own macro tasks (7c13770ffc0b8cb1189921ee6d5b4c64c4654950)
  • Resolved #1843: Avoid running dexie in double module instances (EMS module is now ESM wrapper around UMD module + detect and avoid double imports of dexie) fc572aa71a652e7c01b8bac81da6a242aef47e2c

Dexie v4.0.1-beta.4

[email protected]

[email protected]

Fixes #1837 - a bug in dexie-cloud-addon woken up when upgrading dexie to in 4.0.1-beta.2.

Recommended to:

Dexie v4.0.1-beta.3

Replaced by Dexie v4.0.1-beta.4

Dexie v4.0.1-beta.2

Various issues fixed, summary:

  • General stability (work around chrome issue + fix dexie issues)
  • Vite experience with dexie-react-hooks
  • Dexie Cloud developer experience

[email protected]

  • Workaround for UnknownError in Chrome (issue #543)
  • Dexie 4 optimistic updates are not reverted (issue #1823)
  • Fixed "Readwrite transaction in liveQuery context" (issue #1831)
  • Correction of Promise.finally (commit 09058eab1563d3b4eaee9c9dd3a9a03705bac132)

[email protected]

  • Improved vite experience (commit 3ff7d50a1bb263dfd15370ee674b66cfd20fa3d3)
  • Improved typing for usePermissions so that it can be used in plain interface typed tables Table (commit 437b697ffa3582fbedc0a786572e93f4b2b3e422)

[email protected]

  • Fix value of db.cloud.version (did not reveal the version of dexie-cloud-addon)
  • Fixen an issue with source map (better debugging experience)
  • Export types and helpers needed for customizing built-in OTP authentication (commit 241a76c1e4a9abb9743bd34c093505039a8bf944)
Commits
  • 9aca092 Build output
  • 60debbc Merge remote-tracking branch 'origin/releases'
  • 3e79816 Releasing v4.0.1-beta.5
  • f04d7d8 Removed console log
  • 4ea5e83 Fix unit test as liveQueries to measure from subscribe point.
  • fc572aa Resolve #1843 - avoid running dexie in double instances.
  • 7c13770 Resolve #1831 - make sure liveQueries always run in separate macro tasks.
  • 589f8c0 Build output
  • f088a7d Releasing v4.0.1-beta.4
  • e6b4578 Merge remote-tracking branch 'origin/releases'
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> 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)

Bumps [dexie](https://github.com/dfahlander/Dexie.js) from 4.0.1-beta.1 to 4.0.1-beta.5.
- [Release notes](https://github.com/dfahlander/Dexie.js/releases)
- [Commits](dexie/Dexie.js@v4.0.1-beta.1...v4.0.1-beta.5)

---
updated-dependencies:
- dependency-name: dexie
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 18, 2023
@Niek Niek merged commit d896950 into main Dec 18, 2023
1 check passed
@Niek Niek deleted the dependabot/npm_and_yarn/dexie-4.0.1-beta.5 branch December 18, 2023 08:35
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 Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant