Update dependency fake-indexeddb to v6 - #49
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
renovate
Bot
force-pushed
the
renovate/fake-indexeddb-6.x
branch
from
August 12, 2026 12:31
6300f59 to
fe80481
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.0.1→^6.0.0Release Notes
dumbmatter/fakeIndexedDB (fake-indexeddb)
v6.2.5Compare Source
Add support for
handleEventandcaptureto improveEventcompatibility (#162 by @nolanlawson)Improve handling some edge cases related transaction timing (#165, #168 by @nolanlawson)
More testing infrastructure improvements (#164, #166 by @nolanlawson)
v6.2.4Compare Source
Several small bug fixes to more correctly handle various edge cases and increase the number of passing tests from the Web Platform Tests (#147, #155, #157 by @dumbmatter; #156, #158, #159, #160 by @nolanlawson)
Improvements to testing infrastructure, allowing more Web Platform Tests to run (#148 by @dumbmatter; #150, #151, #152, #153, #154 by @nolanlawson)
Automated and updated the Web Platform Tests comparison table in the README (#161 by @nolanlawson)
v6.2.3Compare Source
v6.2.2Compare Source
indexedDBvariable created byfake-indexeddb/auto(such as withindexedDB = new IDBFactory();) was no longer working (#135 by @nolanlawson)v6.2.1Compare Source
IDBDatabasevariable created by a CommonJS require offake-indexeddb/auto, which was broken in v6.2.0 (#131 by @nolanlawson)v6.2.0Compare Source
indexedDBvariable created byfake-indexeddb/auto(such as withindexedDB = new IDBFactory();) was no longer working (#135 by @nolanlawson)v6.1.0Compare Source
Added support for new IndexedDB features: querying keys and values at the same time with
getAllRecords, and passing a descending direction intogetAll/getAllKeys. (#112 by @nolanlawson)Better DOMStringList polyfill that doesn't include various inappropriate array methods. (#66 by @dumbmatter)
Updated the Web Platform Tests from 2019 to 2025 which improved test coverage and uncovered a few minor bugs that were fixed. (#117 by @nolanlawson)
v6.0.1Compare Source
v6.0.0Compare Source
I made this a new major version because it includes a few changes that could in theory break something in some weird situations. But I think the vast majority of users (possibly all users?) won't have any issue upgrading.
#48 - Switched to using
DOMExceptionerrors rather than normal errors, since that's what the IndexedDB spec says to use, and Node.js now has a built-in DOMException in all supported versions.#93 - @bryan-codaio made the latest tweak to event scheduling, this time improving how
setImmediateis used in some situations where people are mocking timers.#99 - @sjnho fixed handling of
Dateobjects to account for some edge cases, including jsdom overriding the nativeDateconstructor.v5.0.2Compare Source
IDBObjectStore.countandIDBIndex.count.v5.0.1Compare Source
#89 - Fixed bug where ArrayBuffer views were not being correctly handled when used as keys.
#88 - Added explanation to README.md about how to use fake-indexeddb v5+ with jsdom, since a
structuredClonepolyfill is not included anymore.v5.0.0Compare Source
structuredClonepolyfill, which reduces the package size by roughly 50%.v4.0.2Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.