Skip to content

Bump node-json-db from 1.5.0 to 2.1.0#39

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 15, 2022

Copy link
Copy Markdown
Contributor

Bumps node-json-db from 1.5.0 to 2.1.0.

Release notes

Sourced from node-json-db's releases.

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
  • 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)

BREAKING CHANGES

  • Async: Every method of the library is now async and returns a promise.
  • Configuration: We now need to receive the JsonDBConfig object in the constructor

v1.6.0

1.6.0 (2022-06-30)

Features

Changelog

Sourced from node-json-db's changelog.

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)

BREAKING CHANGES

  • Async: Every method of the library is now async and returns a promise.
  • Configuration: We now need to receive the JsonDBConfig object in the constructor

1.6.0 (2022-06-30)

Features

Commits
  • 20f92a5 chore(release): 2.1.0 [skip ci]
  • 6511cb8 Merge pull request #453 from Belphemur/develop
  • b0e2911 test(Serialization): double check the serialization works properly
  • d7a904e feat(Date): Add support for serializing and deserializing date type
  • 8d38302 fix(Config): put proper default for ConfigWithAdapter
  • 8ff0b02 Merge pull request #452 from Belphemur/dependabot/npm_and_yarn/types/node-18.6.4
  • 0daf450 chore(deps-dev): bump @​types/node from 18.6.3 to 18.6.4
  • 0826ebd chore(nodejs): add test for nodejs 18
  • f491218 Merge pull request #451 from Belphemur/dependabot/npm_and_yarn/types/jest-28.1.6
  • 6b9d939 chore(deps-dev): bump @​types/jest from 27.5.0 to 28.1.6
  • 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.0.
- [Release notes](https://github.com/Belphemur/node-json-db/releases)
- [Changelog](https://github.com/Belphemur/node-json-db/blob/v2.1.0/CHANGELOG.md)
- [Commits](Belphemur/node-json-db@v1.5.0...v2.1.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 Aug 15, 2022
@dependabot @github

dependabot Bot commented on behalf of github Aug 29, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #41.

@dependabot dependabot Bot closed this Aug 29, 2022
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/node-json-db-2.1.0 branch August 29, 2022 04:48
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