Skip to content

fix(deps): update codemirror - #153

Merged
timoa merged 2 commits into
mainfrom
renovate/codemirror
Aug 5, 2026
Merged

fix(deps): update codemirror#153
timoa merged 2 commits into
mainfrom
renovate/codemirror

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@​codemirror/commands 6.10.26.10.4 age confidence
@​codemirror/language 6.12.16.12.4 age confidence
@​codemirror/legacy-modes 6.5.26.5.3 age confidence
@​codemirror/state 6.5.46.7.1 age confidence
@​codemirror/view 6.39.156.43.6 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown

React Doctor skipped this pull request — it changed no React files.

Reviewed by React Doctor for commit a637c4e.

@codecov

codecov Bot commented Jun 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.13%. Comparing base (7dc2e9b) to head (a637c4e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #153   +/-   ##
=======================================
  Coverage   94.13%   94.13%           
=======================================
  Files          10       10           
  Lines         290      290           
  Branches      105      105           
=======================================
  Hits          273      273           
  Misses          1        1           
  Partials       16       16           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
renovate Bot force-pushed the renovate/codemirror branch 3 times, most recently from f13a12f to 0be654c Compare June 23, 2026 09:27
@renovate
renovate Bot force-pushed the renovate/codemirror branch 3 times, most recently from 721cbf2 to ca7ebc5 Compare July 11, 2026 14:45
@renovate
renovate Bot force-pushed the renovate/codemirror branch 3 times, most recently from 0810550 to 6865a14 Compare July 20, 2026 10:13
@renovate
renovate Bot force-pushed the renovate/codemirror branch 19 times, most recently from 57893af to 1457c2b Compare August 3, 2026 13:39
@renovate
renovate Bot force-pushed the renovate/codemirror branch 23 times, most recently from dbf79dd to 3b50e87 Compare August 5, 2026 17:38
@renovate
renovate Bot force-pushed the renovate/codemirror branch from 3b50e87 to 79213fe Compare August 5, 2026 18:04
pnpm was resolving two versions of @codemirror/language (6.12.1, 6.12.4),
@codemirror/state (6.5.4, 6.7.1), and @codemirror/view (6.39.15, 6.43.6)
because @codemirror/commands@6.10.4 and @codemirror/legacy-modes@6.5.3
declare narrower ranges for these peers than the top-level deps.

TypeScript then saw `StreamParser<unknown>` and `KeyBinding[]` from two
different physical copies and refused to assign between them:

  TS2345: ... Types have separate declarations of a private property
  'tabSize' / 'flags'.

Pin the workspace's CodeMirror packages to the top-level versions in
`pnpm-workspace.yaml` overrides so only one copy of each is installed.

Co-Authored-By: Claude <noreply@anthropic.com>
@timoa
timoa merged commit bb8fb4e into main Aug 5, 2026
10 checks passed
@timoa
timoa deleted the renovate/codemirror branch August 5, 2026 18:18
@timoa-bot

timoa-bot Bot commented Aug 5, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.2.53 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@timoa-bot timoa-bot Bot added the released label Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants