chore(deps): update @primer/react to v38.29.0#3008
Merged
Conversation
3ce5659 to
2736808
Compare
|
afonsojramos
approved these changes
Jun 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
38.27.0→38.29.0Release Notes
primer/react (@primer/react)
v38.29.0Compare Source
Minor Changes
#8009
2cf75b5Thanks @joshblack! - Update CSS build options to compile down :is() selectors#7994
8cb7f6dThanks @TylerJDev! - ActionList: AddstooltipDirectionprop toActionList.TrailingAction#7867
4ec4248Thanks @llastflowers! - Add data-component attributes and associated tests for ActionMenu, AnchoredOverlay, Autocomplete, and NavList#7897
1f7b8afThanks @liuliu-dev! - Add support for theasprop onTreeView.Item. This enables rendering thetreeitem as a different element (e.g.
as="a"for native anchors, or a customrouter-link component) while preserving all existing keyboard, focus, and ARIA
behavior.
When
asis omitted, the existing markup is unchanged: an<li>is renderedas the
role="treeitem"element. Whenasis provided, the polymorphicelement 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
1fac927Thanks @copilot-swe-agent! - NavList: add a small gap between items for readability, including before expanded sub-navs, behind theprimer_react_action_list_item_gapfeature flag#7999
eada357Thanks @copilot-swe-agent! - Breadcrumbs: Improve rendering performance and refresh the overflow menu when breadcrumb content changes without changing the number of items.#7929
48c34caThanks @joshblack! - FilteredActionList: Make body skeleton widths stable for server rendering#7985
969c874Thanks @joshblack! - AnchoredOverlay: Render the popover target attribute correctly for popover anchors#7984
06fdad4Thanks @joshblack! - CircleBadge, ActionList: Prevent internal props from rendering on DOM elements#7978
e3f655cThanks @copilot-swe-agent! - PageHeader.ParentLink: Forward unknown props (e.g.to) to the underlying element, enabling client-side routing with polymorphicas.#7930
f32ac0fThanks @copilot-swe-agent! - Blankslate: reducesize="small"padding tovar(--base-size-16)for denser layoutsv38.28.0Compare Source
Minor Changes
#7888
45be31bThanks @TylerJDev! - AnchoredOverlay: ExtendcssAnchorPositioningSettingswith afallbackStrategy('default' | 'none' | 'opposite-side') to control CSS anchor positioning fallback behavior when native CSS anchor positioning is active.#7923
6a7e130Thanks @dylanatsmith! - Card: Addlayout="compact"prop for a compact card layout with tighter spacing, no icon background, and smaller title#7922
55b7b04Thanks @dylanatsmith! - InlineMessage: Makevariantprop optional, defaulting to the standard foreground color with an info icon#7889
3af5edcThanks @llastflowers! - Add data-component attributes and associated tests for PageHeader, PageLayout, Pagehead, Popover, Portal, and ProgressBar#7964
0f0f79fThanks @TylerJDev! - AnchoredOverlay: AddcssAnchorPositioningSettingsprop to allow opting out of native CSS anchor positioning (viadisable), and use it inSelectPanelso themodalvariant stays manually centered instead of being repositioned by CSS anchor positioning.Patch Changes
#7918
95986ceThanks @jonrohan! - Autocomplete: Keep the typed text instead of restoring the full inline suggestion when the input loses focus, matching the behavior of pressing Escape#7971
2087e87Thanks @francinelucca! - ThemeProvider: Skip rendering the SSR handoff script when theprimer_react_theme_provider_remove_ssr_handofffeature flag is enabled#7910
0c38cfaThanks @janmaarten-a11y! - Timeline: Addprimer_react_timeline_list_semanticsfeature flag to opt into list semanticsWhen the
primer_react_timeline_list_semanticsfeature flag is enabled,Timelinerenders as<ol role="list">andTimeline.Item/Timeline.Breakrender as<li>so screen reader users get list navigation (total item count, position in sequence). The default behavior is unchanged —Timelineand its subcomponents still render as<div>until the flag is opted into.Enable the flag with the
FeatureFlagsprovider:Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.