-
Notifications
You must be signed in to change notification settings - Fork 215
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
feat: remove immutable #1021
base: main
Are you sure you want to change the base?
feat: remove immutable #1021
Conversation
🦋 Changeset detectedLatest commit: 6951799 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
7485fdd
to
dcce921
Compare
I'd say we keep ImmutableJS for now. This turned out to be a much bigger refactor than I expected, a lot of internals have ImmutableJS-like behaviour - some of them originating from I worry that the CLI might become unstable with the size of this migration, we should queue up a breaking release. @saihaj @dotansimha thoughts? |
I think we can keep it for now, and just see if we can make it work fine with the TS migration. What breaking release you had in mind? |
Due to the size of the refactor, I have a feeling that we shouldn't push it as a minor or patch even if the user-facing API does not change. |
I think we can start with a simple TS migration, and leave things like |
Closes #1025