Skip to content

fix(deps): update dependency express-rate-limit to v8

This MR contains the following updates:

Package Change Age Confidence
express-rate-limit ^7.4.0 -> ^8.0.0 age confidence

Release Notes

express-rate-limit/express-rate-limit (express-rate-limit)

v8.0.1

Compare Source

You can view the changelog here.

v8.0.0

Compare Source

You can view the changelog here.

v7.5.1

Compare Source

Changed
  • Narrowed type of standardHeaders from string to just the supported values via a TypeScript const assertion (#​506)

You can view the full changelog here.

v7.5.0

Compare Source

Added
  • Implemented the combined RateLimit header according to the eighth draft of the IETF RateLimit header specificiation. Enable by setting standardHeaders: 'draft-8'.
  • Added a new identifier option, used as the name for the quota policy in the draft-8 headers.
  • Added a new headersDraftVersion validation check to identifies cases where an unsupported version string is passed to the standardHeaders option.

You can view the full changelog here.

v7.4.1

Compare Source

Fixed
  • Made the passOnStoreError return after calling next() rather than continuing execution.

You can view the full changelog here.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate-Bot

Merge request reports

Loading