Skip to content

Bump node-json-db from 1.5.0 to 2.2.0#55

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 10, 2023

Copy link
Copy Markdown
Contributor

Bumps node-json-db from 1.5.0 to 2.2.0.

Release notes

Sourced from node-json-db's releases.

v2.2.0

2.2.0 (2023-04-09)

Bug Fixes

  • Array: Fix issue with array that have numerical property key (db7b5cb), closes #571

Features

  • getObjectDefault: Add method getObjectDefault to get an object or a default value when the path is leading to non existing data. (d47786b), closes #582

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

... (truncated)

Changelog

Sourced from node-json-db's changelog.

2.2.0 (2023-04-09)

Bug Fixes

  • Array: Fix issue with array that have numerical property key (db7b5cb), closes #571

Features

  • getObjectDefault: Add method getObjectDefault to get an object or a default value when the path is leading to non existing data. (d47786b), closes #582

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

... (truncated)

Commits
  • 5efd5ee chore(release): 2.2.0 [skip ci]
  • e67764d Merge branch 'develop'
  • db7b5cb fix(Array): Fix issue with array that have numerical property key
  • 958c421 chore(readme): update readme
  • d47786b feat(getObjectDefault): Add method getObjectDefault to get an object or a d...
  • 40aeaf0 Merge pull request #585 from Belphemur/dependabot/npm_and_yarn/semantic-relea...
  • cd62ebb chore(deps-dev): bump semantic-release from 21.0.0 to 21.0.1
  • be147b7 Merge pull request #584 from Belphemur/dependabot/npm_and_yarn/typescript-5.0.3
  • 228e2f0 chore(deps-dev): bump typescript from 5.0.2 to 5.0.3
  • 982842b Merge pull request #583 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.2.0.
- [Release notes](https://github.com/Belphemur/node-json-db/releases)
- [Changelog](https://github.com/Belphemur/node-json-db/blob/develop/CHANGELOG.md)
- [Commits](Belphemur/node-json-db@v1.5.0...v2.2.0)

---
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 Apr 10, 2023
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