Skip to content

Bump @primer/react-brand from 0.44.1 to 0.57.1 #346

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 Aug 4, 2025

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

Release notes

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

@​primer/react-brand@​0.57.1

Patch Changes

  • #1121 cb34663 Thanks @​rezrah! - Fix layout shift in the PricingOptions feature list accordion

    The feature lists now respect their explicit expanded prop values on the initial render, and no longer apply default animations. This prevents layout shift in certain SSR contexts where the component was incorrectly relying on the client-side window size even when explicitly passed expanded={true} or expanded={false}, which shouldn't depend on viewport size.

  • #1120 c7d36b9 Thanks @​rezrah! - Fix layout shift in SubNav by ensuring separator visibility is determined pre-hydration.

  • #1124 826cd81 Thanks @​rezrah! - Fixed page layout shift caused by the AnchorNav component in a sticky state.

    Previously the AnchorNav would remove its computed height from the underlying page in sticky state. Now that lost space is compensated for to create a smoother scrolling experience.

🔗 Link to documentation

@​primer/react-brand@​0.57.0

🔗 Documentation link

Minor Changes

  • #1101 7d344dc Thanks @​joshfarrant! - Added play/pause control to the IDE component.

    ⚠️ Removed the showReplayButton prop as the play/pause control replaces its functionality, and is always visible.

Patch Changes

  • #1113 30d9f1f Thanks @​danielguillan! - Updated the layout of single item PricingOptions

  • #1111 8dc3fc9 Thanks @​joshfarrant! - Improvements to the styling of various components when viewed in Windows High Contrast Mode.

    • FAQGroup: Improved appearance for the selected tab
    • Pagination: Improved appearance for the current page item
    • VideoPlayer: Improved legibility for all text and controls
    • Checkbox: Improved focus and checked appearance
    • Radio: Improved focus and checked appearance
    • TextInput: Improved focus appearance
    • Textarea: Improved focus appearance
    • ActionMenu: Improved focus appearance
  • #1114 3a62a9e Thanks @​rezrah! - Added support for <table> elements in the Prose component. Tables now render with improved visual appearance.

    🔗 Refer to Prose documentation for usage examples

  • #1102 5ef7878 Thanks @​joshfarrant! - The Button component now automatically applies semantically correct disabled attributes based on the rendered element type. E.g. disabled for button elements and aria-disabled for other elements.

    ⚠️ Please review usage of Button in your application code or tests, to ensure that you are not relying on the previously incorrect markup. For example, if you previously targeted a[disabled], you should now target a[aria-disabled] instead.

@​primer/react-brand@​0.56.3

See documentation for this release

... (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 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.57.1.
- [Release notes](https://github.com/primer/brand/releases)
- [Commits](https://github.com/primer/brand/compare/@primer/react-brand@0.44.1...@primer/react-brand@0.57.1)

---
updated-dependencies:
- dependency-name: "@primer/react-brand"
  dependency-version: 0.57.1
  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 Aug 4, 2025
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