Skip to content

chore(deps): bump @alcalzone/jsonl-db from 1.2.3 to 2.5.3#57

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/alcalzone/jsonl-db-2.5.3
Closed

chore(deps): bump @alcalzone/jsonl-db from 1.2.3 to 2.5.3#57
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/alcalzone/jsonl-db-2.5.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Oct 1, 2022

Bumps @alcalzone/jsonl-db from 1.2.3 to 2.5.3.

Release notes

Sourced from @​alcalzone/jsonl-db's releases.

Release v2.5.3

  • Consider lockfiles from the future to be stale (#371)

Release v2.5.2

  • Dependency updates

Release v2.5.1

  • Allow setting minimum retry timeout
  • Correct minimum value for the lockfile's stale timeout

Release v2.5.0

  • Add the ability to control the lockfile's stale/update timeouts and retrying acquiring a lock

Release v2.4.3

  • Errors while automatically compressing the DB are now caught

Release v2.4.2

  • Errors while automatically restoring the DB from a backup or dump are now caught
  • Simplified and decoupled the persistence code. Individual commands like dump and compress are now properly sequenced and should no longer conflict with each other.
  • Increased throughput for primitive entries by ~2x

Release v2.4.1

  • Individual writes are now collected in a string and written at once, increasing throughput for larger entries by ~10x.

Release v2.4.0

  • Stringifying the individual lines now happens lazily and only when actually necessary, increasing the throughput by 30...50x.

Release v2.3.0

  • Add the ability to dump the database to a different location

Release v2.2.0

  • Add the ability to specify where the lockfile is created

Release v2.1.0

When opening the DB, recover from crashes that happened while compressing the DB Ensure that the DB files are flushed to disk when closing or renaming files Tests now work with the real filesystem instead of mock-fs, which breaks in Node.js 16.3+ Modernized TypeScript build output

Release v2.0.0

Update dependencies and drop support for Node.js 10

Release v1.2.5

Prevent opening one DB file in multiple instances of the DB using lockfiles

Release v1.2.4

Reduced the work done while opening a DB

Commits
  • 968d08f chore: release v2.5.3
  • f842b12 fix: consider lockfiles from the future to be stale (#371)
  • 3fd6f98 build(deps-dev): bump @​typescript-eslint/eslint-plugin (#364)
  • 0b00e8c build(deps-dev): bump vitest from 0.16.0 to 0.22.1 (#367)
  • 18d13cf build(deps-dev): bump eslint from 8.21.0 to 8.23.0 (#366)
  • cb76168 build(deps-dev): bump typescript from 4.7.4 to 4.8.2 (#363)
  • 9774f3a build(deps-dev): bump @​commitlint/config-conventional (#368)
  • 72462d3 build(deps): bump alcalzone-shared from 4.0.1 to 4.0.3 (#365)
  • 7387a8c build(deps-dev): bump @​typescript-eslint/parser from 5.32.0 to 5.36.1 (#362)
  • 03fd768 build(deps-dev): bump @​commitlint/cli from 17.0.3 to 17.1.2 (#361)
  • Additional commits viewable 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)

Bumps [@alcalzone/jsonl-db](https://github.com/AlCalzone/jsonl-db) from 1.2.3 to 2.5.3.
- [Release notes](https://github.com/AlCalzone/jsonl-db/releases)
- [Commits](AlCalzone/jsonl-db@v1.2.3...v2.5.3)

---
updated-dependencies:
- dependency-name: "@alcalzone/jsonl-db"
  dependency-type: direct:production
  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 Oct 1, 2022
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 1, 2023

Superseded by #79.

@dependabot dependabot Bot closed this Apr 1, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/alcalzone/jsonl-db-2.5.3 branch April 1, 2023 03:06
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