Skip to content

Update CodeMirror#205

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/codemirror
Open

Update CodeMirror#205
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/codemirror

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 9, 2025

This PR contains the following updates:

Package Change Age Confidence
@​codemirror/autocomplete 6.20.06.20.2 age confidence
@codemirror/commands 6.10.06.10.3 age confidence
@codemirror/lang-javascript 6.2.46.2.5 age confidence
@codemirror/language 6.11.36.12.3 age confidence
@​codemirror/lint 6.9.26.9.6 age confidence
@​codemirror/search 6.5.116.7.0 age confidence
@codemirror/state 6.5.26.6.0 age confidence
@​codemirror/view 6.39.06.42.1 age confidence

Release Notes

codemirror/commands (@​codemirror/commands)

v6.10.3

Compare Source

Bug fixes

Make sure selection-extending commands preserve the associativity of the selection head.

v6.10.2

Compare Source

Bug fixes

Move the selection to a less surprising place when undoing, moving the selection, redoing, then undoing again.

v6.10.1

Compare Source

Bug fixes

Fix a bug where copyLineDown would leave the cursor on the wrong line when it was at the start of the line.

codemirror/lang-javascript (@​codemirror/lang-javascript)

v6.2.5

Compare Source

Bug fixes

Support code folding of JSX elements and tags.

When reading properties in scopeCompletionSource, use the original object, not a prototype.

codemirror/language (@​codemirror/language)

v6.12.3

Compare Source

Bug fixes

Fix a crash in bracketMatching when composing at end of document.

v6.12.2

Compare Source

Bug fixes

Make sure brackets are highlighted in the initial editor state.

Pause bracket matching updates during composition, to avoid disrupting Mobile Safari's fragile composition handling.

v6.12.1

Compare Source

Bug fixes

Improve finding inner language in syntax tree when the nested parse has been marked as bracketed.

v6.12.0

Compare Source

codemirror/state (@​codemirror/state)

v6.6.0

Compare Source

New features

EditorSelection.range now takes an optional assoc argument.

SelectionRange.extend can now be given a third argument to specify associativity.

v6.5.4

Compare Source

Bug fixes

Make SelectionRange.eq return false when the ranges have different goal columns.

v6.5.3

Compare Source

Bug fixes

Fix an issue where RangeValue.eq could get called with a value of a different class.

EditorState.charCategorizer now only uses the highest-precedence set of word characters from the language data, to allow overriding these.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency @codemirror/view to v6.39.1 Update dependency @codemirror/view to v6.39.2 Dec 9, 2025
@renovate renovate Bot force-pushed the renovate/codemirror branch 2 times, most recently from 989c5fb to ab09625 Compare December 11, 2025 09:31
@renovate renovate Bot changed the title Update dependency @codemirror/view to v6.39.2 Update dependency @codemirror/view to v6.39.3 Dec 11, 2025
@renovate renovate Bot changed the title Update dependency @codemirror/view to v6.39.3 Update dependency @codemirror/view to v6.39.4 Dec 12, 2025
@renovate renovate Bot force-pushed the renovate/codemirror branch 2 times, most recently from 1f7365c to 60fdb28 Compare December 17, 2025 08:42
@renovate renovate Bot changed the title Update dependency @codemirror/view to v6.39.4 Update CodeMirror Dec 17, 2025
@renovate renovate Bot force-pushed the renovate/codemirror branch 4 times, most recently from 0fba83e to 7122172 Compare December 24, 2025 13:10
@renovate renovate Bot force-pushed the renovate/codemirror branch from 7122172 to cdec4c8 Compare December 30, 2025 09:38
@renovate renovate Bot force-pushed the renovate/codemirror branch 2 times, most recently from 61e5f2c to 0f0742d Compare January 13, 2026 11:35
@renovate renovate Bot force-pushed the renovate/codemirror branch from 0f0742d to 60fea51 Compare January 14, 2026 10:51
@renovate renovate Bot force-pushed the renovate/codemirror branch 3 times, most recently from 4150afa to 9eb5f54 Compare February 2, 2026 17:06
@renovate renovate Bot force-pushed the renovate/codemirror branch 4 times, most recently from 5771e3b to 1093927 Compare February 12, 2026 10:53
@renovate renovate Bot force-pushed the renovate/codemirror branch 2 times, most recently from 6de23c0 to 97fe22c Compare February 25, 2026 15:05
@renovate renovate Bot force-pushed the renovate/codemirror branch 2 times, most recently from 06d3405 to 94cd0f8 Compare March 5, 2026 17:40
@renovate renovate Bot force-pushed the renovate/codemirror branch 2 times, most recently from cf34fb1 to 347602d Compare March 12, 2026 12:57
@renovate renovate Bot force-pushed the renovate/codemirror branch from 347602d to c3ce82d Compare March 25, 2026 09:46
@renovate renovate Bot force-pushed the renovate/codemirror branch from c3ce82d to 60ee982 Compare April 1, 2026 09:57
@renovate renovate Bot force-pushed the renovate/codemirror branch from 60ee982 to 7b2b5a9 Compare April 8, 2026 16:57
@renovate renovate Bot force-pushed the renovate/codemirror branch 2 times, most recently from a0e1859 to c5a09ab Compare April 21, 2026 10:56
@renovate renovate Bot force-pushed the renovate/codemirror branch from c5a09ab to 2865e78 Compare April 29, 2026 11:33
@renovate renovate Bot force-pushed the renovate/codemirror branch 2 times, most recently from 734835c to a1593ce Compare May 7, 2026 22:12
@renovate renovate Bot force-pushed the renovate/codemirror branch from a1593ce to 91bd299 Compare May 12, 2026 11:03
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.

0 participants