-
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.6 #19
Update dependency @codemirror/autocomplete to v6.18.6 #19
Conversation
|
Reviewer's Guide by SourceryThis pull request updates the Updated class diagram for @codemirror/autocompleteclassDiagram
class Autocomplete {
-version: string
+constructor(version: string)
+complete(editor: Editor): CompletionResult
+closeCompletion(editor: Editor): void
}
note for Autocomplete "Updated to v6.18.6 with bug fixes"
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. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
6.18.3
->6.18.6
Release Notes
codemirror/autocomplete (@codemirror/autocomplete)
v6.18.6
Compare Source
Bug fixes
Fix an issue where the closing character for double-angle quotation marks and full-width brackets was computed incorrectly.
v6.18.5
Compare Source
Bug fixes
Fix an issue where clicking on the scrollbar for the completion list could move focus out of the editor.
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.