Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps ts-retry from 4.2.5 to 6.0.0.

Release notes

Sourced from ts-retry's releases.

v6.0.0

Update onError

v5.0.1

Changelog

Sourced from ts-retry's changelog.

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

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.1

Fix missing exports: retryDecorator a retryAsyncDecorator

5.0.0

Update dependencies to fix testing,

Breaking changes: add attempt data to onError & onSuccessFunc function for logging purposes

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 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)

@dependabot dependabot bot added javascript Pull requests that update javascript code type::chore labels Jun 9, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 9, 2025

Labels

The following labels could not be found: dependabot. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the javascript Pull requests that update javascript code label Jun 9, 2025
Copy link

github-actions bot commented Jun 9, 2025

This PR has been released (on staging) and is available for download with a embedded-cluster-smoke-test-staging-app license ID.

Online Installer:

curl "https://staging.replicated.app/embedded/embedded-cluster-smoke-test-staging-app/ci/appver-dev-0fce79b" -H "Authorization: $EC_SMOKE_TEST_LICENSE_ID" -o embedded-cluster-smoke-test-staging-app-ci.tgz

Airgap Installer (may take a few minutes before the airgap bundle is built):

curl "https://staging.replicated.app/embedded/embedded-cluster-smoke-test-staging-app/ci-airgap/appver-dev-0fce79b?airgap=true" -H "Authorization: $EC_SMOKE_TEST_LICENSE_ID" -o embedded-cluster-smoke-test-staging-app-ci.tgz

Happy debugging!

@JGAntunes
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/e2e/playwright/ts-retry-6.0.0 branch from 87a7189 to eeada78 Compare June 11, 2025 17:06
Bumps [ts-retry](https://github.com/franckLdx/ts-retry) from 4.2.5 to 6.0.0.
- [Release notes](https://github.com/franckLdx/ts-retry/releases)
- [Changelog](https://github.com/franckLdx/ts-retry/blob/master/changelog.md)
- [Commits](franckLdx/ts-retry@v4.2.5...v6.0.0)

---
updated-dependencies:
- dependency-name: ts-retry
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/e2e/playwright/ts-retry-6.0.0 branch from eeada78 to 0fce79b Compare June 16, 2025 13:13
@JGAntunes JGAntunes merged commit e995d82 into main Jun 17, 2025
65 checks passed
@JGAntunes JGAntunes deleted the dependabot/npm_and_yarn/e2e/playwright/ts-retry-6.0.0 branch June 17, 2025 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update javascript code type::chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant