chore(deps): pin dependencies - #112
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
June 10, 2026 21:14
89f5665 to
4fc16f2
Compare
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/codemirror
branch
from
July 14, 2026 20:49
4fc16f2 to
9cf6977
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
3 times, most recently
from
July 28, 2026 19:59
e36dd01 to
0ce1b0a
Compare
renovate
Bot
force-pushed
the
renovate/codemirror
branch
3 times, most recently
from
September 4, 2026 10:39
afc3d21 to
b776d8a
Compare
Coverage Report
File CoverageNo changed files found. |
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Light2Dark
force-pushed
the
renovate/codemirror
branch
from
September 4, 2026 11:21
0510ef7 to
49e9737
Compare
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.
This pull request was authored by a coding agent.
This pins the CodeMirror development packages to the versions currently verified by the project, making installs reproducible while keeping the published peer dependency ranges broad for consumers.
The explicit @codemirror/state development pin is required because the newer view package otherwise installs a second state implementation. CodeMirror state objects contain private type identity, so duplicate versions break typechecking and editor behavior.
The branch is rebased onto the merged Vite, Vitest, and grouped maintenance updates and preserves their lockfile state.