Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps @primer/react from 37.31.0 to 38.4.0.

Release notes

Sourced from @​primer/react's releases.

@​primer/react@​38.4.0

Minor Changes

  • #7258 8e66a2c Thanks @​kendallgassner! - Make MappedActionListItem a forwardRef component

  • #7250 a193d30 Thanks @​siddharthkp! - Banner: Add flush prop for use within confined spaces, such as dialogs, tables, cards, or boxes where available space is limited.

  • #7247 e1021e7 Thanks @​liuliu-dev! - Add leadingVisual to InlineMessage component.

  • #7047 c07dd71 Thanks @​TylerJDev! - Remove the feature flag for primer_react_segmented_control_tooltip and GA tooltip by default behavior.

    • Ensure that when disabled is applied, the tooltip is still triggered.

Patch Changes

@​primer/react@​38.3.0

Minor Changes

Patch Changes

@​primer/react@​38.2.0

Minor Changes

... (truncated)

Commits
  • d1a8984 Release tracking (#7254)
  • 0cd9ff1 Revert "Improve PageLayout pane drag performance with pointer capture and GPU...
  • 846d1b4 chore: delete packages/react/src/polyfills directory (#7270)
  • 1d8759a Lukasoppermann/radio disabled fix (#7267)
  • 34612e7 chore(deps): bump next from 16.0.0 to 16.0.7 (#7269)
  • 9cfa5a6 Docs: confirm Custom Element support in React v19 (#7266)
  • e1021e7 Add leadingVisual to InlineMessage (#7247)
  • d973c5a Simplify for hex values (#7244)
  • 12e12f5 Improve PageLayout pane drag performance with pointer capture and GPU-acceler...
  • 8421808 Delete .github/workflows/add_to_inbox.yml (#7265)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​primer/react since your current version.


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](https://github.com/primer/react) from 37.31.0 to 38.4.0.
- [Release notes](https://github.com/primer/react/releases)
- [Commits](https://github.com/primer/react/compare/@primer/react@37.31.0...@primer/react@38.4.0)

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

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 Dec 8, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 8, 2025 16:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 8, 2025
@github-actions
Copy link

github-actions bot commented Dec 8, 2025

MegaLinter analysis: Error

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 9 0 0 0.08s
✅ JSON jsonlint 11 0 0 0.2s
✅ JSON npm-package-json-lint yes no no 0.48s
✅ JSON prettier 11 0 0 1.12s
✅ JSON v8r 11 0 0 9.6s
✅ MARKDOWN markdownlint 5 0 0 2.35s
✅ REPOSITORY checkov yes no no 22.15s
✅ REPOSITORY gitleaks yes no no 1.25s
✅ REPOSITORY git_diff yes no no 0.13s
✅ REPOSITORY grype yes no no 40.34s
✅ REPOSITORY secretlint yes no no 1.29s
✅ REPOSITORY syft yes no no 7.56s
✅ REPOSITORY trivy-sbom yes no no 11.69s
❌ TYPESCRIPT prettier 46 1 0 1.92s
✅ YAML prettier 28 0 0 0.99s
✅ YAML v8r 28 0 0 11.39s
✅ YAML yamllint 28 0 0 0.81s

Detailed Issues

❌ TYPESCRIPT / prettier - 1 error
Checking formatting...
[warn] __tests__/enterprise/create-organization-invitation.test.ts
[warn] __tests__/organization/create-actions-variable.test.ts
[warn] __tests__/organization/create-announcement.test.ts
[warn] __tests__/organization/create-project.test.ts
[warn] __tests__/organization/create-repository-transfer.test.ts
[warn] __tests__/organization/create-repository.test.ts
[warn] __tests__/repository/archive-repository.test.ts
[warn] __tests__/repository/change-repository-visibility.test.ts
[warn] __tests__/repository/rename-repository.test.ts
[warn] __tests__/repository/unarchive-repository.test.ts
[warn] Code style issues found in 10 files. Run Prettier with --write to fix.

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.2.0 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,JSON_JSONLINT,JSON_V8R,JSON_PRETTIER,JSON_NPM_PACKAGE_JSON_LINT,MARKDOWN_MARKDOWNLINT,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY_SBOM,TYPESCRIPT_PRETTIER,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security

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.

1 participant