Skip to content

chore(deps-dev): bump fake-indexeddb from 5.0.2 to 6.2.5 - #63

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/fake-indexeddb-6.2.5
Open

chore(deps-dev): bump fake-indexeddb from 5.0.2 to 6.2.5#63
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/fake-indexeddb-6.2.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps fake-indexeddb from 5.0.2 to 6.2.5.

Release notes

Sourced from fake-indexeddb's releases.

v6.2.5

v6.2.4

v6.2.3

v6.2.2

  • Fixed regression in v6.2.0 where overwriting the global indexedDB variable created by fake-indexeddb/auto (such as with indexedDB = new IDBFactory();) was no longer working (#135 by @​nolanlawson)

v6.2.1

  • Fixed the IDBDatabase variable created by a CommonJS require of fake-indexeddb/auto, which was broken in v6.2.0 (#131 by @​nolanlawson)

v6.2.0

New features

  • Add new forceCloseDatabase API to simulate the database being abnormally closed, emitting a "close" event (#126 by @​nolanlawson)

Performance

  • Significantly improved performance of some operations (like 13x for inserts with many multiEntry indexes) by using a binary search tree to store data, although for most simple use cases you won't notice a difference (#128 by @​nolanlawson)

  • Improved performance in non-Safari browsers by using scheduler.postTask rather than setTimeout (#129 by @​nolanlawson)

Bug fixes

Infrastructure

v6.1.0

  • Added support for new IndexedDB features: querying keys and values at the same time with getAllRecords, and passing a descending direction into getAll/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)

... (truncated)

Changelog

Sourced from fake-indexeddb's changelog.

6.2.5 (2025-11-07)

6.2.4 (2025-10-16)

6.2.3 (2025-10-10)

6.2.2 (2025-08-29)

  • Fixed regression in v6.2.0 where overwriting the global indexedDB variable created by fake-indexeddb/auto (such as with indexedDB = new IDBFactory();) was no longer working (#135 by @​nolanlawson)

6.2.1 (2025-08-29)

  • Fixed the IDBDatabase variable created by a CommonJS require of fake-indexeddb/auto, which was broken in v6.2.0 (#131 by @​nolanlawson)

6.2.0 (2025-08-28)

New features

  • Add new forceCloseDatabase API to simulate the database being abnormally closed, emitting a "close" event (#126 by @​nolanlawson)

Performance

  • Significantly improved performance of some operations (like 13x for inserts with many multiEntry indexes) by using a binary search tree to store data, although for most simple use cases you won't notice a difference (#128 by @​nolanlawson)

  • Improved performance in non-Safari browsers by using scheduler.postTask rather than setTimeout (#129 by @​nolanlawson)

Bug fixes

Infrastructure

... (truncated)

Commits
  • 65f2c04 6.2.5
  • 9419c66 Changelog
  • a2c1fcf Merge pull request #168 from nolanlawson/timeout-unstable
  • f71d910 Mark upgrade-transaction-lifecycle-committed.any.js as unstable
  • 5600bbb Merge pull request #166 from nolanlawson/nolan/update-wpt-202510
  • 3a6ffd4 Update WPT to latest, remove hacks
  • 12d55a9 Merge pull request #165 from nolanlawson/fix-timing-request-transaction
  • 6c3e6d8 Merge pull request #164 from nolanlawson/test-reopen-block
  • 2ef8eb9 Remove it.only
  • 5fb356c Simplify the code even further
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 10, 2026
Bumps [fake-indexeddb](https://github.com/dumbmatter/fakeIndexedDB) from 5.0.2 to 6.2.5.
- [Release notes](https://github.com/dumbmatter/fakeIndexedDB/releases)
- [Changelog](https://github.com/dumbmatter/fakeIndexedDB/blob/master/CHANGELOG.md)
- [Commits](dumbmatter/fakeIndexedDB@v5.0.2...v6.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/fake-indexeddb-6.2.5 branch from f7f555c to 621eeb4 Compare August 10, 2026 06:18
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.

0 participants