Skip to content

fix(deps): update go dependencies#37541

Merged
silverwind merged 4 commits into
mainfrom
renovate/go-dependencies
May 6, 2026
Merged

fix(deps): update go dependencies#37541
silverwind merged 4 commits into
mainfrom
renovate/go-dependencies

Conversation

@GiteaBot
Copy link
Copy Markdown
Collaborator

@GiteaBot GiteaBot commented May 4, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.0v1.20.0 age confidence require minor
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.2v1.6.3 age confidence require patch
github.com/charmbracelet/git-lfs-transfer 63270091241631 require digest
github.com/jaytaylor/html2text 74c24191a4bdc8 age confidence require digest
github.com/microsoft/go-mssqldb v1.9.6v1.9.7 age confidence require patch
github.com/urfave/cli/v3 v3.4.1v3.6.1 age confidence require minor

Release Notes

microsoft/go-mssqldb (github.com/microsoft/go-mssqldb)

v1.9.7

Compare Source

What's Changed

New Contributors

Full Changelog: microsoft/go-mssqldb@v1.9.6...v1.9.7

urfave/cli (github.com/urfave/cli/v3)

v3.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.6.0...v3.6.1

v3.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.5.0...v3.6.0

v3.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.4.1...v3.5.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Monday (* * * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@GiteaBot GiteaBot added dependencies lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels May 4, 2026
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels May 4, 2026
@silverwind
Copy link
Copy Markdown
Member

urfave bump should be fine if it passes CI.

@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels May 4, 2026
@GiteaBot GiteaBot force-pushed the renovate/go-dependencies branch from 6339eb9 to d18f9ad Compare May 5, 2026 01:37
@wxiaoguang
Copy link
Copy Markdown
Contributor

urfave bump should be fine if it passes CI.

It is locked, the bump has no effect.

@silverwind
Copy link
Copy Markdown
Member

It is locked, the bump has no effect.

renovate does not support replace hacks, we should remove them.

@wxiaoguang
Copy link
Copy Markdown
Contributor

It is locked, the bump has no effect.

renovate does not support replace hacks, we should remove them.

Sure, just make code right and CI pass

@wxiaoguang
Copy link
Copy Markdown
Contributor

It is locked, the bump has no effect.

renovate does not support replace hacks,

It does well support, that's how the "lock" works. If you think it "doesn't support", you need to learn and study the details again.

@silverwind
Copy link
Copy Markdown
Member

silverwind commented May 5, 2026

Are you suggesting to enable "replace massaging"?

https://docs.renovatebot.com/golang/#replace-massaging

I still think all those directives need to go, they are just unnecessary. If you want to pin a dep, do it in renovate config. A replace is not a "lock".

@wxiaoguang
Copy link
Copy Markdown
Contributor

I only suggest to do right things, and I don't talk to a wall (as you said, for this topic)

@silverwind
Copy link
Copy Markdown
Member

silverwind commented May 5, 2026

Let's remove that replace here now and the others later. Then there are no surprises with renovate thinking it's bumping something when it actually isn't.

I'd classify this as a renovate bug, it should have detected replace making the bump ineffective.

@silverwind silverwind self-requested a review May 5, 2026 17:29
@GiteaBot GiteaBot removed the lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. label May 5, 2026
@silverwind silverwind marked this pull request as draft May 5, 2026 17:29
@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label May 5, 2026
The replace pinned to v3.4.1 was working around the v3.6.2 help-command
flag-parsing regression. v3.6.1 (the version Renovate is bumping the
require to) predates that regression, so the replace is no longer needed.
The renovate.json5 ceiling of <3.6.2 still blocks affected versions.

Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
@silverwind
Copy link
Copy Markdown
Member

Replace directive removed and fully verified the urfave/cli upgrade. The rule here prevents future updates from both renovate and the updates tool (and tests would fail anyways until next release):

gitea/renovate.json5

Lines 42 to 43 in 45ffe5a

"matchPackageNames": ["github.com/urfave/cli/v3"],
"allowedVersions": "<3.6.2", // v3.6.2 breaks -c flag parsing in help commands

@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels May 5, 2026
@silverwind silverwind marked this pull request as ready for review May 5, 2026 22:50
@GiteaBot
Copy link
Copy Markdown
Collaborator Author

GiteaBot commented May 6, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@lunny lunny added the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label May 6, 2026
* origin/main:
  refactor(deps): migrate from `nektos/act` fork to `gitea/runner` (#37557)

# Conflicts:
#	go.mod
@silverwind silverwind enabled auto-merge (squash) May 6, 2026 06:38
@silverwind silverwind merged commit 35dfc6b into main May 6, 2026
27 checks passed
@silverwind silverwind deleted the renovate/go-dependencies branch May 6, 2026 06:58
@GiteaBot GiteaBot added this to the 1.27.0 milestone May 6, 2026
@GiteaBot GiteaBot removed the reviewed/wait-merge This pull request is part of the merge queue. It will be merged soon. label May 6, 2026
zjjhot added a commit to zjjhot/gitea that referenced this pull request May 6, 2026
* main:
  fix(deps): update go dependencies (go-gitea#37541)
silverwind added a commit to silverwind/gitea that referenced this pull request May 8, 2026
* origin/main: (41 commits)
  refactor: only reset a database table when the table's data was changed (go-gitea#37573)
  refactor: lint bare `fill`/`stroke` colors, add vars for git graph color series (go-gitea#37543)
  fix(actions): report individual step status in workflow job API response (go-gitea#37592)
  ci: allow `chore` type in PR title lint (go-gitea#37575)
  refactor: remove obsolete export (go-gitea#37579)
  fix: Invalid UTF-8 commit messages in JSON API responses (go-gitea#37542)
  fix: use consistent GetUser family functions (go-gitea#37553)
  fix(api): return 409 message instead of empty JSON for wrong commit id (go-gitea#37572)
  fix(actions): prevent panic when workflow contains null jobs (go-gitea#37570)
  [skip ci] Updated translations via Crowdin
  refactor: use modernc sqlite driver as default (go-gitea#37562)
  refactor(templates): remove ctxData from tmpl files, use ctx.RootData instead (go-gitea#37567)
  ci: increase renovate frequency and fix RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS (go-gitea#37565)
  fix(deps): update go dependencies (go-gitea#37541)
  refactor(deps): migrate from `nektos/act` fork to `gitea/runner` (go-gitea#37557)
  ci: lint PR titles with commitlint (go-gitea#37498)
  Make ServeSetHeaders default to download attachment if filename exists (go-gitea#37552)
  fix(actions): validate workflow param to prevent 500 error (go-gitea#37546)
  Fix various problems (go-gitea#37547)
  docs: fix 4 typos in CHANGELOG.md (go-gitea#37549)
  ...

# Conflicts:
#	templates/repo/actions/runs_list.tmpl
#	templates/repo/issue/view_content/pull_merge_box.tmpl
#	templates/repo/pulls/status.tmpl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants