Skip to content

Bump rate-limit-redis from 2.1.0 to 3.0.1#88

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/rate-limit-redis-3.0.1
Closed

Bump rate-limit-redis from 2.1.0 to 3.0.1#88
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/rate-limit-redis-3.0.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 1, 2022

Bumps rate-limit-redis from 2.1.0 to 3.0.1.

Release notes

Sourced from rate-limit-redis's releases.

v3.0.1

You can view the changelog here.

v3.0.0

You can view the changelog here.

v3.0.0-pre.0

You can view the changelog here.

Changelog

Sourced from rate-limit-redis's changelog.

v3.0.1

Changed

  • Updated documentation related to ioredis integration #48

v3.0.0

Added

  • Added issue and PR templates.
  • The release action now publishes a GitHub release when a new tag is pushed with a built .tgz file so you can install the package from npm and GitHub.
  • [BREAKING] Added the sendCommand option to replace the client option
    • sendCommand is a function that takes the raw command as a string array and returns the numeric response from redis.
    • this makes the store compatible with all clients that have a public method to send raw commands to redis.
  • Added a changelog and a contributing guide.

Changed

  • Rewrote library and tests in Typescript.
  • Use esbuild to build both ES and CommonJS modules and use dts-bundle-generator to generate a single type declaration file.
  • Added express >= 4 and express-rate-limit >= 6 as peer dependencies.

Removed

  • [BREAKING] Removed the expiry option, as we now get that from the rate limiting middleware in the init method.
  • [BREAKING] Removed the client option, as it is now replaced by the sendCommand option
  • [BREAKING] Removed the passIfNotConnected option, as developers now need to handle connection using a client of their choice
Commits
  • 0c98986 3.0.1
  • 7b97a83 Update changelog.md
  • 3183c40 Merge pull request #63 from wyattjoh/dependabot/npm_and_yarn/esbuild-0.14.20
  • abc4742 build(deps-dev): bump esbuild from 0.14.11 to 0.14.20
  • c07af0c Merge pull request #51 from wyattjoh/dependabot/npm_and_yarn/lint-staged-12.3.1
  • b12faf3 build(deps-dev): bump lint-staged from 12.1.7 to 12.3.1
  • d239e49 Merge pull request #50 from wyattjoh/dependabot/npm_and_yarn/types/node-16.11.21
  • a710576 build(deps-dev): bump @​types/node from 16.11.19 to 16.11.21
  • 6ca3cf3 Merge pull request #49 from wyattjoh/dependabot/npm_and_yarn/typescript-4.5.5
  • 46470ec build(deps-dev): bump typescript from 4.5.4 to 4.5.5
  • 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 [rate-limit-redis](https://github.com/wyattjoh/rate-limit-redis) from 2.1.0 to 3.0.1.
- [Release notes](https://github.com/wyattjoh/rate-limit-redis/releases)
- [Changelog](https://github.com/wyattjoh/rate-limit-redis/blob/main/changelog.md)
- [Commits](express-rate-limit/rate-limit-redis@v2.1.0...v3.0.1)

---
updated-dependencies:
- dependency-name: rate-limit-redis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 1, 2023

Superseded by #224.

@dependabot dependabot bot closed this Jun 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rate-limit-redis-3.0.1 branch June 1, 2023 16:14
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