Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

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

Release notes

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

@​primer/react-brand@​0.58.1

🔗 See Primer Brand documentation for 0.58.1

Patch Changes

@​primer/react-brand@​0.58.0

🔗 See Primer Brand documentation for 0.58.0

Minor Changes

  • #1151 3e39ae1 Thanks @​rezrah! - Updated the minimum Node.js dependency for @primer/react-brand to match the current LTS version: v22

    Also updated webpack and various other internal dependencies.

  • #1132 072f640 Thanks @​rezrah! - Added new Tabs component.

    Example:

    <Tabs {...args} aria-label="Tabs">
      <Tabs.Item>Tab one</Tabs.Item>
      <Tabs.Item>Tab two</Tabs.Item>
    <Tabs.Panel>
    <Text>Panel one</Text>
    </Tabs.Panel>
    <Tabs.Panel>
    <Text>Panel two</Text>
    </Tabs.Panel>
    </Tabs>

Patch Changes

  • #1133 23a0d50 Thanks @​joshfarrant! - Added some comments to the Accordion component. This is a no-op update.

  • #1132 072f640 Thanks @​rezrah! - Updates to useTabs hook:

    • Added an optional externalRef parameter to getTabProps function for improved forwardRef support.
    • Fixed onTabActivate callback to only trigger when switching between tabs (not on initial mount)
    • Optimized focus state management by preventing unnecessary state updates when focus doesn't change.
    • Removed redundant state updates in focusTab and onTabFocus functions

    This affects the following components, which use this hook:

    • Tabs component

... (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.58.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.58.1)

---
updated-dependencies:
- dependency-name: "@primer/react-brand"
  dependency-version: 0.58.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 Sep 15, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 13, 2025

Superseded by #407.

@dependabot dependabot bot closed this Oct 13, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/primer/react-brand-0.58.1 branch October 13, 2025 06:08
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