Skip to content

chore(deps): bump @primer/react-brand from 0.68.0 to 0.69.0 in the minor-and-patch group - #109

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-49eab51701
Closed

chore(deps): bump @primer/react-brand from 0.68.0 to 0.69.0 in the minor-and-patch group#109
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-49eab51701

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 1 update: @primer/react-brand.

Updates @primer/react-brand from 0.68.0 to 0.69.0

Release notes

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

@​primer/react-brand@​0.69.0

Minor Changes

  • #1375 67fff83 Thanks @​rezrah! - Added a backgroundVisual prop to RiverBreakoutTabs for rendering a decorative background component. The background persists across tab changes.

    Also added an imagePosition prop to inset and align the media over the backgroundVisual.

    Also added a backgroundVisualFullBleed prop to render the backgroundVisual contained (default) or full-bleed to the gridline edges.

    <RiverBreakoutTabs backgroundVisual={<MyCustomBackground />} imagePosition="block-end">
      <RiverBreakoutTabs.A11yHeading>Workflows</RiverBreakoutTabs.A11yHeading>
      {/* ...items... */}
    </RiverBreakoutTabs>

Patch Changes

  • #1363 f3a70ed Thanks @​rezrah! - Added the --base-size-60 and --base-size-88 base size tokens.

    Also exposed 60 and 88 through React components that use the base size scale, such as Box and Stack.

    <Box padding={60} />
    <Box padding={88} />
    <Stack gap={60} />
    <Stack gap={88} />
  • #1364 a4e6742 Thanks @​danielguillan! - Hide lateral gridline borders for underfilled Tiles rows.

  • #1363 f3a70ed Thanks @​rezrah! - Disabled feature-list accordion animations in PricingOptions now that the intrinsic accordion includes a default animation.

  • #1374 03fcd31 Thanks @​danielguillan! - Fixes an issue where a Card with ctaVariant="arrow" and a long ctaText overflowed and reflowed its content in Safari.

  • #1376 99af142 Thanks @​danielguillan! - Add a small size variant to Link.

  • #1363 f3a70ed Thanks @​rezrah! - - Updated the Accordion toggle indicator to use the TriangleDownIcon octicon, which rotates anti-clockwise between its open and closed states.

    • Improved Accordion content open and close animation so items transition using measured content height.

    • Added a disableAnimation prop to Accordion now that it includes a default animation, which may not be applicable in all use-cases.

    • Updated Accordion to close immediately when reduced motion is preferred.

  • #1363 f3a70ed Thanks @​rezrah! - Adjusted the Card.Heading bottom spacing from 20px to 12px.

  • #1363 f3a70ed Thanks @​rezrah! - Adjusted the Hero action group top spacing from 32px to 28px and the expressive trailing content top spacing from 32px to 20px on wider viewports.

  • #1363 f3a70ed Thanks @​rezrah! - Updated the LogoSuite control hover color in light mode from gray-2 to gray-1.

... (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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 1 update: [@primer/react-brand](https://github.com/primer/brand).


Updates `@primer/react-brand` from 0.68.0 to 0.69.0
- [Release notes](https://github.com/primer/brand/releases)
- [Commits](https://github.com/primer/brand/compare/@primer/react-brand@0.68.0...@primer/react-brand@0.69.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested review from Damovisa and jldeen as code owners June 22, 2026 22:44
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 22, 2026
jldeen added a commit that referenced this pull request Jun 24, 2026
…/node 26 (#113)

Stacks three passing Dependabot bumps (#110, #109, #111) into one branch
with a single consolidated lockfile. Verified locally with Node 22:
astro check, astro build, and Playwright tests all pass.

Excludes #112 (astro 7): it pulls Vite 8 (rolldown), whose built-in
postcss-import cannot resolve Tailwind v4's @import "tailwindcss",
which needs a dedicated migration.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jldeen

jldeen commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

Superseded by #113, which stacked this bump together with the other two passing Dependabot updates into a single consolidated lockfile and merged after passing astro check, astro build, and Playwright (local + CI). The dependency is now at the target version on main.

@jldeen jldeen closed this Jun 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/minor-and-patch-49eab51701 branch June 24, 2026 20:16
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant