Skip to content

fix(deps): update all#384

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all
Closed

fix(deps): update all#384
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Nov 16, 2020

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/cache action minor v3.2.6v3.5.0 age confidence
alpine final minor 3.16.03.23.3 age confidence
github.com/dustin/go-humanize require patch v1.0.0v1.0.1 age confidence
github.com/imdario/mergo require patch v0.3.12v0.3.16 age confidence
github.com/mattn/go-zglob require patch v0.0.3v0.0.6 age confidence
github.com/smartystreets/goconvey require minor v1.7.2v1.8.1 age confidence
github.com/spf13/pflag require patch v1.0.5v1.0.10 age confidence
github.com/spf13/viper require minor v1.8.1v1.21.0 age confidence
github.com/urfave/cli require patch v1.22.9v1.22.17 age confidence
go.uber.org/zap require minor v1.21.0v1.27.1 age confidence
golang stage minor 1.19.2-alpine1.25.6-alpine age confidence
golang.org/x/crypto require minor v0.0.0-20201112155050-0c6587e931a9v0.47.0 age confidence
golang.org/x/net require minor v0.0.0-20210405180319-a5a99cb37ef4v0.49.0 age confidence
golang.org/x/time require minor v0.0.0-20200630173020-3af7569d3a1ev0.14.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/cache (actions/cache)

v3.5.0

Compare Source

  • Bump actions/cache to v4.1.0

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

v3.4.3

Compare Source

What's Changed

Full Changelog: actions/cache@v3.4.2...v3.4.3

v3.4.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v3.4.0, see those release notes and the announcement for more details.

Full Changelog: actions/cache@v3.4.0...v3.4.2

v3.4.1

Compare Source

[!WARNING]
This version was incorrectly released using a SHA pointing to a newer version for immutable actions only. Please use v3.4.2 (or v3) instead.

v3.4.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

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

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

dustin/go-humanize (github.com/dustin/go-humanize)

v1.0.1

Compare Source

imdario/mergo (github.com/imdario/mergo)

v0.3.16: Announcement: v1.0.0 will be released on June 18th

Compare Source

This release doesn't contain code changes.

After 10 years, with many corner cases covered, very few issues pending (at least, comparing them with the usage of the library as part of Docker, Kubernetes, Datadog's agent, etc.), and a very stable API, I think it's time to release a 1.0.0 version.

This version will be released under a vanity URL: dario.cat/mergo

PS: although I'll make sure that github.com/imdario/mergo will be available, I'm going to also change my GitHub handle, so expect for a few minutes to not be able to pull from github.com/imdario as I fork it from the new handle to the old one.

PS2: I'm creating a discussion for this release to make sure we can have a conversation around the topic, and anything else about Mergo that you care about.

v0.3.15: Issues #​131, #​170, #​220, and #​202 fixed

Compare Source

v0.3.14: fix: Respect overwriteWithEmptySrc when merging maps #​231

Compare Source

v0.3.13: Merging same-type slices supported, YAML upgraded to v3 (only used in tests), and more flexibility for transformers

Compare Source

What's Changed

New Contributors

Full Changelog: darccio/mergo@0.3.12...v0.3.13

mattn/go-zglob (github.com/mattn/go-zglob)

v0.0.6

Compare Source

v0.0.5

Compare Source

v0.0.4

Compare Source

smartystreets/goconvey (github.com/smartystreets/goconvey)

v1.8.1

Compare Source

v1.8.0: - Updating to Go 1.18

Compare Source

What's Changed

New Contributors

Full Changelog: smartystreets/goconvey@v1.7.2...v1.8.0

spf13/pflag (github.com/spf13/pflag)

v1.0.10

Compare Source

What's Changed

  • fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by @​thaJeztah in #​447
  • remove uses of errors.Is, which requires go1.13, move go1.16/go1.21 tests to separate file by @​thaJeztah in #​448

New Contributors

Full Changelog: spf13/pflag@v1.0.9...v1.0.10

v1.0.9

Compare Source

What's Changed

Full Changelog: spf13/pflag@v1.0.8...v1.0.9

v1.0.8

Compare Source

⚠️ Breaking Change

This version, while only a patch bump, includes a (very minor) breaking change: the flag.ParseErrorsWhitelist struct and corresponding FlagSet.parseErrorsWhitelist field have been renamed to ParseErrorsAllowlist.

This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.

The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.7...v1.0.8

v1.0.7

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.6...v1.0.7

v1.0.6

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.5...v1.0.6

spf13/viper (github.com/spf13/viper)

v1.21.0

Compare Source

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.20.0...v1.21.0

v1.20.1

Compare Source

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.20.0...v1.20.1

v1.20.0

Compare Source

[!WARNING]
This release includes a few minor breaking changes. Read the upgrade guide for details.

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Bug Fixes 🐛
Breaking Changes 🛠
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.19.0...v1.20.0

v1.19.0

Compare Source

What's Changed

Bug Fixes 🐛
Dependency Updates ⬆️

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 November 16, 2020 16:01
@trafico-bot trafico-bot Bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Nov 16, 2020
@renovate renovate Bot changed the title chore(deps): update golang.org/x/crypto commit hash to 4be66e5 chore(deps): update golang.org/x/crypto commit hash to c1f2f97 Nov 17, 2020
@renovate renovate Bot changed the title chore(deps): update golang.org/x/crypto commit hash to c1f2f97 chore(deps): update golang.org/x/crypto commit hash to c8d3bf9 Nov 24, 2020
@renovate renovate Bot changed the title chore(deps): update golang.org/x/crypto commit hash to c8d3bf9 chore(deps): update all Dec 1, 2020
@renovate renovate Bot force-pushed the renovate/all branch 6 times, most recently from 1d2a455 to 216041f Compare December 8, 2020 17:43
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from baac47b to 2bd5bc7 Compare December 16, 2020 06:16
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 863e19d to 81c2feb Compare December 21, 2020 19:17
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 06ea0a7 to b08633a Compare February 10, 2021 20:11
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 56cc3f1 to 374dd0a Compare February 18, 2021 00:08
@renovate renovate Bot changed the title chore(deps): update all fix(deps): update all Feb 18, 2021
@auto-add-label auto-add-label Bot added Bug and removed dependencies labels Feb 18, 2021
@renovate renovate Bot force-pushed the renovate/all branch 9 times, most recently from e1fedd8 to 764c287 Compare March 31, 2021 21:31
@renovate renovate Bot force-pushed the renovate/all branch 15 times, most recently from 6fb1ae2 to 26766df Compare April 8, 2021 22:53
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented May 3, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/moul/assh":"/mnt/renovate/gh/moul/assh" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/moul/assh" docker.io/renovate/go:1.14.15 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: downloading golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
go: downloading github.com/mattn/go-zglob v0.0.3
go: downloading github.com/moul/flexyaml v0.0.0-20171225152558-f458bfa8afe2
go: downloading github.com/docker/libcompose v0.4.0
go: downloading github.com/haklop/gnotifier v0.0.0-20140909091139-0de36badf601
go: downloading github.com/Masterminds/sprig v2.22.0+incompatible
go: downloading github.com/dustin/go-humanize v1.0.0
go: downloading github.com/gin-gonic/gin v1.7.1
go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
go: downloading golang.org/x/net v0.0.0-20210505214959-0714010a04ed
go: downloading github.com/spf13/cobra v1.1.3
go: downloading github.com/docker/go-units v0.4.0
go: downloading gopkg.in/ini.v1 v1.57.0
go: downloading github.com/google/uuid v1.1.1
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading golang.org/x/sys v0.0.0-20210423082822-04245dca01da
go: downloading github.com/mattn/go-colorable v0.1.6
go: downloading github.com/mitchellh/mapstructure v1.3.1
go: downloading github.com/mitchellh/copystructure v1.0.0
go: downloading github.com/spf13/afero v1.2.2
go: downloading github.com/awalterschulze/gographviz v2.0.3+incompatible
go: downloading github.com/pelletier/go-toml v1.8.0
go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb
go: downloading github.com/mattn/go-isatty v0.0.12
go: downloading github.com/huandu/xstrings v1.3.1
go: downloading github.com/guelfey/go.dbus v0.0.0-20131113121618-f6a3a2366cc3
go: downloading github.com/mitchellh/reflectwalk v1.0.1
go: downloading github.com/docker/docker v1.13.1
go: downloading github.com/golang/protobuf v1.4.2
go: downloading github.com/ugorji/go v1.1.7
go: downloading github.com/Masterminds/goutils v1.1.0
go: downloading github.com/gin-contrib/sse v0.1.0
go: downloading github.com/shirou/gopsutil v2.20.9+incompatible
go: downloading google.golang.org/protobuf v1.24.0
go: downloading github.com/ugorji/go/codec v1.1.7
go: downloading github.com/Masterminds/semver v1.5.0
go: downloading github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d
go: downloading github.com/russross/blackfriday/v2 v2.0.1
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: downloading github.com/go-ole/go-ole v1.2.4
go: downloading github.com/stretchr/testify v1.4.0
go: downloading github.com/google/go-cmp v0.4.0
go: downloading honnef.co/go/tools v0.0.1-2019.2.3
go: downloading golang.org/x/lint v0.0.0-20190930215403-16217165b5de
go: downloading github.com/go-playground/assert/v2 v2.0.1
go: downloading go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee
go: downloading golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc
go: downloading golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
moul.io/assh/v2/pkg/commands imports
	github.com/spf13/viper imports
	gopkg.in/ini.v1: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/ini.v1@v1.57.0: permission denied
moul.io/assh/v2/pkg/commands imports
	github.com/spf13/viper imports
	gopkg.in/yaml.v2: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/yaml.v2@v2.4.0: permission denied

@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.14 -> 1.24.0
golang.org/x/text v0.3.5 -> v0.32.0

@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Dec 10, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.14 -> 1.24.0
golang.org/x/text v0.3.5 -> v0.33.0

@moul
Copy link
Copy Markdown
Owner

moul commented Jan 30, 2026

Thank you for this automated update! This meta-PR from 2020 is now superseded by individual dependency PRs. Closing in favor of those more recent, targeted updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug dependencies 🔍 Ready for Review Pull Request is not reviewed yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant