Skip to content

deps: upgrade all dependencies to latest#111

Merged
jongio merged 1 commit into
mainfrom
jongio-vigilant-chainsaw
Jul 2, 2026
Merged

deps: upgrade all dependencies to latest#111
jongio merged 1 commit into
mainfrom
jongio-vigilant-chainsaw

Conversation

@jongio

@jongio jongio commented Jul 2, 2026

Copy link
Copy Markdown
Owner

Summary

Automated dependency upgrade for jongio/azd-web-core.

All direct dependencies in package.json are already at their latest versions (npm-check-updates --target latest reported "All dependencies match the latest package versions"). Refreshing the lockfile via pnpm update --latest picked up two transitive patch bumps:

  • vscode-jsonrpc: 9.0.0 → 9.0.1
  • vscode-languageserver-protocol: 3.18.1 → 3.18.2

Packages published within the last 7 days are intentionally skipped due to the global min-release-age cooldown.

Validation

  • pnpm install --frozen-lockfile
  • pnpm lint (eslint) ✓
  • pnpm check (astro check) ✓ — 0 errors, 0 warnings
  • pnpm typecheck (tsc --noEmit) ✓
  • pnpm test (vitest) ✓ — 16/16 passing
  • pnpm audit ✓ — no known vulnerabilities

No code changes were required.

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

- vscode-jsonrpc: 9.0.0 -> 9.0.1 (transitive)
- vscode-languageserver-protocol: 3.18.1 -> 3.18.2 (transitive)

Direct deps already at latest; audit clean; lint/check/typecheck/test all green.

Co-authored-by: Copilot App <[email protected]>
@jongio jongio self-assigned this Jul 2, 2026
@jongio jongio merged commit 52e997a into main Jul 2, 2026
1 check passed
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