-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency @codemirror/autocomplete to v6.18.4 #10
base: main
Are you sure you want to change the base?
Update dependency @codemirror/autocomplete to v6.18.4 #10
Conversation
|
Reviewer's Guide by SourceryThis PR updates the @codemirror/autocomplete dependency from v6.18.3 to v6.18.4. This update includes a bug fix that aligns the behavior of snippet completions with text completions, ensuring they overwrite the selected text. Sequence diagram for updated snippet completion behaviorsequenceDiagram
participant User
participant Editor
participant AutoComplete
participant SnippetCompletion
User->>Editor: Select text
User->>Editor: Trigger completion
Editor->>AutoComplete: Request completions
AutoComplete->>SnippetCompletion: Apply snippet completion
Note over SnippetCompletion: New behavior: Overwrite
Note over SnippetCompletion: selected text instead
Note over SnippetCompletion: of preserving it
SnippetCompletion->>Editor: Return modified text
Editor->>User: Display updated content
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This pull request has been marked as stale due to inactivity. If no further activity occurs, it will be closed in 7 days. |
This PR contains the following updates:
6.18.3
->6.18.4
Release Notes
codemirror/autocomplete (@codemirror/autocomplete)
v6.18.4
Compare Source
Bug fixes
Align the behavior of snippet completions with text completions in that they overwrite the selected text.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.