Skip to content

chore: bump @actions/languageservices packages to 0.3.52#585

Open
salmanmkc wants to merge 1 commit intomainfrom
salmanmkc/bump-languageservices-0.3.52
Open

chore: bump @actions/languageservices packages to 0.3.52#585
salmanmkc wants to merge 1 commit intomainfrom
salmanmkc/bump-languageservices-0.3.52

Conversation

@salmanmkc
Copy link
Copy Markdown

Summary

Bumps @actions/languageserver and @actions/workflow-parser from ^0.3.46 → ^0.3.52.

What's new

  • job.workflow_* context properties — autocomplete, validation, and hover for job.workflow_ref, job.workflow_sha, job.workflow_repository, job.workflow_file_path

Related

@salmanmkc salmanmkc requested a review from a team as a code owner April 14, 2026 22:04
Copilot AI review requested due to automatic review settings April 14, 2026 22:04
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR bumps the GitHub Actions language services dependencies to pick up new workflow context completions/validation/hover support (notably the new job.workflow_* context properties).

Changes:

  • Bump @actions/languageserver from ^0.3.46^0.3.52
  • Bump @actions/workflow-parser from ^0.3.46^0.3.52
  • Update package-lock.json to the new transitive versions pulled in by the bump
Show a summary per file
File Description
package.json Updates the language services package versions used by the extension.
package-lock.json Updates resolved versions/transitive graph (including new engines constraints).

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/2 changed files
  • Comments generated: 1

Comment on lines +566 to +567
"@actions/languageserver": "^0.3.52",
"@actions/workflow-parser": "^0.3.52",
Copy link

Copilot AI Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bumped @actions/languageserver/@actions/workflow-parser versions pull in @actions/* packages that declare "engines": { "node": ">= 20" } (see package-lock.json entries). This repo/extension currently targets Node >=16 (package.json engines + CI uses setup-node 16.x), so this upgrade is likely to break npm ci/tests and potentially the extension runtime in VS Code versions still running on Node 16/18.

Suggested fix: either (a) keep these dependencies on the latest Node-16-compatible release, or (b) update the extension/CI baseline to Node 20 (bump package.json engines.node, update GitHub workflows node-version, and ensure the VS Code engine target is compatible with Node 20).

Suggested change
"@actions/languageserver": "^0.3.52",
"@actions/workflow-parser": "^0.3.52",
"@actions/languageserver": "0.3.51",
"@actions/workflow-parser": "0.3.51",

Copilot uses AI. Check for mistakes.
….3.52

Picks up job.workflow_* context properties for autocomplete, validation,
and hover support.

Release: https://github.com/actions/languageservices/releases/tag/release-v0.3.52
@salmanmkc salmanmkc force-pushed the salmanmkc/bump-languageservices-0.3.52 branch from 14b5958 to 59a5f8b Compare April 14, 2026 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants