Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the go group in /actions/trigger-argo-workflow with 5 updates #150

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2024

Bumps the go group in /actions/trigger-argo-workflow with 5 updates:

Package From To
github.com/cenkalti/backoff/v4 4.2.1 4.3.0
github.com/lmittmann/tint 1.0.3 1.0.4
github.com/stretchr/testify 1.8.4 1.9.0
github.com/urfave/cli/v2 2.25.7 2.27.2
golang.org/x/term 0.14.0 0.21.0

Updates github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0

Commits
  • 720b789 remove travis badge from readme
  • a83af7f feat(backoff): Add functional options for ExponentialBackOff Closes #136
  • See full diff in compare view

Updates github.com/lmittmann/tint from 1.0.3 to 1.0.4

Release notes

Sourced from github.com/lmittmann/tint's releases.

v1.0.4

What's Changed

Full Changelog: lmittmann/tint@v1.0.3...v1.0.4

Commits

Updates github.com/stretchr/testify from 1.8.4 to 1.9.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.9.0

What's Changed

... (truncated)

Commits
  • bb548d0 Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...
  • 814075f build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2
  • e045612 Merge pull request #1339 from bogdandrutu/uintptr
  • 5b6926d Merge pull request #1385 from hslatman/not-implements
  • 9f97d67 Merge pull request #1550 from stretchr/release-notes
  • bcb0d3f Include the auto-release notes in releases
  • fb770f8 Merge pull request #1247 from ccoVeille/typos
  • 85d8bb6 fix typos in comments, tests and github templates
  • e2741fa Merge pull request #1548 from arjunmahishi/msgAndArgs
  • 6e59f20 http_assertions: assert that the msgAndArgs actually works in tests
  • Additional commits viewable in compare view

Updates github.com/urfave/cli/v2 from 2.25.7 to 2.27.2

Release notes

Sourced from github.com/urfave/cli/v2's releases.

v2.27.2

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.27.1...v2.27.2

v2.27.1

What's Changed

Full Changelog: urfave/cli@v2.27.0...v2.27.1

v2.27.0

What's Changed

Full Changelog: urfave/cli@v2.26.0...v2.27.0

v2.26.0

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.7...v2.26.0

Commits
  • a1a099b Merge pull request #1888 from urfave/v2-maint-deps-up
  • 9b5850b Update dependencies, actions steps, and usage for v2-maint
  • 67566bb Merge pull request #1872 from edeustua/v2-maint
  • fa2b127 fix tests
  • 427677a fix: Fix repeated [arguments...] in usage template
  • 8728c19 Merge pull request #1868 from dearchap/issue_1860
  • 64b40d2 Merge branch 'v2-maint' into issue_1860
  • 09c3974 Merge pull request #1867 from dearchap/issue_1866
  • 7b1f820 Add more tests
  • 7d74b97 Fix:(issue_1860) Remove hidden flags from flag categories
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.14.0 to 0.21.0

Commits
  • 5f0bb72 go.mod: update golang.org/x dependencies
  • 46c790f go.mod: update golang.org/x dependencies
  • 5b15d26 go.mod: update golang.org/x dependencies
  • c5eaf76 go.mod: update golang.org/x dependencies
  • 353276a go.mod: update golang.org/x dependencies
  • ae94145 go.mod: update golang.org/x dependencies
  • ee66497 go.mod: update golang.org/x dependencies
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner June 12, 2024 15:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 12, 2024
@iainlane iainlane enabled auto-merge (squash) June 12, 2024 15:42
Bumps the go group in /actions/trigger-argo-workflow with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |
| [github.com/lmittmann/tint](https://github.com/lmittmann/tint) | `1.0.3` | `1.0.4` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.4` | `1.9.0` |
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | `2.25.7` | `2.27.2` |
| [golang.org/x/term](https://github.com/golang/term) | `0.14.0` | `0.21.0` |


Updates `github.com/cenkalti/backoff/v4` from 4.2.1 to 4.3.0
- [Commits](cenkalti/backoff@v4.2.1...v4.3.0)

Updates `github.com/lmittmann/tint` from 1.0.3 to 1.0.4
- [Release notes](https://github.com/lmittmann/tint/releases)
- [Commits](lmittmann/tint@v1.0.3...v1.0.4)

Updates `github.com/stretchr/testify` from 1.8.4 to 1.9.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.4...v1.9.0)

Updates `github.com/urfave/cli/v2` from 2.25.7 to 2.27.2
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.25.7...v2.27.2)

Updates `golang.org/x/term` from 0.14.0 to 0.21.0
- [Commits](golang/term@v0.14.0...v0.21.0)

---
updated-dependencies:
- dependency-name: github.com/cenkalti/backoff/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/lmittmann/tint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@iainlane iainlane force-pushed the dependabot/go_modules/actions/trigger-argo-workflow/go-ce296858ae branch from 68e9862 to 7bfb8c8 Compare June 12, 2024 15:42
@iainlane iainlane merged commit 6058627 into main Jun 12, 2024
8 checks passed
@iainlane iainlane deleted the dependabot/go_modules/actions/trigger-argo-workflow/go-ce296858ae branch June 12, 2024 15:43
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant