Level / abstract-level

Abstract class for a lexicographically sorted key-value database.
MIT License
123 stars 8 forks source link

Bump level-supports from 4.0.1 to 5.0.0 #64

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps level-supports from 4.0.1 to 5.0.0.

Release notes

Sourced from level-supports's releases.

v5.0.0

Changed

  • Breaking: remove properties that were already true since abstract-level@1 (43ba6b7) (Vincent Weevers)
  • Use promise API of db.open() and close() in tests (f2ad373) (Vincent Weevers)
Changelog

Sourced from level-supports's changelog.

[5.0.0] - 2022-11-09

Changed

  • Breaking: remove properties that were already true since abstract-level@1 (43ba6b7) (Vincent Weevers)
  • Use promise API of db.open() and close() in tests (f2ad373) (Vincent Weevers)
Commits
  • d8893b0 5.0.0
  • 3a64bbe Add node 18 to CI
  • b7cb268 Bump standard devDependency and remove ts-standard
  • ddf0128 Replace broken faucet with tap-arc
  • f2ad373 Use promise API of db.open() and close() in tests
  • 43ba6b7 Remove properties that were true since abstract-level@1
  • efb3b0d Bump faucet devDependency from 0.0.1 to 0.0.3 (#20)
  • 56001ac Bump @​types/node devDependency from 17.x to 18.x (#19)
  • 5143aac Bump codecov/codecov-action from 2 to 3 (#17)
  • 9e3e1ae Bump @​voxpelli/tsconfig from 3 to 4 (#18)
  • See full diff 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 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)
vweevers commented 1 year ago

This is part of v2 of abstract-level and already done in that branch:

https://github.com/Level/abstract-level/blob/69c5ce7350e6d77eaf07158e23d77f4b84459e46/package.json#L30

dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.