Skip to content

Bump dexie from 4.0.8 to 4.0.9

Dependabot requested to merge dependabot-npm_and_yarn-dexie-4.0.9 into master

Bumps dexie from 4.0.8 to 4.0.9.

Release notes

Sourced from dexie's releases.

Dexie v4.0.9

Bugfixes

#2011: Dexie returns duplicated object after manually deleting the database and re-populate it #2064 Failed to execute 'cmp' on 'IDBFactory': The parameter is not a valid key. #2073 Uses cmp for sortBy #2078 DexiePromise does not have withResolvers #2067 useLiveQuery does not update when multiple items are deleted

Note: The Y.js support is released in 4.1.0 in alpha and possible to test but there is still no official release published for it. Also, the API might change from how it is right now. Will need some more testing and documentation before publishing it with release notes

Commits
  • 836fc1f Build output
  • 03efd36 Merge remote-tracking branch 'origin/releases'
  • 2c5346d Releasing v4.0.9
  • ceb578d Cache is updated with failed bulk operations (resolving issue 2058) (#2082)
  • ee24276 Avoid hitting a firefox bug by accident. Did not mean to change cache: 'immut...
  • 609e68b Resolves #2067. The issue happened specifically to delete-queries with a wher...
  • 9d2497e Repro of #2067
  • e67a6cd Reuse native code instead
  • cf7e891 Resolves #2078
  • d6a7387 removed const idb
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading