tidb icon indicating copy to clipboard operation
tidb copied to clipboard

build(deps): bump golang.org/x/net from 0.47.0 to 0.48.0

Open dependabot[bot] opened this issue 1 month ago • 7 comments

Bumps golang.org/x/net from 0.47.0 to 0.48.0.

Commits
  • 35e1306 go.mod: update golang.org/x dependencies
  • 7c36036 http2, webdav, websocket: fix %q verb uses with wrong type
  • ec11ecc trace: fix data race in RenderEvents
  • bff14c5 http2: don't PING a responsive server when resetting a stream
  • 88a6421 dns/dnsmessage: avoid use of "strings" and "math" in dns/dnsmessage
  • 123d099 http2: support net/http.Transport.NewClientConn
  • 346cc61 webdav: relax test to check for any redirect status, not just 301
  • See full diff 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)

What problem does this PR solve?

Issue Number: close none

Problem Summary:

What changed and how does it work?

Check List

Tests

  • [x] Unit test
  • [ ] Integration test
  • [ ] Manual test (add detailed scripts or steps below)
  • [ ] No need to test
    • [ ] I checked and no code files have been changed.

Side effects

  • [ ] Performance regression: Consumes more CPU
  • [ ] Performance regression: Consumes more Memory
  • [ ] Breaking backward compatibility

Documentation

  • [ ] Affects user behaviors
  • [ ] Contains syntax changes
  • [ ] Contains variable changes
  • [ ] Contains experimental features
  • [ ] Changes MySQL compatibility

Release note

Please refer to Release Notes Language Style Guide to write a quality release note.

None

dependabot[bot] avatar Dec 11 '25 07:12 dependabot[bot]

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a pingcap member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

ti-chi-bot[bot] avatar Dec 11 '25 07:12 ti-chi-bot[bot]

Hi @dependabot[bot]. Thanks for your PR.

PRs from untrusted users cannot be marked as trusted with /ok-to-test in this repo meaning untrusted PR authors can never trigger tests themselves. Collaborators can still trigger tests on the PR using /test all.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

tiprow[bot] avatar Dec 11 '25 07:12 tiprow[bot]

/ok-to-test

hawkingrei avatar Dec 11 '25 08:12 hawkingrei

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 72.5026%. Comparing base (dc7e08f) to head (5c16670). :warning: Report is 41 commits behind head on master.

Additional details and impacted files
@@               Coverage Diff                @@
##             master     #64986        +/-   ##
================================================
+ Coverage   70.9257%   72.5026%   +1.5769%     
================================================
  Files          1888       1920        +32     
  Lines        515892     531862     +15970     
================================================
+ Hits         365900     385614     +19714     
+ Misses       125576     122333      -3243     
+ Partials      24416      23915       -501     
Flag Coverage Δ
integration 49.4643% <ø> (+1.3104%) :arrow_up:
unit 67.7360% <ø> (+2.0842%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
dumpling 52.8700% <ø> (ø)
parser ∅ <ø> (∅)
br 58.6633% <ø> (-0.7444%) :arrow_down:
:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Dec 11 '25 08:12 codecov[bot]

/retest

hawkingrei avatar Dec 11 '25 09:12 hawkingrei

/ok-to-test

hawkingrei avatar Dec 14 '25 02:12 hawkingrei

/retest

hawkingrei avatar Dec 14 '25 03:12 hawkingrei

[LGTM Timeline notifier]

Timeline:

  • 2025-12-14 13:07:00.693748718 +0000 UTC m=+1391965.507526290: :ballot_box_with_check: agreed by hawkingrei.
  • 2025-12-15 02:14:19.158032386 +0000 UTC m=+1439203.971809968: :ballot_box_with_check: agreed by lance6716.

ti-chi-bot[bot] avatar Dec 15 '25 02:12 ti-chi-bot[bot]

/cc @bb7133

lance6716 avatar Dec 15 '25 02:12 lance6716

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cfzjywxk, hawkingrei, lance6716

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • ~~OWNERS~~ [cfzjywxk,hawkingrei,lance6716]

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

ti-chi-bot[bot] avatar Dec 15 '25 06:12 ti-chi-bot[bot]

/retest

lance6716 avatar Dec 15 '25 09:12 lance6716

/retest

hawkingrei avatar Dec 16 '25 07:12 hawkingrei

/retest

hawkingrei avatar Dec 16 '25 13:12 hawkingrei

/retest

hawkingrei avatar Dec 16 '25 15:12 hawkingrei

/retest

hawkingrei avatar Dec 16 '25 16:12 hawkingrei

/retest

hawkingrei avatar Dec 17 '25 01:12 hawkingrei

/retest

hawkingrei avatar Dec 17 '25 10:12 hawkingrei

/retest

hawkingrei avatar Dec 17 '25 16:12 hawkingrei

/retest

hawkingrei avatar Dec 17 '25 17:12 hawkingrei

/retest

hawkingrei avatar Dec 18 '25 01:12 hawkingrei