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

chore(deps): update all #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

chore(deps): update all #52

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 15, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action patch v2.1.6 -> v2.1.8 age adoption passing confidence
actions/checkout action minor v2.3.4 -> v2.7.0 age adoption passing confidence
alpine final minor 3.16.0 -> 3.20.0 age adoption passing confidence
github.com/peterbourgon/ff/v3 require minor v3.0.0 -> v3.4.0 age adoption passing confidence
go.uber.org/goleak require minor v1.1.10 -> v1.3.0 age adoption passing confidence
golang stage minor 1.19.5-alpine -> 1.22.3-alpine age adoption passing confidence
goreleaser/goreleaser-action action minor v2.6.1 -> v2.9.1 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v2.1.8: Updating actions/core to version 1.10.0

Compare Source

The ::save-state and ::set-output are deprecated. The newer version of actions/core >1.10.0 uses the new syntax for save and set output. After this change, customers using actions/cache@v2 won't see deprecation warning message.

v2.1.7

Compare Source

Support 10GB cache upload using the latest version 1.0.8 of @actions/cache

actions/checkout (actions/checkout)

v2.7.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.6.0...v2.7.0

v2.6.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.5.0

v2.4.2

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.4.2

v2.4.1

Compare Source

  • Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory

v2.4.0

Compare Source

  • Convert SSH URLs like org-<ORG_ID>@&#8203;github.com: to https://github.com/ - pr

v2.3.5

Compare Source

Update dependencies

peterbourgon/ff (github.com/peterbourgon/ff/v3)

v3.4.0

Compare Source

What's Changed

Full Changelog: peterbourgon/ff@v3.3.2...v3.4.0

v3.3.2

Compare Source

This release adds the WithFilesystem option, allowing users to specify a filesystem other than the default host FS for e.g. config files. Thanks to @​piotrkowalczuk and #​103 for the inspiration.

v3.3.1

Compare Source

@​abhinav sent in #​106 which just improves the DefaultUsageFunc a bit, thanks bud!

v3.3.0

Compare Source

Changes!

What's Changed

New Contributors

Full Changelog: peterbourgon/ff@v3.1.2...v3.3.0

v3.1.2

Compare Source

The rehoming to major version 0 caused problems I was not able to quickly resolve. See #​86. This release restores everything to major version 3 until I can resolve those problems.

v3.1.1

Compare Source

v3.1.0

Compare Source

ffyaml now treats

key: 

as

-key=""

instead of an error.

uber-go/goleak (go.uber.org/goleak)

v1.3.0

Compare Source

Fixed
  • Built-in ignores now match function names more accurately.
    They will no longer ignore stacks because of file names
    that look similar to function names. (#​112)
Added
  • Add an IgnoreAnyFunction option to ignore stack traces
    that have the provided function anywhere in the stack. (#​113)
  • Ignore testing.runFuzzing and testing.runFuzzTests alongside
    other already-ignored test functions (testing.RunTests, etc). (#​105)
Changed

v1.2.1: v.1.2.1

Compare Source

[1.2.1]

Changed
  • Drop golang/x/lint dependency.

v1.2.0

Compare Source

Added
  • Add Cleanup option that can be used for registering cleanup callbacks. (#​78)
Changed
  • Mark VerifyNone as a test helper. (#​75)

Thanks to @​tallclair for their contribution to this release.

v1.1.12

Compare Source

Fixed
  • Fixed logic for ignoring trace related goroutines on Go versions 1.16 and above. (#​68)

v1.1.11

Compare Source

Fixed

  • Documentation fix on how to test.
  • Update dependency on stretchr/testify to v1.7.0. (#​59)
  • Update dependency on golang.org/x/tools to address CVE-2020-14040. (#​62)
goreleaser/goreleaser-action (goreleaser/goreleaser-action)

v2.9.1

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v2...v2.9.1

v2.9.0

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v2.8.1...v2.9.0

v2.8.1

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v2.8.0...v2.8.1

v2.8.0

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v2.6.1...v2.8.0

v2.7.0

Compare Source


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from moul as a code owner June 15, 2021 21:41
@renovate renovate bot changed the title chore(deps): update alpine docker tag to v3.14.0 chore(deps): update all docker tags Jul 7, 2021
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Jul 7, 2021
@codecov
Copy link

codecov bot commented Jul 7, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.25%. Comparing base (5001bc0) to head (8f82d17).
Report is 20 commits behind head on master.

Current head 8f82d17 differs from pull request most recent head 43c61e0

Please upload reports for the commit 43c61e0 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   81.25%   81.25%           
=======================================
  Files           1        1           
  Lines          96       96           
=======================================
  Hits           78       78           
  Misses         14       14           
  Partials        4        4           
Flag Coverage Δ
unittests 81.25% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 88ec452 to d253a7c Compare August 6, 2021 18:09
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from f2b8222 to fbb9a29 Compare August 27, 2021 18:23
@renovate renovate bot changed the title chore(deps): update all docker tags chore(deps): update alpine docker tag to v3.14.2 Aug 31, 2021
@renovate renovate bot changed the title chore(deps): update alpine docker tag to v3.14.2 chore(deps): update all docker tags Aug 31, 2021
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 984abec to ff9f50f Compare September 9, 2021 21:43
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from a3a2e4f to 0362012 Compare October 4, 2021 23:49
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from faf3f4d to 79443fa Compare October 15, 2021 16:56
@renovate renovate bot changed the title chore(deps): update all docker tags chore(deps): update all Oct 15, 2021
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from f5dd315 to 840e84c Compare November 4, 2021 22:15
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1a6d9a2 to f6d4dae Compare November 24, 2021 21:27
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9193520 to 4dce359 Compare December 9, 2021 17:38
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5ac215f to c7dd961 Compare March 30, 2023 01:02
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from cf15e5b to 767e5bb Compare June 11, 2023 21:55
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 9df3fa7 to 599d431 Compare August 8, 2023 22:57
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b01be28 to 5c3eaac Compare October 6, 2023 00:52
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4e9c700 to 8a2ec8d Compare December 5, 2023 23:20
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from c66623a to 7c0a8df Compare February 7, 2024 03:53
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.

None yet

0 participants