Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates repo tooling dependencies (npm + Go) to address audit findings and refresh pinned versions used by development/build workflows.
Changes:
- Bump root/workspace npm devDependencies (notably
typescript,dprint,adm-zip) and refreshpackage-lock.json. - Update Go module dependencies in both the main module and
_toolsmodule (e.g.,golang.org/x/*,moq,x/tools). - Refresh pinned toolchain metadata (npm version pins via
packageManager/Volta) and updateNOTICE.txtentries for updated Go deps.
Reviewed changes
Copilot reviewed 7 out of 10 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates key devDependency versions (incl. TypeScript) and bumps pinned npm version metadata. |
| package-lock.json | Regenerates lockfile to reflect updated npm dependency graph. |
| .dprint.jsonc | Updates the dprint JSON plugin version. |
| _extension/package.json | Bumps esbuild used by the VS Code extension workspace. |
| _packages/api/package.json | Updates @types/node for the API workspace. |
| go.mod | Updates Go module requirements (direct + indirect) and tool-related versions. |
| go.sum | Updates Go module checksums to match the new module graph. |
| _tools/go.mod | Updates Go tooling module requirements. |
| _tools/go.sum | Updates checksums for the tooling module. |
| NOTICE.txt | Updates version references for Go deps listed in third-party notices. |
Member
Author
|
Failing due to microsoft/vscode-extension-telemetry#244 |
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.
Cleans up all npm audit problems and so on.