epugh
June 23, 2025, 9:51pm
1
I finally upgraded to v6 for the open source project that I steward, Quepid. It’s was a long day of messing around.. Quepid is written in Rails, so there was some plumbing there, and then re-implementing the CodeMirror approach.
I’d love some eyes on if I followed best practices for CodeMirror!
main
← renovate/codemirror-6.x
opened 08:25PM - 01 Jun 25 UTC
This PR contains the following updates:
| Package | Change | Age | Adoption | P… assing | Confidence |
|---|---|---|---|---|---|
| [codemirror](https://redirect.github.com/codemirror/basic-setup) | [`5.65.15` -> `6.0.1`](https://renovatebot.com/diffs/npm/codemirror/5.65.15/6.0.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>codemirror/basic-setup (codemirror)</summary>
### [`v6.0.1`](https://redirect.github.com/codemirror/basic-setup/blob/HEAD/CHANGELOG.md#601-2022-06-30)
[Compare Source](https://redirect.github.com/codemirror/basic-setup/compare/6.0.0...6.0.1)
##### Bug fixes
Work around limitations in tree-shaking software that prevented `basicSetup` from being removed when unused.
### [`v6.0.0`](https://redirect.github.com/codemirror/basic-setup/blob/HEAD/CHANGELOG.md#600-2022-06-08)
[Compare Source](https://redirect.github.com/codemirror/basic-setup/compare/8a5dcbb838e06fa01cba4d0b74d988ab66821c33...6.0.0)
##### Breaking changes
Change the package name from `@codemirror/example-setup` to just `codemirror`.
The package no longer exports `EditorState` (since that is no longer necessary to set up a basic editor).
##### New features
The new `minimalSetup` export provides a minimal set of editor extensions.
### [`v5.65.19`](https://redirect.github.com/codemirror/basic-setup/compare/998f328b6b01217f6ef9e958ce3a128daddc592e...8a5dcbb838e06fa01cba4d0b74d988ab66821c33)
[Compare Source](https://redirect.github.com/codemirror/basic-setup/compare/998f328b6b01217f6ef9e958ce3a128daddc592e...8a5dcbb838e06fa01cba4d0b74d988ab66821c33)
### [`v5.65.18`](https://redirect.github.com/codemirror/basic-setup/compare/064c9a880750a492c598433e6ddd155f836caaac...998f328b6b01217f6ef9e958ce3a128daddc592e)
[Compare Source](https://redirect.github.com/codemirror/basic-setup/compare/064c9a880750a492c598433e6ddd155f836caaac...998f328b6b01217f6ef9e958ce3a128daddc592e)
### [`v5.65.17`](https://redirect.github.com/codemirror/basic-setup/compare/e84384b4210bc35300994de07c6333666f2a5c9e...064c9a880750a492c598433e6ddd155f836caaac)
[Compare Source](https://redirect.github.com/codemirror/basic-setup/compare/e84384b4210bc35300994de07c6333666f2a5c9e...064c9a880750a492c598433e6ddd155f836caaac)
### [`v5.65.16`](https://redirect.github.com/codemirror/basic-setup/compare/854ee51ef20434eae043d64f92e6f8548d569030...e84384b4210bc35300994de07c6333666f2a5c9e)
[Compare Source](https://redirect.github.com/codemirror/basic-setup/compare/854ee51ef20434eae043d64f92e6f8548d569030...e84384b4210bc35300994de07c6333666f2a5c9e)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 08:00 AM and 08:59 PM, on day 1 of the month ( * 8-20 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/o19s/quepid).