Skip to content

deps: upgrade all dependencies to latest#115

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

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

Conversation

@jongio

@jongio jongio commented Jul 4, 2026

Copy link
Copy Markdown
Owner

Upgrades all dependencies to their latest versions via the DevX deps workflow.

Summary

  • Direct dependencies were already at latest on 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-updates reports all direct deps match latest.
  • Refreshed the lockfile to the latest resolvable transitive versions via pnpm update --latest.

Notable transitive upgrades

  • shiki 4.3.0 -> 4.3.1 (incl. all @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

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 passed

Co-authored-by: Copilot App [email protected]

- 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]>
@jongio jongio self-assigned this Jul 4, 2026
@jongio jongio merged commit 21997ea into main Jul 4, 2026
1 check passed
@jongio jongio deleted the deps/upgrade-all branch July 4, 2026 19:44
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