-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Vulnerability reported for esbuild #10539
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
Comments
It is |
I attempted to resolve this issue by updating to @vanilla-extract/[email protected], @vanilla-extract/[email protected], and adding the new @vanilla-extract/compiler. See branch and changes here: dev...ngbrown-forks:remix:update-vanilla-extract-dependancy However the @vanilla-extract/compiler library will need a simple patch (also at PR vanilla-extract-css/vanilla-extract#1562) to allow the option not inline small files and I could only get the tests to pass with an unsatisfying hack around trying to pass relative paths into what now wants absolute paths. If someone has a better idea, then this can be the start of your effort. |
Thank you for opening this issue, and our apologies we haven't gotten around to it yet! With the release of React Router v7 we are sun-setting continued development/maintenance on Remix v2. If you have not already upgraded to React Router v7, we recommend you do so. We've tried to make the upgrade process as smooth as possible with our Future Flags. We are now in the process of cleaning up outdated issues and pull requests to improve the overall hygiene of our repositories. We plan to continue to address 2 types of issues in Remix v2:
If you believe this issue meets one of those criteria, please respond or create a new issue. For all other issues, ongoing maintenance will be happening in React Router v7, so:
If you have any questions you can always reach out on Discord. Thanks again for providing feedback and helping us make our framework even better! |
Uh oh!
There was an error while loading. Please reload this page.
Reproduction
npm audit returns:
Looks like remix is several versions behind on esbuild so concerned about just doing a simple override.
System Info
Used Package Manager
npm
Expected Behavior
No vulnerabilities. esbuild is updated to at least 0.25.0 (https://github.com/evanw/esbuild/releases/tag/v0.25.0)
Actual Behavior
Getting
The text was updated successfully, but these errors were encountered: