Merged
Conversation
2470a77 to
79e23b7
Compare
koesie10
approved these changes
Sep 15, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
Updates Node.js version from v22.17.0 to v22.18.0 to align with the latest version used in VS Code for integration testing.
- Node.js engine requirement updated in package.json
- Node.js type definitions updated to match new version
- NVM configuration updated for consistent development environment
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| extensions/ql-vscode/package.json | Updates Node.js engine requirement and @types/node dependency to v22.18.0 |
| extensions/ql-vscode/.nvmrc | Updates NVM Node.js version specification to v22.18.0 |
Files not reviewed (1)
- extensions/ql-vscode/package-lock.json: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
8c0d6f7 to
b2893f6
Compare
d91ff24 to
f86a047
Compare
auto-merge was automatically disabled
September 29, 2025 13:37
Pull request was converted to draft
f86a047 to
5452478
Compare
add95cb to
d56ceb1
Compare
28c4517 to
70d071b
Compare
d26273c to
9bf5402
Compare
9bf5402 to
a1383f8
Compare
cklin
approved these changes
Oct 30, 2025
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.
The Node version used in the latest version of VS Code has been updated. This PR updates the Node version used for integration tests to match.
The previous Node version was v22.17.0. This PR updates the Node version to v22.18.0.