Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps @primer/react from 36.12.0 to 37.31.0.

Release notes

Sourced from @​primer/react's releases.

@​primer/react@​37.31.0

Permalink to Documentation

Minor Changes

  • #6470 e53228c Thanks @​copilot-swe-agent! - Add size prop to ActionList.LinkItem component. The size prop accepts 'medium' (default) or 'large' values and provides the same styling options as ActionList.Item for consistent sizing across ActionList components.

  • #6265 829a933 Thanks @​joshblack! - Update IssueLabel component types to support custom content through children and support the as prop

  • #6420 024b82a Thanks @​chanakyav! - Adds variant and shape props to AvatarStack component. The variant prop will allow the component to render in a cascade view (by default) or a new stacked view which will evenly space the avatars and remove opacity. The shape prop will allow the avatars to be rendered as circles (by default) or squares.

  • #4744 3c9e322 Thanks @​TylerJDev! - Address additional ToggleSwitch a11y feedback

  • #6182 9e49abd Thanks @​TylerJDev! - Textarea: Adds minHeight and maxHeight as props

Patch Changes

@​primer/react@​37.30.0

Permalink to Documentation

Minor Changes

Patch Changes

@​primer/react@​37.29.1

Patch Changes

... (truncated)

Commits
  • fabb389 Release tracking (#6418)
  • e1268ff fix(mcp): add component slug for better docs lookup (#6488)
  • 6d74cee chore: update changeset option (#6479)
  • 28d3e46 chore: update mcp package with changes from published package (#6481)
  • 93f2d8b chore(deps-dev): bump @​modelcontextprotocol/inspector from 0.13.0 to 0.14.1 (...
  • 82ab383 feat: add mcp package (#6222)
  • 97d13fa Update Radio stories to no longer use styled-components (#6465)
  • 5a7e563 Update RadioGroup.features.stories.tsx to no longer use styled-components (#6...
  • e53228c Add size prop to ActionList.LinkItem (#6470)
  • a9108e1 Bump version to 0.0.1 in package.json (#6475)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ts Issues and pull requests that require changes to TypeScript code labels Oct 27, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 27, 2025 08:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ts Issues and pull requests that require changes to TypeScript code labels Oct 27, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/primer/react-37.31.0 branch from 8aa80b3 to b7b3523 Compare October 27, 2025 09:57
Bumps [@primer/react](https://github.com/primer/react) from 36.12.0 to 37.31.0.
- [Release notes](https://github.com/primer/react/releases)
- [Commits](https://github.com/primer/react/compare/@primer/[email protected]...@primer/[email protected])

---
updated-dependencies:
- dependency-name: "@primer/react"
  dependency-version: 37.31.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/primer/react-37.31.0 branch from b7b3523 to fd88d4c Compare October 27, 2025 10:49
@dependabot @github

This comment was marked as outdated.

@samcunliffe samcunliffe reopened this Oct 27, 2025
@samcunliffe samcunliffe enabled auto-merge (squash) October 27, 2025 11:41
@samcunliffe
Copy link
Member

Major version introduces breaking change

   ⨯ ESLint: Failed to load config "plugin:github/internal" to extend from. Referenced from: /home/runner/work/open-source-dashboard/open-source-dashboard/app/.eslintrc.js
Failed to compile.

./src/components/Layout.tsx:3:34
Type error: Module '"@primer/react"' has no exported member 'TabNav'.

  1 | import { useLocalStorage } from 'usehooks-ts';
  2 |
> 3 | import { Box, Flash, IconButton, TabNav, Text } from '@primer/react';
    |                                  ^
  4 | import Image from 'next/image';
  5 |
  6 | import { useIsSSR } from '@/hooks/useIsSSR';
Next.js build worker exited with code: 1 and signal: null
Error: Process completed with exit code 1.

Refs.

auto-merge was automatically disabled October 27, 2025 12:29

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/primer/react-37.31.0 branch October 27, 2025 12:29
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 ts Issues and pull requests that require changes to TypeScript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants