Skip to content

Bump rate-limit-redis from 2.1.0 to 3.0.0#69

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 12, 2022

Bumps rate-limit-redis from 2.1.0 to 3.0.0.

Release notes

Sourced from rate-limit-redis's releases.

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.

Unreleased

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
  • 75d16f8 Merge pull request #47 from wyattjoh/chore/release-3.0.0
  • 9172fb6 chore: bump 3.0.0
  • 9de7d81 feat: addeed stalebot
  • 2caf7ad Merge pull request #45 from wyattjoh/dependabot/npm_and_yarn/ts-jest-27.1.3
  • cd20f15 build(deps-dev): bump ts-jest from 27.1.2 to 27.1.3
  • effebd5 Merge pull request #43 from gamemaker1/refc/typescript-rewrite
  • f392697 fix: fixed warnings from jest by enableing esModuleInterop
  • 5732b63 fix(deps): add ioredis as dev dep to fix test on node 14
  • c71b74b test: use ioredis-mock to test library
  • a54d85b chore(deps): bump dts-bundle-generator and express-rate-limit
  • 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.0.
- [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.0)

---
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 Feb 12, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 1, 2022

Superseded by #88.

@dependabot dependabot bot closed this Apr 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rate-limit-redis-3.0.0 branch April 1, 2022 15:11
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