deps: upgrade all dependencies to latest#115
Merged
Merged
Conversation
- Refresh transitive deps to latest via `pnpm update --latest` - shiki 4.3.0 -> 4.3.1 (incl. @shikijs/* packages) - vite 8.1.2 -> 8.1.3; @astrojs/language-server 2.16.10 -> 2.16.11 - volar-service-* 0.0.70 -> 0.0.71; yaml-language-server 1.20.0 -> 1.23.0 - es-module-lexer 2.2.0 -> 2.3.0; picomatch 4.0.4 -> 4.0.5; @emnapi/runtime 1.11.1 -> 1.11.2 - Direct deps already at latest (astro 7.0.6, eslint 10.6.0, typescript 6.0.3, vitest 4.1.9, tailwindcss 4.3.2) 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 via the DevX
depsworkflow.Summary
main(astro 7.0.6, eslint 10.6.0, @eslint/js 10.0.1, typescript 6.0.3, typescript-eslint 8.62.1, tailwindcss 4.3.2, vitest 4.1.9, @astrojs/check 0.9.9, eslint-plugin-astro 2.1.1) —npm-check-updatesreports all direct deps match latest.pnpm update --latest.Notable transitive upgrades
@shikijs/*packages)Breaking changes
None. No source changes were required — all upgrades were transitive patch/minor bumps.
Verification (all green locally)
pnpm install --frozen-lockfile✅ (lockfile consistent)pnpm lint✅pnpm check(astro check) ✅ 0 errors, 0 warnings (1 pre-existing hint, unrelated)pnpm typecheck/pnpm build✅pnpm test✅ 16 tests passedCo-authored-by: Copilot App [email protected]