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 #687

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps the codemirror group with 4 updates: @codemirror/autocomplete, @codemirror/commands, @codemirror/lang-python and @codemirror/view.

Updates @codemirror/autocomplete from 6.15.0 to 6.16.0

Changelog

Sourced from @​codemirror/autocomplete's changelog.

6.16.0 (2024-04-12)

New features

The new activateOnCompletion option allows autocompletion to be configured to chain completion activation for some types of completions.

Commits

Updates @codemirror/commands from 6.3.3 to 6.5.0

Changelog

Sourced from @​codemirror/commands's changelog.

6.5.0 (2024-04-19)

New features

The insertNewlineKeepIndent command inserts a newline along with the same indentation as the line before.

6.4.0 (2024-04-17)

Bug fixes

Fix an issue where deleteLine sometimes leaves the cursor on the wrong line.

New features

The new deleteCharBackwardStrict command just deletes a character, without further smart behavior around indentation.

Commits

Updates @codemirror/lang-python from 6.1.4 to 6.1.5

Changelog

Sourced from @​codemirror/lang-python's changelog.

6.1.5 (2024-03-28)

Bug fixes

Properly indent else: when attached to a for or while statement.

Commits

Updates @codemirror/view from 6.26.0 to 6.26.3

Changelog

Sourced from @​codemirror/view's changelog.

6.26.3 (2024-04-12)

Bug fixes

Fix an issue where dispatching an update to an editor before it measured itself for the first time could cause the scroll position to incorrectly move.

Fix a crash when multiple tooltips with arrows are shown.

6.26.2 (2024-04-09)

Bug fixes

Improve behavior of scrollPastEnd in a scaled editor.

When available, use Selection.getComposedRanges on Safari to find the selection inside a shadow DOM.

Remove the workaround that avoided inappropriate styling on composed text after a decoration again, since it breaks the stock Android virtual keyboard.

6.26.1 (2024-03-28)

Bug fixes

Fix the editor getting stuck in composition when Safari fails to fire a compositionend event for a dead key composition.

Fix an issue where, with IME systems that kept the cursor at the start of the composed text, the editor misidentified the target node and disrupted composition.

Fix a bug where in a line-wrapped editor, with some content, the initial scroll position would be off from the top of the document.

Commits
  • 6555b95 Mark version 6.26.3
  • 28eb99a Fix a regression in tooltip arrows
  • 93db37d Fix a scrolling glitch when the editor is updated before first measure
  • ddfda56 Mark version 6.26.2
  • 14772b3 Remove composition barrier hack
  • 41257cb Use getComposedRanges to get the shadow DOM selection on Safari
  • 0926f29 Remove inappropriate scaling in scrollPastEnd
  • cb8285b Mark version 6.26.1
  • 3c923a3 Prevent a bad height estimate in line-wrapped editors from moving the initial...
  • e05dae1 Improve composition text node finding
  • Additional commits viewable 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/lang-python](https://github.com/codemirror/lang-python) and [@codemirror/view](https://github.com/codemirror/view).


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

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

Updates `@codemirror/lang-python` from 6.1.4 to 6.1.5
- [Changelog](https://github.com/codemirror/lang-python/blob/main/CHANGELOG.md)
- [Commits](codemirror/lang-python@6.1.4...6.1.5)

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

---
updated-dependencies:
- dependency-name: "@codemirror/autocomplete"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codemirror
- dependency-name: "@codemirror/commands"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: codemirror
- dependency-name: "@codemirror/lang-python"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 22, 2024
@jorg-vr jorg-vr merged commit 11d5929 into main Apr 22, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/codemirror-5489e5a6b7 branch April 22, 2024 12:24
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.

None yet

1 participant