-
Notifications
You must be signed in to change notification settings - Fork 464
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 go modules #2046
Merged
apeabody
merged 2 commits into
GoogleCloudPlatform:master
from
renovate-bot:renovate/cli-go-modules
Dec 26, 2023
Merged
fix(deps): update go modules #2046
apeabody
merged 2 commits into
GoogleCloudPlatform:master
from
renovate-bot:renovate/cli-go-modules
Dec 26, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
forking-renovate
bot
added
the
dependencies
Pull requests that update a dependency file
label
Dec 15, 2023
/gcbrun |
renovate-bot
changed the title
chore(deps): update module github.com/google/go-github/v55 to v57
chore(deps): update go modules
Dec 16, 2023
renovate-bot
force-pushed
the
renovate/cli-go-modules
branch
from
December 16, 2023 00:56
67f3ea9
to
6eb5b63
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-go-modules
branch
from
December 19, 2023 00:40
6eb5b63
to
3fbe4d8
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-go-modules
branch
from
December 19, 2023 00:45
3fbe4d8
to
0b52116
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-go-modules
branch
from
December 19, 2023 01:02
0b52116
to
977ea37
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-go-modules
branch
from
December 19, 2023 19:16
977ea37
to
0b09db2
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-go-modules
branch
from
December 19, 2023 22:41
0b09db2
to
cbc3b59
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-go-modules
branch
from
December 19, 2023 22:50
cbc3b59
to
fd445fd
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-go-modules
branch
from
December 19, 2023 23:29
fd445fd
to
42cb80f
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-go-modules
branch
from
December 20, 2023 02:39
42cb80f
to
c7ed538
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-go-modules
branch
from
December 20, 2023 19:27
c7ed538
to
333d75d
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-go-modules
branch
from
December 21, 2023 01:39
333d75d
to
e323953
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-go-modules
branch
from
December 21, 2023 06:24
e323953
to
2e6edb3
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-go-modules
branch
from
December 21, 2023 18:06
2e6edb3
to
fb3d4cd
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-go-modules
branch
from
December 22, 2023 21:53
fb3d4cd
to
16cd3b1
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-go-modules
branch
from
December 25, 2023 19:26
16cd3b1
to
e4ccdd3
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-go-modules
branch
from
December 26, 2023 01:53
e4ccdd3
to
36072f5
Compare
/gcbrun |
renovate-bot
force-pushed
the
renovate/cli-go-modules
branch
from
December 26, 2023 19:30
36072f5
to
57c4991
Compare
/gcbrun |
/gcbrun |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
apeabody
approved these changes
Dec 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.15.3
->v1.16.0
v1.35.1
->v1.36.0
v0.10.2
->v0.11.0
v0.11.1
a660076
->1d6d208
v55.0.0
->v57.0.0
v1.18.1
->v1.18.2
aacd6d4
->02704c9
v0.153.0
->v0.154.0
Release Notes
google/go-github (github.com/google/go-github/v55)
v57.0.0
Compare Source
This release contains the following breaking API change:
...and the following additional changes:
v56.0.0
Compare Source
This release contains the following breaking API changes:
(NOTE: In particular, please play close attention to #2948 as it may affect the code around the call.
Specifically, you may be required to remove any escaping that you perform prior to calling the modified methods.)
...and the following additional changes:
spf13/viper (github.com/spf13/viper)
v1.18.2
Compare Source
tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead.
This release fixes a regression that appears in rare circumstances when using
Unmarshal
orUnmarshalExact
to decode values onto pointers with multiple indirection (eg. pointer to a pointer, etc). The change was introduced in 1.18.0 as a means to resolve a long-standing bug when decoding environment variables to structs.The feature is now disabled by default and can be enabled using the
viper_bind_struct
build tag. It's also considered experimental at this point, so breaking changes may be introduced in the future.What's Changed
Bug Fixes 🐛
Full Changelog: spf13/viper@v1.18.1...v1.18.2
googleapis/google-api-go-client (google.golang.org/api)
v0.154.0
Compare Source
Features
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 is behind base branch, 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 has been generated by Mend Renovate. View repository job log here.