Skip to content

chore(deps-dev): bump fake-indexeddb from 2.1.1 to 3.1.8#217

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/master/fake-indexeddb-3.1.8
Closed

chore(deps-dev): bump fake-indexeddb from 2.1.1 to 3.1.8#217
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/master/fake-indexeddb-3.1.8

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 9, 2022

Bumps fake-indexeddb from 2.1.1 to 3.1.8.

Release notes

Sourced from fake-indexeddb's releases.

v3.1.8

  • #74 - Fixed error when adding undefined or null children in indexed objects, by @​lukebrody

v3.1.7

  • #71 - Fixed an error when used with jest/jsdom introduced in version 3.1.6.

v3.1.6

  • #70 - Fixed performance regression in the previous version. Thank you @​joshkel for figuring this out!

v3.1.4

  • #67 - Fixed compatibility with jsdom by replacing all uses of setImmedaite with setTimeout.

v3.1.3

  • #65 - Got rid of constructor.name usage, since minifying can break it.

v3.1.2

  • #54 - Fixed a bug where multiple transactions started at the same time could result in a transaction never resolving, if one of the transactions had no database operations inside it. Thank you @​medmunds for both finding and fixing this bug!

v3.1.1

  • #53 - Fixed a bug introduced in v3.1.0 where FDBObjectStore.delete resulted in an error when given a key range. Possibly a couple other situations with key ranges produced similar errors too.

v3.1.0

  • #52 - Significant performance improvement. 5.5x faster on a real use case. Thank you @​nolanlawson for this speed up!

v3.0.2

  • #45 - Fix synchronous event firing in a transaction, which led to a stack overflow when used with Dexie's waitFor function.

v3.0.1

  • #41 - Correctly roll back a record added to a store when an index constraint error occurs.

v3.0.0

  • Stopped importing core-js by default. This means that, for people using fake-indexeddb in really old environments like PhantomJS, they will now need to import core-js like require("core-js/stable"); (or something similar) before importing fake-indexeddb.
Changelog

Sourced from fake-indexeddb's changelog.

3.1.8 (2022-06-08)

  • #74 - Fixed error when adding undefined or null children in indexed objects, by @​lukebrody

3.1.7 (2021-10-19)

  • #71 - Fixed an error when used with jest/jsdom introduced in version 3.1.6.

3.1.6 (2021-10-19)

  • #70 - Fixed performance regression in the previous version. Thank you @​joshkel for figuring this out!

3.1.4 (2021-10-11)

  • #67 - Fixed compatibility with jsdom by replacing all uses of setImmedaite with setTimeout.

3.1.3 (2021-06-19)

  • #65 - Got rid of constructor.name usage, since minifying can break it.

3.1.2 (2020-07-21)

  • #54 - Fixed a bug where multiple transactions started at the same time could result in a transaction never resolving, if one of the transactions had no database operations inside it. Thank you @​medmunds for both finding and fixing this bug!

3.1.1 (2020-07-15)

  • #53 - Fixed a bug introduced in v3.1.0 where FDBObjectStore.delete resulted in an error when given a key range. Possibly a couple other situations with key ranges produced similar errors too.

3.1.0 (2020-07-02)

  • #52 - Significant performance improvement. 5.5x faster on a real use case. Thank you @​nolanlawson for this speed up!

3.0.2 (2020-06-10)

  • #45 - Fix synchronous event firing in a transaction, which led to a stack overflow when used with Dexie's waitFor function.

3.0.1 (2020-05-25)

  • #41 - Correctly roll back a record added to a store when an index constraint error occurs.

3.0.0 (2019-11-15)

  • Stopped importing core-js by default. This means that, for people using fake-indexeddb in really old environments like PhantomJS, they will now need to import core-js like require("core-js/stable"); (or something similar) before importing fake-indexeddb.
Commits

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 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 [fake-indexeddb](https://github.com/dumbmatter/fakeIndexedDB) from 2.1.1 to 3.1.8.
- [Release notes](https://github.com/dumbmatter/fakeIndexedDB/releases)
- [Changelog](https://github.com/dumbmatter/fakeIndexedDB/blob/master/CHANGELOG.md)
- [Commits](dumbmatter/fakeIndexedDB@v2.1.1...v3.1.8)

---
updated-dependencies:
- dependency-name: fake-indexeddb
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 9, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jul 4, 2022

Superseded by #223.

@dependabot dependabot Bot closed this Jul 4, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/master/fake-indexeddb-3.1.8 branch July 4, 2022 08:24
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