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 across 1 directory with 3 updates #5841

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the codemirror group with 3 updates in the / directory: @codemirror/commands, @codemirror/view and @lezer/common.

Updates @codemirror/commands from 6.6.2 to 6.7.0

Changelog

Sourced from @​codemirror/commands's changelog.

6.7.0 (2024-10-07)

Bug fixes

Bind Shift-Enter to the same command as Enter in the default keymap, so that it doesn't do nothing when on an EditContext-supporting browser.

New features

Add commands for by-string-index cursor motion that ignores text direction.

Commits

Updates @codemirror/view from 6.33.0 to 6.34.1

Changelog

Sourced from @​codemirror/view's changelog.

6.34.1 (2024-09-27)

Bug fixes

Avoid a stack overflow that could happen when updating a line with a lot of text tokens.

Improve the way enormously long (non-wrapped) lines are displayed by making sure they stay shorter than the maximal pixel size the browser's CSS engine can handle.

6.34.0 (2024-09-25)

Bug fixes

Fix an issue where the dots past the wrapping point were displayed incorrectly when using highlightWhitespace with a wrapped sequence of spaces.

Improve performance of documents displaying lots of highlighted spaces by using a CSS background instead of pseudo-element.

New features

placeholder now allows a function that constructs the placedholder DOM to be passed in, and uses cloneNode when a raw element is passed in, to prevent adding the same element to multiple editors.

6.33.1 (2024-08-30)

Bug fixes

Work around odd behavior in Chrome's newly supported caretPositionFromPoint method, which could cause CodeMirror to crash with a null dereference.

Commits
  • 1d9f008 Mark version 6.34.1
  • a5424ff Add support for basic scaling of horizontal gaps
  • 86d355a Prevent stack overflow via Array.splice when updating big content views
  • 79b8812 Mark version 6.34.0
  • 605fd72 Use a background instead of a :before element for highlighted spaces
  • aea2395 Fix bad display of wrapped whitespace in highlightWhitespace
  • 48ffb17 Drop old comment
  • 154c03b Allow a DOM constructor function to be passed to placeholder
  • d6c45ca Fix reference to wrong DOM element in DOMObserver.onSelectionChange
  • 6064191 Remove unnecessary utility function
  • Additional commits viewable in compare view

Updates @lezer/common from 1.2.1 to 1.2.2

Changelog

Sourced from @​lezer/common's changelog.

1.2.2 (2024-10-02)

Bug fixes

Fix a bug in TreeCursor.matchContext where, if the context fell partially in a buffer node and partially in tree nodes, it could return incorrect results.

Commits
  • e4222ef Mark version 1.2.2
  • 7c3bd8c Fix a bug in TreeCursor.matchContext
  • 854be2c Improve tracking context hashes in Tree.build
  • 5f1a082 Add missing ts-node devdep
  • 12e3182 Join adjacent overlay ranges in mixed parsing
  • 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

@dependabot dependabot bot requested a review from jorg-vr as a code owner October 7, 2024 11:14
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
Bumps the codemirror group with 3 updates in the / directory: [@codemirror/commands](https://github.com/codemirror/commands), [@codemirror/view](https://github.com/codemirror/view) and [@lezer/common](https://github.com/lezer-parser/common).


Updates `@codemirror/commands` from 6.6.2 to 6.7.0
- [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md)
- [Commits](codemirror/commands@6.6.2...6.7.0)

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

Updates `@lezer/common` from 1.2.1 to 1.2.2
- [Changelog](https://github.com/lezer-parser/common/blob/main/CHANGELOG.md)
- [Commits](lezer-parser/common@1.2.1...1.2.2)

---
updated-dependencies:
- dependency-name: "@codemirror/commands"
  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-minor
  dependency-group: codemirror
- dependency-name: "@lezer/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codemirror
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/codemirror-299c107f0d branch from 9508e6f to 1b48dc3 Compare October 14, 2024 11:29
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2024

Superseded by #5870.

@dependabot dependabot bot closed this Oct 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/codemirror-299c107f0d branch October 17, 2024 11:46
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.

0 participants