-
Notifications
You must be signed in to change notification settings - Fork 760
fix(deps): update codemirror dependencies #5225
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Light2Dark
pushed a commit
that referenced
this pull request
Jun 9, 2025
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@codemirror/lang-python](https://redirect.github.com/codemirror/lang-python) | [`^6.2.0` -> `^6.2.1`](https://renovatebot.com/diffs/npm/@codemirror%2flang-python/6.2.0/6.2.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/) | | [@codemirror/lang-sql](https://redirect.github.com/codemirror/lang-sql) | [`^6.8.0` -> `^6.9.0`](https://renovatebot.com/diffs/npm/@codemirror%2flang-sql/6.8.0/6.9.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@codemirror/language](https://redirect.github.com/codemirror/language) | [`^6.11.0` -> `^6.11.1`](https://renovatebot.com/diffs/npm/@codemirror%2flanguage/6.11.0/6.11.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/) | | [@codemirror/search](https://redirect.github.com/codemirror/search) | [`^6.5.10` -> `^6.5.11`](https://renovatebot.com/diffs/npm/@codemirror%2fsearch/6.5.10/6.5.11) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@codemirror/view](https://redirect.github.com/codemirror/view) | [`^6.36.6` -> `^6.37.1`](https://renovatebot.com/diffs/npm/@codemirror%2fview/6.36.6/6.37.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/) | | [@lezer/markdown](https://redirect.github.com/lezer-parser/markdown) | [`^1.4.2` -> `^1.4.3`](https://renovatebot.com/diffs/npm/@lezer%2fmarkdown/1.4.2/1.4.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@lezer/python](https://redirect.github.com/lezer-parser/python) | [`^1.1.17` -> `^1.1.18`](https://renovatebot.com/diffs/npm/@lezer%2fpython/1.1.17/1.1.18) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@uiw/codemirror-extensions-langs](https://uiwjs.github.io/react-codemirror/#/extensions/languages) ([source](https://redirect.github.com/uiwjs/react-codemirror)) | [`^4.23.11` -> `^4.23.12`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-extensions-langs/4.23.11/4.23.12) | [](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/lang-python (@​codemirror/lang-python)</summary> ### [`v6.2.1`](https://redirect.github.com/codemirror/lang-python/blob/HEAD/CHANGELOG.md#621-2025-05-14) [Compare Source](https://redirect.github.com/codemirror/lang-python/compare/6.2.0...6.2.1) ##### Bug fixes Fix an issue where the indentation logic would too eagerly align lines to the body directly above them. </details> <details> <summary>codemirror/lang-sql (@​codemirror/lang-sql)</summary> ### [`v6.9.0`](https://redirect.github.com/codemirror/lang-sql/blob/HEAD/CHANGELOG.md#690-2025-05-30) [Compare Source](https://redirect.github.com/codemirror/lang-sql/compare/6.8.0...6.9.0) ##### New features The new `SQLDialect.configureLanguage` method can be used to configure the language (and it's syntax node props) used by a dialect. </details> <details> <summary>codemirror/language (@​codemirror/language)</summary> ### [`v6.11.1`](https://redirect.github.com/codemirror/language/blob/HEAD/CHANGELOG.md#6111-2025-06-02) [Compare Source](https://redirect.github.com/codemirror/language/compare/6.11.0...6.11.1) ##### Bug fixes Fix an issue where indentation would sometimes miss nodes in mixed-language situations. </details> <details> <summary>codemirror/search (@​codemirror/search)</summary> ### [`v6.5.11`](https://redirect.github.com/codemirror/search/blob/HEAD/CHANGELOG.md#6511-2025-05-14) [Compare Source](https://redirect.github.com/codemirror/search/compare/6.5.10...6.5.11) ##### Bug fixes Fix an issue in `replaceNext` that could cause it to create an invalid selection when replacing past the end of the document. </details> <details> <summary>codemirror/view (@​codemirror/view)</summary> ### [`v6.37.1`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6371-2025-05-30) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.37.0...6.37.1) ##### Bug fixes Properly add `crelt` as a dependency. ### [`v6.37.0`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6370-2025-05-29) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.36.8...6.37.0) ##### New features View plugins can now take an argument, in which case they must be instantiated with their `of` method in order to be added to a configuration. The new `showDialog` function makes it easy to show a notification or prompt using a CodeMirror panel. ### [`v6.36.8`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6368-2025-05-12) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.36.7...6.36.8) ##### Bug fixes Make `logException` log errors to the console when `onerror` returns a falsy value. Fix an issue in `MatchDecorator` causing `updateDeco` to sometimes not do the right thing for deletions. ### [`v6.36.7`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6367-2025-05-02) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.36.6...6.36.7) ##### Bug fixes Use the `aria-placeholder` attribute to communicate the placeholder text to screen readers. Fix a crash when `EditorView.composing` or `.compositionStarted` are accessed during view initialization. </details> <details> <summary>lezer-parser/markdown (@​lezer/markdown)</summary> ### [`v1.4.3`](https://redirect.github.com/lezer-parser/markdown/blob/HEAD/CHANGELOG.md#143-2025-04-27) [Compare Source](https://redirect.github.com/lezer-parser/markdown/compare/1.4.2...1.4.3) ##### Bug fixes Run the HTML parser on HTML comment blocks, since those may include non-comment content at their end. </details> <details> <summary>lezer-parser/python (@​lezer/python)</summary> ### [`v1.1.18`](https://redirect.github.com/lezer-parser/python/blob/HEAD/CHANGELOG.md#1118-2025-04-17) [Compare Source](https://redirect.github.com/lezer-parser/python/compare/1.1.17...1.1.18) ##### Bug fixes Fix parsing of match guards with conditional tests. </details> <details> <summary>uiwjs/react-codemirror (@​uiw/codemirror-extensions-langs)</summary> ### [`v4.23.12`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.12) [Compare Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.11...v4.23.12) [](https://jaywcjlove.github.io/#/sponsor) [](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.12/file/README.md) Documentation v4.23.12: https://raw.githack.com/uiwjs/react-codemirror/e780cd8/index.html\ Comparing Changes: uiwjs/react-codemirror@v4.23.11...v4.23.12 ```shell npm i @​uiw/react-codemirror@4.23.12 ``` - 🐞 fix: Fix ESM import in core package by adding .babelrc and babel-plugin-add-import-extension ([#​732](https://redirect.github.com/uiwjs/react-codemirror/issues/732)) [`9a5ce28`](https://redirect.github.com/uiwjs/react-codemirror/commit/9a5ce28) [@​Shellishack](https://redirect.github.com/Shellishack) - 🐞 fix: resolve ESM import issue in the package. [#​732](https://redirect.github.com/uiwjs/react-codemirror/issues/732) [`8ce4ceb`](https://redirect.github.com/uiwjs/react-codemirror/commit/8ce4ceb) [@​jaywcjlove](https://redirect.github.com/jaywcjlove) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the 7th day of the month" (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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->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/marimo-team/marimo). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
sebbeutler
pushed a commit
to sebbeutler/marimo
that referenced
this pull request
Jun 28, 2025
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@codemirror/lang-python](https://redirect.github.com/codemirror/lang-python) | [`^6.2.0` -> `^6.2.1`](https://renovatebot.com/diffs/npm/@codemirror%2flang-python/6.2.0/6.2.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/) | | [@codemirror/lang-sql](https://redirect.github.com/codemirror/lang-sql) | [`^6.8.0` -> `^6.9.0`](https://renovatebot.com/diffs/npm/@codemirror%2flang-sql/6.8.0/6.9.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@codemirror/language](https://redirect.github.com/codemirror/language) | [`^6.11.0` -> `^6.11.1`](https://renovatebot.com/diffs/npm/@codemirror%2flanguage/6.11.0/6.11.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/) | | [@codemirror/search](https://redirect.github.com/codemirror/search) | [`^6.5.10` -> `^6.5.11`](https://renovatebot.com/diffs/npm/@codemirror%2fsearch/6.5.10/6.5.11) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@codemirror/view](https://redirect.github.com/codemirror/view) | [`^6.36.6` -> `^6.37.1`](https://renovatebot.com/diffs/npm/@codemirror%2fview/6.36.6/6.37.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/) | | [@lezer/markdown](https://redirect.github.com/lezer-parser/markdown) | [`^1.4.2` -> `^1.4.3`](https://renovatebot.com/diffs/npm/@lezer%2fmarkdown/1.4.2/1.4.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@lezer/python](https://redirect.github.com/lezer-parser/python) | [`^1.1.17` -> `^1.1.18`](https://renovatebot.com/diffs/npm/@lezer%2fpython/1.1.17/1.1.18) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@uiw/codemirror-extensions-langs](https://uiwjs.github.io/react-codemirror/#/extensions/languages) ([source](https://redirect.github.com/uiwjs/react-codemirror)) | [`^4.23.11` -> `^4.23.12`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-extensions-langs/4.23.11/4.23.12) | [](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/lang-python (@​codemirror/lang-python)</summary> ### [`v6.2.1`](https://redirect.github.com/codemirror/lang-python/blob/HEAD/CHANGELOG.md#621-2025-05-14) [Compare Source](https://redirect.github.com/codemirror/lang-python/compare/6.2.0...6.2.1) ##### Bug fixes Fix an issue where the indentation logic would too eagerly align lines to the body directly above them. </details> <details> <summary>codemirror/lang-sql (@​codemirror/lang-sql)</summary> ### [`v6.9.0`](https://redirect.github.com/codemirror/lang-sql/blob/HEAD/CHANGELOG.md#690-2025-05-30) [Compare Source](https://redirect.github.com/codemirror/lang-sql/compare/6.8.0...6.9.0) ##### New features The new `SQLDialect.configureLanguage` method can be used to configure the language (and it's syntax node props) used by a dialect. </details> <details> <summary>codemirror/language (@​codemirror/language)</summary> ### [`v6.11.1`](https://redirect.github.com/codemirror/language/blob/HEAD/CHANGELOG.md#6111-2025-06-02) [Compare Source](https://redirect.github.com/codemirror/language/compare/6.11.0...6.11.1) ##### Bug fixes Fix an issue where indentation would sometimes miss nodes in mixed-language situations. </details> <details> <summary>codemirror/search (@​codemirror/search)</summary> ### [`v6.5.11`](https://redirect.github.com/codemirror/search/blob/HEAD/CHANGELOG.md#6511-2025-05-14) [Compare Source](https://redirect.github.com/codemirror/search/compare/6.5.10...6.5.11) ##### Bug fixes Fix an issue in `replaceNext` that could cause it to create an invalid selection when replacing past the end of the document. </details> <details> <summary>codemirror/view (@​codemirror/view)</summary> ### [`v6.37.1`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6371-2025-05-30) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.37.0...6.37.1) ##### Bug fixes Properly add `crelt` as a dependency. ### [`v6.37.0`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6370-2025-05-29) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.36.8...6.37.0) ##### New features View plugins can now take an argument, in which case they must be instantiated with their `of` method in order to be added to a configuration. The new `showDialog` function makes it easy to show a notification or prompt using a CodeMirror panel. ### [`v6.36.8`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6368-2025-05-12) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.36.7...6.36.8) ##### Bug fixes Make `logException` log errors to the console when `onerror` returns a falsy value. Fix an issue in `MatchDecorator` causing `updateDeco` to sometimes not do the right thing for deletions. ### [`v6.36.7`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6367-2025-05-02) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.36.6...6.36.7) ##### Bug fixes Use the `aria-placeholder` attribute to communicate the placeholder text to screen readers. Fix a crash when `EditorView.composing` or `.compositionStarted` are accessed during view initialization. </details> <details> <summary>lezer-parser/markdown (@​lezer/markdown)</summary> ### [`v1.4.3`](https://redirect.github.com/lezer-parser/markdown/blob/HEAD/CHANGELOG.md#143-2025-04-27) [Compare Source](https://redirect.github.com/lezer-parser/markdown/compare/1.4.2...1.4.3) ##### Bug fixes Run the HTML parser on HTML comment blocks, since those may include non-comment content at their end. </details> <details> <summary>lezer-parser/python (@​lezer/python)</summary> ### [`v1.1.18`](https://redirect.github.com/lezer-parser/python/blob/HEAD/CHANGELOG.md#1118-2025-04-17) [Compare Source](https://redirect.github.com/lezer-parser/python/compare/1.1.17...1.1.18) ##### Bug fixes Fix parsing of match guards with conditional tests. </details> <details> <summary>uiwjs/react-codemirror (@​uiw/codemirror-extensions-langs)</summary> ### [`v4.23.12`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.12) [Compare Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.11...v4.23.12) [](https://jaywcjlove.github.io/#/sponsor) [](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.12/file/README.md) Documentation v4.23.12: https://raw.githack.com/uiwjs/react-codemirror/e780cd8/index.html\ Comparing Changes: uiwjs/react-codemirror@v4.23.11...v4.23.12 ```shell npm i @​uiw/react-codemirror@4.23.12 ``` - 🐞 fix: Fix ESM import in core package by adding .babelrc and babel-plugin-add-import-extension ([#​732](https://redirect.github.com/uiwjs/react-codemirror/issues/732)) [`9a5ce28`](https://redirect.github.com/uiwjs/react-codemirror/commit/9a5ce28) [@​Shellishack](https://redirect.github.com/Shellishack) - 🐞 fix: resolve ESM import issue in the package. [#​732](https://redirect.github.com/uiwjs/react-codemirror/issues/732) [`8ce4ceb`](https://redirect.github.com/uiwjs/react-codemirror/commit/8ce4ceb) [@​jaywcjlove](https://redirect.github.com/jaywcjlove) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the 7th day of the month" (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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->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/marimo-team/marimo). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
sebbeutler
pushed a commit
to sebbeutler/marimo
that referenced
this pull request
Jul 7, 2025
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@codemirror/lang-python](https://redirect.github.com/codemirror/lang-python) | [`^6.2.0` -> `^6.2.1`](https://renovatebot.com/diffs/npm/@codemirror%2flang-python/6.2.0/6.2.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/) | | [@codemirror/lang-sql](https://redirect.github.com/codemirror/lang-sql) | [`^6.8.0` -> `^6.9.0`](https://renovatebot.com/diffs/npm/@codemirror%2flang-sql/6.8.0/6.9.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@codemirror/language](https://redirect.github.com/codemirror/language) | [`^6.11.0` -> `^6.11.1`](https://renovatebot.com/diffs/npm/@codemirror%2flanguage/6.11.0/6.11.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/) | | [@codemirror/search](https://redirect.github.com/codemirror/search) | [`^6.5.10` -> `^6.5.11`](https://renovatebot.com/diffs/npm/@codemirror%2fsearch/6.5.10/6.5.11) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@codemirror/view](https://redirect.github.com/codemirror/view) | [`^6.36.6` -> `^6.37.1`](https://renovatebot.com/diffs/npm/@codemirror%2fview/6.36.6/6.37.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/) | | [@lezer/markdown](https://redirect.github.com/lezer-parser/markdown) | [`^1.4.2` -> `^1.4.3`](https://renovatebot.com/diffs/npm/@lezer%2fmarkdown/1.4.2/1.4.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@lezer/python](https://redirect.github.com/lezer-parser/python) | [`^1.1.17` -> `^1.1.18`](https://renovatebot.com/diffs/npm/@lezer%2fpython/1.1.17/1.1.18) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [@uiw/codemirror-extensions-langs](https://uiwjs.github.io/react-codemirror/#/extensions/languages) ([source](https://redirect.github.com/uiwjs/react-codemirror)) | [`^4.23.11` -> `^4.23.12`](https://renovatebot.com/diffs/npm/@uiw%2fcodemirror-extensions-langs/4.23.11/4.23.12) | [](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/lang-python (@​codemirror/lang-python)</summary> ### [`v6.2.1`](https://redirect.github.com/codemirror/lang-python/blob/HEAD/CHANGELOG.md#621-2025-05-14) [Compare Source](https://redirect.github.com/codemirror/lang-python/compare/6.2.0...6.2.1) ##### Bug fixes Fix an issue where the indentation logic would too eagerly align lines to the body directly above them. </details> <details> <summary>codemirror/lang-sql (@​codemirror/lang-sql)</summary> ### [`v6.9.0`](https://redirect.github.com/codemirror/lang-sql/blob/HEAD/CHANGELOG.md#690-2025-05-30) [Compare Source](https://redirect.github.com/codemirror/lang-sql/compare/6.8.0...6.9.0) ##### New features The new `SQLDialect.configureLanguage` method can be used to configure the language (and it's syntax node props) used by a dialect. </details> <details> <summary>codemirror/language (@​codemirror/language)</summary> ### [`v6.11.1`](https://redirect.github.com/codemirror/language/blob/HEAD/CHANGELOG.md#6111-2025-06-02) [Compare Source](https://redirect.github.com/codemirror/language/compare/6.11.0...6.11.1) ##### Bug fixes Fix an issue where indentation would sometimes miss nodes in mixed-language situations. </details> <details> <summary>codemirror/search (@​codemirror/search)</summary> ### [`v6.5.11`](https://redirect.github.com/codemirror/search/blob/HEAD/CHANGELOG.md#6511-2025-05-14) [Compare Source](https://redirect.github.com/codemirror/search/compare/6.5.10...6.5.11) ##### Bug fixes Fix an issue in `replaceNext` that could cause it to create an invalid selection when replacing past the end of the document. </details> <details> <summary>codemirror/view (@​codemirror/view)</summary> ### [`v6.37.1`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6371-2025-05-30) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.37.0...6.37.1) ##### Bug fixes Properly add `crelt` as a dependency. ### [`v6.37.0`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6370-2025-05-29) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.36.8...6.37.0) ##### New features View plugins can now take an argument, in which case they must be instantiated with their `of` method in order to be added to a configuration. The new `showDialog` function makes it easy to show a notification or prompt using a CodeMirror panel. ### [`v6.36.8`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6368-2025-05-12) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.36.7...6.36.8) ##### Bug fixes Make `logException` log errors to the console when `onerror` returns a falsy value. Fix an issue in `MatchDecorator` causing `updateDeco` to sometimes not do the right thing for deletions. ### [`v6.36.7`](https://redirect.github.com/codemirror/view/blob/HEAD/CHANGELOG.md#6367-2025-05-02) [Compare Source](https://redirect.github.com/codemirror/view/compare/6.36.6...6.36.7) ##### Bug fixes Use the `aria-placeholder` attribute to communicate the placeholder text to screen readers. Fix a crash when `EditorView.composing` or `.compositionStarted` are accessed during view initialization. </details> <details> <summary>lezer-parser/markdown (@​lezer/markdown)</summary> ### [`v1.4.3`](https://redirect.github.com/lezer-parser/markdown/blob/HEAD/CHANGELOG.md#143-2025-04-27) [Compare Source](https://redirect.github.com/lezer-parser/markdown/compare/1.4.2...1.4.3) ##### Bug fixes Run the HTML parser on HTML comment blocks, since those may include non-comment content at their end. </details> <details> <summary>lezer-parser/python (@​lezer/python)</summary> ### [`v1.1.18`](https://redirect.github.com/lezer-parser/python/blob/HEAD/CHANGELOG.md#1118-2025-04-17) [Compare Source](https://redirect.github.com/lezer-parser/python/compare/1.1.17...1.1.18) ##### Bug fixes Fix parsing of match guards with conditional tests. </details> <details> <summary>uiwjs/react-codemirror (@​uiw/codemirror-extensions-langs)</summary> ### [`v4.23.12`](https://redirect.github.com/uiwjs/react-codemirror/releases/tag/v4.23.12) [Compare Source](https://redirect.github.com/uiwjs/react-codemirror/compare/v4.23.11...v4.23.12) [](https://jaywcjlove.github.io/#/sponsor) [](https://uiwjs.github.io/npm-unpkg/#/pkg/@​uiw/react-codemirror@4.23.12/file/README.md) Documentation v4.23.12: https://raw.githack.com/uiwjs/react-codemirror/e780cd8/index.html\ Comparing Changes: uiwjs/react-codemirror@v4.23.11...v4.23.12 ```shell npm i @​uiw/react-codemirror@4.23.12 ``` - 🐞 fix: Fix ESM import in core package by adding .babelrc and babel-plugin-add-import-extension ([#​732](https://redirect.github.com/uiwjs/react-codemirror/issues/732)) [`9a5ce28`](https://redirect.github.com/uiwjs/react-codemirror/commit/9a5ce28) [@​Shellishack](https://redirect.github.com/Shellishack) - 🐞 fix: resolve ESM import issue in the package. [#​732](https://redirect.github.com/uiwjs/react-codemirror/issues/732) [`8ce4ceb`](https://redirect.github.com/uiwjs/react-codemirror/commit/8ce4ceb) [@​jaywcjlove](https://redirect.github.com/jaywcjlove) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the 7th day of the month" (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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->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/marimo-team/marimo). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.2.0->^6.2.1^6.8.0->^6.9.0^6.11.0->^6.11.1^6.5.10->^6.5.11^6.36.6->^6.37.1^1.4.2->^1.4.3^1.1.17->^1.1.18^4.23.11->^4.23.12Release Notes
codemirror/lang-python (@codemirror/lang-python)
v6.2.1Compare Source
Bug fixes
Fix an issue where the indentation logic would too eagerly align lines to the body directly above them.
codemirror/lang-sql (@codemirror/lang-sql)
v6.9.0Compare Source
New features
The new
SQLDialect.configureLanguagemethod can be used to configure the language (and it's syntax node props) used by a dialect.codemirror/language (@codemirror/language)
v6.11.1Compare Source
Bug fixes
Fix an issue where indentation would sometimes miss nodes in mixed-language situations.
codemirror/search (@codemirror/search)
v6.5.11Compare Source
Bug fixes
Fix an issue in
replaceNextthat could cause it to create an invalid selection when replacing past the end of the document.codemirror/view (@codemirror/view)
v6.37.1Compare Source
Bug fixes
Properly add
creltas a dependency.v6.37.0Compare Source
New features
View plugins can now take an argument, in which case they must be instantiated with their
ofmethod in order to be added to a configuration.The new
showDialogfunction makes it easy to show a notification or prompt using a CodeMirror panel.v6.36.8Compare Source
Bug fixes
Make
logExceptionlog errors to the console whenonerrorreturns a falsy value.Fix an issue in
MatchDecoratorcausingupdateDecoto sometimes not do the right thing for deletions.v6.36.7Compare Source
Bug fixes
Use the
aria-placeholderattribute to communicate the placeholder text to screen readers.Fix a crash when
EditorView.composingor.compositionStartedare accessed during view initialization.lezer-parser/markdown (@lezer/markdown)
v1.4.3Compare Source
Bug fixes
Run the HTML parser on HTML comment blocks, since those may include non-comment content at their end.
lezer-parser/python (@lezer/python)
v1.1.18Compare Source
Bug fixes
Fix parsing of match guards with conditional tests.
uiwjs/react-codemirror (@uiw/codemirror-extensions-langs)
v4.23.12Compare Source
Documentation v4.23.12: https://raw.githack.com/uiwjs/react-codemirror/e780cd8/index.html\
Comparing Changes: uiwjs/react-codemirror@v4.23.11...v4.23.12
9a5ce28@Shellishack8ce4ceb@jaywcjloveConfiguration
📅 Schedule: Branch creation - "on the 7th day of the month" (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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.