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

chore(deps-dev): bump dexie from 4.0.7 to 4.0.9 #18215

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2024

Bumps dexie from 4.0.7 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

Dexie v4.0.8

Here's a maintainance release with small things so far.

NOTE: We're also working to release a 4.1 later this summer with CRDT support for rich text editing by providing explicit support for Y.js documents into both Dexie.js and Dexie Cloud (#1926)

Solved issues

  • #2001 Typings: circular reference on update
  • #2004 Add complete ./dist/* to package.json exports
  • #2026 Typings error with Table.update()
  • #2011 and #2012: bulkPut() of multiple objects with same primary key would result i liveQueries showing multiple results instead of the last entry only (which is the correct result).

PRs:

  • #2006 requireAuth with options. Now possible to provide requireAuth: {email, otp, otpId} instead of just requireAuth: true. Useful when implementing magic link authentication.

[email protected]:

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 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)

@otto-the-bot otto-the-bot enabled auto-merge (squash) October 27, 2024 15:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dexie-4.0.9 branch from 009bf08 to 861028c Compare October 27, 2024 15:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dexie-4.0.9 branch from 861028c to 3f7b8f2 Compare October 28, 2024 12:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dexie-4.0.9 branch from 3f7b8f2 to 94d2513 Compare November 3, 2024 15:43
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dexie-4.0.9 branch from 94d2513 to bd8c110 Compare November 3, 2024 15:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dexie-4.0.9 branch from bd8c110 to b7060c1 Compare November 3, 2024 15:51
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dexie-4.0.9 branch from b7060c1 to 781f953 Compare November 3, 2024 15:51
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dexie-4.0.9 branch from 781f953 to f12386f Compare November 8, 2024 13:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dexie-4.0.9 branch from f12386f to 99d89f9 Compare November 10, 2024 15:22
Bumps [dexie](https://github.com/dexie/Dexie.js) from 4.0.7 to 4.0.9.
- [Release notes](https://github.com/dexie/Dexie.js/releases)
- [Commits](dexie/Dexie.js@v4.0.7...v4.0.9)

---
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 force-pushed the dependabot/npm_and_yarn/dexie-4.0.9 branch from 99d89f9 to 8302c24 Compare November 10, 2024 15:23
Copy link

sonarcloud bot commented Nov 10, 2024

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

Successfully merging this pull request may close these issues.

1 participant