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

Bump abstract-level from 2.0.2 to 3.0.1 #21

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps abstract-level from 2.0.2 to 3.0.1.

Release notes

Sourced from abstract-level's releases.

v3.0.1

Added

  • Test seeking outside of range options (#113) (90ee9b5) (Vincent Weevers)

v3.0.0

Would you mind voting in this community poll? Thank you! If you are upgrading, please see https://github.com/Level/abstract-level/blob/HEAD/UPGRADING.md.

Changed

  • Breaking: use new language features (#94) (1fdb362) (Vincent Weevers)
  • Breaking: make iterator.seek() a mandatory feature (#105) (daf2a88) (Vincent Weevers)
  • Breaking: change _checkKey and _checkValue to assertions (#108) (ca3c368) (Vincent Weevers)

Added

  • Implement explicit snapshots (#93) (a8485a2, f81d348, b5b583c) (Vincent Weevers)
  • Implement has() and hasMany() (#96) (6684039) (Vincent Weevers)
  • Implement Symbol.asyncDispose (#95) (eedeed9) (Vincent Weevers)
  • Add docs and types for attachResource() & detachResource() (#110) (5f621d4) (Vincent Weevers)

Removed

  • Breaking: remove deprecated put, del & batch events (#104) (86bd271, 7c32d39) (Vincent Weevers)
  • Breaking: drop support of Node.js 16 (#103) (a05a8ea) (Vincent Weevers)

Fixed

  • Close sublevels upon closing parent db (#102) (9eeb291) (Vincent Weevers)
  • Avoid cloning option objects in more places (#109) (efd4175) (Vincent Weevers)
  • Refactor: use async/await in closeResources() (#107) (fdb7864) (Vincent Weevers)
  • Refactor: restore use of spread operator (#106) (a5c2e52) (Vincent Weevers)
  • Fix skipped sublevel tests (f195d99) (Vincent Weevers)
Changelog

Sourced from abstract-level's changelog.

[3.0.1] - 2025-01-26

Added

  • Test seeking outside of range options (#113) (90ee9b5) (Vincent Weevers)

[3.0.0] - 2025-01-05

Would you mind voting in this community poll? Thank you! If you are upgrading, please see https://github.com/Level/abstract-level/blob/main/UPGRADING.md.

Changed

  • Breaking: use new language features (#94) (1fdb362) (Vincent Weevers)
  • Breaking: make iterator.seek() a mandatory feature (#105) (daf2a88) (Vincent Weevers)
  • Breaking: change _checkKey and _checkValue to assertions (#108) (ca3c368) (Vincent Weevers)

Added

  • Implement explicit snapshots (#93) (a8485a2, f81d348, b5b583c) (Vincent Weevers)
  • Implement has() and hasMany() (#96) (6684039) (Vincent Weevers)
  • Implement Symbol.asyncDispose (#95) (eedeed9) (Vincent Weevers)
  • Add docs and types for attachResource() & detachResource() (#110) (5f621d4) (Vincent Weevers)

Removed

  • Breaking: remove deprecated put, del & batch events (#104) (86bd271, 7c32d39) (Vincent Weevers)
  • Breaking: drop support of Node.js 16 (#103) (a05a8ea) (Vincent Weevers)

Fixed

  • Close sublevels upon closing parent db (#102) (9eeb291) (Vincent Weevers)
  • Avoid cloning option objects in more places (#109) (efd4175) (Vincent Weevers)
  • Refactor: use async/await in closeResources() (#107) (fdb7864) (Vincent Weevers)
  • Refactor: restore use of spread operator (#106) (a5c2e52) (Vincent Weevers)
  • Fix skipped sublevel tests (f195d99) (Vincent Weevers)
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 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)

Bumps [abstract-level](https://github.com/Level/abstract-level) from 2.0.2 to 3.0.1.
- [Release notes](https://github.com/Level/abstract-level/releases)
- [Changelog](https://github.com/Level/abstract-level/blob/main/CHANGELOG.md)
- [Commits](Level/abstract-level@v2.0.2...v3.0.1)

---
updated-dependencies:
- dependency-name: abstract-level
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2025
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
Status: Todo
Development

Successfully merging this pull request may close these issues.

0 participants