Bump extension version to 1.0.7#15554
Merged
adamint merged 1 commit intomicrosoft:mainfrom Mar 24, 2026
Merged
Conversation
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 15554Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 15554" |
| "description": "%extension.description%", | ||
| "publisher": "microsoft-aspire", | ||
| "version": "1.0.6", | ||
| "version": "1.0.7", |
There was a problem hiding this comment.
The extension version was bumped in package.json, but extension/package-lock.json still has the top-level "version" set to 1.0.3. Since CI runs npm install for the extension, this mismatch can cause npm to rewrite the lockfile locally/CI, leading to a perpetually dirty lockfile and less reproducible installs. Please update the lockfile (regenerate with npm so the lock metadata matches 1.0.7) or remove package-lock.json if the repo intends to rely on yarn.lock only.
JamesNK
approved these changes
Mar 24, 2026
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.
Prepping for release