Skip to content

deps: update dependencies for all modules#8331

Merged
purnesh42H merged 2 commits intogrpc:masterfrom
purnesh42H:update-grpc-go-dependency-version
May 19, 2025
Merged

deps: update dependencies for all modules#8331
purnesh42H merged 2 commits intogrpc:masterfrom
purnesh42H:update-grpc-go-dependency-version

Conversation

@purnesh42H
Copy link
Contributor

RELEASE NOTES: None

@purnesh42H purnesh42H requested review from arjan-bal and dfawley May 16, 2025 07:47
@purnesh42H purnesh42H added the Type: Dependencies Updating/adding/removing dependencies label May 16, 2025
@purnesh42H purnesh42H added this to the 1.73 Release milestone May 16, 2025
@codecov
Copy link

codecov bot commented May 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.29%. Comparing base (f2d3e11) to head (6178fbf).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8331      +/-   ##
==========================================
- Coverage   82.41%   82.29%   -0.13%     
==========================================
  Files         419      419              
  Lines       42025    42025              
==========================================
- Hits        34637    34585      -52     
- Misses       5944     5987      +43     
- Partials     1444     1453       +9     

see 25 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@arjan-bal
Copy link
Contributor

Vet is failing, seems to be related to this PR. Can you PTAL?

@arjan-bal arjan-bal assigned purnesh42H and unassigned dfawley and arjan-bal May 16, 2025
@purnesh42H purnesh42H force-pushed the update-grpc-go-dependency-version branch 2 times, most recently from bf2fac0 to 9aaedee Compare May 17, 2025 19:40
@purnesh42H purnesh42H force-pushed the update-grpc-go-dependency-version branch from 9aaedee to 6178fbf Compare May 17, 2025 19:44
@purnesh42H
Copy link
Contributor Author

purnesh42H commented May 19, 2025

Vet is failing, seems to be related to this PR. Can you PTAL?

So, looks like there was version incompatibility with tableWriter module in the latest version of revive mgechev/revive#1345. Anyways, they fixed it by replacing the tableWriter with fmt.Sprintf() mgechev/revive#1351.

For our release I think we can skip upgrading the revive this time because otherwise we have to wait for their patch release. So, i have reverted the version bump for revive.

@purnesh42H purnesh42H assigned dfawley and arjan-bal and unassigned purnesh42H May 19, 2025
@arjan-bal
Copy link
Contributor

Vet is failing, seems to be related to this PR. Can you PTAL?

So, looks like there was version incompatibility with tableWriter module in the latest version of revive mgechev/revive#1345. Anyways, they fixed it by replacing the tableWriter with fmt.Sprintf() mgechev/revive#1351.

For our release I think we can skip upgrading the revive because otherwise we have to wait for their patch release. So, i have reverted the version bump for revive.

Can you open an issue for this and add a TODO so that this issue is not forgotten?

Copy link
Contributor

@arjan-bal arjan-bal left a comment

Choose a reason for hiding this comment

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

LGTM with a comment for opening a tracking issue for bumping revive later.

@purnesh42H
Copy link
Contributor Author

Vet is failing, seems to be related to this PR. Can you PTAL?

So, looks like there was version incompatibility with tableWriter module in the latest version of revive mgechev/revive#1345. Anyways, they fixed it by replacing the tableWriter with fmt.Sprintf() mgechev/revive#1351.
For our release I think we can skip upgrading the revive because otherwise we have to wait for their patch release. So, i have reverted the version bump for revive.

Can you open an issue for this and add a TODO so that this issue is not forgotten?

Done

@purnesh42H
Copy link
Contributor Author

purnesh42H commented May 19, 2025

Vet is failing, seems to be related to this PR. Can you PTAL?

So, looks like there was version incompatibility with tableWriter module in the latest version of revive mgechev/revive#1345. Anyways, they fixed it by replacing the tableWriter with fmt.Sprintf() mgechev/revive#1351.
For our release I think we can skip upgrading the revive because otherwise we have to wait for their patch release. So, i have reverted the version bump for revive.

Can you open an issue for this and add a TODO so that this issue is not forgotten?

Done

In general can we do the version bump after the release is published? In case of revive though its for internal use only. Would it still need to be done as part of patch release? or we just wait for next minor release? @dfawley cc

@arjan-bal
Copy link
Contributor

In general can we do the version bump after the release is published? In case of revive though its for internal use only. Would it still need to be done as part of patch release? or we just wait for next minor release? @dfawley cc

We are bumping the dep on master (not a release branch), I don't think we need to worry about patch releases here. We can bump this dependency at any point in the future.

@purnesh42H
Copy link
Contributor Author

purnesh42H commented May 19, 2025

In general can we do the version bump after the release is published? In case of revive though its for internal use only. Would it still need to be done as part of patch release? or we just wait for next minor release? @dfawley cc

We are bumping the dep on master (not a release branch), I don't think we need to worry about patch releases here. We can bump this dependency at any point in the future.

yeah for revive we need bump only on master branch

@purnesh42H purnesh42H merged commit aaabd60 into grpc:master May 19, 2025
15 checks passed
hugehoo pushed a commit to hugehoo/grpc-go that referenced this pull request May 20, 2025
hugehoo pushed a commit to hugehoo/grpc-go that referenced this pull request May 20, 2025
@arjan-bal arjan-bal modified the milestones: 1.73 Release, 1.74 Release May 30, 2025
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 27, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Type: Dependencies Updating/adding/removing dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants