Skip to content

Comments

npm(deps): bump @primer/react from 37.31.0 to 38.13.0#318

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/primer/react-38.13.0
Open

npm(deps): bump @primer/react from 37.31.0 to 38.13.0#318
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/primer/react-38.13.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps @primer/react from 37.31.0 to 38.13.0.

Release notes

Sourced from @​primer/react's releases.

@​primer/react@​38.13.0

Minor Changes

Patch Changes

@​primer/react@​38.12.0

Minor Changes

  • #7348 3c160b2 Thanks @​mattcosta7! - Add currentWidth and onResizeEnd props to PageLayout.Pane for controlled resizable width

    The PageLayout.Pane component now supports controlled width:

    • onResizeEnd — callback fired when a resize operation ends (pointer release or keyboard key up). Replaces localStorage persistence. Requires currentWidth.
    • currentWidth — sets the current displayed width in pixels (number | undefined). Pass undefined when the persisted value hasn't loaded yet. Requires onResizeEnd.

    Both props must be provided together (enforced by TypeScript). resizable remains a plain boolean prop.

    These props are only meaningful when resizable={true} — without it, no drag handle renders so onResizeEnd never fires.

    New export:

    • defaultPaneWidth — Record of preset width values: {small: 256, medium: 296, large: 320}

    Example usage:

    import {PageLayout, defaultPaneWidth} from '@primer/react'
    // Default behavior (unchanged) — localStorage persistence
    <PageLayout.Pane resizable />

... (truncated)

Commits
  • 75bf4ab Release tracking (#7570)
  • aa46098 feat(Blankslate): Add text-wrap: balance to Heading and Description (#7568)
  • 6dc1858 perf(ActionList): replace :has([aria-disabled]) with data-is-disabled attribu...
  • 12dda86 PageLayout: Add new layout option PageLayout.Sidebar (#7521)
  • 551ec63 perf(Button): fix CounterLabel remount, remove DEV hook, enable React Compile...
  • f25bb1c chore(deps-dev): bump ajv from 8.16.0 to 8.18.0 (#7561)
  • 0c2358a perf(ActionList): add content-visibility: auto to reduce style recalc and lay...
  • 86d6897 perf(Announce): skip getComputedStyle when there is no text content to announ...
  • 4fd987c perf(ActionList): enable React Compiler (#7537)
  • d4b32c3 perf(useIsMacOS): replace useState+useEffect with useSyncExternalStore (#7548)
  • 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 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.13.0.
- [Release notes](https://github.com/primer/react/releases)
- [Commits](https://github.com/primer/react/compare/@primer/react@37.31.0...@primer/react@38.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 23, 2026

Labels

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

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

@netlify
Copy link

netlify bot commented Feb 23, 2026

Deploy Preview for vscode-datalayer ready!

Name Link
🔨 Latest commit b9147af
🔍 Latest deploy log https://app.netlify.com/projects/vscode-datalayer/deploys/699bf9a05f2d2600087d9c50
😎 Deploy Preview https://deploy-preview-318--vscode-datalayer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant