Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 12, 2019

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change Age Confidence
alpine final minor 3.13.5 -> 3.22.1 age confidence
circleci/golang docker minor 1.14 -> 1.17 age confidence
codecov orb minor 1.0.5 -> 1.2.5 age confidence
codfish/semantic-release-action action minor v1.9.0 -> v1.10.0 age confidence
docker orb minor 0.5.13 -> 0.6.1 age confidence
golang stage minor 1.16.5-alpine -> 1.25.1-alpine age confidence
golang.org/x/crypto require minor v0.0.0-20190701094942-4def268fd1a4 -> v0.42.0 age confidence
gopkg.in/urfave/cli.v2 require minor v2.0.0-20190806201727-b62605953717 -> v2.27.7 age confidence
moul orb minor 1.5.0 -> 1.16.0 age confidence
tools orb patch 0.0.9 -> 0.0.14 age confidence

Release Notes

codfish/semantic-release-action (codfish/semantic-release-action)

v1.10.0

Compare Source

Features
urfave/cli (gopkg.in/urfave/cli.v2)

v2.27.7

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.6...v2.27.7

v2.27.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.5...v2.27.6

v2.27.5

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.4...v2.27.5

v2.27.4

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.3...v2.27.4

v2.27.3

Compare Source

What's Changed

New Contributors

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

v2.27.2

Compare Source

What's Changed

New Contributors

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

v2.27.1

Compare Source

What's Changed

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

v2.27.0

Compare Source

What's Changed

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

v2.26.0

Compare Source

What's Changed

New Contributors

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

v2.25.7

Compare Source

What's Changed

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

v2.25.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.5...v2.25.6

v2.25.5

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.4...v2.25.5

v2.25.4

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.3...v2.25.4

v2.25.3

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.2...v2.25.3

v2.25.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.1...v2.25.2

v2.25.1

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.0...v2.25.1

v2.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.24.4...v2.25.0

v2.24.4

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.24.3...v2.24.4

v2.24.3

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.24.2...v2.24.3

v2.24.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.24.1...v2.24.2

v2.24.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.24.0...v2.24.1

v2.24.0

Compare Source

What's Changed

  • Fix:(issue_1592) Add support for float64slice, uint, int, int64 for a… by @​dearchap in #​1647

Full Changelog: urfave/cli@v2.23.10...v2.24.0

v2.23.10

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.9...v2.23.10

v2.23.9

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.23.8...v2.23.9

v2.23.8

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.7...v2.23.8

v2.23.7

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.6...v2.23.7

v2.23.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.5...v2.23.6

v2.23.5

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.23.4...v2.23.5

v2.23.4

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.3...v2.23.4

v2.23.3

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.23.2...v2.23.3

Note. This is considered a minor release even though it has a new "feature" i.e support for int64slice for alstrc flags. The int64slice is verbatim copy of existing code and doesnt include any new behaviour compared to other altsrc flags.

v2.23.2

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.1...v2.23.2

v2.23.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.0...v2.23.1

v2.23.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.22.0...v2.23.0

v2.22.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.21.0...v2.22.0

v2.21.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.20.5...v2.21.0

v2.20.5

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.20.4...v2.20.5

v2.20.4

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.20.3...v2.20.4

v2.20.3

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.20.2...v2.20.3

v2.20.2

Compare Source

What's Changed

  • Fix:(issue_1206) Default value shouldnt depend on env variable or val… by @​dearchap in #​1528

Full Changelog: urfave/cli@v2.20.1...v2.20.2

v2.20.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.20.0...v2.20.1

v2.20.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.19.3...v2.20.0

v2.19.3

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.19.2...v2.19.3

v2.19.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.19.1...v2.19.2

v2.19.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.19.0...v2.19.1

v2.19.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.18.2...v2.19.0

v2.18.2

Compare Source

What's Changed

  • Configure GenericFlag's Destination type as struct not pointer by @​nkuba in #​1442

New Contributors

Full Changelog: urfave/cli@v2.18.1...v2.18.2

v2.18.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.18.0...v2.18.1

v2.18.0

Compare Source

What's Changed

  • Call FlagStringer in String() method of slice flags by @​fjl in #​1508

New Contributors

Full Changelog: urfave/cli@v2.17.2...v2.18.0

v2.17.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.17.1...v2.17.2

v2.17.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.17.0...v2.17.1

v2.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.16.6...v2.17.0

v2.16.6

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.16.5...v2.16.6

v2.16.5

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.16.4...v2.16.5

v2.16.4

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.16.3...v2.16.4

v2.16.3

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.16.2...v2.16.3

v2.16.2

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.16.1...v2.16.2

v2.16.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.16.0...v2.16.1

v2.16.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.15.0...v2.16.0

v2.15.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.14.2...v2.15.0

v2.14.2

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.14.1...v2.14.2

v2.14.1

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.14.0...v2.14.1

v2.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.13.0...v2.14.0

v2.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.12.3...v2.13.0

v2.12.3

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.12.1...v2.12.3

v2.12.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.12.1...v2.12.2

v2.12.1

Compare Source

Full Changelog: urfave/cli@v2.11.5...v2.12.1

v2.12.0

Compare Source

Full Changelog: urfave/cli@v2.11.2...v2.12.0

v2.11.5

Compare Source

Full Changelog: urfave/cli@v2.11.2...v2.11.5

v2.11.4

Compare Source

Full Changelog: urfave/cli@v2.11.2...v2.11.4

v2.11.3

Compare Source

Full Changelog: urfave/cli@v2.11.2...v2.11.3

v2.11.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.11.1...v2.11.2

v2.11.1

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.11.0...v2.11.1

v2.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.10.3...v2.11.0

v2.10.3

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.10.2...v2.10.3

v2.10.2

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.10.1...v2.10.2

v2.10.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.10.0...v2.10.1

v2.10.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.9.0...v2.10.0

v2.9.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from moul as a code owner August 12, 2019 08:27
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Aug 12, 2019
@renovate renovate bot changed the title chore(deps): update golang.org/x/sys commit hash to 9eafafc chore(deps): update golang.org/x/sys commit hash to 4e8604a Aug 12, 2019
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c204ca5 to c9e42e3 Compare August 13, 2019 05:20
@codecov
Copy link

codecov bot commented Aug 13, 2019

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 15.51%. Comparing base (09fdae0) to head (b93e34f).

Current head b93e34f differs from pull request most recent head 3e7b9f0

Please upload reports for the commit 3e7b9f0 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   14.02%   15.51%   +1.48%     
==========================================
  Files           7        7              
  Lines         278      348      +70     
==========================================
+ Hits           39       54      +15     
- Misses        238      293      +55     
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update golang.org/x/sys commit hash to 4e8604a chore(deps): update golang.org/x/sys commit hash to fde4db3 Aug 13, 2019
@renovate renovate bot changed the title chore(deps): update golang.org/x/sys commit hash to fde4db3 chore(deps): update all Aug 15, 2019
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 6f67256 to 571e194 Compare August 26, 2019 19:24
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from acb90c4 to 8e5b007 Compare September 4, 2019 16:22
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from e61cf31 to 66ad728 Compare September 10, 2019 07:26
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 151d9ab to e6ef0e7 Compare January 8, 2025 21:10
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 02d1596 to 6da2dcd Compare February 7, 2025 23:00
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 323cb84 to cc7db4a Compare February 14, 2025 21:03
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ab2ae64 to 0255f25 Compare February 24, 2025 21:30
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from db95b10 to 6c72964 Compare March 5, 2025 17:51
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 7a93be9 to 90ae1b1 Compare April 6, 2025 16:50
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 786103d to dcc7054 Compare May 6, 2025 20:44
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 3691276 to 0ad19cd Compare June 6, 2025 22:19
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 2a861aa to f294d9c Compare July 16, 2025 01:09
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 283bc20 to 5949677 Compare August 13, 2025 20:55
Copy link

socket-security bot commented Aug 13, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgolang.org/​x/​crypto@​v0.0.0-20190701094942-4def268fd1a4 ⏵ v0.42.074 +1100 +75100100100
Updatedgopkg.in/​urfave/​cli.v2@​v2.0.0-20190806201727-b62605953717 ⏵ v2.27.787 -2100100100100

View full report

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 37ad05c to 4a0ae0a Compare September 8, 2025 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants