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

refactor: Bump rate-limit-redis from 3.0.2 to 4.2.0 #9051

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2024

Bumps rate-limit-redis from 3.0.2 to 4.2.0.

Release notes

Sourced from rate-limit-redis's releases.

v4.2.0

You can view the changelog here.

v4.1.2

No release notes provided.

v4.1.1

Fixed

  • store.get() returns 0 instead of NaN if there are no hits stored for the client.

You can view the full changelog here.

v4.1.0

Added

  • Added the store.get() function, to retrieve the hit count and reset time for a particular client.

You can view the full changelog here.

v4.0.0

Breaking

  • Dropped node v14 support.
  • Added support for express-rate-limit v7.

Changed

  • Use pkgroll to bundle library.
  • Bumped dependencies.

v3.1.0

You can view the changelog here.

Changelog

Sourced from rate-limit-redis's changelog.

v4.2.0

Added

  • Export RedisStore as a named export.

v4.1.2

Added

v4.1.1

Fixed

  • store.get() returns 0 instead of NaN if there are no hits stored for the client.

v4.1.0

Added

  • Added the store.get() function, to retrieve the hit count and reset time for a particular client.

v4.0.0

Breaking

  • Dropped node v14 support.
  • Added support for express-rate-limit v7.

Changed

  • Use pkgroll to bundle library.
  • Bumped dependencies.

v3.1.0

Changed

  • Retry the EVALSHA command if it fails the first time.
Commits
  • a2ece35 4.2.0
  • 37c7bd0 feat: add named export (#201)
  • f576933 Merge pull request #199 from express-rate-limit/dependabot/npm_and_yarn/babel...
  • cb60892 build(deps-dev): bump @​babel/traverse from 7.16.7 to 7.23.2
  • b422bdb docs: mention correct node version in readme
  • 59f82ec ci: fix permissions
  • ece2a0e 4.1.2
  • 62253e2 docs: changelog for v4.1.2
  • 15cc614 ci: enable provenance statement generation
  • 66224e1 4.1.1
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/express-rate-limit/rate-limit-redis) from 3.0.2 to 4.2.0.
- [Release notes](https://github.com/express-rate-limit/rate-limit-redis/releases)
- [Changelog](https://github.com/express-rate-limit/rate-limit-redis/blob/main/changelog.md)
- [Commits](express-rate-limit/rate-limit-redis@v3.0.2...v4.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Bot label; pull requests that updates a dependency file label Mar 25, 2024
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title refactor: bump rate-limit-redis from 3.0.2 to 4.2.0 refactor: Bump rate-limit-redis from 3.0.2 to 4.2.0 Mar 25, 2024
Copy link

codecov bot commented Mar 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.15%. Comparing base (c277739) to head (d4c351e).
Report is 1 commits behind head on alpha.

Additional details and impacted files
@@            Coverage Diff             @@
##            alpha    #9051      +/-   ##
==========================================
+ Coverage   94.14%   94.15%   +0.01%     
==========================================
  Files         186      186              
  Lines       14687    14687              
==========================================
+ Hits        13827    13829       +2     
+ Misses        860      858       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mtrezza mtrezza merged commit 06e54f1 into alpha Mar 25, 2024
25 of 26 checks passed
@mtrezza mtrezza deleted the dependabot/npm_and_yarn/rate-limit-redis-4.2.0 branch March 25, 2024 11:54
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 7.1.0-alpha.4

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Mar 31, 2024
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 7.1.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Jun 30, 2024
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 7.1.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Bot label; pull requests that updates a dependency file state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants