Skip to content

build(deps): bump ts-retry from 5.0.1 to 7.0.3 - #217

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ts-retry-7.0.3
Open

build(deps): bump ts-retry from 5.0.1 to 7.0.3#217
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/ts-retry-7.0.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps ts-retry from 5.0.1 to 7.0.3.

Release notes

Sourced from ts-retry's releases.

7.0.0

No release notes provided.

v6.0.0

Update onError

Changelog

Sourced from ts-retry's changelog.

7.0.1

Fix errors typo

7.0.0

Sometimes errors (such as rate limits) will include the wait time needed before retrying. This exposes the error to the delay callback.

Breaking change: fixes the erro -> error typo in directory path.

Courtesy of https://github.com/intelligems-tech

6.0.0

onError function may now return boolean:

  • when returning nothing (behavior until 5.x): retries continue

  • when returnin true, retries continue

  • when returning flase, retries stops and an AbortError is thrown

  • when returning nothing (behavior until 5.x): retries continue

  • when returning true, retries continue

  • when returning false, retries stop and an AbortError is thrown

The behavior of previuos release is preserve. If you don't want to use this functionality you do not need do do any change in tour code

AbortError: An error thrown when reties are aborted due to an exception getError return the last error getCurrentTry the aborte try

5.0.2

Add exports for AbortError and isAbortError

Commits

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 [ts-retry](https://github.com/franckLdx/ts-retry) from 5.0.1 to 7.0.3.
- [Release notes](https://github.com/franckLdx/ts-retry/releases)
- [Changelog](https://github.com/franckLdx/ts-retry/blob/master/changelog.md)
- [Commits](https://github.com/franckLdx/ts-retry/commits)

---
updated-dependencies:
- dependency-name: ts-retry
  dependency-version: 7.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Sep 1, 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