Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade esbuild to v0.23 #2261

Merged
merged 2 commits into from
Jul 5, 2024
Merged

Upgrade esbuild to v0.23 #2261

merged 2 commits into from
Jul 5, 2024

Conversation

vinistock
Copy link
Member

@vinistock vinistock commented Jul 5, 2024

Motivation

Closes #2260

As pointed out in the issue, our bundle generation failed to include runtime dependencies because of evanw/esbuild#3819.

Upgrading esbuild to v0.23 fixes the issue (I built the extension and installed locally to test).

I'm not sure how we can catch something like this in CI, but it might be worth thinking about it. The extension is only packaged when publishing, esbuild is not involved in running tests or using the development version of the extension, so we had no way of catching this ahead of time.

@vinistock vinistock added bugfix This PR will fix an existing bug vscode This pull request should be included in the VS Code extension's release notes labels Jul 5, 2024
@vinistock vinistock self-assigned this Jul 5, 2024
@vinistock vinistock requested a review from a team as a code owner July 5, 2024 20:01
@vinistock vinistock requested review from andyw8 and st0012 July 5, 2024 20:01
@vinistock vinistock enabled auto-merge (squash) July 5, 2024 20:10
@vinistock vinistock merged commit 8fe7f1d into main Jul 5, 2024
36 checks passed
@vinistock vinistock deleted the vs/upgrade_esbuild branch July 5, 2024 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This PR will fix an existing bug vscode This pull request should be included in the VS Code extension's release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to start language server on v0.7.6
3 participants