Skip to content

deps: bump the dependency-updates group across 1 directory with 4 updates#1989

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/main/dependency-updates-7d47fd8c65
Open

deps: bump the dependency-updates group across 1 directory with 4 updates#1989
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/main/dependency-updates-7d47fd8c65

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dependency-updates group with 4 updates in the / directory: @primer/react, @npmcli/template-oss, prettier and semver.

Updates @primer/react from 38.27.0 to 38.29.0

Release notes

Sourced from @​primer/react's releases.

@​primer/react@​38.29.0

Minor Changes

  • #8009 2cf75b5 Thanks @​joshblack! - Update CSS build options to compile down :is() selectors

  • #7994 8cb7f6d Thanks @​TylerJDev! - ActionList: Adds tooltipDirection prop to ActionList.TrailingAction

  • #7867 4ec4248 Thanks @​llastflowers! - Add data-component attributes and associated tests for ActionMenu, AnchoredOverlay, Autocomplete, and NavList

  • #7897 1f7b8af Thanks @​liuliu-dev! - Add support for the as prop on TreeView.Item. This enables rendering the treeitem as a different element (e.g. as="a" for native anchors, or a custom router-link component) while preserving all existing keyboard, focus, and ARIA behavior.

    When as is omitted, the existing markup is unchanged: an <li> is rendered as the role="treeitem" element. When as is provided, the polymorphic element is rendered as the treeitem and is wrapped in an <li role="none"> so the markup remains valid (a <ul role="tree"> may only directly contain <li> elements).

Patch Changes

  • #7976 1fac927 Thanks @​copilot-swe-agent! - NavList: add a small gap between items for readability, including before expanded sub-navs, behind the primer_react_action_list_item_gap feature flag

  • #7999 eada357 Thanks @​copilot-swe-agent! - Breadcrumbs: Improve rendering performance and refresh the overflow menu when breadcrumb content changes without changing the number of items.

  • #7929 48c34ca Thanks @​joshblack! - FilteredActionList: Make body skeleton widths stable for server rendering

  • #7985 969c874 Thanks @​joshblack! - AnchoredOverlay: Render the popover target attribute correctly for popover anchors

  • #7984 06fdad4 Thanks @​joshblack! - CircleBadge, ActionList: Prevent internal props from rendering on DOM elements

  • #7978 e3f655c Thanks @​copilot-swe-agent! - PageHeader.ParentLink: Forward unknown props (e.g. to) to the underlying element, enabling client-side routing with polymorphic as.

  • #7930 f32ac0f Thanks @​copilot-swe-agent! - Blankslate: reduce size="small" padding to var(--base-size-16) for denser layouts

@​primer/react@​38.28.0

Minor Changes

  • #7888 45be31b Thanks @​TylerJDev! - AnchoredOverlay: Extend cssAnchorPositioningSettings with a fallbackStrategy ('default' | 'none' | 'opposite-side') to control CSS anchor positioning fallback behavior when native CSS anchor positioning is active.

  • #7923 6a7e130 Thanks @​dylanatsmith! - Card: Add layout="compact" prop for a compact card layout with tighter spacing, no icon background, and smaller title

  • #7922 55b7b04 Thanks @​dylanatsmith! - InlineMessage: Make variant prop optional, defaulting to the standard foreground color with an info icon

  • #7889 3af5edc Thanks @​llastflowers! - Add data-component attributes and associated tests for PageHeader, PageLayout, Pagehead, Popover, Portal, and ProgressBar

  • #7964 0f0f79f Thanks @​TylerJDev! - AnchoredOverlay: Add cssAnchorPositioningSettings prop to allow opting out of native CSS anchor positioning (via disable), and use it in SelectPanel so the modal variant stays manually centered instead of being repositioned by CSS anchor positioning.

Patch Changes

... (truncated)

Commits
  • 195cf4e Release tracking (#7980)
  • ccaa1ea Remove internal @​primer/react entrypoint imports (#8011)
  • 8542056 refactor: include prettier in doc-gen build externals (#8004)
  • 7b613f1 Fix failing GitHub Actions job react-compiler (#8014)
  • eada357 perf(Breadcrumbs): derive overflow in render; refresh menu on content change ...
  • c5b4bd4 test(vitest): enable console enforcement and document env override (#7986)
  • 969c874 test: fix async console warnings (#7985)
  • 06fdad4 fix: prevent internal props rendering to DOM (#7984)
  • 16b26e1 feat: add @​primer/react-canvas package (#7996)
  • 2cf75b5 feat: add support for compiling :is() selectors (#8009)
  • Additional commits viewable in compare view

Updates @npmcli/template-oss from 5.1.0 to 5.1.1

Release notes

Sourced from @​npmcli/template-oss's releases.

v5.1.1

5.1.1 (2026-06-16)

Dependencies

Changelog

Sourced from @​npmcli/template-oss's changelog.

5.1.1 (2026-06-16)

Dependencies

Commits

Updates prettier from 3.8.3 to 3.8.4

Release notes

Sourced from prettier's releases.

3.8.4

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.4

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a


b


c

d



<!-- Prettier 3.8.3 -->

a

b


c

d



<!-- Prettier 3.8.4 -->


a

b



c

d
Commits
  • 1c6ba55 Release 3.8.4
  • 4a673dc Fix blank lines between list items and nested sub-lists being removed in Mark...
  • 074aaed Replace main branch in changelog link with tags (#19054)
  • c22a003 Bump Prettier dependency to 3.8.3
  • 07bad1f Clean changelog_unreleased
  • See full diff in compare view

Updates semver from 7.8.2 to 7.8.5

Release notes

Sourced from semver's releases.

v7.8.5

7.8.5 (2026-06-19)

Bug Fixes

v7.8.4

7.8.4 (2026-06-09)

Bug Fixes

v7.8.3

7.8.3 (2026-06-08)

Bug Fixes

Chores

Changelog

Sourced from semver's changelog.

7.8.5 (2026-06-19)

Bug Fixes

7.8.4 (2026-06-09)

Bug Fixes

7.8.3 (2026-06-08)

Bug Fixes

Chores

Commits
  • 6e05b76 chore: release 7.8.5 (#879)
  • 9c8692a fix: include prereleases in tilde range lower bound with includePrerelease (#...
  • 8640bd6 chore: release 7.8.4 (#875)
  • e583226 fix: reject numeric segments after x-ranges
  • 6b77aa8 chore: release 7.8.3 (#873)
  • 3485dda chore: bump @​npmcli/eslint-config from 6.0.1 to 7.0.0 (#866)
  • 046da7f fix: align caret includePrerelease lower bounds (#872)
  • See full diff in compare view

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

…ates

Bumps the dependency-updates group with 4 updates in the / directory: [@primer/react](https://github.com/primer/react), [@npmcli/template-oss](https://github.com/npm/template-oss), [prettier](https://github.com/prettier/prettier) and [semver](https://github.com/npm/node-semver).


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

Updates `@npmcli/template-oss` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/npm/template-oss/releases)
- [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md)
- [Commits](npm/template-oss@v5.1.0...v5.1.1)

Updates `prettier` from 3.8.3 to 3.8.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.3...3.8.4)

Updates `semver` from 7.8.2 to 7.8.5
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.8.2...v7.8.5)

---
updated-dependencies:
- dependency-name: "@primer/react"
  dependency-version: 38.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependency-updates
- dependency-name: "@npmcli/template-oss"
  dependency-version: 5.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: prettier
  dependency-version: 3.8.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: semver
  dependency-version: 7.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the Dependencies Pull requests that update a dependency file label Jun 22, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 22, 2026 05:35
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant