Skip to content

Bump node-json-db from 1.5.0 to 2.1.5#53

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 20, 2023

Copy link
Copy Markdown
Contributor

Bumps node-json-db from 1.5.0 to 2.1.5.

Release notes

Sourced from node-json-db's releases.

v2.1.5

2.1.5 (2023-03-14)

Performance Improvements

  • Interoperability: Export underlying adapter type to let developers customize the storage logic (cfa874e), closes #568

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)

... (truncated)

Changelog

Sourced from node-json-db's changelog.

2.1.5 (2023-03-14)

Performance Improvements

  • Interoperability: Export underlying adapter type to let developers customize the storage logic (cfa874e), closes #568

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

... (truncated)

Commits
  • 9569699 chore(release): 2.1.5 [skip ci]
  • 02df98d Merge pull request #569 from Belphemur/develop
  • 5baee49 chore(deps): Clean up deps
  • cfa874e perf(Interoperability): Export underlying adapter type to let developers cust...
  • 444d6db Merge pull request #567 from Belphemur/dependabot/npm_and_yarn/types/node-18....
  • 4ee1e0c chore(deps-dev): bump @​types/node from 18.15.1 to 18.15.2
  • 96e2fcc Merge pull request #565 from Belphemur/dependabot/npm_and_yarn/types/node-18....
  • 6f47309 chore(deps-dev): bump @​types/node from 18.15.0 to 18.15.1
  • b1d6d50 Merge pull request #564 from Belphemur/dependabot/npm_and_yarn/types/node-18....
  • 81c469f chore(deps-dev): bump @​types/node from 18.14.6 to 18.15.0
  • 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.5.
- [Release notes](https://github.com/Belphemur/node-json-db/releases)
- [Changelog](https://github.com/Belphemur/node-json-db/blob/v2.1.5/CHANGELOG.md)
- [Commits](Belphemur/node-json-db@v1.5.0...v2.1.5)

---
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 Mar 20, 2023
@dependabot @github

dependabot Bot commented on behalf of github Apr 10, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #55.

@dependabot dependabot Bot closed this Apr 10, 2023
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/node-json-db-2.1.5 branch April 10, 2023 05:08
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