Skip to content

[Dependency] Bump @codemirror/view from 6.9.2 to 6.9.4 in /site#926

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/site/codemirror/view-6.9.4
Closed

[Dependency] Bump @codemirror/view from 6.9.2 to 6.9.4 in /site#926
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/site/codemirror/view-6.9.4

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 17, 2023

Bumps @codemirror/view from 6.9.2 to 6.9.4.

Changelog

Sourced from @​codemirror/view's changelog.

6.9.4 (2023-04-11)

Bug fixes

Make the editor scroll while dragging a selection near its sides, even if the cursor isn't outside the scrollable element.

Fix a bug that interrupted composition after widgets in some circumstances on Firefox.

Make sure the last change in a composition has its user event set to input.type.compose, even if the compositionend event fires before the changes are applied.

Make it possible to remove additional selection ranges by clicking on them with ctrl/cmd held, even if they aren't cursors.

Keep widget buffers between widgets and compositions, since removing them confuses IME on macOS Firefox.

Fix a bug where, for DOM changes that put the selection in the middle of the changed range, the editor incorrectly set its selection state.

Fix a bug where coordsAtPos could return a coordinates before the line break when querying a line-wrapped position with a positive side.

6.9.3 (2023-03-21)

Bug fixes

Work around a Firefox issue that caused coordsAtPos to return rectangles with the full line height on empty lines.

Opening a context menu by clicking below the content element but inside the editor now properly shows the browser's menu for editable elements.

Fix an issue that broke composition (especially of Chinese IME) after widget decorations.

Fix an issue that would cause the cursor to jump around during compositions inside nested mark decorations.

Commits
  • ed0b28f Mark version 6.9.4
  • e7454eb Skip hidden inline elements when finding a view to take coordinates
  • 91fd5d1 Always use updated DOM selection if available in applyDOMChange
  • e9a6a1e Avoid dropping widget buffers before composition views
  • ca98304 Use WidgetType.compare instead of WidgetType.eq in widget views
  • 3f1b991 Allow extra selection ranges to be removed by clicking anywhere in them
  • dd3311a Make sure input that happened during composition is categorized as such
  • 5a4c397 Fix another selection-syncing bug around compositions
  • 79be977 Allow drag-scrolling when near the sides of the editor
  • bc68004 Mark version 6.9.3
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@codemirror/view](https://github.com/codemirror/view) from 6.9.2 to 6.9.4.
- [Release notes](https://github.com/codemirror/view/releases)
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.9.2...6.9.4)

---
updated-dependencies:
- dependency-name: "@codemirror/view"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 17, 2023

The following labels could not be found: dependencies.

@codecov-commenter
Copy link

codecov-commenter commented Apr 17, 2023

Codecov Report

Merging #926 (fc643e4) into master (00d119c) will decrease coverage by 0.02%.
The diff coverage is 7.69%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #926      +/-   ##
============================================
- Coverage     23.32%   23.31%   -0.02%     
- Complexity     7818     7825       +7     
============================================
  Files           220      220              
  Lines         27303    27326      +23     
  Branches         70       70              
============================================
+ Hits           6369     6371       +2     
- Misses        20866    20887      +21     
  Partials         68       68              
Flag Coverage Δ
autograder 21.56% <ø> (ø)
js 28.47% <ø> (ø)
migrator 100.00% <ø> (ø)
php 20.19% <7.69%> (-0.02%) ⬇️
python_submitty_utils 71.65% <ø> (ø)
submitty_daemon_jobs 91.01% <ø> (ø)

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

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 19, 2023

Superseded by #930.

@dependabot dependabot bot closed this Apr 19, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/site/codemirror/view-6.9.4 branch April 19, 2023 23:49
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.

1 participant