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

upgrade codemirror and other dependencies #2

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

geoffreylitt
Copy link
Contributor

@geoffreylitt geoffreylitt commented Oct 18, 2023

I upgraded codemirror and automerge, and then removed the yarn.lock and re-resolved dependencies from scratch. I needed to clear the yarn.lock to clear up some issues w/ loading multiple instances of codemirror. I suspect that the issues that were seen previously weren't actually breakage in newer versions of codemirror, they were actually problems related to loading multiple instances of some codemirror package (which often leads to weird subtle behavior in codemirror)

All cypress tests pass, including the "multiple newlines" test which seems to have been an issue w/ codemirror previously. Also tested the plugin in TEE and seems to work fine.

@alexjg alexjg merged commit a772397 into automerge:main Oct 18, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants