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

fix(deps): update all minor, patch, or digest dependencies on go #82

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 11, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/andreykaipov/goobs v0.12.0 -> v0.12.1 age adoption passing confidence require patch
github.com/creasty/defaults v1.7.0 -> v1.8.0 age adoption passing confidence require minor
github.com/go-logr/logr v1.2.4 -> v1.4.2 age adoption passing confidence require minor
github.com/go-logr/zapr v1.2.3 -> v1.3.0 age adoption passing confidence require minor
github.com/go-playground/validator/v10 v10.13.0 -> v10.22.1 age adoption passing confidence require minor
github.com/golang/protobuf v1.5.3 -> v1.5.4 age adoption passing confidence require patch
github.com/google/go-cmp v0.5.9 -> v0.6.0 age adoption passing confidence require minor
github.com/labstack/echo/v4 v4.10.2 -> v4.12.0 age adoption passing confidence require minor
github.com/prometheus/client_golang v1.15.1 -> v1.20.4 age adoption passing confidence require minor
github.com/redis/go-redis/v9 v9.0.4 -> v9.6.1 age adoption passing confidence require minor
github.com/slack-go/slack v0.12.2 -> v0.14.0 age adoption passing confidence require minor
github.com/spf13/cobra v1.7.0 -> v1.8.1 age adoption passing confidence require minor
go.uber.org/zap v1.24.0 -> v1.27.0 age adoption passing confidence require minor
golang.org/x/sync v0.2.0 -> v0.8.0 age adoption passing confidence require minor
golang.org/x/xerrors 04be3eb -> 7835f81 age adoption passing confidence require digest
sigs.k8s.io/yaml v1.3.0 -> v1.4.0 age adoption passing confidence require minor

Release Notes

andreykaipov/goobs (github.com/andreykaipov/goobs)

v0.12.1: for obs websocket v5.1.0

Compare Source

Release v0.12.1 contains several CI improvements but also PR #​54 that fixes concurrent writes to the OBS websocket server. 🎉

What's Changed

New Contributors

Full Changelog: andreykaipov/goobs@v0.12.0...v0.12.1

creasty/defaults (github.com/creasty/defaults)

v1.8.0

Compare Source

go-logr/logr (github.com/go-logr/logr)

v1.4.2

Compare Source

What's Changed

Dependencies:

Full Changelog: go-logr/logr@v1.4.1...v1.4.2

v1.4.1

Compare Source

What's Changed

Full Changelog: go-logr/logr@v1.4.0...v1.4.1

v1.4.0

Compare Source

This release dramatically improves interoperability with Go's log/slog package. In particular, logr.NewContext and logr.NewContextWithSlogLogger use the same context key, which allows logr.FromContext and logr.FromContextAsSlogLogger to return logr.Logger or *slog.Logger respectively, including transparently converting each to the other as needed.

Functions logr/slogr.NewLogr and logr/slogr.ToSlogHandler have been superceded by logr.FromSlogHandler and logr.ToSlogHandler respectively, and type logr/slogr.SlogSink has been superceded by logr.SlogSink. All of the old names in logr/slogr remain, for compatibility.

Package logr/funcr now supports logr.SlogSink, meaning that it's output passes all but one of the Slog conformance tests (that exception being that funcr handles the timestamp itself).

Users who have a logr.Logger and need a *slog.Logger can call slog.New(logr.ToSlogHandler(...)) and all output will go through the same stack.

Users who have a *slog.Logger or slog.Handler can call logr.FromSlogHandler(...) and all output will go through the same stack.

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.3.0...v1.4.0

v1.3.0

Compare Source

This release adds support for slog in a new, self-contained logr/slogr package. Implementers of a logr.LogSink are encouraged, but not required, to extend their implementation to improve the quality of log output coming from a slog API call.

Breaking change: the call depth for LogSink.Enabled when called via Logger.Enabled was fixed to be the same as for other call paths. Implementers of a LogSink who have worked around this bug will need to remove their workarounds.

Security best practices were improved. Only Go versions >= 1.18 are supported by this release.

What's Changed


New Contributors

Full Changelog: go-logr/logr@v1.2.4...v1.3.0

go-logr/zapr (github.com/go-logr/zapr)

v1.3.0

Compare Source

This release adds support for slog. zapr implements slogr.SlogSink and therefore can be used through slogr.NewSlogHandler as backend for slog.

What's Changed


New Contributors

Full Changelog: go-logr/zapr@v1.2.4...v1.3.0

v1.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: go-logr/zapr@v1.2.3...v1.2.4

go-playground/validator (github.com/go-playground/validator/v10)

v10.22.1: Release 10.22.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.22.0...v10.22.1

v10.22.0: Release 10.22.0

Compare Source

v10.21.0: Release 10.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.20.0...v10.21.0

v10.20.0: Release 10.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.19.0...v10.20.0

v10.19.0: Release 10.19.0

Compare Source

What was added?

Added opt-in ability to validate private fields in PR, thanks @​nikolaianohyn via the new WithPrivateFieldValidation option when initializing validator.

v10.18.0: Release 10.18.0

Compare Source

What Changed?

Updated all dependencies to address dependant alerts, #​1205 and #​1220

v10.17.0: Release 10.17.0

Compare Source

What's new

  • Add translation of requiredXXX and excludedXXX in English/Chinese/Chinese Taiwan.

What's fixed

  • Fix errors translation to work properly for aliases.

v10.16.0: Release 10.16.0

Compare Source

What's new or fixed?

  • Added new issn validator. TY @​mrcook for the PR
  • Added improvement/fix to the file url validation. TY @​nodivbyzero for the PR
  • Fix onof tag in examples. TY @​gren236 for the PR
  • Add fmt.Stringer interface support to uuid validations allowing most UUID validation libraries which implement it to work transparently now. TY @​JoshGlazebrook for the PR
  • Added new omitnil similar to omitempty but for pointers. this is mainly for code generation ease. TY @​tarampampam for the PR

v10.15.5: Release 10.15.5

Compare Source

What was fixed?

Fixed CIDRIPv4 validation, ty @​martinlehoux for the PR

v10.15.4: Release 10.15.4

Compare Source

What was fixed?

Corrected a regression of skipping required for time.Time accidentally introduced in v10.15.2

v10.15.3: Release 10.15.3

Compare Source

What was fixed?

Fix regression for invalid type check before calling reflect values type. Thank you @​MysteriousPotato for the PR

v10.15.2: Release 10.15.2

Compare Source

What was fixed?
  • Refactored #​1122 to support or's in tags + updated to required behaving the same as before v10.50.0 to support the community as there was a lot of code relying on the before behaviour, correct or not.

v10.15.1: Release 10.15.1

Compare Source

What was fixed?

Corrected a few validations including gt, lt, ... when using floating point values, specifically float32, in this PR

v10.15.0: Release 10.15.0

Compare Source

What's new?
  • Applying tag validations on structs is now a reality thank to @​MysteriousPotato in this PR
  • Added oneof tag to examples in this PR
  • Added Spice DB validations in this PR

What was fixed?

  • Fixed the REAMD logo link in this PR
  • Fixed filepath validation when path is a directory in this PR
  • Correct to docs in this PR

v10.14.1: Release 10.14.1

Compare Source

What was fixed?

  • Add allowance to valid JSOn for types convertible to such as json.RawMessage in this PR
  • Fix URL validation with only schema in this PR

v10.14.0: Release 10.14.0

Compare Source

What's new?

  • Added on disk file validation from this PR
  • Enhanced credit card validation test to 100% with this PR
golang/protobuf (github.com/golang/protobuf)

v1.5.4

Compare Source

Notable changes

  • update descriptor.proto to latest version
google/go-cmp (github.com/google/go-cmp)

v0.6.0

Compare Source

New API:

  • (#​340) Add cmpopts.EquateComparable

Documentation changes:

  • (#​337) Use of hotlinking of Go identifiers

Build changes:

  • (#​325) Remove purego fallbacks

Testing changes:

  • (#​322) Run tests for Go 1.20 version
  • (#​332) Pin GitHub action versions
  • (#​327) set workflow permission to read-only
labstack/echo (github.com/labstack/echo/v4)

v4.12.0

Compare Source

Security

Enhancements


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 force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from 9eabc67 to 839082a Compare May 21, 2023 18:23
@renovate renovate bot changed the title fix(deps): update module github.com/go-logr/zapr to v1.2.4 fix(deps): update all minor, patch, or digest dependencies on go May 21, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 2 times, most recently from 4224489 to 459926d Compare June 4, 2023 16:23
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 3 times, most recently from 55cd699 to 02bb41e Compare June 15, 2023 23:13
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 2 times, most recently from eb87547 to b58958c Compare June 26, 2023 15:02
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from b58958c to 003d906 Compare July 6, 2023 20:27
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 2 times, most recently from 8b78761 to fdf3811 Compare July 16, 2023 19:49
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 2 times, most recently from f813f3b to 624983f Compare August 2, 2023 09:55
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from 624983f to a9cda09 Compare August 6, 2023 18:14
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from a9cda09 to f8837be Compare August 17, 2023 17:14
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 3 times, most recently from 2b0a5f7 to 7ebc558 Compare August 30, 2023 07:13
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 2 times, most recently from 894cda6 to 25deac6 Compare September 13, 2023 04:14
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 4 times, most recently from cb16829 to 7cf3a1b Compare September 20, 2023 16:56
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 3 times, most recently from c07f0e9 to 065c4c7 Compare September 27, 2023 14:44
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from 065c4c7 to cb07329 Compare October 2, 2023 06:05
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from a3fba18 to 443ab8a Compare April 4, 2024 17:02
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from 443ab8a to 1f2d131 Compare April 15, 2024 22:54
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from 1f2d131 to b1f3369 Compare April 30, 2024 07:14
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from b1f3369 to 7814a14 Compare May 9, 2024 15:31
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 2 times, most recently from 7f1f4bc to 546c637 Compare May 22, 2024 03:02
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 2 times, most recently from 77192bd to be9f70f Compare June 1, 2024 19:40
Copy link
Contributor 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):

  • 13 additional dependencies were updated

Details:

Package Change
google.golang.org/protobuf v1.30.0 -> v1.34.2
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/labstack/gommon v0.4.0 -> v0.4.2
github.com/leodido/go-urn v1.2.3 -> v1.4.0
github.com/mattn/go-isatty v0.0.17 -> v0.0.20
github.com/prometheus/client_model v0.3.0 -> v0.6.1
github.com/prometheus/common v0.42.0 -> v0.55.0
github.com/prometheus/procfs v0.9.0 -> v0.15.1
go.uber.org/multierr v1.8.0 -> v1.10.0
golang.org/x/crypto v0.7.0 -> v0.24.0
golang.org/x/net v0.10.0 -> v0.26.0
golang.org/x/sys v0.8.0 -> v0.22.0
golang.org/x/text v0.9.0 -> v0.16.0

@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 2 times, most recently from 8a6422c to 6211e63 Compare June 12, 2024 07:17
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from 6211e63 to 74e6dc9 Compare June 14, 2024 23:27
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 3 times, most recently from 10268c2 to 1f1c0b2 Compare July 16, 2024 16:56
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 2 times, most recently from 627724e to d79aa7f Compare July 25, 2024 11:02
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 3 times, most recently from 39c5d31 to 5ab1105 Compare August 7, 2024 14:00
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 3 times, most recently from 6fc284e to 7457c30 Compare August 15, 2024 19:54
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 2 times, most recently from 841442b to 5daf32c Compare August 23, 2024 21:19
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch 3 times, most recently from 9a87c27 to f0fe8b5 Compare September 9, 2024 04:37
@renovate renovate bot force-pushed the renovate/all-minor-patch-or-digest-dependencies-on-go branch from f0fe8b5 to ef7ff9f Compare September 17, 2024 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants