Skip to content

Bump node-json-db from 1.5.0 to 2.1.3#45

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 26, 2022

Copy link
Copy Markdown
Contributor

Bumps node-json-db from 1.5.0 to 2.1.3.

Release notes

Sourced from node-json-db's releases.

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

v2.0.0

2.0.0 (2022-08-01)

Bug Fixes

  • Array: Fix array not properly async (26355b0)

... (truncated)

Changelog

Sourced from node-json-db's changelog.

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

  • Array: Fix array not properly async (26355b0)
  • HumanReadable: Fix missing humanreadable (13e51d9)
  • JsonAdapter: Don't override the data property (817c581)

Features

... (truncated)

Commits
  • d5fa526 chore(release): 2.1.3 [skip ci]
  • 2f595b2 refactor(imports): remove dead import
  • f3f422a perf(Locking): Use proper read write lock instead of one lock for all operation
  • 8a398c3 test(lock): improve the test coverage
  • efd4002 refactor(Locks): Add new async lock with read write locks
  • 78547e7 Merge pull request #491 from Belphemur/dependabot/npm_and_yarn/typedoc-0.23.15
  • 584d848 chore(deps-dev): bump typedoc from 0.23.14 to 0.23.15
  • 5e9f122 Merge pull request #489 from Belphemur/dependabot/npm_and_yarn/types/async-lo...
  • e78dbf8 chore(deps-dev): bump @​types/async-lock from 1.1.5 to 1.3.0
  • 6817be5 Merge pull request #488 from Belphemur/dependabot/npm_and_yarn/types/node-18....
  • 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.3.
- [Release notes](https://github.com/Belphemur/node-json-db/releases)
- [Changelog](https://github.com/Belphemur/node-json-db/blob/v2.1.3/CHANGELOG.md)
- [Commits](Belphemur/node-json-db@v1.5.0...v2.1.3)

---
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 Sep 26, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jan 30, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #49.

@dependabot dependabot Bot closed this Jan 30, 2023
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/node-json-db-2.1.3 branch January 30, 2023 04:31
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