Skip to content

Update all dependencies to latest versions#179

Merged
mszabo-wikia merged 1 commit intomasterfrom
update-dependencies
Mar 4, 2026
Merged

Update all dependencies to latest versions#179
mszabo-wikia merged 1 commit intomasterfrom
update-dependencies

Conversation

@mszabo-wikia
Copy link
Contributor

  • Bump all prod and dev dependencies to latest major/minor versions
  • Remove @types/glob (glob v13 includes its own types)
  • Add skipLibCheck to tsconfig for vscode-jsonrpc compatibility with TS 5.9
  • Fix Buffer type casts in debugger.ts for @types/node v25
  • Migrate test glob usage from callback API to async (glob v13)

Testing

Tested locally via the Extension Development Host that the language server starts and syntax highlighting/go-to definition/diagnostics work.

- Bump all prod and dev dependencies to latest major/minor versions
- Remove @types/glob (glob v13 includes its own types)
- Add skipLibCheck to tsconfig for vscode-jsonrpc compatibility with TS 5.9
- Fix Buffer type casts in debugger.ts for @types/node v25
- Migrate test glob usage from callback API to async (glob v13)

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
@mszabo-wikia mszabo-wikia force-pushed the update-dependencies branch from dc11e7c to d65726f Compare March 3, 2026 17:30
Copy link

@chaseajen chaseajen left a comment

Choose a reason for hiding this comment

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

nice ✨ thanks for bringing this up-to-date!

@mszabo-wikia mszabo-wikia merged commit 26a8e39 into master Mar 4, 2026
3 checks passed
@mszabo-wikia mszabo-wikia deleted the update-dependencies branch March 4, 2026 15:45
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