-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
fix(dev): remove outdated esm import warnings #6916
Conversation
🦋 Changeset detectedLatest commit: 9bcb0d9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 18 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
1941b90
to
ad4490c
Compare
ad4490c
to
9bcb0d9
Compare
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
Did this PR not make it into 1.19.2? I'm still seeing warnings with 1.19.2. |
@kentcdodds should have landed in 1.19.1 or 1.19.2 We removed Remix-specified warnings that produced false positives, but you might still get actual warnings from |
This change didn't land in The warnings shown are still the same:
|
Yeah, I looked in node_modules and the code that was removed in this PR is definitely still there. 🤷♂️ |
🤖 Hello there, We just published version Thanks! |
I just upgraded to 1.19.3 and this is still in there: https://unpkg.com/browse/@remix-run/dev@1.19.3/dist/compiler/server/plugins/bareImports.js (line 137) |
Looks like this landed in |
🤖 Hello there, We just published version Thanks! |
Supercedes #6822