Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flat and redis-json in /app/stateful/api-gateway #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2022

Removes flat. It's no longer used after updating ancestor dependency redis-json. These dependencies need to be updated together.

Removes flat

Updates redis-json from 2.2.2 to 6.0.3

Changelog

Sourced from redis-json's changelog.

v6.0.2

  • minor bug fixes and performance improvements

v6.0.1

  • adds function overload definition for get as get(key: string): Promise<T|undefined>

v6.0.0

  • improves efficiency by combining multiple commands into one multi command
  • fixes code smells
  • replace the entire array when an array is present in the set command
  • removes all <set|del|rewrite|incr>T methods and integrates transaction within <set|del|rewrite|incr> method itself

v5.0.0

  • supports empty string as pre-fixes

v4.3.0

  • adds .incr() & .incrT() methods to allow incrementing of values using hincrbyfloat.

v4.2.1

  • fixes #14, wherein when any prop was set(id, {}) on an empty object, it wasn't reflected when get() was called on it

v4.2.0

  • adds support for transactions via setT, delT & rewriteT methods
  • rewrite method now support expiry. Please check the API docs for more details

v4.1.0

  • adds .del() method

v4.0.1

  • clearAll() now scans the DB via scan command(with a COUNT 100), instead of getting all the prefixed keys via keys command which would block the DB if the list is huge
  • Now allows fetching of internal fields as well -> jsonCache.get('test', 'name', 'address', 'cars.0')
  • Improves documentation
  • fixes a bug, if the key contains '/.' in it, then it was being misinterpreted during retrieval of data from DB
  • adds more test cases for robustness
  • seggregates test cases for better readability

v4.0.0

  • Total rewrite of the library for better maintenance and performance improvement
  • Provides extension for custom types, which allows the users to defines how the custom object has to be stored in Redis and how to revive the same back from redis
  • Now provide type support, which means that the type of data use save in jsonCache is exactly(===) the same that you get back

v3.2.1

  • Now supports redis client
  • Improves efficiency by replacing .call with .bind while initializing internal redisClient
  • fixes #7
  • removes the support for browsers (I know it was stupid for this library 😭)

v3.2.0

  • Now supports .(Dot) in object property (Ex. {'a.b': 'c'})

... (truncated)

Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [flat](https://github.com/hughsk/flat). It's no longer used after updating ancestor dependency [redis-json](https://github.com/AkashBabu/redis-json). These dependencies need to be updated together.


Removes `flat`

Updates `redis-json` from 2.2.2 to 6.0.3
- [Release notes](https://github.com/AkashBabu/redis-json/releases)
- [Changelog](https://github.com/AkashBabu/redis-json/blob/master/CHANGELOG.md)
- [Commits](AkashBabu/redis-json@v2.2.2...v6.0.3)

---
updated-dependencies:
- dependency-name: flat
  dependency-type: indirect
- dependency-name: redis-json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 30, 2022
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants