IronCoreLabs / ironoxide

Rust SDK for IronCore Privacy Platform
https://docs.rs/ironoxide
GNU Affero General Public License v3.0
10 stars 3 forks source link

Bump nick-invision/retry from v2.2.0 to v2.4.0 #212

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps nick-invision/retry from v2.2.0 to v2.4.0.

Release notes

Sourced from nick-invision/retry's releases.

v2.4.0

2.4.0 (2021-01-04)

Dependency Bumps

Features

  • Add optional on_retry_command input to allow command to return before a retry is attempted. (7c68161)

v2.3.0

2.3.0 (2021-01-02)

Bug Fixes

  • dont require OS input and use correct shell per os (d0aac35)

Features

  • add SHELL input support (877a0ac)
Changelog

Sourced from nick-invision/retry's changelog.

module.exports = { plugins: [ [ '@semantic-release/commit-analyzer', { releaseRules: [ { type: 'docs', scope: 'README', release: 'patch' }, { type: 'minor', release: 'minor' }, { type: 'major', release: 'major' }, { type: 'patch', release: 'patch' }, { type: 'test', release: false }, { scope: 'no-release', release: false }, ], }, ], '@semantic-release/release-notes-generator', '@semantic-release/github', ], branches: [ { name: 'master' }, { name: 'develop', channel: 'develop', prerelease: 'develop' }, // prerelease is set to beta as it is the value of name ], };

Commits
  • 7c68161 Add on_retry_command input to optionally run cmd before a retry (#33)
  • 025c480 Merge pull request #32 from nick-invision/dependabot/npm_and_yarn/lodash-4.17.20
  • 3073a9f Merge pull request #29 from nick-invision/dependabot/npm_and_yarn/ini-1.3.8
  • 9e6dab8 build(deps): bump lodash from 4.17.15 to 4.17.20
  • 850bd83 More doc cleanup
  • 88ed427 Merge pull request #31 from nick-invision/fix-docs
  • bee86dd docs: cleanup docs around shell defaults and supported
  • f865f2a test: fix tests again
  • 8310ca5 test: fix tests
  • e48877f Merge pull request #30 from isaacrlevin/master
  • Additional commits viewable in compare view


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 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)
giarc3 commented 3 years ago

@dependabot recreate

giarc3 commented 3 years ago

@dependabot recreate