chore: weekly maintenance — dep bumps#22
Open
arzafran wants to merge 1 commit into
Open
Conversation
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.8(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. All other outdated packages require a range change and are one or more majors behind (see below).Verified
bun install— clean, no errorsbun 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.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— 3 majors behind (latest v7, released June 2026; v7 also changes default behavior around fork PR checkouts forpull_request_target/workflow_runtriggers, not relevant to this workflow'sreleasetrigger but worth knowing).actions/setup-node@v4— 2 majors behind (latest v6).oven-sh/setup-bun@v2— up to date (latest is v2.2.x).Security: GitHub reported 13 Dependabot alerts on
mainafter this push (3 high, 7 moderate, 3 low) — 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.
Generated by Claude Code