Skip to content

Bump @primer/react-brand from 0.44.1 to 0.54.2 #294

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps @primer/react-brand from 0.44.1 to 0.54.2.

Release notes

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

@​primer/react-brand@​0.54.2

Patch Changes

  • #1030 4ee490d Thanks @​rezrah! - Fixed SubdomainNavBar to preserve the original ordering of actions in JSX, allowing more flexibility in CTA placement.

    <SubdomainNavBar title="Subdomain">
      <SubdomainNavBar.Link />
      <SubdomainNavBar.SecondaryAction href="#">Secondary CTA</SubdomainNavBar.SecondaryAction>
      {/* Primary actions can now render at the end */}
      <SubdomainNavBar.PrimaryAction href="#">Primary CTA</SubdomainNavBar.PrimaryAction>
    </SubdomainNavBar>
  • #1031 094cdf4 Thanks @​rezrah! - SubNav component now correctly forwards refs to the underlying element.

  • #1034 0d3a198 Thanks @​rezrah! - Increased contrast on LogoSuite.Logobar play/pause button in marquee mode.

@​primer/react-brand@​0.54.1

See documentation for this release

Patch Changes

  • #1025 667d820 Thanks @​joshfarrant! - Removed aria-describedby from AnchorNav.Link component.

  • #1015 1afeeae Thanks @​danielguillan! - Fixed an issue in ActionMenu where anchor links in split-button mode were only clickable on the text. Now, the clickable area covers the full width and height of the item.

  • #1024 97b7a97 Thanks @​joshfarrant! - Improved accessibility of SubNav component when no active link — denoted by aria-current="page" — is present.

    • Hide last separator (on large viewports only) when there is no active link
    • Set a fallback accessible label on the overlay toggle when there is no active link
  • #1020 584280e Thanks @​joshfarrant! - ActionMenu bugfixes:

    • Fixed a bug in ActionMenu.Item where provided onClick and onKeyDown handlers wouldn't be called.
    • Fixed a bug which allowed Tab to cycle through the list of ActionMenu.Item elements which resulted in unpredictable focus behaviour. The intended way to navigate through the list is by using the arrow keys.
  • #1012 ce945a2 Thanks @​joshfarrant! - Removed the Checkbox and Radio components' built-in <label> as it was only used for styling and would result in inputs having two associated labels when used inside a FormControl.

  • #1017 dd93551 Thanks @​joshfarrant! - Increased the touch target size of SubNav.SubMenu toggle button

@​primer/react-brand@​0.54.0

Minor Changes

  • #994 61a1fa6 Thanks @​joshfarrant! - MinimalFooter now respects the ordering of the socialLinks prop when rendering social links, e.g. <MinimalFooter socialLinks={['x', 'tiktok', 'youtube']} /> will render the links in that order.

    Note: This may constitute a visual breaking change if you were relying on the social link order to not be respected.

  • #920 2af9c78 Thanks @​joshfarrant! - - Added play/pause button to LogoSuite component.

    • Removed "idle" value from LogoSuite.LogoBar component's marqueeSpeed prop.
      • This prop was introduced to enable custom play/pause buttons but is no longer necessary as the play/pause button is now built into the component.

... (truncated)

Commits
  • fd1becc Version Packages (#1032)
  • 0d3a198 Increased contrast of LogoSuite.Logobar play/pause button background (#1034)
  • 094cdf4 Enable ref forwarding in SubNav (#1031)
  • 82eb04a update to latest patch release for storybook (#1033)
  • 4ee490d Fixed SubdomainNavBar to preserve the original ordering of actions (#1030)
  • 62aef00 Fix incorrect reporting of visual test status in PR comment (#1028)
  • 92fc9d3 Version Packages (#1016)
  • 9dd9480 Ensure subnav separator is always visible on large viewports (#1027)
  • 97b7a97 Improve accessibility of SubNav where no active link is present (#1024)
  • 667d820 Removed aria-describedby from AnchorNav.Link component (#1025)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.44.1 to 0.54.2.
- [Release notes](https://github.com/primer/brand/releases)
- [Commits](https://github.com/primer/brand/compare/@primer/[email protected]...@primer/[email protected])

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 2, 2025
Copy link

@Majid0205 Majid0205 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EngineerMajid

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.

1 participant