Skip to content

Bump rate-limit-redis from 2.1.0 to 3.0.2#224

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 1, 2023

Bumps rate-limit-redis from 2.1.0 to 3.0.2.

Release notes

Sourced from rate-limit-redis's releases.

v3.0.2

You can view the changelog here.

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.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

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
  • be6f0ee chore: version bump
  • b907590 Merge pull request #155 from misowei-noodoe/misowei-noodoe/issue153
  • 9df1097 Add types definition to exports
  • dcb5941 Merge pull request #73 from gamemaker1/chore/update-bug-report-template
  • 1dc2ad2 chore(issue-templates): add redis client field to bug report template
  • c5cc344 Update stale.yml
  • 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
  • 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.2.
- [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.2)

---
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 Jun 1, 2023
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