Skip to content

Bump node-json-db from 1.5.0 to 2.1.2#43

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps node-json-db from 1.5.0 to 2.1.2.

Release notes

Sourced from node-json-db's releases.

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)
  • HumanReadable: Fix missing humanreadable (13e51d9)
  • JsonAdapter: Don't override the data property (817c581)

Features

  • Adapter: Add concept of adapter to read and write data (fcea4bb)
  • Adapter: Let the user decide what adapter to use if they want to tweak the inner working (c8f264b), closes #448

... (truncated)

Changelog

Sourced from node-json-db's changelog.

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

  • Adapter: Add concept of adapter to read and write data (fcea4bb)
  • Adapter: Let the user decide what adapter to use if they want to tweak the inner working (c8f264b), closes #448
  • Async: All the method are now async/await (ab63e82), closes #171
  • Async: Make the whole library async (764cdf4), closes #444
  • AtomicFileAdapter: Add support for fsync (4a51239)
  • Configuration: Force giving a config object to the constructor (002a72a)

... (truncated)

Commits
  • 07d06c4 chore(release): 2.1.2 [skip ci]
  • ff75105 chore(version): Right package version
  • b73b1ee chore(changelog): Update changelog
  • 60c90f8 perf(Errors): Export errors for easier error management in other projects
  • 1cf0038 perf(Concurrency): Be sure that only one read or one write can be done at the...
  • daae2bb fix(Concurrency): Fix issue with concurrent push from different sources
  • 45501bd test(Concurrency): Add test to reproduce the issue with concurrent merge
  • 71517b2 Merge pull request #480 from Belphemur/dependabot/npm_and_yarn/typedoc-0.23.14
  • 45118ed chore(deps-dev): bump typedoc from 0.23.13 to 0.23.14
  • 291c6db Merge pull request #485 from Belphemur/dependabot/npm_and_yarn/typescript-4.8.3
  • 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.2.
- [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.1.2)

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

dependabot Bot commented on behalf of github Sep 26, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #45.

@dependabot dependabot Bot closed this Sep 26, 2022
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/node-json-db-2.1.2 branch September 26, 2022 04:20
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