Skip to content

deps: upgrade all dependencies to latest#112

Merged
jongio merged 1 commit into
mainfrom
deps/upgrade-all
Jul 2, 2026
Merged

deps: upgrade all dependencies to latest#112
jongio merged 1 commit into
mainfrom
deps/upgrade-all

Conversation

@jongio

@jongio jongio commented Jul 2, 2026

Copy link
Copy Markdown
Owner

Upgrades all dependencies to their latest versions.

Summary

Direct dependencies were already at their latest versions (verified via
pm-check-updates -- output: "All dependencies match the latest package versions"), following recent deps PRs #109, #110, #111. Running pnpm update refreshed transitive dependencies in the lockfile.

Transitive updates (pnpm-lock.yaml)

  • @img/sharp-*: 0.35.2 -> 0.35.3 (Astro image optimization)
  • @img/sharp-libvips-*: 1.3.1 -> 1.3.2
  • @oxc-project/types: 0.137.0 -> 0.138.0 (Vite/Rolldown)
  • @rolldown/binding-*: 1.1.3 -> 1.1.4 (Vitest)

Code changes

None required.

Verification (all green, matches baseline)

  • pnpm lint (eslint) -- pass
  • pnpm check (astro check) -- 0 errors, 0 warnings, 1 pre-existing hint
  • pnpm typecheck (tsc --noEmit) -- pass
  • pnpm test (vitest) -- 16/16 tests pass

Direct dependencies were already at latest (verified via npm-check-updates);
pnpm update refreshed transitive dependencies in the lockfile:

- @img/sharp-*: 0.35.2 -> 0.35.3 (astro image optimization)
- @img/sharp-libvips-*: 1.3.1 -> 1.3.2
- @oxc-project/types: 0.137.0 -> 0.138.0 (vite/rolldown)
- @rolldown/binding-*: 1.1.3 -> 1.1.4 (vitest)

No code changes required. lint, astro check, tsc --noEmit, and vitest all pass (16/16 tests).

Co-authored-by: Copilot App <[email protected]>
@jongio jongio self-assigned this Jul 2, 2026
@jongio jongio merged commit abd6f81 into main Jul 2, 2026
1 check passed
@jongio jongio deleted the deps/upgrade-all branch July 2, 2026 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant