deps: upgrade all dependencies to latest#113
Merged
Merged
Conversation
Bump pnpm/action-setup from v4 to v6.0.9 in ci.yml (latest major), aligning with publish.yml and website.yml which already use v6. All npm dependencies verified already at latest against the public registry (lockfile refreshed 3-4 days ago in #112); vitest 4.1.10 is held back by the 7-day min-release-age cooldown (published 1.5 days ago), as expected. Co-authored-by: Copilot App <[email protected]>
Contributor
|
🚀 Website Preview
Preview has been cleaned up as the PR was closed. |
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.
Summary
Weekly dependency sweep for
azd-extensions. The npm/pnpm tree was already fully up to date (refreshed 3–4 days ago in #112), so the only actionable update this cycle is a GitHub Actions bump.Changes
pnpm/action-setup:v4→v6.0.9in.github/workflows/ci.yml(SHA-pinned to0ebf47130e4866e96fce0953f49152a61190b271). This alignsci.ymlwithpublish.ymlandwebsite.yml, which already use v6, and brings it to the latest major.Verification
pnpm install --frozen-lockfile— clean (lockfile passes supply-chain policies)pnpm build(astro build) — 1 page built, no errorspnpm test(vitest) — 2 files, 9 tests passingDependency status
All direct npm dependencies verified at latest against the public registry:
@jongio/azd-web-coreastro@types/nodetypescripttailwindcss/@tailwindcss/viteprettierprettier-plugin-tailwindcssajv/ajv-formatsvitest[email protected]and all other GitHub Actions are already on their latest majors.Co-authored-by: Copilot App [email protected]