Skip to content

chore(deps): bump the production-dependencies group with 3 updates#139

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-7d2edb7acb
Open

chore(deps): bump the production-dependencies group with 3 updates#139
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-7d2edb7acb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 3 updates: @primer/react, @tanstack/react-router and @tanstack/react-start.

Updates @primer/react from 38.29.0 to 38.30.0

Release notes

Sourced from @​primer/react's releases.

@​primer/react@​38.30.0

Minor Changes

  • #8048 0add561 Thanks @​copilot-swe-agent! - ActionBar: Add ActionBar.Button for rendering text buttons that overflow into the menu, alongside the existing ActionBar.IconButton

  • #8031 cb79351 Thanks @​janmaarten-a11y! - Add a NavList.Heading slot that names the navigation region. It renders an h2 by default (configurable to h3 via as), supports a visuallyHidden variant, labels the nav landmark via aria-labelledby, and makes NavList.Group headings default to one level deeper (h3, or h4 under an h3 heading) for a correct heading hierarchy.

  • #7991 b906268 Thanks @​llastflowers! - Add data-component attributes and associated tests for:

    Radio RadioGroup RelativeTime ScrollableRegion SegmentedControl Select SideNav SkeletonBox SkeletonAvatar SkeletonText Spinner

  • #8026 73a45df Thanks @​TylerJDev! - SelectPanel: Add cssAnchorPositioningSettings prop to customize CSS anchor positioning behavior

  • #7506 e58907c Thanks @​iansan5653! - Refactors UnderlineNav overflow handling to use CSS-based overflow detection instead of JavaScript width measurements, eliminating layout shift (CLS) issues and improving performance. The overflow menu is now implemented with ActionMenu, and item registration uses a descendant registry instead of the React.Children API. Consumer-facing changes: items can now be wrapped in fragments or wrapper components; the current item may appear in the overflow menu when the viewport is narrow; and the overflow menu button is right-aligned.

Patch Changes

  • #8021 6131a94 Thanks @​mattcosta7! - Announce, AriaStatus, AriaAlert: Avoid an extra React render on every content change (e.g. per keystroke when tied to an input)

  • #7935 5b3c806 Thanks @​copilot-swe-agent! - ConfirmationDialog: useConfirm/confirm now removes its host element from document.body after the dialog is closed, and uses a fresh host element per call, so the empty container no longer lingers or leaks into other components and tests

  • #8007 f052126 Thanks @​copilot-swe-agent! - Improve style-recalc performance by making ButtonGroup, DataTable Pagination, and Checkbox CSS selectors bucketable (removing universal */:not([attr]) subjects and :is() selector-list merges)

  • #8021 6131a94 Thanks @​mattcosta7! - Textarea: Improve typing performance by deriving the character counter in render instead of in effects, removing extra re-renders on each keystroke.

  • #8021 6131a94 Thanks @​mattcosta7! - TextInput: Improve typing performance by deriving the character counter in render instead of in effects, removing extra re-renders on each keystroke.

Commits
  • 0d3d8a2 Release tracking (#8033)
  • 0add561 Add ActionBar.Button for text button overflow support (#8048)
  • e58907c Fix and refactor UnderlineNav to resolve CLS issues and improve performance...
  • 5462dd0 Ignore local .agents workspaces (#8049)
  • ad299cf Update theming example to remove styled-components (#8039)
  • 849d7fc feat: update project to Node 26.4.0, update agent instructions (#8063)
  • 0a49d7d Add scenario patterns to MCP pattern tools (#8058)
  • 73a45df Allow CSS anchor positioning in SelectPanel settings (#8026)
  • cb79351 Add NavList.Heading slot for accessible section-nav headings (#8031)
  • 6f9e448 Fix failing GitHub Actions job 'Main' (#8047)
  • Additional commits viewable in compare view

Updates @tanstack/react-router from 1.170.16 to 1.170.17

Release notes

Sourced from @​tanstack/react-router's releases.

@​tanstack/react-router@​1.170.17

Patch Changes

  • Updated dependencies [9809a06]:
    • @​tanstack/router-core@​1.171.14
Changelog

Sourced from @​tanstack/react-router's changelog.

1.170.17

Patch Changes

  • Updated dependencies [9809a06]:
    • @​tanstack/router-core@​1.171.14
Commits

Updates @tanstack/react-start from 1.168.26 to 1.168.27

Release notes

Sourced from @​tanstack/react-start's releases.

@​tanstack/react-start@​1.168.27

Patch Changes

  • Updated dependencies [ba52d2b]:
    • @​tanstack/start-client-core@​1.170.13
    • @​tanstack/react-router@​1.170.17
    • @​tanstack/react-start-client@​1.168.15
    • @​tanstack/react-start-rsc@​0.1.26
    • @​tanstack/react-start-server@​1.167.21
    • @​tanstack/start-plugin-core@​1.171.19
    • @​tanstack/start-server-core@​1.169.16
Changelog

Sourced from @​tanstack/react-start's changelog.

1.168.27

Patch Changes

  • Updated dependencies [ba52d2b]:
    • @​tanstack/start-client-core@​1.170.13
    • @​tanstack/react-router@​1.170.17
    • @​tanstack/react-start-client@​1.168.15
    • @​tanstack/react-start-rsc@​0.1.26
    • @​tanstack/react-start-server@​1.167.21
    • @​tanstack/start-plugin-core@​1.171.19
    • @​tanstack/start-server-core@​1.169.16
Commits

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 production-dependencies group with 3 updates: [@primer/react](https://github.com/primer/react), [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) and [@tanstack/react-start](https://github.com/TanStack/router/tree/HEAD/packages/react-start).


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

Updates `@tanstack/react-router` from 1.170.16 to 1.170.17
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/react-router@1.170.17/packages/react-router)

Updates `@tanstack/react-start` from 1.168.26 to 1.168.27
- [Release notes](https://github.com/TanStack/router/releases)
- [Changelog](https://github.com/TanStack/router/blob/main/packages/react-start/CHANGELOG.md)
- [Commits](https://github.com/TanStack/router/commits/@tanstack/react-start@1.168.27/packages/react-start)

---
updated-dependencies:
- dependency-name: "@primer/react"
  dependency-version: 38.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@tanstack/react-router"
  dependency-version: 1.170.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tanstack/react-start"
  dependency-version: 1.168.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

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 Jul 2, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 2, 2026 20:34
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