-
-
Notifications
You must be signed in to change notification settings - Fork 296
Bump google.golang.org/api from 0.0.0-20180718221112-efcb5f25ac56 to 0.241.0 #719
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
Bump google.golang.org/api from 0.0.0-20180718221112-efcb5f25ac56 to 0.241.0 #719
Conversation
3f979a8 to
41cd0eb
Compare
|
@dependabot recreate |
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.0.0-20180718221112-efcb5f25ac56 to 0.241.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/commits/v0.241.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-version: 0.241.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
41cd0eb to
de84d39
Compare
|
@claude can you fix CI errors? |
|
Claude finished @mxpv's task —— View job Fixed CI Errors for Google API Dependency Update ✅Successfully fixed the CI errors caused by the major Google API dependency update (from 2018 version to v0.241.0). Todo List:
Issues Found & Fixed:The compilation failed because the Google YouTube API client changed its method signatures. Several methods that used to accept
Applied Changes:✅ API Compatibility: Updated YouTube API calls to use The dependabot PR should now pass CI checks once the new workflow runs. |
Update YouTube API client calls to use []string parameters instead of string parameters as required by the updated google.golang.org/api v0.241.0. Changes: - Convert comma-separated string parameters to string slices in Channels.List and Playlists.List calls - Replace string literals with string slice literals in PlaylistItems.List and Videos.List calls Co-authored-by: Maksym Pavlenko <[email protected]>
|
@claude looks like you overlooked linter error |
|
Claude finished @mxpv's task —— View job Fixed Linter Error for Google API Dependency Update ✅Successfully fixed the linter error that was overlooked from the previous CI failure. Todo List:
Issue Found & Fixed:Linter Error: Applied Changes:✅ API Migration: Replaced deprecated The dependabot PR should now pass all CI checks. |
Replace youtube.New with youtube.NewService and add required option import to resolve SA1019 linter error after Google API dependency update. Co-authored-by: Maksym Pavlenko <[email protected]>
Bumps google.golang.org/api from 0.0.0-20180718221112-efcb5f25ac56 to 0.241.0.
Release notes
Sourced from google.golang.org/api's releases.
... (truncated)
Changelog
Sourced from google.golang.org/api's changelog.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)