Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the codemirror group with 2 updates #5987

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps the codemirror group with 2 updates: @codemirror/state and @codemirror/view.

Updates @codemirror/state from 6.4.1 to 6.5.0

Changelog

Sourced from @​codemirror/state's changelog.

6.5.0 (2024-12-09)

New features

RangeSet.compare now supports a boundChange callback that is called when there's a change in the way ranges are split.

Commits
  • 28870f9 Mark version 6.5.0
  • 9a419c9 Add boundChange to RangeComparator
  • 84b5484 Move cluster break scanning logic into @​marijn/find-cluster-break
  • 3f8ae53 Fix typo in doc comment
  • 44324e9 Upgrade Unicode document link
  • c671438 Correct an outdated comment
  • 00206d6 Fix confused doc comment
  • fe9667c Guard against infinite loop on bad input in ChangeSet.map
  • 7a94b24 Avoid a negative index array access in change set handling
  • See full diff in compare view

Updates @codemirror/view from 6.35.0 to 6.35.2

Changelog

Sourced from @​codemirror/view's changelog.

6.35.2 (2024-12-07)

Bug fixes

Fix an issue on Chrome where typing at the end of the document would insert a character after the cursor.

6.35.1 (2024-12-06)

Bug fixes

Work around another crash caused by incorrect composition positions reported by EditContext.

Stop disabling custom cursors on Safari version 11.4 and up, which support caret-color.

Fix an issue where a tooltip with wrapped content could, in some circumstances, fail to find a stable position due to a cyclic dependency between its width and its position.

Commits
  • 668e7d2 Mark version 6.35.2
  • 2aa5d7f Fix a bug where typing at the end of the document didn't produce the correct ...
  • 492a7f8 Mark version 6.35.1
  • ae5bcb4 Avoid unstable tooltip position calculations due to rounding errors
  • 2665440 Enable custom cursors on Safari 11.4 and up
  • e7d6eeb Clip context positions to the size of the edit context
  • See full diff in compare view

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 codemirror group with 2 updates: [@codemirror/state](https://github.com/codemirror/state) and [@codemirror/view](https://github.com/codemirror/view).


Updates `@codemirror/state` from 6.4.1 to 6.5.0
- [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md)
- [Commits](codemirror/state@6.4.1...6.5.0)

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

---
updated-dependencies:
- dependency-name: "@codemirror/state"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codemirror
- dependency-name: "@codemirror/view"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codemirror
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from jorg-vr as a code owner December 9, 2024 12:46
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
@bmesuere bmesuere merged commit 8a5041d into main Dec 10, 2024
11 checks passed
@bmesuere bmesuere deleted the dependabot/npm_and_yarn/codemirror-999bf9cf29 branch December 10, 2024 13:14
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.

2 participants