Skip to content

⬆️ (deps): Bump axios-rate-limit from 1.4.0 to 1.6.2#66

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/axios-rate-limit-1.6.2
Open

⬆️ (deps): Bump axios-rate-limit from 1.4.0 to 1.6.2#66
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/axios-rate-limit-1.6.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps axios-rate-limit from 1.4.0 to 1.6.2.

Release notes

Sourced from axios-rate-limit's releases.

1.6.2

What's Changed

Full Changelog: aishek/axios-rate-limit@1.6.1...1.6.2

1.6.1

What's Changed

Full Changelog: aishek/axios-rate-limit@1.6.0...1.6.1

1.6.0

What's Changed

Full Changelog: aishek/axios-rate-limit@1.5.0...1.6.0

1.5.0

What's Changed

Full Changelog: aishek/axios-rate-limit@1.4.0...1.5.0

Changelog

Sourced from axios-rate-limit's changelog.

1.6.2

1.6.1

  • Support cancellation via config.signal (AbortController) so aborted requests no longer consume a rate-limit slot.

1.6.0

  • Add queue option in case you will need to replace built-in array-based requests queue with any compatible object (see aishek/axios-rate-limit#37). Please note that there is no validation for the option value. You have to implement push, shift methods and length property.

1.5.0

  • Multiple rate limits via optional limits array (see aishek/axios-rate-limit#55). Each entry is { maxRequests, duration }; duration is a string with numeric value + unit: ms, s, m, h (e.g. '1s', '2m'). A request is sent only when every window allows one more; each window resets independently after its time. Invalid duration throws with a message hinting at valid formats.
  • Backward compatibility: if limits is not provided, behavior is unchanged (single limit via maxRequests + perMilliseconds or maxRPS). Legacy options perMilliseconds, maxRPS and existing single-limit API remain supported; getMaxRPS / setMaxRPS / setRateLimitOptions work as before in that mode.
Commits
  • a343cb9 Bump version number to 1.6.2
  • 5b392dc Add tests for request cancellation and error handling
  • 35ddd41 Add test for request interceptor rejection handling
  • 6650d9a Add test to ensure performance on error handling with rejected requests
  • 1c686dd [ci skip] Add documentation for Jest mocking in README and CHANGELOG
  • 8dd97d9 [ci skip] Add "Typical use cases" section in README with links to documentati...
  • 0384993 Bump version number to 1.6.1
  • 9090118 Add tests for rate limit options and cancellation behavior
  • f5e498f Implement support for request cancellation via AbortController
  • 0d7ef00 Bump version number to 1.6.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for axios-rate-limit since your current version.


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 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 [axios-rate-limit](https://github.com/aishek/axios-rate-limit) from 1.4.0 to 1.6.2.
- [Release notes](https://github.com/aishek/axios-rate-limit/releases)
- [Changelog](https://github.com/aishek/axios-rate-limit/blob/master/CHANGELOG.md)
- [Commits](aishek/axios-rate-limit@1.4.0...1.6.2)

---
updated-dependencies:
- dependency-name: axios-rate-limit
  dependency-version: 1.6.2
  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 Feb 23, 2026
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