Skip to content

chore(deps): update @atlaskit/form to v14.4.0#2002

Merged
setchy merged 1 commit intomainfrom
renovate/atlaskit-form-@atlaskit
Dec 14, 2025
Merged

chore(deps): update @atlaskit/form to v14.4.0#2002
setchy merged 1 commit intomainfrom
renovate/atlaskit-form-@atlaskit

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 14, 2025

This PR contains the following updates:

Package Change Age Confidence
@atlaskit/form (source) 14.3.2 -> 14.4.0 age confidence

Release Notes

atlassian/atlassian-frontend-mirror (@​atlaskit/form)

v14.4.0

Minor Changes
  • c19181795ec37 -
    Introduces CharacterCounterField, a new field component that provides automatic character count
    validation and display. This component wraps the standard Field with built-in support for
    minimum and maximum character limits, displaying a real-time character counter to users.

    Key features:

    • Automatic validation for minCharacters and maxCharacters limits
    • Integrated character counter display with error states
    • Customizable messaging for character limit violations via overMaximumMessage,
      underMaximumMessage, and underMinimumMessage props
    • Seamless integration with existing Field validation through the validate prop
    • Full accessibility support with proper ARIA announcements for screen readers
    • Supports both TextField and TextArea components via render prop pattern

    Example usage:

    <CharacterCounterField
    	name="description"
    	label="Description"
    	maxCharacters={200}
    	minCharacters={10}
    	helperMessage="Provide a brief description"
    >
    	{({ fieldProps }) => <TextArea {...fieldProps} />}
    </CharacterCounterField>

    This component simplifies the implementation of character-limited inputs by combining validation,
    error handling, and counter display in a single, accessible component.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency Dependency updates label Dec 14, 2025
@renovate renovate bot requested a review from setchy as a code owner December 14, 2025 20:19
@netlify
Copy link
Copy Markdown

netlify bot commented Dec 14, 2025

Deploy Preview for atlassify canceled.

Name Link
🔨 Latest commit 0227661
🔍 Latest deploy log https://app.netlify.com/projects/atlassify/deploys/693f298a1a765d0008a62f3a

@renovate renovate bot force-pushed the renovate/atlaskit-form-@atlaskit branch from aa80bb7 to ac20500 Compare December 14, 2025 21:16
@renovate renovate bot force-pushed the renovate/atlaskit-form-@atlaskit branch from ac20500 to 0227661 Compare December 14, 2025 21:18
@sonarqubecloud
Copy link
Copy Markdown

@setchy setchy merged commit b7655fd into main Dec 14, 2025
22 checks passed
@setchy setchy deleted the renovate/atlaskit-form-@atlaskit branch December 14, 2025 21:25
@github-actions github-actions bot added this to the Release 2.14.0 milestone Dec 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant