-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Support ESBuild 0.18.0 #470
Comments
This package also has a dependency to https://github.com/pradel/esbuild-node-externals I have submitted a PR there to raise the allowed esbuild version: pradel/esbuild-node-externals#43 Without this change, the esbuild version also can't be upgraded in this package. |
After the package https://github.com/pradel/esbuild-node-externals was now upgraded with the merge of pradel/esbuild-node-externals#43, I tried to upgrade the allowed esbuild dependency here as well: #473 However I ran into some issues with the |
Hey just wondering what the status of this issue is? Would love to know if theres an ETA for |
Gently pinging @floydspace, what is your recommended approach with the |
Hi guys, looks like esbuild-node-externals have recently published a new release: https://github.com/pradel/esbuild-node-externals/releases/tag/v1.9.0 |
closed by #487 |
Describe the bug
package.json
defines peer dep for esbuild to< 0.18
To Reproduce
Try to update to
0.18.0
esbuild.Expected behavior
To
npm install
correctly.Screenshots or Logs
Versions (please complete the following information):
^3.27
^1.43.1
Additional context
N/A
The text was updated successfully, but these errors were encountered: