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

A version range for esbuild #381

Open
2 tasks
Mister-Hope opened this issue Dec 27, 2024 · 1 comment
Open
2 tasks

A version range for esbuild #381

Mister-Hope opened this issue Dec 27, 2024 · 1 comment
Labels
bug Something isn't working pending triage

Comments

@Mister-Hope
Copy link

Mister-Hope commented Dec 27, 2024

Problem

This is similar to #373

Esbuild is already 0.24.2 for latest version now, but this project force using 0.21. Though users can override them manually, it could be annoying for tool builder providing a package that has multiple esbuild versions.

Expected behavior

The esbuild should be announced as peer and allow multiple versions:

"esbuild": ">=0.21 && <= 0.25"

Once a new major of esbuild is released and we are sure esbuild-loader is working well, a bigger range should be release as patch. (As only supporting new versions is not considered as a breaking change)

Minimal reproduction URL

definitely not needed for this.

Version

.

Node.js version

.

Package manager

npm

Operating system

macOS

Contributions

  • I plan to open a pull request for this issue
  • I plan to make a financial contribution to this project
@Mister-Hope Mister-Hope added bug Something isn't working pending triage labels Dec 27, 2024
@Mister-Hope
Copy link
Author

Under strict semver, this change might need to be considered as breaking so requires v5.

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

No branches or pull requests

1 participant