Skip to content

Bump node-json-db from 1.5.0 to 2.1.4#49

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/node-json-db-2.1.4
Closed

Bump node-json-db from 1.5.0 to 2.1.4#49
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/node-json-db-2.1.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 30, 2023

Copy link
Copy Markdown
Contributor

Bumps node-json-db from 1.5.0 to 2.1.4.

Release notes

Sourced from node-json-db's releases.

v2.1.4

2.1.4 (2023-01-24)

Performance Improvements

  • FileAdapter: Remove need for atomically. With RWLock we have all we need. (4b52670)

v2.1.3

2.1.3 (2022-09-21)

Performance Improvements

  • Locking: Use proper read write lock instead of one lock for all operation (f3f422a), closes #490

v2.1.2

2.1.2 (2022-09-09)

Bug Fixes

  • Concurrency: Fix issue with concurrent push from different sources (daae2bb), closes #484

Performance Improvements

  • Concurrency: Be sure that only one read or one write can be done at the same time (1cf0038)
  • Errors: Export errors for easier error management in other projects (60c90f8), closes #479

v2.1.1

2.1.1 (2022-08-26)

Performance Improvements

  • Config: Easier way to import the configuration of JsonDB (e3502c2)

v2.1.0

2.1.0 (2022-08-08)

Bug Fixes

  • Config: put proper default for ConfigWithAdapter (8d38302)

Features

  • Date: Add support for serializing and deserializing date type (d7a904e), closes #362

... (truncated)

Changelog

Sourced from node-json-db's changelog.

2.1.4 (2023-01-24)

Performance Improvements

  • FileAdapter: Remove need for atomically. With RWLock we have all we need. (4b52670)

2.1.3 (2022-09-21)

Performance Improvements

  • Locking: Use proper read write lock instead of one lock for all operation (f3f422a), closes #490

2.1.2 (2022-09-09)

Bug Fixes

  • Concurrency: Fix issue with concurrent push from different sources (daae2bb), closes #484

Performance Improvements

  • Concurrency: Be sure that only one read or one write can be done at the same time (1cf0038)
  • Errors: Export errors for easier error management in other projects (60c90f8), closes #479

2.1.1 (2022-08-26)

Performance Improvements

  • Config: Easier way to import the configuration of JsonDB (e3502c2)

2.1.0 (2022-08-08)

Bug Fixes

  • Config: put proper default for ConfigWithAdapter (8d38302)

Features

  • Date: Add support for serializing and deserializing date type (d7a904e), closes #362

2.0.0 (2022-08-01)

Bug Fixes

... (truncated)

Commits
  • fc8c727 chore(release): 2.1.4 [skip ci]
  • b8b63da Merge pull request #546 from Belphemur/develop
  • 506468c test(FileAdapter): Add test for fsync
  • e4dd4a0 test(FileAdapter): Increase coverage to test cases where the path is invalid
  • 4b52670 perf(FileAdapter): Remove need for atomically. With RWLock we have all we need.
  • d70bd56 Merge pull request #545 from Belphemur/dependabot/npm_and_yarn/semantic-relea...
  • 509e45f chore(deps-dev): bump semantic-release from 19.0.5 to 20.0.4
  • 02e8d5a ci(Node): Add step to check semantic-release
  • 2a60bd3 Merge pull request #543 from Belphemur/dependabot/npm_and_yarn/typedoc-0.23.24
  • a57a05e chore(deps-dev): bump typedoc from 0.23.23 to 0.23.24
  • 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 [node-json-db](https://github.com/Belphemur/node-json-db) from 1.5.0 to 2.1.4.
- [Release notes](https://github.com/Belphemur/node-json-db/releases)
- [Changelog](https://github.com/Belphemur/node-json-db/blob/v2.1.4/CHANGELOG.md)
- [Commits](Belphemur/node-json-db@v1.5.0...v2.1.4)

---
updated-dependencies:
- dependency-name: node-json-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 Jan 30, 2023
@dependabot @github

dependabot Bot commented on behalf of github Mar 20, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #53.

@dependabot dependabot Bot closed this Mar 20, 2023
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/node-json-db-2.1.4 branch March 20, 2023 05:00
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