Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the all-dependencies group with 1 update in the /sites directory: @codemirror/view.

Updates @codemirror/view from 6.38.8 to 6.39.4

Changelog

Sourced from @​codemirror/view's changelog.

6.39.4 (2025-12-12)

Bug fixes

Fix a bug where paste events handlers on Chrome could fail to run when pasting on a blank line.

Fix a regression causing the native cursor to get stuck before block widgets with side>0.

Fix a crash in content DOM building after a block widget.

Fix a bug in posAtCoords that would in some circumstances make it return positions on the wrong side of a block widget.

6.39.3 (2025-12-11)

Bug fixes

Fix a bug that could corrupt the rendered document in some situations involving adjacent mark decorations of the same type.

6.39.2 (2025-12-09)

Bug fixes

Fix an issue where moveVertially was sometimes unable to escape lines with thick borders or padding.

6.39.1 (2025-12-09)

Bug fixes

Restore a workaround for a Chrome selection bug that had regressed in the previous release.

6.39.0 (2025-12-08)

Bug fixes

Properly handle bidirectional text in posAtCoords.

Avoid computing a zero character width (leading to divisions by zero) when the editor is hidden and the browser doesn't have a layout for it.

New features

The posAndSideAtCoords method is an extended version of posAtCoords that also tells you which side of the position the coordinates are associated with.

Add support for block wrappers, decoration-like things that allow extension code to create DOM nodes around groups of lines.

Commits
  • db7c7c4 Mark version 6.39.4
  • 130b4a5 Fix posAtCoords right after a block widget at start of line
  • 67e2013 Ensure there's an active line before emitting inline content
  • 4be27f1 Fix broken native cursor positioning after side=1 block widgets
  • 578625e Prevent hidden widgets from eating events
  • 75a63c0 Return DOM positions at the right side of point widgets
  • 72d07e4 Mark version 6.39.3
  • b616246 Fix a bug in mark decoration drawing
  • 0f1f805 Mark version 6.39.2
  • ce1e5c7 Improve handling of line padding in vertical cursor motion
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 1 update in the /sites directory: [@codemirror/view](https://github.com/codemirror/view).


Updates `@codemirror/view` from 6.38.8 to 6.39.4
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.38.8...6.39.4)

---
updated-dependencies:
- dependency-name: "@codemirror/view"
  dependency-version: 6.39.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 22, 2025
@romainmenke romainmenke merged commit 6babc03 into main Dec 22, 2025
9 checks passed
@romainmenke romainmenke deleted the dependabot/npm_and_yarn/sites/all-dependencies-f7a4009672 branch December 22, 2025 07:36
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 javascript Pull requests that update Javascript code sites/postcss-preset-env

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants