-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(remix-dev): remove sort-package-json
#7317
fix(remix-dev): remove sort-package-json
#7317
Conversation
🦋 Changeset detectedLatest commit: 5c053d2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 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 |
bc9ff4b
to
9f8739e
Compare
sort-package-json
sort-package-json
Can you add a changeset here so this merging this PR will trigger a new prerelease? You can prefix it with |
9f8739e
to
5c053d2
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! |
🤖 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! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
When running
npx run typecheck
on a newly installed project, I get the following errorsRunning
npm ls @types/glob
to figure out where the dependency comes from, show us that it's a dependency ofsort-package-json
, which is a dependency of@remix-run/dev
Since the
create-remix
change, we don't needsort-package-json
in@remix-run/dev
anymore so removed it from it's dependencies + also from the rootCloses #6620
Closes #6708