Update dependencies#4212
Open
jakebailey wants to merge 6 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s JS and Go dependencies, including moving the VS Code LSP stack off -next prereleases to the newly released stable versions, and adds an explicit vendoring step to keep the vscode-jsonrpc snapshot checked into _packages/native-preview in sync with node_modules.
Changes:
- Bump VS Code LSP-related packages to stable releases (
vscode-languageclient@10.0.0,vscode-jsonrpc@9.0.0,vscode-languageserver-protocol/types@3.18.0) and refresh the npm lockfile. - Add a
hereby generate:vendortask (and run it in CI) to refresh the vendoredvscode-jsonrpccopy used by@typescript/native-preview. - Update
github.com/go-json-experiment/jsonpseudo-version and refresh NOTICE / module sums, plus bump the dprint gofumpt plugin.
Reviewed changes
Copilot reviewed 7 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package-lock.json | Locks updated JS dependency graph for the stable LSP package versions and related transitive updates. |
| _extension/package.json | Moves vscode-languageclient and @vscode/vsce off prerelease to stable versions. |
| _packages/native-preview/package.json | Updates vscode-jsonrpc devDependency to the stable 9.0.0 line. |
| Herebyfile.mjs | Adds generate:vendor task to copy vscode-jsonrpc runtime + typings into the vendored directory. |
| .github/workflows/ci.yml | Runs npx hereby generate:vendor in the generate job to ensure the vendored snapshot is up to date. |
| .gitignore | Un-ignores vendored *.txt files so vendored license/notice text files are tracked despite the global *.txt ignore. |
| _packages/native-preview/vendor/vscode-jsonrpc/* | Updates the vendored vscode-jsonrpc snapshot to match the stable release contents. |
| go.mod | Bumps github.com/go-json-experiment/json to a newer pseudo-version. |
| go.sum | Updates sums for the bumped Go module. |
| NOTICE.txt | Updates the NOTICE entry for the bumped Go module. |
| .dprint.jsonc | Updates the gofumpt plugin version used by dprint. |
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.
This includes the finally released new LSP libs!