Bump the codemirror group across 1 directory with 9 updates#836
Merged
Conversation
Bumps the codemirror group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.18.4` | `6.18.6` | | [@codemirror/commands](https://github.com/codemirror/commands) | `6.7.1` | `6.8.1` | | [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript) | `6.2.2` | `6.2.3` | | [@codemirror/lang-python](https://github.com/codemirror/lang-python) | `6.1.6` | `6.1.7` | | [@codemirror/language](https://github.com/codemirror/language) | `6.10.8` | `6.11.0` | | [@codemirror/lint](https://github.com/codemirror/lint) | `6.8.4` | `6.8.5` | | [@codemirror/search](https://github.com/codemirror/search) | `6.5.8` | `6.5.10` | | [@codemirror/state](https://github.com/codemirror/state) | `6.5.0` | `6.5.2` | | [@codemirror/view](https://github.com/codemirror/view) | `6.36.1` | `6.36.5` | Updates `@codemirror/autocomplete` from 6.18.4 to 6.18.6 - [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md) - [Commits](codemirror/autocomplete@6.18.4...6.18.6) Updates `@codemirror/commands` from 6.7.1 to 6.8.1 - [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md) - [Commits](codemirror/commands@6.7.1...6.8.1) Updates `@codemirror/lang-javascript` from 6.2.2 to 6.2.3 - [Changelog](https://github.com/codemirror/lang-javascript/blob/main/CHANGELOG.md) - [Commits](codemirror/lang-javascript@6.2.2...6.2.3) Updates `@codemirror/lang-python` from 6.1.6 to 6.1.7 - [Changelog](https://github.com/codemirror/lang-python/blob/main/CHANGELOG.md) - [Commits](codemirror/lang-python@6.1.6...6.1.7) Updates `@codemirror/language` from 6.10.8 to 6.11.0 - [Changelog](https://github.com/codemirror/language/blob/main/CHANGELOG.md) - [Commits](codemirror/language@6.10.8...6.11.0) Updates `@codemirror/lint` from 6.8.4 to 6.8.5 - [Changelog](https://github.com/codemirror/lint/blob/main/CHANGELOG.md) - [Commits](codemirror/lint@6.8.4...6.8.5) Updates `@codemirror/search` from 6.5.8 to 6.5.10 - [Changelog](https://github.com/codemirror/search/blob/main/CHANGELOG.md) - [Commits](codemirror/search@6.5.8...6.5.10) Updates `@codemirror/state` from 6.5.0 to 6.5.2 - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](codemirror/state@6.5.0...6.5.2) Updates `@codemirror/view` from 6.36.1 to 6.36.5 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](codemirror/view@6.36.1...6.36.5) --- updated-dependencies: - dependency-name: "@codemirror/autocomplete" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror - dependency-name: "@codemirror/commands" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: codemirror - dependency-name: "@codemirror/lang-javascript" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror - dependency-name: "@codemirror/lang-python" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror - dependency-name: "@codemirror/language" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: codemirror - dependency-name: "@codemirror/lint" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror - dependency-name: "@codemirror/search" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror - dependency-name: "@codemirror/state" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror - dependency-name: "@codemirror/view" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: codemirror ... Signed-off-by: dependabot[bot] <support@github.com>
jorg-vr
approved these changes
Sep 3, 2025
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
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.
Bumps the codemirror group with 9 updates in the / directory:
6.18.46.18.66.7.16.8.16.2.26.2.36.1.66.1.76.10.86.11.06.8.46.8.56.5.86.5.106.5.06.5.26.36.16.36.5Updates
@codemirror/autocompletefrom 6.18.4 to 6.18.6Changelog
Sourced from
@codemirror/autocomplete's changelog.Commits
7960864Mark version 6.18.668c2a97Fix determination of closing characters for «» and full-width brackets7693f35Mark version 6.18.5acba2e0Prevent clicking the completion scrollbar from moving focus007c238Use documentElement.clientWidth/clientHeight instead of innerWidth/innerHeight032c8e3Add a usage section to readmeUpdates
@codemirror/commandsfrom 6.7.1 to 6.8.1Changelog
Sourced from
@codemirror/commands's changelog.Commits
1fe425fMark version 6.8.1c55e0beWhen commenting, use the language after the line start, not befored6b6d01Remove duplicate import4d143a6Mark version 6.8.0c9b8340Export cursorGroupForwardWin and selectGroupForwardWinf57dcffAdd a usage section to readme75aa31cAdd a type declarationUpdates
@codemirror/lang-javascriptfrom 6.2.2 to 6.2.3Changelog
Sourced from
@codemirror/lang-javascript's changelog.Commits
9f86da0Mark version 6.2.3b994686Add a usage section to readme1d8e74bPrevent autocomplete when in JSXUpdates
@codemirror/lang-pythonfrom 6.1.6 to 6.1.7Changelog
Sourced from
@codemirror/lang-python's changelog.Commits
3930ddfMark version 6.1.70f6499aIndentation for match-case statementsfec0c16Add a usage section to readmeUpdates
@codemirror/languagefrom 6.10.8 to 6.11.0Changelog
Sourced from
@codemirror/language's changelog.Commits
202a670Mark version 6.11.01961c5cAdd StreamParser.mergeTokens option509ea10Add a usage section to readmeUpdates
@codemirror/lintfrom 6.8.4 to 6.8.5Changelog
Sourced from
@codemirror/lint's changelog.Commits
0718a09Mark version 6.8.555d6556Fix markerFilter optionUpdates
@codemirror/searchfrom 6.5.8 to 6.5.10Changelog
Sourced from
@codemirror/search's changelog.Commits
298706bMark version 6.5.108429b78Add a close button to the goto-line dialog1c505e4Mark version 6.5.9c1ee7d4Properly shorten replace markers when out of range for the queryUpdates
@codemirror/statefrom 6.5.0 to 6.5.2Changelog
Sourced from
@codemirror/state's changelog.Commits
64cba4bMark version 6.5.26c7eb3dMake sure reconfigurations that change a field's init value update the fieldaba3881Mark version 6.5.127e1977Make countColumn robust to passing in an invalid end pos04a4ad7Hide Text[Symbol.iterator] from docsUpdates
@codemirror/viewfrom 6.36.1 to 6.36.5Changelog
Sourced from
@codemirror/view's changelog.Commits
2b21ae9Mark version 6.36.50400342Don't use coords from placeholders when there's another useable element after...e0c4e74Add user-select: none to placeholder element8d79e46Switch from exclamation point to declare syntax for type-only properties1cc369eRemove special handling for ancient mobile Safari cursor-color issuef0316b1Mark version 6.36.461f4b5cClip scrolled rectangle to element bounding box while traversing DOM for scro...683f9e1Fix bug in scrolling441d528Revert "Support a persistent option for widgets"522baccSupport a persistent option for widgetsYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions