Skip to content

deps: upgrade all dependencies to latest#116

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

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

Conversation

@jongio

@jongio jongio commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Upgrades all dependencies to their latest eligible versions for @jongio/azd-web-core.

Summary

Direct dependencies were already at their latest eligible versions. npm-check-updates reports only pnpm 11.9.0 -> 11.10.0 (the packageManager field), but 11.10.0 was published 2026-07-04 (<7 days old) and is intentionally skipped by the 7-day min-release-age cooldown, so it is left unchanged.

pnpm update --latest refreshed transitive dependencies in the lockfile:

Package From To
@clack/core 1.4.2 1.4.3
@clack/prompts 1.6.0 1.7.0
p-queue 9.3.0 9.3.1

Validation

No code changes were required. All checks pass locally:

  • pnpm lint — 0 errors
  • pnpm check (astro check) — 0 errors, 0 warnings
  • pnpm typecheck (tsc --noEmit) — 0 errors
  • pnpm test (vitest) — 16/16 passing

Only pnpm-lock.yaml changed.

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

Direct dependencies were already at their latest eligible versions (npm-check-updates shows only pnpm 11.10.0, which is <7d old and skipped by the 7-day min-release-age cooldown). pnpm update --latest refreshed transitive deps in the lockfile:

- @clack/core: 1.4.2 -> 1.4.3

- @clack/prompts: 1.6.0 -> 1.7.0

- p-queue: 9.3.0 -> 9.3.1

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

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

Labels

deps Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant