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 7 updates #818

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 Mar 1, 2025

Bumps the codemirror group with 7 updates in the / directory:

Package From To
@codemirror/autocomplete 6.18.4 6.18.6
@codemirror/commands 6.7.1 6.8.0
@codemirror/lang-javascript 6.2.2 6.2.3
@codemirror/lang-python 6.1.6 6.1.7
@codemirror/search 6.5.8 6.5.10
@codemirror/state 6.5.0 6.5.2
@codemirror/view 6.36.1 6.36.3

Updates @codemirror/autocomplete from 6.18.4 to 6.18.6

Changelog

Sourced from @​codemirror/autocomplete's changelog.

6.18.6 (2025-02-12)

Bug fixes

Fix an issue where the closing character for double-angle quotation marks and full-width brackets was computed incorrectly.

6.18.5 (2025-02-11)

Bug fixes

Fix an issue where clicking on the scrollbar for the completion list could move focus out of the editor.

Commits
  • 7960864 Mark version 6.18.6
  • 68c2a97 Fix determination of closing characters for «» and full-width brackets
  • 7693f35 Mark version 6.18.5
  • acba2e0 Prevent clicking the completion scrollbar from moving focus
  • 007c238 Use documentElement.clientWidth/clientHeight instead of innerWidth/innerHeight
  • 032c8e3 Add a usage section to readme
  • See full diff in compare view

Updates @codemirror/commands from 6.7.1 to 6.8.0

Changelog

Sourced from @​codemirror/commands's changelog.

6.8.0 (2025-01-08)

New features

The new cursorGroupForwardWin and selectGroupForwardWin commands implement Windows-style forward motion by group.

Commits

Updates @codemirror/lang-javascript from 6.2.2 to 6.2.3

Changelog

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

6.2.3 (2025-02-12)

Bug fixes

Disable JavaScript completions in JSX context.

Commits

Updates @codemirror/lang-python from 6.1.6 to 6.1.7

Changelog

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

6.1.7 (2025-01-18)

Bug fixes

Properly indent match/case statements.

Commits

Updates @codemirror/search from 6.5.8 to 6.5.10

Changelog

Sourced from @​codemirror/search's changelog.

6.5.10 (2025-02-26)

Bug fixes

Add a close button to the gotoLine panel.

6.5.9 (2025-02-12)

Bug fixes

When replacing a regexp match, don't expand multi-digit replacement markers to numbers beyond the captured group count in the query.

Commits
  • 298706b Mark version 6.5.10
  • 8429b78 Add a close button to the goto-line dialog
  • 1c505e4 Mark version 6.5.9
  • c1ee7d4 Properly shorten replace markers when out of range for the query
  • See full diff in compare view

Updates @codemirror/state from 6.5.0 to 6.5.2

Changelog

Sourced from @​codemirror/state's changelog.

6.5.2 (2025-02-03)

Bug fixes

Fix a bug where reconfiguring a field with a new init value didn't update the value of the field.

6.5.1 (2025-01-10)

Bug fixes

countColumn no longer loops infinitely when given a to that's higher than the input string's length.

Commits
  • 64cba4b Mark version 6.5.2
  • 6c7eb3d Make sure reconfigurations that change a field's init value update the field
  • aba3881 Mark version 6.5.1
  • 27e1977 Make countColumn robust to passing in an invalid end pos
  • 04a4ad7 Hide Text[Symbol.iterator] from docs
  • See full diff in compare view

Updates @codemirror/view from 6.36.1 to 6.36.3

Changelog

Sourced from @​codemirror/view's changelog.

6.36.3 (2025-02-18)

Bug fixes

Make sure event handlers registered with domEventHandlers are not called during view updates, to avoid triggering nested update errors.

Don't include the window scrollbars in the space available for displaying tooltips.

Work around an issue with Chrome's EditContext that shows up when using autocompletion while composing with Samsung's virtual Android keyboard.

6.36.2 (2025-01-09)

Bug fixes

Fix an issue where some kinds of relayouts could put the editor in a state where it believed it wasn't in window, preventing relayout, though it in fact was.

Make sure macOS double-space-to-period conversions are properly suppressed.

Fix an issue where native selection changes, such as mobile spacebar-drag, weren't being picked up in edit context mode.

Commits
  • 68ea201 Mark version 6.36.3
  • ee2c8aa Limit EditContext change-while-composition trick
  • 4bdec39 Don't include window scrollbars in the space available for tooltips
  • 22860a1 Delay dispatch of DOM events during view updates
  • b20446d Mark version 6.36.2
  • 4415fa9 React to selection-only changes in the edit context
  • 9c77d6d Fix double-space-to-period supppression on macOS Chrome
  • 26af8ea Fix macOS double-space-period suppression on Firefox
  • 3dca895 Drop use of event type no longer supported by TS definitions
  • 495a461 Add a usage section to readme
  • 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 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.18.4` | `6.18.6` |
| [@codemirror/commands](https://github.com/codemirror/commands) | `6.7.1` | `6.8.0` |
| [@codemirror/lang-javascript](https://github.com/codemirror/lang-javascript) | `6.2.2` | `6.2.3` |
| [@codemirror/lang-python](https://github.com/codemirror/lang-python) | `6.1.6` | `6.1.7` |
| [@codemirror/search](https://github.com/codemirror/search) | `6.5.8` | `6.5.10` |
| [@codemirror/state](https://github.com/codemirror/state) | `6.5.0` | `6.5.2` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.36.1` | `6.36.3` |



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

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

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

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

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

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

Updates `@codemirror/view` from 6.36.1 to 6.36.3
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.36.1...6.36.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/lang-javascript"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codemirror
- dependency-name: "@codemirror/lang-python"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codemirror
- dependency-name: "@codemirror/search"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: codemirror
- dependency-name: "@codemirror/state"
  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 Mar 1, 2025
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