Skip to content

[Dependency] Bump @codemirror/view from 6.9.2 to 6.9.5 in /site#930

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

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

Conversation

@dependabot
Copy link

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

Bumps @codemirror/view from 6.9.2 to 6.9.5.

Changelog

Sourced from @​codemirror/view's changelog.

6.9.5 (2023-04-17)

Bug fixes

Avoid disrupting the composition in specific cases where Safari invasively changes the DOM structure in the middle of a composition.

Fix a bug that prevented destroy being called on hover tooltips.

Fix a bug where the editor could take focus when content changes required it to restore the DOM selection.

Fix height layout corruption caused by a division by zero.

Make sure styles targeting the editor's focus status are specific enough to not cause them to apply to editors nested inside another focused editor. This will require themes to adjust their selection background styles to match the new specificity.

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
  • 9578ffc Mark version 6.9.5
  • 0c921ee Make focused styles more specific.
  • 637b424 Avoid division by zero in HeightGapMap.heightMetrics
  • f49f2ee Restore focus if manipulating the DOM selection moves it into the editor
  • 9fdf90a Make sure hover tooltips have their destroy method called
  • b5bbdf4 Make a test less fragile to rounding inaccuracies
  • 7ce3872 Make mapping between position and DOM inside composition more robust
  • 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
  • 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.5.
- [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.5)

---
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 19, 2023

The following labels could not be found: dependencies.

@codecov-commenter
Copy link

codecov-commenter commented Apr 19, 2023

Codecov Report

Merging #930 (cd74516) into master (00d119c) will decrease coverage by 0.02%.
The diff coverage is 3.22%.

📣 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     #930      +/-   ##
============================================
- Coverage     23.32%   23.31%   -0.02%     
- Complexity     7818     7826       +8     
============================================
  Files           220      220              
  Lines         27303    27327      +24     
  Branches         70       70              
============================================
+ Hits           6369     6371       +2     
- Misses        20866    20888      +22     
  Partials         68       68              
Flag Coverage Δ
autograder 21.56% <ø> (ø)
js 28.47% <ø> (ø)
migrator 100.00% <ø> (ø)
php 20.19% <3.22%> (-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 24, 2023

Superseded by #940.

@dependabot dependabot bot closed this Apr 24, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/site/codemirror/view-6.9.5 branch April 24, 2023 11:02
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