Skip to content

deps: bump the dependency-updates group with 4 updates#1985

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/dependency-updates-fc35f1d55e
Closed

deps: bump the dependency-updates group with 4 updates#1985
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/dependency-updates-fc35f1d55e

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dependency-updates group with 4 updates: @primer/react, prettier, pacote and semver.

Updates @primer/react from 38.27.0 to 38.28.0

Release notes

Sourced from @​primer/react's releases.

@​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

  • #7918 95986ce Thanks @​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 2087e87 Thanks @​francinelucca! - ThemeProvider: Skip rendering the SSR handoff script when the primer_react_theme_provider_remove_ssr_handoff feature flag is enabled

  • #7910 0c38cfa Thanks @​janmaarten-a11y! - Timeline: Add primer_react_timeline_list_semantics feature flag to opt into list semantics

    When the primer_react_timeline_list_semantics feature flag is enabled, Timeline renders as <ol role="list"> and Timeline.Item / Timeline.Break render as <li> so screen reader users get list navigation (total item count, position in sequence). The default behavior is unchanged — Timeline and its subcomponents still render as <div> until the flag is opted into.

    Enable the flag with the FeatureFlags provider:

    import {FeatureFlags} from '@primer/react/experimental'
    ;<FeatureFlags flags={{primer_react_timeline_list_semantics: true}}>
    <Timeline></Timeline>
    </FeatureFlags>

Commits
  • f590c21 Release tracking (#7925)
  • 45be31b AnchoredOverlay: Allow customization of CSS anchor positioning (#7888)
  • 2087e87 ThemeProvider: Remove dangerouslySetInnerHTML under FF (#7971)
  • 53ea013 MCP server: add readOnlyHint annotation to all tools (#7965)
  • 0f0f79f AnchoredOverlay: Add settings for CSS anchor positioning (#7964)
  • 6a7e130 Card: Add variant="condensed" for compact card layout (#7923)
  • 3af5edc data-component adr part 6 (#7889)
  • 35c20e4 Update Storybook dependencies (#7946)
  • e82843d chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#7931)
  • 0c3622b chore(deps): bump changesets/action from 1.8.0 to 1.9.0 (#7932)
  • Additional commits viewable in compare view

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 pacote from 21.5.0 to 21.5.1

Release notes

Sourced from pacote's releases.

v21.5.1

21.5.1 (2026-06-09)

Bug Fixes

Chores

Changelog

Sourced from pacote's changelog.

21.5.1 (2026-06-09)

Bug Fixes

Chores

Commits

Updates semver from 7.8.2 to 7.8.4

Release notes

Sourced from semver's releases.

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.4 (2026-06-09)

Bug Fixes

7.8.3 (2026-06-08)

Bug Fixes

Chores

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 dependency-updates group with 4 updates: [@primer/react](https://github.com/primer/react), [prettier](https://github.com/prettier/prettier), [pacote](https://github.com/npm/pacote) and [semver](https://github.com/npm/node-semver).


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

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 `pacote` from 21.5.0 to 21.5.1
- [Release notes](https://github.com/npm/pacote/releases)
- [Changelog](https://github.com/npm/pacote/blob/v21.5.1/CHANGELOG.md)
- [Commits](npm/pacote@v21.5.0...v21.5.1)

Updates `semver` from 7.8.2 to 7.8.4
- [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.4)

---
updated-dependencies:
- dependency-name: "@primer/react"
  dependency-version: 38.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: pacote
  dependency-version: 21.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependency-updates
- dependency-name: semver
  dependency-version: 7.8.4
  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 15, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 15, 2026 05:36
@dependabot dependabot Bot added the Dependencies Pull requests that update a dependency file label Jun 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 22, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/main/dependency-updates-fc35f1d55e branch 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.

0 participants