Skip to content

chore(deps): bump @primer/react-brand from 0.63.0 to 0.64.0#55

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/primer/react-brand-0.64.0
Closed

chore(deps): bump @primer/react-brand from 0.63.0 to 0.64.0#55
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/primer/react-brand-0.64.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps @primer/react-brand from 0.63.0 to 0.64.0.

Release notes

Sourced from @​primer/react-brand's releases.

@​primer/react-brand@​0.64.0

Minor Changes

  • #1220 661ae42 Thanks @​rezrah! - Updates to Hero component

    ⚠️ Important: Breaking changes are included in this update.

    Breaking Changes

    • Hero.Label: No longer extends Label component. It now renders as plain text with monospace font and in uppercase. Props like size and color are no longer supported.

      Update usage as follows:

      - <Hero.Label color="red">Red labels</Hero.Label>
      + <Hero.Label>Default label</Hero.Label>
    • Hero.Description: Default size changed from '350' to '200'. The default variant changed from 'default' to 'muted'.

    • Hero.PrimaryAction: Default button variant changed from 'primary' to 'accent'.

      Revert to previous style:

      - <Hero.PrimaryAction>Button</Hero.PrimaryAction> <-- now accent (green) variant
      + <Hero.PrimaryAction variant="primary">Button</Hero.PrimaryAction> <--revert to primary variant

    New Features

    • New Hero prop: variant. This prop controls overall layout, appearance and motion in the Hero. Two variants are available: default and gridline.

      The default variant is the pre-existing Hero configuration, and remains the default value to minimize breaking changes.

      The gridline layout is a new layout that can be opted-into. This is an experimental layout and configuration.

      <Hero variant="gridline" />
    • New Hero.Label animations: New animate and animationDelay props for text cursor animation effect.

    • New image positions: Hero.Image and Hero.Video now support 'inline-start', 'inline-end-padded', and 'inline-start-padded' positions.

    • New Hero.Video poster props: poster, posterAltText, and posterTitle for displaying a custom poster image with a play button overlay before the video loads. Video content is hidden until the user clicks the poster to play.

    • imageBackgroundColor prop: Set to 'subtle' for a subtle background on the image container.

    • imageContainerRef prop: Ref access to the image container element.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@primer/react-brand](https://github.com/primer/brand) from 0.63.0 to 0.64.0.
- [Release notes](https://github.com/primer/brand/releases)
- [Commits](https://github.com/primer/brand/compare/@primer/react-brand@0.63.0...@primer/react-brand@0.64.0)

---
updated-dependencies:
- dependency-name: "@primer/react-brand"
  dependency-version: 0.64.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 10, 2026
@dependabot dependabot bot requested review from Damovisa and jldeen as code owners February 10, 2026 01:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 10, 2026
@jldeen jldeen mentioned this pull request Feb 12, 2026
@jldeen jldeen closed this in #56 Feb 12, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/primer/react-brand-0.64.0 branch February 12, 2026 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants