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

[Bug?]: Update esbuild version in @yarnpkg/builder #4787

Closed
1 task
alamothe opened this issue Aug 22, 2022 · 1 comment · Fixed by #4732
Closed
1 task

[Bug?]: Update esbuild version in @yarnpkg/builder #4787

alamothe opened this issue Aug 22, 2022 · 1 comment · Fixed by #4732
Labels
bug Something isn't working

Comments

@alamothe
Copy link

alamothe commented Aug 22, 2022

Self-service

  • I'd be willing to implement a fix

Describe the bug

Currently @yarnpkg/builder uses an outdated version of esbuild:

    "esbuild": "npm:esbuild-wasm@^0.11.20",

This creates problems, in particular I cannot use concurrently in my plugin due to: evanw/esbuild#2487

Please upgrade.

To reproduce

  1. Create a plugin for Yarn which uses concurrently
  2. Use @yarnpkg/builder to build it
  3. At runtime it will fail because of ESBuild bug that was fixed long time ago

Environment

System:
    OS: macOS 12.4
    CPU: (10) arm64 Apple M1 Pro
  Binaries:
    Node: 16.16.0 - /private/var/folders/2d/zcwwn3dn2_z6_ktmh1_vw7lr0000gn/T/xfs-1861c79b/node
    Yarn: 3.2.2 - /private/var/folders/2d/zcwwn3dn2_z6_ktmh1_vw7lr0000gn/T/xfs-1861c79b/yarn
    npm: 8.11.0 - /opt/homebrew/opt/node@16/bin/npm

Additional context

No response

@alamothe alamothe added the bug Something isn't working label Aug 22, 2022
@arcanis
Copy link
Member

arcanis commented Aug 22, 2022

That's tracked in #4732

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants