Skip to content

Bump axios-rate-limit from 1.6.3 to 1.7.0#13

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

Bump axios-rate-limit from 1.6.3 to 1.7.0#13
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/axios-rate-limit-1.7.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps axios-rate-limit from 1.6.3 to 1.7.0.

Release notes

Sourced from axios-rate-limit's releases.

1.7.0

What's Changed

Full Changelog: aishek/axios-rate-limit@1.6.3...1.7.0

Changelog

Sourced from axios-rate-limit's changelog.

1.7.0

  • Queue interface supports both synchronous and asynchronous implementations: push and shift may return a value or a Promise; length may be a length property or a getLength() method returning number or Promise of number. The library normalizes with Promise.resolve, so existing sync queues (default array or custom object with push, shift, length) remain valid and unchanged. Use getLength() when length is determined asynchronously (e.g. Redis). See https://github.com/aishek/axios-rate-limit/blob/master/doc/use-case-custom-queue.md.
Commits
  • 929ac42 Bump version number to 1.7.0
  • 9c0dd36 Update CHANGELOG.md to reflect new queue interface capabilities for synchrono...
  • d772342 Update documentation and typings for custom queue support
  • 4e2ad49 Implement async queue support (interface Q)
  • 33af338 Tests and docs for queue interface Q (sync + async)
  • See full diff 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 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.6.3 to 1.7.0.
- [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.6.3...1.7.0)

---
updated-dependencies:
- dependency-name: axios-rate-limit
  dependency-version: 1.7.0
  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 Mar 11, 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