chore(deps): bump react-mentions and @types/react-mentions#1
chore(deps): bump react-mentions and @types/react-mentions#1dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [react-mentions](https://github.com/signavio/react-mentions) and [@types/react-mentions](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-mentions). These dependencies needed to be updated together. Updates `react-mentions` from 4.1.1 to 4.4.10 - [Release notes](https://github.com/signavio/react-mentions/releases) - [Changelog](https://github.com/signavio/react-mentions/blob/master/CHANGELOG.md) - [Commits](https://github.com/signavio/react-mentions/compare/v4.1.1...v4.4.10) Updates `@types/react-mentions` from 4.1.0 to 4.4.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-mentions) --- updated-dependencies: - dependency-name: react-mentions dependency-version: 4.4.10 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/react-mentions" dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
@claude review this PR |
|
Claude finished @akshayutture-augment's task —— View job PR Review: Dependency UpdatesReviewing the dependency updates for Tasks
Review SummaryThis PR updates AnalysisUsage in Codebase:
Relevant Changes from the Update: The version jump includes multiple bug fixes that are particularly relevant to this codebase: ✅ Beneficial fixes:
Potential Impact: The autofocus removal in v4.4.10 could affect user experience. Looking at <MentionsInput
style={mentionStyle({theme, minHeight})}
onChange={this.handleChange}
onKeyDown={this.handleKeyDown}
value={value}
required
autoFocus // ← Explicitly set
>Since the component explicitly sets Type SafetyThe export type MentionChangeEvent = Parameters<OnChangeHandlerFunc>[0];Recommendation✅ APPROVE - This is a safe update that brings multiple bug fixes with no breaking changes. The autofocus behavior change is handled correctly by the existing explicit prop. Testing SuggestionsWhile the update looks safe, consider manual testing of:
|
Bumps react-mentions and @types/react-mentions. These dependencies needed to be updated together.
Updates
react-mentionsfrom 4.1.1 to 4.4.10Release notes
Sourced from react-mentions's releases.
... (truncated)
Changelog
Sourced from react-mentions's changelog.
... (truncated)
Commits
9db0524Version Packages (#694)4e2ae43reuse compliance (#672)4ef52ddFixed native undo/redo (#676)32d9728fix: suggestions not showing while composing (#683)c9fd8caRemove default autoFocus from textarea (#682)ee716e0Version Packages (#681)0e26027Fix double-paste bug (#680)6064595Version Packages (#610)510c978Fixed package key for changesets (#679)a69db87fix: fixes scroll into view in custom container elements (#677)Maintainer changes
This version was pushed to npm by thomaszi, a new releaser for react-mentions since your current version.
Updates
@types/react-mentionsfrom 4.1.0 to 4.4.1Commits
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)