Skip to content

chore(deps): bump @primer/react-brand from 0.67.0 to 0.68.0#98

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/primer/react-brand-0.68.0
Closed

chore(deps): bump @primer/react-brand from 0.67.0 to 0.68.0#98
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/primer/react-brand-0.68.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @primer/react-brand from 0.67.0 to 0.68.0.

Release notes

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

@​primer/react-brand@​0.68.0

Minor Changes

  • #1353 d82cfa3 Thanks @​rezrah! - Added new MediaPlaylist component, which can be used for presenting a list of YouTube videos.

    <MediaPlaylist>
      <MediaPlaylist.Heading>Latest videos</MediaPlaylist.Heading>
      <MediaPlaylist.Item thumbnail={<img src="thumbnail.jpg" alt="" />}>
        <MediaPlaylist.ItemHeading title="Getting More from Every Copilot Interaction" description="10:57" />
        <MediaPlaylist.ItemContent>
          <Text as="p" variant="muted">
            See workflows for scoping context, choosing the right mode, and getting more focused Copilot answers.
          </Text>
        </MediaPlaylist.ItemContent>
        <MediaPlaylist.ItemMedia>
          <iframe
            title="Getting More from Every Copilot Interaction"
            src="https://www.youtube-nocookie.com/embed/ITxzBiTBZW0"
          />
        </MediaPlaylist.ItemMedia>
      </MediaPlaylist.Item>
    </MediaPlaylist>

    🔗 See MediaPlaylist documentation for more usage examples

  • #1280 97a3f50 Thanks @​rezrah! - Added ESM library support.

    A new @primer/react-brand/esm entry point is now available for modern bundlers (E.g. Vite, Next.js, etc).

    Components imported from this path automatically include the minimum CSS needed. Separate global stylesheet imports are no longer required.

    import {Hero, ThemeProvider} from '@primer/react-brand/esm'

    ESM features are opt-in, and the previous UMD bundle (@primer/react-brand) and global CSS (@primer/react-brand/lib/css/main.css) continue to work as before.

    We recommend switching to ESM as soon as possible, as it will eventually become the default in future.

    🔗 Get started with ESM

  • #1340 670f3e6 Thanks @​rezrah! - - Visual changes to the Pillar component.

    • Pillar.Icon now defaults to a fixed green color with corresponding filled background. It now uses the Icon component internally for size parity with Card.Icon.

    • ⚠️ Removed the Pillar.Icon color prop and PillarIconColors type export. Pillar icons using the shared background now always render green. Remove color from existing Pillar.Icon usage.

    • ⚠️ Removed the iconColor field from FlexTemplate pillar items because it forwarded to the removed Pillar.Icon color prop.

... (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.67.0 to 0.68.0.
- [Release notes](https://github.com/primer/brand/releases)
- [Commits](https://github.com/primer/brand/compare/@primer/react-brand@0.67.0...@primer/react-brand@0.68.0)

---
updated-dependencies:
- dependency-name: "@primer/react-brand"
  dependency-version: 0.68.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 Jun 3, 2026
@dependabot dependabot Bot requested review from Damovisa and jldeen as code owners June 3, 2026 13:47
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 3, 2026
@jldeen jldeen mentioned this pull request Jun 9, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

Looks like @primer/react-brand is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 9, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/primer/react-brand-0.68.0 branch June 9, 2026 18:50
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