Skip to content
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

fix(deps): update codemirror #1315

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

fix(deps): update codemirror #1315

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/lint 6.8.1 -> 6.8.4 age adoption passing confidence
@codemirror/state 6.4.1 -> 6.5.0 age adoption passing confidence
@codemirror/view 6.32.0 -> 6.35.3 age adoption passing confidence

Warning

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


Release Notes

codemirror/lint (@​codemirror/lint)

v6.8.4

Compare Source

Bug fixes

Don't create overlapping decorations when diagnostics overlap.

Fix an issue where block widgets could cause the lint gutter to show diagnostics multiple times.

v6.8.3

Compare Source

Bug fixes

Fix an issue that prevented tooltips in the lint gutter from being displayed.

v6.8.2

Compare Source

Bug fixes

Show lint markers for code replaced by a block widget.

When multiple linters are installed, start displaying results from ones that return quickly even if others are slow to return.

codemirror/state (@​codemirror/state)

v6.5.0

Compare Source

New features

RangeSet.compare now supports a boundChange callback that is called when there's a change in the way ranges are split.

codemirror/view (@​codemirror/view)

v6.35.3

Compare Source

Bug fixes

Fix an issue where mark decorations that got merged or split weren't properly redrawn.

Avoid spurious focus events by not updating the DOM selection when the editor is unfocused but focusable.

Disable writingsuggestions for the editable element, to opt out of Safari's new intelligence completions (which mess up in the editor).

v6.35.2

Compare Source

Bug fixes

Fix an issue on Chrome where typing at the end of the document would insert a character after the cursor.

v6.35.1

Compare Source

Bug fixes

Work around another crash caused by incorrect composition positions reported by EditContext.

Stop disabling custom cursors on Safari version 11.4 and up, which support caret-color.

Fix an issue where a tooltip with wrapped content could, in some circumstances, fail to find a stable position due to a cyclic dependency between its width and its position.

v6.35.0

Compare Source

New features

Tooltips can now use the clip option to control whether they are hidden when outside the visible editor content.

v6.34.3

Compare Source

Bug fixes

Make sure positions covered by a gutter or a panel aren't treated as visible for the purpose of displaying tooltips.

Properly include the tooltip arrow height when checking whether a tooltip fits in its preferred above/below position.

Fix an issue with compositions on Chrome inserting their content in the wrong position when another document change came in during composition.

v6.34.2

Compare Source

Bug fixes

Fix the default cursor color for dark themes, which was way too dark.

v6.34.1

Compare Source

Bug fixes

Avoid a stack overflow that could happen when updating a line with a lot of text tokens.

Improve the way enormously long (non-wrapped) lines are displayed by making sure they stay shorter than the maximal pixel size the browser's CSS engine can handle.

v6.34.0

Compare Source

Bug fixes

Fix an issue where the dots past the wrapping point were displayed incorrectly when using highlightWhitespace with a wrapped sequence of spaces.

Improve performance of documents displaying lots of highlighted spaces by using a CSS background instead of pseudo-element.

New features

placeholder now allows a function that constructs the placedholder DOM to be passed in, and uses cloneNode when a raw element is passed in, to prevent adding the same element to multiple editors.

v6.33.0

Compare Source

Bug fixes

Make it easier to move the pointer over a hover tooltip with an arrow by not closing the tooltip when the pointer is moving over the gap for the arrow.

New features

The new EditorView.clipboardInputFilter and clipboardOutputFilter facets allow you to register filter functions that change text taken from or sent to the clipboard.


Configuration

📅 Schedule: Branch creation - "* 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.

👻 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 requested a review from a team as a code owner September 23, 2024 07:30
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.96%. Comparing base (69bbeda) to head (6945c52).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1315   +/-   ##
=======================================
  Coverage   92.96%   92.96%           
=======================================
  Files        1075     1075           
  Lines       21171    21171           
  Branches     4554     4483   -71     
=======================================
  Hits        19682    19682           
- Misses       1417     1423    +6     
+ Partials       72       66    -6     

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

@renovate renovate bot force-pushed the renovate/codemirror branch 2 times, most recently from cbf14e4 to 4679e9a Compare September 23, 2024 20:27
@renovate renovate bot changed the title fix(deps): update dependency @codemirror/view to v6.33.0 fix(deps): update codemirror Sep 24, 2024
@renovate renovate bot force-pushed the renovate/codemirror branch 16 times, most recently from 405962d to bf6d34a Compare September 30, 2024 00:37
@renovate renovate bot force-pushed the renovate/codemirror branch 9 times, most recently from eb9eca1 to adcd617 Compare October 4, 2024 18:06
@renovate renovate bot force-pushed the renovate/codemirror branch 9 times, most recently from 73ea0c1 to de2cce9 Compare November 28, 2024 14:28
@renovate renovate bot force-pushed the renovate/codemirror branch 10 times, most recently from d05fc31 to fcc2130 Compare December 7, 2024 01:21
@renovate renovate bot changed the title fix(deps): update codemirror fix(deps): update codemirror - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/codemirror branch December 8, 2024 18:36
@renovate renovate bot changed the title fix(deps): update codemirror - autoclosed fix(deps): update codemirror Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/codemirror branch 4 times, most recently from 679cd56 to 8c32c2e Compare December 9, 2024 22:48
@renovate renovate bot force-pushed the renovate/codemirror branch from 8c32c2e to 6945c52 Compare December 12, 2024 18:18
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