joethei / obsidian-link-favicon

See the favicon for a linked website.
GNU General Public License v3.0
89 stars 2 forks source link

[Snyk] Upgrade @codemirror/view from 6.0.0 to 6.2.2 #45

Closed snyk-bot closed 1 year ago

snyk-bot commented 1 year ago

Snyk has created this PR to upgrade @codemirror/view from 6.0.0 to 6.2.2.

merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Release notes
Package name: @codemirror/view
  • 6.2.2 - 2022-08-31

    Bug fixes

    Don't reset the selection for selection change events that were suppressed by a node view.

  • 6.2.1 - 2022-08-25

    Bug fixes

    Don't use the global document variable to track focus, since that doesn't work in another window/frame.

    Fix an issue where key handlers that didn't return true were sometimes called twice for the same keypress.

    Avoid editing glitches when using deletion keys like ctrl-d on iOS.

    Properly treat characters from the 'Arabic Presentation Forms-A' Unicode block as right-to-left.

    Work around a Firefox bug that inserts text at the wrong point for specific cross-line selections.

  • 6.2.0 - 2022-08-05

    Bug fixes

    Fix a bug where posAtCoords would return the wrong results for positions to the right of wrapped lines.

    New features

    The new EditorView.setRoot method can be used when an editor view is moved to a new document or shadow root.

  • 6.1.4 - 2022-08-04

    Bug fixes

    Make selection-restoration on focus more reliable.

  • 6.1.3 - 2022-08-03

    Bug fixes

    Fix a bug where a document that contains only non-printing characters would lead to bogus text measurements (and, from those, to crashing).

    Make sure differences between estimated and actual block heights don't cause visible scroll glitches.

  • 6.1.2 - 2022-07-27

    Bug fixes

    Fix an issue where double tapping enter to confirm IME input and insert a newline on iOS would sometimes insert two newlines.

    Fix an issue on iOS where a composition could get aborted if the editor scrolled on backspace.

  • 6.1.1 - 2022-07-25

    Bug fixes

    Make highlightSpecialChars replace directional isolate characters by default.

    The editor will now try to suppress browsers' native behavior of resetting the selection in the editable content when the editable element is focused (programmatically, with tab, etc).

    Fix a CSS issue that made it possible, when the gutters were wide enough, for them to overlap with the content.

  • 6.1.0 - 2022-07-19
  • 6.0.3 - 2022-07-08
  • 6.0.2 - 2022-06-23
  • 6.0.1 - 2022-06-17
  • 6.0.0 - 2022-06-08
from @codemirror/view GitHub release notes
Commit messages
Package name: @codemirror/view
  • ce7ca0b Mark version 6.2.2
  • 46bd8e0 Fix bad link
  • db564a9 Link atomicRanges from EditorView.decorations doc comment
  • c07695c Clear selectionChanged flag when a node view ignores the selection change
  • 5535b2b Mark version 6.2.1
  • 75f0740 Bias domAtPos towards entering nodes
  • 0790e93 Include 'Arabic Presentation Forms-A' Unicode block in RTL character list
  • c788015 Enable iOS pending-key hack for ctrl-d and friends
  • 5981021 Add parameter type
  • 532a410 Don't call the same key handler twice for shift-modified keys
  • 578f040 Fix several inappropriate references to the global document
  • 45bbf0f Suppress type error
  • 5ff7e5e Mark version 6.2.0
  • d226e47 Give widget buffers an explicit width 0
  • 7dfd24b Allow the editor to be moved to a new window/shadow root with setRoot
  • f3a6911 Remove obsolete accessor
  • f8ddb16 Fix domPosAtCoords when position is between the rects of an element
  • 8119a9a Fix doc comments for elementAtHeight/lineBlockAtHeight
  • 667b339 Also reset lastFocusTime on flush
  • 53cecfb Mark version 6.1.4
  • 88c3327 Remove obsolete test from focus-restoration logic
  • c29904b Mark version 6.1.3
  • 2346b0d Fix viewport measuring when content height is less than scrollable height
  • 74eae0e Stabilize scroll position for height information changes
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs