XS⚠️ ◾ Release v1.7.16 with package updates, CI refresh, and security fixes#824
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: f70b1094-5427-4fb4-839d-ae010d0b4e9c
- Clarify the process for updating action SHAs in workflows. - Add instructions for handling non-matching tags in releases. - Emphasize the importance of reviewing release notes for major version bumps.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: f70b1094-5427-4fb4-839d-ae010d0b4e9c
- Clarified input handling for task version updates. - Emphasized preference for documented input names over deprecated aliases. - Ensured consistency in Node.js version handling.
- Document the purpose of `.github/workflow-scripts/Update-Version.ps1` - Clarify versioning expectations for release pull requests - Explain the distinction between current and next release versions
- Upgraded several packages to their latest versions. - Ensured compatibility with existing codebase. - Improved overall application performance and security.
Contributor
PR Metrics✔ Thanks for keeping your pull request small.
Metrics computed by PR Metrics. Add it to your Azure DevOps and GitHub PRs! |
muiriswoulfe
commented
Jul 23, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares PR Metrics v1.7.16 with synchronized versioning and refreshed dependencies.
Changes:
- Updates release metadata and documentation to v1.7.16.
- Refreshes npm packages, CI action pins, and AzureCLI tasks.
- Clarifies automated release and dependency-refresh guidance.
Reviewed changes
Copilot reviewed 17 out of 20 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
src/vss-extension.json |
Updates extension version. |
src/task/task.loc.json |
Updates localized task version. |
src/task/task.json |
Updates task metadata and version. |
src/task/Strings/resources.resjson/en-US/resources.resjson |
Updates localized friendly name. |
src/task/src/utilities/constants.ts |
Updates API user agent. |
src/LICENSE.txt |
Refreshes dependency notices. |
README.md |
Updates usage examples. |
package.json |
Updates version, dependencies, and update command. |
dist/resources.resjson |
Updates packaged localization. |
AGENTS.md |
Documents release-version behavior. |
.github/workflows/release-publish.yml |
Refreshes action pins. |
.github/workflows/release-initiate.yml |
Refreshes action pins. |
.github/workflows/build.yml |
Refreshes action and CodeQL pins. |
.github/release-version.json |
Advances the next release version. |
.github/release-publish-trigger.txt |
Triggers v1.7.16 publishing. |
.github/azure-devops/template.yml |
Migrates AzureCLI tasks to v3. |
.github/azure-devops/release.yml |
Migrates release publishing to AzureCLI v3. |
.github/agents/refresh-ci-dependencies.agent.md |
Clarifies CI refresh procedures. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: f70b1094-5427-4fb4-839d-ae010d0b4e9c
muiriswoulfe
commented
Jul 23, 2026
muiriswoulfe
enabled auto-merge (squash)
July 23, 2026 12:44
neilr81
approved these changes
Jul 23, 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.
Release of PR Metrics v1.7.16. Beyond the routine autogenerated version and package updates, this release also includes security remediation, dependency runtime alignment, a CI/CD pin refresh, and documentation improvements.
Security
Dependencies and runtime alignment
@types/nodewith the supported Node.js 24 runtime (pinned to 24.13.3) and adds a reject guard to theupdate:versionsscript so ncu preserves the major alignment.typescriptat 6.0.3, the version supported by the typescript-eslint and typedoc toolchain, via the ncu peer flag.CI and CD
actions/checkoutto v7.0.1,actions/setup-nodeto v7.0.0, andgithub/codeql-actionto v4.37.3.connectionTypeinput while keeping the documentedazureSubscriptioninput.Documentation
releases/latestversion filtering, Azure DevOps task input handling, and integrating the remote branch before pushing.AGENTS.md, clarifying that.github/release-version.jsonintentionally holds the next version (one patch ahead of the release), which is expected and not a mismatch.Notes