Remove the stray uv.lock from connectrpc-grpcreflect - #354
Merged
Merged
Conversation
`connectrpc-grpcreflect` is a workspace member, so uv resolves it from the root `uv.lock` and never reads or updates its own lock file; this one has been untouched since #292 added it. Renovate still treats it as that package's lock file. Its weekly lock file maintenance PRs stopped after #290, the last one before #292 landed, which leaves transitive dependencies such as `anyio` and `h2` on versions with open Dependabot alerts. Whether this file is the cause is unconfirmed; the next scheduled Renovate run will tell. Signed-off-by: Stefan VanBuren <stefan@vanburen.xyz>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Seems like we haven't been getting Renovate updates for our security alerts, and one theory that Claude had was this stray introduced
uv.lockfile, which isn't needed since it's using the workspace-leveluv.lock.Merging this before Renovate's next scheduled run (early Monday, September 28) tests whether this file is what stopped the weekly lock file maintenance PRs. If a "Lock file maintenance" PR appears, it should also clear the open Dependabot alerts for
anyioandh2, which are only reachable throughuv.lock. If none appears, the hosted Renovate logs at https://developer.mend.io/github/connectrpc/connect-py are the next place to look.