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 4 updates #768

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the codemirror group with 4 updates: @codemirror/autocomplete, @codemirror/commands, @codemirror/search and @lezer/common.

Updates @codemirror/autocomplete from 6.18.1 to 6.18.2

Changelog

Sourced from @​codemirror/autocomplete's changelog.

6.18.2 (2024-10-30)

Bug fixes

Don't immediately show synchronously updated completions when there are some sources that still need to return.

Commits
  • d0c97d3 Mark version 6.18.2
  • 5e97bd6 Make updateSyncTime apply to synchronously updates completion sources
  • See full diff in compare view

Updates @codemirror/commands from 6.6.2 to 6.7.1

Changelog

Sourced from @​codemirror/commands's changelog.

6.7.1 (2024-10-21)

Bug fixes

Change toggleBlockCommentByLine to not affect lines with the selection end right at their start.

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
  • 9415adc Mark version 6.7.1
  • c53b542 Make toggleBlockCommentByLine not affect lines with no text selected
  • 2be11c5 Mark version 6.7.0
  • 7a1cf39 Add select/cursorCharBackward/ForwardLogical
  • 22d2119 Bind Shift-Enter to insertNewlineAndIndent
  • See full diff in compare view

Updates @codemirror/search from 6.5.6 to 6.5.7

Changelog

Sourced from @​codemirror/search's changelog.

6.5.7 (2024-11-01)

Bug fixes

Fix an issue where findNext and findPrevious would do nothing when the only match in the document was partially selected.

Fix an infinite loop in SearchCursor when the normalizer function deletes characters.

Commits
  • 0ca3343 Mark version 6.5.7
  • 31d4bbc Avoid infinite loop when normalizer deletes characters
  • d0797ab Allow nextMatch/prevMatch to wrap around and grow the current selection
  • See full diff in compare view

Updates @lezer/common from 1.2.1 to 1.2.3

Changelog

Sourced from @​lezer/common's changelog.

1.2.3 (2024-10-16)

Bug fixes

Fix an issue in TreeCursor.iterate that made it iterate through siblings of the current node.

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
  • 57c1219 Mark version 1.2.3
  • ae3e347 Fix a bug that made TreeCursor.iterate iterate through sibling nodes
  • d1207ef Fix typos in CHANGELOG.md and doc comment
  • 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

Bumps the codemirror group with 4 updates: [@codemirror/autocomplete](https://github.com/codemirror/autocomplete), [@codemirror/commands](https://github.com/codemirror/commands), [@codemirror/search](https://github.com/codemirror/search) and [@lezer/common](https://github.com/lezer-parser/common).


Updates `@codemirror/autocomplete` from 6.18.1 to 6.18.2
- [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md)
- [Commits](codemirror/autocomplete@6.18.1...6.18.2)

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

Updates `@codemirror/search` from 6.5.6 to 6.5.7
- [Changelog](https://github.com/codemirror/search/blob/main/CHANGELOG.md)
- [Commits](codemirror/search@6.5.6...6.5.7)

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

---
updated-dependencies:
- dependency-name: "@codemirror/autocomplete"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codemirror
- dependency-name: "@codemirror/commands"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codemirror
- dependency-name: "@codemirror/search"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 added the dependencies Pull requests that update a dependency file label Nov 1, 2024
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