Skip to content

Update dependency @codemirror/state to v6.7.0#28945

Merged
9larsons merged 1 commit into
mainfrom
renovate/codemirror
Jul 2, 2026
Merged

Update dependency @codemirror/state to v6.7.0#28945
9larsons merged 1 commit into
mainfrom
renovate/codemirror

Conversation

@tryghost-renovate

@tryghost-renovate tryghost-renovate Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@​codemirror/state 6.6.06.7.0 age confidence

Configuration

📅 Schedule: (in timezone Etc/UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
    • Between 11:00 PM and 11:59 PM, Monday through Friday (* 23 * * 1-5)
    • Between 12:00 AM and 04:59 AM, Monday through Saturday (* 0-4 * * 1-6)
  • Automerge
    • Only on Sunday and Saturday (* * * * 0,6)
    • Between 11:00 PM and 11:59 PM, Monday through Friday (* 23 * * 1-5)
    • Between 12:00 AM and 04:59 AM, Monday through Saturday (* 0-4 * * 1-6)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate.

@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Jun 26, 2026
@nx-cloud

nx-cloud Bot commented Jun 26, 2026

Copy link
Copy Markdown

🤖 Nx Cloud AI Fix

Ensure the fix-ci command is configured to always run in your CI pipeline to get automatic fixes in future runs. For more information, please see https://nx.dev/ci/features/self-healing-ci


View your CI Pipeline Execution ↗ for commit 7a953e3

Command Status Duration Result
nx run-many --target=build --projects=tag:publi... ✅ Succeeded 1s View ↗
nx run @tryghost/admin-x-settings:test:acceptance ✅ Succeeded 9m 15s View ↗
nx run-many -t test:unit -p @tryghost/admin-x-d... ✅ Succeeded 8m 32s View ↗
nx run ghost:test:ci:integration ✅ Succeeded 2m 31s View ↗
nx run ghost:test:integration ✅ Succeeded 2m 50s View ↗
nx run @tryghost/admin:build ✅ Succeeded 4m 33s View ↗
nx run ghost-admin:test ✅ Succeeded 3m 9s View ↗
nx run ghost:test:legacy ✅ Succeeded 2m 51s View ↗
Additional runs (7) ✅ Succeeded ... View ↗

💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗


☁️ Nx Cloud last updated this comment at 2026-07-02 04:18:01 UTC

@tryghost-renovate tryghost-renovate Bot force-pushed the renovate/codemirror branch from 3b85491 to bc7ea63 Compare June 26, 2026 23:50
@codecov

codecov Bot commented Jun 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.36%. Comparing base (be7c8b4) to head (7d9e9e5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #28945      +/-   ##
==========================================
- Coverage   74.36%   74.36%   -0.01%     
==========================================
  Files        1565     1565              
  Lines      135778   135778              
  Branches    16506    16514       +8     
==========================================
- Hits       100968   100965       -3     
- Misses      33782    33785       +3     
  Partials     1028     1028              
Flag Coverage Δ
admin-tests 55.18% <ø> (ø)
e2e-tests 76.51% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@tryghost-renovate tryghost-renovate Bot force-pushed the renovate/codemirror branch 18 times, most recently from 15322bb to 5059d59 Compare July 2, 2026 01:26
@9larsons 9larsons force-pushed the renovate/codemirror branch 2 times, most recently from b9a94fd to 53e1929 Compare July 2, 2026 03:24
@9larsons

9larsons commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Why CI was failing + what changed here: the targeted lockfile update bumped @codemirror/state to 6.7.0 for admin-x-design-system's direct dependency, but the sibling CodeMirror packages (view, language, autocomplete, lint, search, theme-one-dark) kept resolving their own state ranges to 6.6.0 — so the bundle shipped two copies of @codemirror/state. CodeMirror breaks hard with duplicate state instances (extensions from one copy aren't recognized by the other), which is why the editor never mounted and all 12 code-injection/theme acceptance tests timed out on clicks — twice in a row.

Fixed by consolidating the graph to a single @codemirror/state@6.7.0 via a scoped pnpm dedupe @codemirror/state (run with pnpm 11.8.0 on Linux, lockfile-only, to match Renovate's environment). The lock diff is bigger than the one-line bump because the dedupe also consolidated duplicate snapshot reference keys (pnpm 11.8 normalization — no package versions changed other than @codemirror/state; net −338 lines).

Verified locally: code-injection.test.ts 1/1, theme.test.ts 31/31, admin-x-design-system unit tests 23/23.

@9larsons 9larsons enabled auto-merge (squash) July 2, 2026 03:24
@9larsons 9larsons force-pushed the renovate/codemirror branch from 53e1929 to 7a953e3 Compare July 2, 2026 03:40
@9larsons 9larsons force-pushed the renovate/codemirror branch from 7a953e3 to 7d9e9e5 Compare July 2, 2026 04:05
@9larsons 9larsons merged commit 837e4eb into main Jul 2, 2026
47 checks passed
@9larsons 9larsons deleted the renovate/codemirror branch July 2, 2026 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant