Skip to content

Bump node-json-db from 1.5.0 to 2.1.1#41

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps node-json-db from 1.5.0 to 2.1.1.

Release notes

Sourced from node-json-db's releases.

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

... (truncated)

Changelog

Sourced from node-json-db's changelog.

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)

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
  • 3055623 chore(release): 2.1.1 [skip ci]
  • ad4d764 Merge pull request #474 from Belphemur/develop
  • e3502c2 perf(Config): Easier way to import the configuration of JsonDB
  • 9c78d37 docs: update .all-contributorsrc
  • b232d9c docs: update README.md
  • 14f3383 Merge pull request #472 from Belphemur/develop
  • 44cf3be ci(Config): Improve release config
  • 3e1d42b boost(Config): Update how to import JsonDBConfig into the project
  • 205b1b4 Merge pull request #471 from Belphemur/dependabot/npm_and_yarn/typedoc-0.23.11
  • 4658a83 chore(deps-dev): bump typedoc from 0.23.10 to 0.23.11
  • 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.1.
- [Release notes](https://github.com/Belphemur/node-json-db/releases)
- [Changelog](https://github.com/Belphemur/node-json-db/blob/v2.1.1/CHANGELOG.md)
- [Commits](Belphemur/node-json-db@v1.5.0...v2.1.1)

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

dependabot Bot commented on behalf of github Sep 12, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #43.

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