-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update go modules #47
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
base: main
Are you sure you want to change the base?
Conversation
ecd336c
to
9e81aec
Compare
9e81aec
to
b7893f2
Compare
35b2be7
to
75c5447
Compare
8f9a45f
to
4675ad1
Compare
3d0f2ca
to
ec13e79
Compare
dfb82d7
to
7350b79
Compare
4c84fa1
to
bceec2c
Compare
a2f5704
to
ccac8c3
Compare
ccac8c3
to
28aa2b2
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
📝 Summary of changesSummaryThis PR updates Go module dependencies in go.mod and go.sum to newer versions, including several direct and indirect dependencies. No application code changes are present, only dependency version bumps and removals/additions in the dependency lists. Walkthrough
Haiku
|
b309004
to
97af574
Compare
25f12c1
to
64e23cc
Compare
6d0f589
to
bbe9094
Compare
f19d7b0
to
36f0ac0
Compare
525f0ff
to
62c9770
Compare
62c9770
to
671bbac
Compare
|
94998de
to
ebedb46
Compare
ebedb46
to
08f28ee
Compare
This PR contains the following updates:
v0.6.0
->v0.6.7
0d21f29
->e94a7ec
v1.4.1
->v1.6.0
v2.0.0-alpha.37
->v2.0.0-alpha.39
v1.0.13
->v1.0.15
v2.0.0-alpha.23
->v2.0.0-alpha.27
v0.7.7
->v0.7.8
v0.4.10
->v0.4.12
v1.8.1
->v1.10.1
v1.9.0
->v1.11.1
fc7c04a
->ef028d9
fc7c04a
->ef028d9
fc7c04a
->ef028d9
v1.65.0
->v1.75.0
v1.34.2
->v1.36.8
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
beevik/etree (github.com/beevik/etree)
v1.6.0
Compare Source
Changes
Element
pointers:ChildElementsSeq
,SelectElementsSeq
,FindElementsSeq
, andFindElementsPathSeq
.v1.5.1
Compare Source
Fixes
v1.5.0
Compare Source
Changes
Element
functionCreateChild
, which calls a continuation functionafter creating and adding a child element.
Fixes
ReadSettings
values. WhenAttrSingleQuote
is true,CanonicalAttrVal
is forced to be false.bitrise-io/go-steputils (github.com/bitrise-io/go-steputils/v2)
v2.0.0-alpha.39
Compare Source
v2.0.0-alpha.38
Compare Source
bitrise-io/go-utils (github.com/bitrise-io/go-utils)
v1.0.15
Compare Source
v1.0.14
Compare Source
hashicorp/go-retryablehttp (github.com/hashicorp/go-retryablehttp)
v0.7.8
Compare Source
pkg/xattr (github.com/pkg/xattr)
v0.4.12
Compare Source
What's Changed
Full Changelog: pkg/xattr@v0.4.11...v0.4.12
v0.4.11
Compare Source
What's Changed
Full Changelog: pkg/xattr@v0.4.10...v0.4.11
spf13/cobra (github.com/spf13/cobra)
v1.10.1
Compare Source
🐛 Fix
v1.0.9 of pflags brought back
ParseErrorsWhitelist
and marked it as deprecatedFull Changelog: spf13/cobra@v1.10.0...v1.10.1
v1.10.0
Compare Source
What's Changed
🚨 Attention!
This version of
pflag
carried a breaking change: it renamedParseErrorsWhitelist
toParseErrorsAllowlist
which can break builds if bothpflag
andcobra
are dependencies in your project.pflag and
cobra, upgrade
pflagto 1.0.8 and
cobrato
1.10.0`pflag
v1.0.9 which keeps the deprecatedParseErrorsWhitelist
More details can be found here: #2303 (comment)
✨ Features
🐛 Fix
🪠 Testing
📝 Docs
New Contributors
Full Changelog: spf13/cobra@v1.9.1...v1.9.2
v1.9.1
Compare Source
🐛 Fixes
Full Changelog: spf13/cobra@v1.9.0...v1.9.1
v1.9.0
Compare Source
✨ Features
🐛 Fixes
🤖 Completions
🧪 Testing
✍🏼 Documentation
🔧 Dependency upgrades
pflag
dependencies for v1.9.0 by @jpmcb in #2233Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!
👋🏼 New Contributors
Full Changelog: spf13/cobra@v1.8.1...v1.9.0
stretchr/testify (github.com/stretchr/testify)
v1.11.1
Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string
) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()
) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
v1.11.0
Compare Source
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.10.0...v1.11.0
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
grpc/grpc-go (google.golang.org/grpc)
v1.75.0
: Release 1.75.0Compare Source
Behavior Changes
DelayedPickComplete
event, a type alias ofPickerUpdated
. (#8465)PickerUpdated
symbol.grpc.WithAuthority
as the highest-priority option for setting authority, above the setting in the credentials themselves. (#8488)WithAuthority
is available, the credentials should not be used to override the authority.New Features
GRPC_ENABLE_TXT_SERVICE_CONFIG
) to provide a way to disable TXT lookups in the DNS resolver (by setting it tofalse
). By default, TXT lookups are enabled, as they were previously. (#8377)Bug Fixes
call
andendpoint
in curly braces to comply with UCUM and gRPC OpenTelemetry guidelines. (#8481)grpc.NewClient(":<port-number-or-name>")
). (#8488)v1.74.2
: Release 1.74.2Compare Source
New Features
DialOptions
andServerOptions
(WithStaticStreamWindowSize
,WithStaticConnWindowSize
,StaticStreamWindowSize
,StaticConnWindowSize
) that force fixed window sizes for all HTTP/2 connections. By default, gRPC uses dynamic sizing of these windows based upon a BDP estimation algorithm. The existing options (WithInitialWindowSize
, etc) also disable BDP estimation, but this behavior will be changed in a following release. (#8283)API Changes
ExitIdle
method toBalancer
interface. Earlier, implementing this method was optional. (#8367)Behavior Changes
GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST
environment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. (#8248)Bug Fixes
Attempt to set a bootstrap configuration...
when creating multiple directpath channels. (#8419)Performance Improvements
mem.Reader
objects. (#8360)Documentation
v1.74.1
: Release 1.74.1Compare Source
Version 1.74.1 retracts release v1.74.0 and itself. Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.2 is released.
v1.74.0
: Release 1.74.0Compare Source
Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.1 is released.
v1.73.0
: ReConfiguration
📅 Schedule: Branch creation - "on Monday at 04:00" (UTC), Automerge - "at 10am on Monday except on 25th of December in 2023 and 1st of January 2024 and 1st of April 2024 and 20th of May 2024 and 19th of August 2024" (UTC).
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.