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

chore(deps): bump the go-minor group with 4 updates #3180

Merged
merged 2 commits into from
Dec 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2024

Bumps the go-minor group with 4 updates: gitlab.com/gitlab-org/api/client-go, golang.org/x/net, google.golang.org/api and google.golang.org/protobuf.

Updates gitlab.com/gitlab-org/api/client-go from 0.116.0 to 0.118.0

Release notes

Sourced from gitlab.com/gitlab-org/api/client-go's releases.

v0.118.0

0.118.0 (2024-12-20)

No changes.

v0.117.0

0.117.0 (2024-12-16)

No changes.

Commits
  • 273643d Merge branch 'rpereira2-main-patch-33788' into 'main'
  • 6218fef Add name field to PipelineInfo
  • 7125c5f Merge branch 'github/fork/TheCodear/feat/extend-project-lint-result' into 'main'
  • 2154642 Extend project lint result struct with includes
  • 9039338 Merge branch 'renovate/google.golang.org-protobuf-1.x' into 'main'
  • e7c03eb go: Update module google.golang.org/protobuf to v1.36.0
  • 75dadc0 Merge branch 'fix-update-settings-struct' into 'main'
  • 98792f8 Fix an issue with the UpdateSettings struct
  • 6827529 Merge branch 'feat/add-owner-to-project-creation-level' into 'main'
  • 12ad38d Add owner to project creation level
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.32.0 to 0.33.0

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • See full diff in compare view

Updates google.golang.org/api from 0.211.0 to 0.214.0

Release notes

Sourced from google.golang.org/api's releases.

v0.214.0

0.214.0 (2024-12-19)

Features

v0.213.0

0.213.0 (2024-12-17)

Features

v0.212.0

0.212.0 (2024-12-16)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.214.0 (2024-12-19)

Features

0.213.0 (2024-12-17)

Features

0.212.0 (2024-12-16)

Features

Commits

Updates google.golang.org/protobuf from 1.35.2 to 1.36.0

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-minor group with 4 updates: [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go), [golang.org/x/net](https://github.com/golang/net), [google.golang.org/api](https://github.com/googleapis/google-api-go-client) and google.golang.org/protobuf.


Updates `gitlab.com/gitlab-org/api/client-go` from 0.116.0 to 0.118.0
- [Release notes](https://gitlab.com/gitlab-org/api/client-go/tags)
- [Commits](https://gitlab.com/gitlab-org/api/client-go/compare/v0.116.0...v0.118.0)

Updates `golang.org/x/net` from 0.32.0 to 0.33.0
- [Commits](golang/net@v0.32.0...v0.33.0)

Updates `google.golang.org/api` from 0.211.0 to 0.214.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](googleapis/google-api-go-client@v0.211.0...v0.214.0)

Updates `google.golang.org/protobuf` from 1.35.2 to 1.36.0

---
updated-dependencies:
- dependency-name: gitlab.com/gitlab-org/api/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 22, 2024 05:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 22, 2024
Copy link

netlify bot commented Dec 22, 2024

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit d76b799
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/676818bf3f538500088d974e
😎 Deploy Preview https://deploy-preview-3180.docs.kargo.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@fykaa fykaa self-assigned this Dec 22, 2024
Signed-off-by: Faeka Ansari <faeka6@gmail.com>
Copy link

codecov bot commented Dec 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.40%. Comparing base (cd062f0) to head (d76b799).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3180   +/-   ##
=======================================
  Coverage   51.40%   51.40%           
=======================================
  Files         288      288           
  Lines       26100    26100           
=======================================
  Hits        13416    13416           
  Misses      11959    11959           
  Partials      725      725           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@krancour krancour added this to the v1.2.0 milestone Dec 23, 2024
@krancour krancour added this pull request to the merge queue Dec 23, 2024
Merged via the queue into main with commit 343f549 Dec 23, 2024
17 checks passed
@krancour krancour deleted the dependabot/go_modules/go-minor-90659813fc branch December 23, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants