chore(repo): batch dependabot security + lint bumps and clear codeql no-op - #269
Open
datascry wants to merge 8 commits into
Open
chore(repo): batch dependabot security + lint bumps and clear codeql no-op#269datascry wants to merge 8 commits into
datascry wants to merge 8 commits into
Conversation
Owner
Author
|
Added |
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.
Consolidates the stalled weekly Dependabot queue into one datascry-authored batch and clears every open security/quality alert. Each commit uses a valid component scope (the original bot PRs were red on commitlint because Dependabot's
deps/deps-devscope isn't in ourscope-enum).Security alerts cleared (15/15 Dependabot + 1 CodeQL)
evaders/arena-solver-ocr) — clears 10 high + 3 medium advisories; torch 2.2 → 2.13.0 clears 1 low. Supersedes chore(deps): bump the uv group across 1 directory with 2 updates #268.collector) — the collector dev-dep bump refreshes the lock to 2.1.2 / 5.0.7, both above the advisory's patched versions. Supersedes chore(deps-dev): bump the collector group across 1 directory with 3 updates #267.js/identity-replacementmedium — dropped the no-op.replace(/</g, "<")inhome.js(<is<, so it did nothing; the value renders viatextContent, which is never HTML-parsed).Also in the batch
>=2.3.0(supersedes chore(deps-dev): update mypy requirement from >=2.2.0 to >=2.3.0 in /fleet #266) and ruff>=0.15.21(supersedes chore(deps-dev): update ruff requirement from >=0.15.20 to >=0.15.21 in /fleet #265), plus a regeneratedfleet/uv.lock— Dependabot's requirement bumps only editedpyproject.tomland left the lock stale (would failuv lock --check).uv lockresolved mypy 2.3.0, ruff 0.15.22.Verification
ruff,mypy --strict, headers clean; 537 passed, 95.20% coverage (gate met).uv lock --checkclean for fleet and arena-solver-ocr.Closes #264, #265, #266, #267, #268 once merged.