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 golang.org/x/net from 0.24.0 to 0.28.0 #718

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2024

Bumps golang.org/x/net from 0.24.0 to 0.28.0.

Commits
  • 4542a42 go.mod: update golang.org/x dependencies
  • 765c7e8 xsrftoken: create no padding base64 string by RawURLEncoding
  • 032e4e4 LICENSE: update per Google Legal
  • e2310ae go.mod: update golang.org/x dependencies
  • 77708f7 quic: skip tests which depend on unimplemented UDP functions on Plan 9
  • 9617c63 http2: avoid Transport hang with Connection: close and AllowHTTP
  • 66e838c go.mod: update golang.org/x dependencies
  • 6249541 http2: avoid race in server handler SetReadDeadine/SetWriteDeadline
  • 603e3e6 quic: disable X25519Kyber768Draft00 in tests
  • 67e8d0c http2: report an error if goroutines outlive serverTester tests
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated various project dependencies to their latest versions for improved security, performance, and compatibility.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 7, 2024
@dependabot dependabot bot requested review from amimart and ccamel August 7, 2024 11:00
Copy link
Contributor

coderabbitai bot commented Aug 7, 2024

Walkthrough

The go.mod file has been updated to reflect newer versions of several dependencies in the Go project. This upgrade includes modifications to networking, cryptography, synchronization, and text processing libraries, ensuring the project remains current and secure. Notable changes involve incrementing the versions of various packages, facilitating improvements and bug fixes across the board.

Changes

Files Change Summary
golang.org/x/net Upgraded from v0.24.0 to v0.28.0 and v0.27.0 to v0.28.0
golang.org/x/crypto Upgraded from v0.22.0 to v0.26.0 and v0.25.0 to v0.26.0
golang.org/x/sync Upgraded from v0.7.0 to v0.8.0
golang.org/x/term Upgraded from v0.19.0 to v0.23.0 and v0.22.0 to v0.23.0
golang.org/x/text Upgraded from v0.14.0 to v0.17.0 and v0.16.0 to v0.17.0
golang.org/x/tools Upgraded from v0.20.0 to v0.21.1-0.20240508182429-e35e4ccd0d2d

Poem

🐇 In the garden where code does dance,
New versions bloom, giving change a chance.
With every upgrade, my heart leaps high,
For better performance, oh me, oh my!
So hop along, let’s chase the sun,
In the world of Go, we're all having fun! 🌼✨


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between a549d82 and fc53039.

Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
Files selected for processing (1)
  • go.mod (2 hunks)
Additional comments not posted (7)
go.mod (7)

59-59: Verify compatibility of golang.org/x/net update.

Ensure that the update from v0.24.0 to v0.28.0 does not introduce breaking changes or incompatibilities.


301-301: Verify compatibility of golang.org/x/term update.

Ensure that the update from v0.19.0 to v0.23.0 does not introduce breaking changes or incompatibilities.

Verification successful

Verified compatibility of golang.org/x/term update.

The update from v0.19.0 to v0.23.0 does not introduce any breaking changes or incompatibilities as there are no direct references to golang.org/x/term in the codebase.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the compatibility of `golang.org/x/term` update.

# Test: Check for breaking changes or incompatibilities in the new version.
# Expect: No breaking changes or incompatibilities.
rg --type go -A 5 $'golang.org/x/term'

Length of output: 37


Script:

#!/bin/bash
# Description: Verify the compatibility of `golang.org/x/term` update.

# Search for direct references to `golang.org/x/term` in the codebase.
rg 'golang.org/x/term'

# Search for any indirect usages or dependencies that might be affected by this update.
rg 'term' --type go

Length of output: 42440


296-296: Verify compatibility of golang.org/x/crypto update.

Ensure that the update from v0.22.0 to v0.26.0 does not introduce breaking changes or incompatibilities.


299-299: Verify compatibility of golang.org/x/sync update.

Ensure that the update from v0.7.0 to v0.8.0 does not introduce breaking changes or incompatibilities.

Verification successful

Verify compatibility of golang.org/x/sync update.

Ensure that the update from v0.7.0 to v0.8.0 does not introduce breaking changes or incompatibilities.


Verify compatibility of golang.org/x/sync update.

Ensure that the update from v0.7.0 to v0.8.0 does not introduce breaking changes or incompatibilities.


No issues found with golang.org/x/sync update.

The dependency golang.org/x/sync is not actively used in the codebase, so updating it from v0.7.0 to v0.8.0 does not introduce any breaking changes or incompatibilities.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the compatibility of `golang.org/x/sync` update.

# Test: Check for breaking changes or incompatibilities in the new version.
# Expect: No breaking changes or incompatibilities.
rg --type go -A 5 $'golang.org/x/sync'

Length of output: 37


Script:

#!/bin/bash
# Description: Verify the compatibility of `golang.org/x/sync` update.

# Test: Check for any usage of `golang.org/x/sync` in the codebase.
# Expect: Identify all instances where `golang.org/x/sync` is used.
rg 'golang.org/x/sync' --type go -A 5

Length of output: 37


Script:

#!/bin/bash
# Description: Verify the compatibility of `golang.org/x/sync` update.

# Test: Check for any import statements of `golang.org/x/sync` in the codebase.
# Expect: Identify all instances where `golang.org/x/sync` is imported.
ast-grep --lang go --pattern 'import "golang.org/x/sync"'

Length of output: 537


300-300: Verify compatibility of golang.org/x/sys update.

Ensure that the update from v0.19.0 to v0.23.0 does not introduce breaking changes or incompatibilities.


302-302: Verify compatibility of golang.org/x/text update.

Ensure that the update from v0.14.0 to v0.17.0 does not introduce breaking changes or incompatibilities.


304-304: Verify compatibility of golang.org/x/tools update.

Ensure that the update from v0.20.0 to v0.21.1-0.20240508182429-e35e4ccd0d2d does not introduce breaking changes or incompatibilities.

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.24.0 to 0.28.0.
- [Commits](golang/net@v0.24.0...v0.28.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/net-0.28.0 branch from fc53039 to 823711d Compare August 28, 2024 09:43
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

Commits

Files that changed from the base of the PR and between fc53039 and 823711d.

Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
Files selected for processing (1)
  • go.mod (2 hunks)
Files skipped from review due to trivial changes (1)
  • go.mod

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 6, 2024

Superseded by #742.

@dependabot dependabot bot closed this Sep 6, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/golang.org/x/net-0.28.0 branch September 6, 2024 10:50
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