deps: upgrade all dependencies to latest#105
Merged
Merged
Conversation
- Bump astro from 7.0.3 to 7.0.4 and retarget the local Astro patch. - Bump prettier from 3.9.3 to 3.9.4. - Refresh pnpm lockfile transitive updates including @astrojs compiler bindings, sharp, postcss, and es-module-lexer. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
|
🚀 Website Preview Your PR preview is ready! 📎 Preview URL: https://jongio.github.io/azd-extensions/pr/105/ This preview will be automatically cleaned up when the PR is closed. |
- actions/checkout: v6 -> v7.0.0 - actions/download-artifact: v4 -> v8 - actions/dependency-review-action: v4 -> v5.0.0 - streetsidesoftware/cspell-action: v6 -> v8.4.0 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Retry network failures from registry URL checks and lower concurrency so the upgraded dependency validation suite completes reliably. Major bumps: - None in this follow-up commit (existing PR already contains Astro 7.0.3 -> 7.0.4 and Prettier 3.9.3 -> 3.9.4). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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
Validation
npx -y npm-check-updates: all dependencies match latest package versionspnpm outdated -r: no outdated dependencies reportedpnpm audit: no known vulnerabilities foundpnpm install --frozen-lockfile: passnode scripts/update-registry.js: passpnpm run build: passpnpm run validate-schema --offline: passpnpm run validate-registry --offline: passpnpm run test: 2 files / 9 tests passed