Skip to content

Update @codemirror/highlight: 0.19.7 → 0.19.8 (minor)#3970

Merged
julienw merged 2 commits into
mainfrom
depfu/update/yarn/@codemirror/highlight-0.19.8
Apr 4, 2022
Merged

Update @codemirror/highlight: 0.19.7 → 0.19.8 (minor)#3970
julienw merged 2 commits into
mainfrom
depfu/update/yarn/@codemirror/highlight-0.19.8

Conversation

@depfu

@depfu depfu Bot commented Apr 3, 2022

Copy link
Copy Markdown
Contributor

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​codemirror/highlight (0.19.7 → 0.19.8) · Repo · Changelog

Release Notes

0.19.8 (from changelog)

New features

Highlight styles can now set a themeType option to make them only apply to dark or light themed editors.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 3 commits:

✳️ @​codemirror/view (0.19.47 → 0.19.48) · Repo · Changelog

Release Notes

0.19.48 (from changelog)

Bug fixes

Fix an issue where DOM syncing could crash when a DOM node was moved from a parent to a child node (via widgets reusing existing nodes).

To avoid interfering with things like a vim mode too much, the editor will now only activate the tab-to-move-focus escape hatch after an escape press that wasn't handled by an event handler.

Make sure the view measures itself before the page is printed.

Tweak types of view plugin defining functions to avoid TypeScript errors when the plugin value doesn't have any of the interface's properties.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 6 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu Bot added the dependencies Pull requests that update a dependency file label Apr 3, 2022
@depfu depfu Bot requested review from canova and julienw April 3, 2022 07:55
@codecov

codecov Bot commented Apr 3, 2022

Copy link
Copy Markdown

Codecov Report

Merging #3970 (a728fbf) into main (b84f498) will not change coverage.
The diff coverage is n/a.

❗ Current head a728fbf differs from pull request most recent head 2b44c7b. Consider uploading reports for the commit 2b44c7b to get more accurate results

@@           Coverage Diff           @@
##             main    #3970   +/-   ##
=======================================
  Coverage   87.26%   87.26%           
=======================================
  Files         279      279           
  Lines       23924    23924           
  Branches     6317     6317           
=======================================
  Hits        20877    20877           
  Misses       2807     2807           
  Partials      240      240           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1d99814...2b44c7b. Read the comment docs.

@julienw julienw left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested a profile and this change looks good to me.

@julienw julienw merged commit 82019de into main Apr 4, 2022
@depfu depfu Bot deleted the depfu/update/yarn/@codemirror/highlight-0.19.8 branch April 4, 2022 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant