robotcoral / coral-app

Modern implementation of the Karol programming language. This web app is designed to get students age 10+ into programming.
https://robotcoral.de
GNU Affero General Public License v3.0
6 stars 0 forks source link

chore(deps): bump @codemirror/view from 0.19.42 to 6.6.0 #755

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @codemirror/view from 0.19.42 to 6.6.0.

Changelog

Sourced from @​codemirror/view's changelog.

6.6.0 (2022-11-24)

New features

The layer function can now be used to define extensions that draw DOM elements over or below the document text.

Tooltips that are bigger than the available vertical space for them will now have their height set so that they don't stick out of the window. The new resize property on TooltipView can be used to opt out of this behavior.

6.5.1 (2022-11-15)

Bug fixes

Fix a bug that caused marked unnecessary splitting of mark decoration DOM elements in some cases.

6.5.0 (2022-11-14)

Bug fixes

Fix an issue where key bindings were activated for the wrong key in some situations with non-US keyboards.

New features

A tooltip's positioned callback is now passed the available space for tooltips.

6.4.2 (2022-11-10)

Bug fixes

Typing into a read-only editor no longer moves the cursor.

Fix an issue where hover tooltips were closed when the mouse was moved over them if they had a custom parent element.

Fix an issue where the editor could end up displaying incorrect height measurements (typically after initializing).

6.4.1 (2022-11-07)

Bug fixes

Fix an issue where coordinates next to replaced widgets were returned incorrectly, causing the cursor to be drawn in the wrong place.

Update the crosshairCursor state on every mousemove event.

Avoid an issue in the way that the editor enforces cursor associativity that could cause the cursor to get stuck on single-character wrapped lines.

6.4.0 (2022-10-18)

Bug fixes

Avoid an issue where scrollPastEnd makes a single-line editor have a vertical scrollbar.

... (truncated)

Commits
  • 51ba1ba Mark version 6.6.0
  • b8cec62 Set a height on tooltips that would otherwise stick out of window
  • e4c8ac7 Export layer feature
  • a146217 Factor out content layer functionality from draw-selection
  • a2d7f91 Increase left padding on lines
  • aae5710 Mark version 6.5.1
  • 162c149 Fix dependency version
  • 2ba5434 Fix some confusion in mark view merging
  • 7fba107 Mark version 6.5.0
  • 04fad79 Pass the tooltip space to the positioned callback
  • 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)
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

dependabot[bot] commented 1 year ago

Superseded by #757.