Skip to content

fix(deps): update codemirror to v6.3.3 #1908

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/lang-markdown 6.3.2 -> 6.3.3 age adoption passing confidence
@codemirror/view 6.36.6 -> 6.37.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v6.3.3

Compare Source

Bug fixes

Make insertNewlineContinueMarkup take effect even when at the end of a nested range of Markdown content.

codemirror/view (@​codemirror/view)

v6.37.2

Compare Source

Bug fixes

Fix an issue where moving the cursor vertically from the one-but-last character on a line would sometimes move incorrectly on Safari.

Fix an issue causing coordinates between lines of text to sometimes be inappropriately placed at the end of the line by posAtCoords.

v6.37.1

Compare Source

Bug fixes

Properly add crelt as a dependency.

v6.37.0

Compare Source

New features

View plugins can now take an argument, in which case they must be instantiated with their of method in order to be added to a configuration.

The new showDialog function makes it easy to show a notification or prompt using a CodeMirror panel.

v6.36.8

Compare Source

Bug fixes

Make logException log errors to the console when onerror returns a falsy value.

Fix an issue in MatchDecorator causing updateDeco to sometimes not do the right thing for deletions.

v6.36.7

Compare Source

Bug fixes

Use the aria-placeholder attribute to communicate the placeholder text to screen readers.

Fix a crash when EditorView.composing or .compositionStarted are accessed during view initialization.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/New_York, 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.

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


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

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

Copy link

codecov bot commented May 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.12%. Comparing base (ebf4b7c) to head (0d4415b).

Additional details and impacted files
@@           Coverage Diff            @@
##           master    #1908    +/-   ##
========================================
  Coverage   94.12%   94.12%            
========================================
  Files        1164     1164            
  Lines       24527    24527            
  Branches     5339     5207   -132     
========================================
+ Hits        23086    23087     +1     
- Misses       1364     1372     +8     
+ Partials       77       68     -9     

☔ View full report in Codecov by Sentry.
📢 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 7 times, most recently from 62bb698 to fa3123b Compare May 12, 2025 00:24
@renovate renovate bot changed the title fix(deps): update dependency @codemirror/view to v6.36.7 fix(deps): update dependency @codemirror/view to v6.36.8 May 12, 2025
@renovate renovate bot force-pushed the renovate/codemirror branch 10 times, most recently from 0f1a5e0 to a1448d1 Compare May 19, 2025 13:43
@renovate renovate bot force-pushed the renovate/codemirror branch 11 times, most recently from 6a4fd50 to fa12808 Compare May 21, 2025 23:15
@renovate renovate bot force-pushed the renovate/codemirror branch 4 times, most recently from bd12618 to 5bbe3b9 Compare June 13, 2025 11:02
@renovate renovate bot changed the title fix(deps): update dependency @codemirror/view to v6.37.2 fix(deps): update codemirror to v6.3.3 Jun 13, 2025
@renovate renovate bot force-pushed the renovate/codemirror branch 22 times, most recently from 78319be to cb0e24c Compare June 19, 2025 21:13
@renovate renovate bot force-pushed the renovate/codemirror branch from cb0e24c to b6bb227 Compare June 20, 2025 19:08
@renovate renovate bot force-pushed the renovate/codemirror branch from b6bb227 to 0d4415b Compare June 23, 2025 17:15
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