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

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

chore(deps): update all #1

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 10, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action minor v3.0.7 -> v3.3.3 age adoption passing confidence
actions/checkout action minor v3.0.0 -> v3.6.0 age adoption passing confidence
actions/upload-artifact action minor v3.0.0 -> v3.1.3 age adoption passing confidence
alpine final minor 3.16.2 -> 3.19.1 age adoption passing confidence
codecov/codecov-action action patch v3.1.1 -> v3.1.6 age adoption passing confidence
docker/build-push-action action minor v3.1.1 -> v3.3.1 age adoption passing confidence
github.com/peterbourgon/ff/v3 require minor v3.3.0 -> v3.4.0 age adoption passing confidence
go.uber.org/goleak require minor v1.2.0 -> v1.3.0 age adoption passing confidence
go.uber.org/multierr require minor v1.7.0 -> v1.11.0 age adoption passing confidence
go.uber.org/zap require minor v1.23.0 -> v1.27.0 age adoption passing confidence
golang stage minor 1.19.1-alpine -> 1.22.2-alpine age adoption passing confidence
golangci/golangci-lint-action action minor v3.2.0 -> v3.7.1 age adoption passing confidence
goreleaser/goreleaser-action action minor v3.0.0 -> v3.2.0 age adoption passing confidence
markdownlint-cli dependencies minor 0.31.1 -> 0.40.0 age adoption passing confidence
ossf/scorecard-action action minor v1.0.4 -> v1.1.2 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.2

v3.3.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.3.1

v3.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.0

v3.2.6

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.2.6

v3.2.5

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.2.5

v3.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.4

v3.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.3

v3.2.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3.2.1...v3.2.2

v3.2.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.2.0

v3.0.11

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.0.11

v3.0.10

Compare Source

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

v3.0.9

Compare Source

  • Enhanced the warning message for cache unavailability in case of GHES.

v3.0.8

Compare Source

What's Changed

  • Fix zstd not working for windows on gnu tar in issues.
  • Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable SEGMENT_DOWNLOAD_TIMEOUT_MIN. Default is 60 minutes.
actions/checkout (actions/checkout)

v3.6.0

Compare Source

v3.5.3

Compare Source

v3.5.2

Compare Source

v3.5.1

Compare Source

v3.5.0

Compare Source

v3.4.0

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

actions/upload-artifact (actions/upload-artifact)

v3.1.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v3...v3.1.3

v3.1.2

Compare Source

  • Update all @actions/* NPM packages to their latest versions- #​374
  • Update all dev dependencies to their most recent versions - #​375

v3.1.1

Compare Source

  • Update actions/core package to latest version to remove set-output deprecation warning #​351

v3.1.0

Compare Source

What's Changed

codecov/codecov-action (codecov/codecov-action)

v3.1.6

Compare Source

Full Changelog: codecov/codecov-action@v3.1.5...v3.1.6

v3.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v3.1.4...v3.1.5

v3.1.4: 3.1.4

Compare Source

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@v3.1.3...v3.1.4

v3.1.3: 3.1.3

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v3.1.2...v3.1.3

v3.1.2: 3.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v3.1.1...v3.1.2

docker/build-push-action (docker/build-push-action)

v3.3.1

Compare Source

Full Changelog: docker/build-push-action@v3.3.0...v3.3.1

v3.3.0

Compare Source

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: docker/build-push-action@v3.2.0...v3.3.0

v3.2.0

Compare Source

Full Changelog: docker/build-push-action@v3.1.1...v3.2.0

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!

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

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 August 10, 2022 06:20
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Aug 10, 2022
@codecov
Copy link

codecov bot commented Aug 10, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 10.55%. Comparing base (6d556f0) to head (a17ef7f).

❗ Current head a17ef7f differs from pull request most recent head 874ef72. Consider uploading reports for the commit 874ef72 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #1   +/-   ##
=======================================
  Coverage   10.55%   10.55%           
=======================================
  Files           5        5           
  Lines         199      199           
=======================================
  Hits           21       21           
  Misses        177      177           
  Partials        1        1           
Flag Coverage Δ
unittests 10.55% <ø> (ø)

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 7 times, most recently from df9f44f to 9d25497 Compare August 16, 2022 17:00
@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from 64f97f2 to 1fdc97d Compare August 24, 2022 23:30
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 94ec843 to 3fb23ac Compare September 1, 2022 18:21
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from cfb0eee to 7c3bb8f Compare September 6, 2022 21:49
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from ab9a399 to fb1d59c Compare August 9, 2023 02:32
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from b2395b9 to 1bca953 Compare September 9, 2023 20:43
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from e43df7c to 8117089 Compare September 29, 2023 23:18
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from fe1fd1d to b046f7d Compare October 13, 2023 02:04
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a799d81 to 5dc6a09 Compare December 6, 2023 05:57
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d61472d to 5128460 Compare December 10, 2023 02:57
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d5f221a to 8655ad2 Compare January 12, 2024 08:31
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9623d59 to 1f880e7 Compare January 31, 2024 06:00
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 68ece79 to ad6622a Compare February 9, 2024 02:03
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 🔍 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