chore: weekly maintenance — dep bumps#532
Open
arzafran wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
arzafran
force-pushed
the
chore/weekly-maintenance
branch
from
July 23, 2026 10:16
7b4a8b5 to
e60bc87
Compare
Member
Author
|
refreshed by this week's sweep — rebased onto latest 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.
What this does
Routine weekly dependency maintenance. Bumped devDependencies and internal-tooling/example-app dependencies to the latest version already permitted (or safely tightened) by each package's semver range (patch/minor only). No source code, public API, or CI config changes.
Bumped:
lenis) devDependencies:@biomejs/biome2.4.7 → 2.5.5,tsdown0.21.4 → 0.21.10 (declared range^0.21.4→^0.21.10to match),typescript5.7.3 → 5.9.3 (declared range tightened to match resolved version; already the latest permitted 5.x)packages/reactdevDependencies:react19.0.0 → 19.2.8,@types/react19.0.7 → 19.2.17packages/vuedevDependencies:vue3.5.13 → 3.5.40playground(example app, unpublished):@astrojs/check,@astrojs/react,@astrojs/vue,@types/react/@types/react-dom,astro,lorem-ipsum,react,react-dom,vue— all patch/minor bumps within existing rangesplayground/nuxt(example app, unpublished):nuxt3.15.3 → 3.21.9Explicitly left untouched:
peerDependenciesin rootpackage.json(react,vue,@nuxt/kit) — these are inherited by downstream consumers and are reported below only, never bumped by this sweep. As last week, plainbun updateat the root rewrote these ranges (e.g.react: ">=17.0.0"→"^19.2.4"), which would have silently dropped support for React 17/18 users — reverted before committing."lenis": "*"self-references inplayground/playground/nuxt—bun updatetried to pin these to^1.3.25, not a real external dependency bump, so reverted.Verified:
bun install+bun run build(root) pass with the bumped lockfile.playground's ownastro check && astro buildfails identically on unmodifiedmain(5 pre-existing TS errors, e.g.defineNuxtConfig/defineNuxtPluginnot found,stats-jsmissing types) — not caused by this sweep, left as-is per scope (no source changes).Findings (not acted on)
Major versions available (report only):
typescript5.9.3 → 7.0.2 (root, playground)tsdown0.21.10 → 0.22.13nuxt3.21.9 → 4.5.0astro5.18.2 → 7.1.3@astrojs/react4.4.2 → 6.0.1@astrojs/vue5.1.4 → 7.0.1lorem-ipsum2.0.10 → 3.0.0vue-router(playground/nuxt) 5.0.3 → 5.2.0gsap(playground/nuxt) 3.14.2 → 3.15.0Runtime/peer dependency updates available (never bumped by this sweep — downstream users inherit these ranges):
react→ 19.2.8 available (range:>=17.0.0)vue→ 3.5.40 available (range:>=3.0.0)@nuxt/kit→ 4.5.0 available (range:>=3.0.0, unbounded — worth adding an upper bound if Nuxt 4 support hasn't been verified)CI observations:
.github/workflows/directory — no CI pipeline runs tests/lint/build on PRs or pushes..github/dependabot.ymlstill only configures thegithub-actionsecosystem (a no-op with no workflow files), with no config for thenpm/bunecosystem.test,lint, ortypecheckscripts in the rootpackage.json; onlybuildwas run/verified by this sweep.main(3 high, 4 moderate, 2 low) — up from 6 last week (3 high, 2 moderate, 1 low). Not addressed here (outside sweep scope/tooling); see the repo's Security → Dependabot alerts tab.Not merging — leaving for review.