deps: upgrade all dependencies to latest#112
Merged
Merged
Conversation
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]>
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.
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 updaterefreshed 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) -- passpnpm check(astro check) -- 0 errors, 0 warnings, 1 pre-existing hintpnpm typecheck(tsc --noEmit) -- passpnpm test(vitest) -- 16/16 tests pass