chore: weekly maintenance — dep bumps#22
Open
arzafran wants to merge 1 commit into
Open
Conversation
arzafran
force-pushed
the
chore/weekly-maintenance
branch
from
July 22, 2026 10:15
c75824b to
55c7c74
Compare
Member
Author
|
refreshed by this week's sweep — rebuilt on latest main; same single move as before (tsdown minor bump, now to ^0.22.13), plus GitHub Actions are further behind (checkout/setup-node both now v7) and Dependabot alerts grew from 13 to 16. Generated by Claude Code |
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.
Weekly automated dependency sweep.
What was bumped
tsdown^0.21.4→^0.22.13(dev dependency, root package)That's the only change:
bun.lockis gitignored in this repo, so every install already resolves to the newest version allowed by each declared semver range — there was nothing else left to bump within-range across any workspace (root,playground,packages/react). All other outdated packages require a range change and are one or more majors behind (see below).Verified
bun install— clean, no errors, all workspacesbun run build(tsdown) — succeeds, output unchanged in size/shape, both before and after the bumpNo
lint,typecheck, ortestscripts exist in this repo (rootpackage.jsononly definesbuild,dev, and version/publish scripts), so those steps were skipped, same as prior sweeps.Findings (not acted on)
Majors available (require a human decision, not bumped):
@biomejs/biometypescriptreact/react-dom(peer)astro@astrojs/react@types/react/@types/react-domlorem-ipsumCI observations (
.github/workflows/publish.yml):actions/checkout@v4— now 3 majors behind (latest v7). v7's headline change blocks "pwn request" patterns by default forpull_request_target/workflow_runtriggers — not applicable here since this workflow only runs onrelease: created, but still worth picking up for the general hardening/fixes in between.actions/setup-node@v4— now 3 majors behind (latest v7, released since last week's v6 note).oven-sh/setup-bun@v2— up to date.Security: GitHub reported 16 Dependabot alerts on
mainafter this push (3 high, 9 moderate, 4 low) — up from 13 (3 high, 7 moderate, 3 low) a week ago. Not something this sweep can see into or fix; worth a look at https://github.com/darkroomengineering/hamo/security/dependabot.Repo hygiene:
bun.lockis in.gitignore, so dependency resolution isn't reproducible/pinned across installs — everybun installre-resolves to the newest version satisfying each range. Intentional for a published library, but flagging in case that wasn't a deliberate choice.Not merging — left for review.