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

Automate bumping of esbuild for JS/TS plugins #1254

Open
pkwarren opened this issue May 24, 2024 · 0 comments
Open

Automate bumping of esbuild for JS/TS plugins #1254

pkwarren opened this issue May 24, 2024 · 0 comments
Labels

Comments

@pkwarren
Copy link
Member

Currently, esbuild is a dev dependency in most JS/TS plugins to further shrink the size of each plugin by building dependencies. However, esbuild is currently a 0.x dependency so it won't automatically get a new minor version when we generate package-lock.json when creating a new plugin version.

We should automate running npm install esbuild@latest --save-dev in the fetcher code to pick up new esbuild versions automatically. See #1252 (comment) for more info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant