deps: upgrade all dependencies to latest#116
Merged
Merged
Conversation
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]>
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 eligible versions for
@jongio/azd-web-core.Summary
Direct dependencies were already at their latest eligible versions.
npm-check-updatesreports onlypnpm 11.9.0 -> 11.10.0(thepackageManagerfield), but 11.10.0 was published 2026-07-04 (<7 days old) and is intentionally skipped by the 7-daymin-release-agecooldown, so it is left unchanged.pnpm update --latestrefreshed transitive dependencies in the lockfile:@clack/core@clack/promptsp-queueValidation
No code changes were required. All checks pass locally:
pnpm lint— 0 errorspnpm check(astro check) — 0 errors, 0 warningspnpm typecheck(tsc --noEmit) — 0 errorspnpm test(vitest) — 16/16 passingOnly
pnpm-lock.yamlchanged.Co-authored-by: Copilot App [email protected]