[Snyk] Upgrade @clack/core from 0.3.2 to 0.4.1 - #6
Open
lucifer-yf wants to merge 1 commit into
Open
Conversation
Snyk has created this PR to upgrade @clack/core from 0.3.2 to 0.4.1. See this package in npm: @clack/core See this project in Snyk: https://app.snyk.io/org/lucifer-yf/project/dd93e923-08f6-40d5-a27d-8a06f32ebdf1?utm_source=github&utm_medium=referral&page=upgrade-pr
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the 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 (
|
Code Review Agent Run Status
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade @clack/core from 0.3.2 to 0.4.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 5 versions ahead of your current version.
The recommended version was released 3 months ago.
Release notes
Package name: @clack/core
-
0.4.1 - 2025-01-09
- 8093f3c: Adds
- e5ba09a: Fixes a cursor display bug in terminals that do not support the "hidden" escape sequence. See Issue #127.
- 8cba8e3: Fixes a rendering bug with cursor positions for
-
0.4.0 - 2024-12-19
-
import { updateSettings } from "@ clack/core";
-
-
alias
action
up
right
down
left
cancel
- 51e12bc: Improves types for events and interaction states.
-
0.3.5 - 2024-11-22
-
0.3.4 - 2024-02-21
-
0.3.3 - 2023-08-09
-
0.3.2 - 2023-03-05
from @clack/core GitHub release notesPatch Changes
Errorsupport to thevalidatefunctionTextPromptMinor Changes
a83d2f8: Adds a new
updateSettings()function to support new global keybindings.updateSettings()accepts analiasesobject that maps custom keys to an action (up | down | left | right | space | enter | cancel).// Support custom keybindings
updateSettings({
aliases: {
w: "up",
a: "left",
s: "down",
d: "right",
},
});
Warning
In order to enforce consistent, user-friendly defaults across the ecosystem,
updateSettingsdoes not support disabling Clack's default keybindings.801246b: Adds a new
signaloption to support programmatic prompt cancellation with an abort controller.a83d2f8: Updates default keybindings to support Vim motion shortcuts and map the
escapekey to cancel (ctrl+c).kljhescPatch Changes
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: