Skip to content

Bump rate-limiter-flexible from 7.0.0 to 7.1.1#6994

Merged
SamTV12345 merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/rate-limiter-flexible-7.1.1
Jun 14, 2025
Merged

Bump rate-limiter-flexible from 7.0.0 to 7.1.1#6994
SamTV12345 merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/rate-limiter-flexible-7.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps rate-limiter-flexible from 7.0.0 to 7.1.1.

Release notes

Sourced from rate-limiter-flexible's releases.

Check points before upserting with Redis

  • RateLimiterRedis limiter checks if points value is an integer and throws a clear error otherwise. This helps to avoid mysterious errors provided by Lua script when consuming a floating-point number of points, e.g. 2.1. Thank you @​roggervalf

🌞

Etcd support

This is the first time we add atomic and non-atomic limiters for the same storage. Atomic increments are necessary to count sensitive things like incorrect password or PIN tries while non-atomic increments may be better (because they are faster) when exact count doesn't matter, e.g. to protect a service against DDoS attack.

Thank you @​Tobias4872 🍇

Commits
  • 2906f1a 7.1.1
  • 0a9aae6 Merge pull request #267 from roggervalf/throw-erron-decimal-points
  • fa9ce19 Merge pull request #307 from roggervalf/test-change-maximum-points
  • 4de1800 test: add test cases for updating default maximum points
  • b4ad778 chore: remove extra spaces
  • 60b4a59 chore: restore docker compose
  • 8e226ad refactor: move logic into RateLimiterRedis
  • 630a01d chore: Merge branch 'master' into throw-erron-decimal-points
  • b0e5c70 7.1.0
  • b362daf [chore] update readme
  • 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-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) from 7.0.0 to 7.1.1.
- [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases)
- [Commits](animir/node-rate-limiter-flexible@v7.0.0...v7.1.1)

---
updated-dependencies:
- dependency-name: rate-limiter-flexible
  dependency-version: 7.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 May 19, 2025
@SamTV12345 SamTV12345 merged commit b0a796d into develop Jun 14, 2025
38 checks passed
@SamTV12345 SamTV12345 deleted the dependabot/npm_and_yarn/rate-limiter-flexible-7.1.1 branch June 14, 2025 20:16
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.

1 participant