Skip to content

Bump @primer/primitives from 11.9.0 to 11.10.0 in the all group across 1 directory - #3129

Merged
siddharthkp merged 1 commit into
mainfrom
dependabot/npm_and_yarn/all-a388917f3e
Aug 4, 2026
Merged

Bump @primer/primitives from 11.9.0 to 11.10.0 in the all group across 1 directory#3129
siddharthkp merged 1 commit into
mainfrom
dependabot/npm_and_yarn/all-a388917f3e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the all group with 1 update in the / directory: @primer/primitives.

Updates @primer/primitives from 11.9.0 to 11.10.0

Release notes

Sourced from @​primer/primitives's releases.

@​primer/primitives@​11.10.0

Minor Changes

  • #1402 2627836 Thanks @​janmaarten-a11y! - Differentiate fgColor.done from fgColor.upsell in the dark protanopia & deuteranopia theme.

    Previously both resolved to the same purple (base.color.purple.4 / #AB7DF8), making status indicators using done (e.g. closed-as-completed issues, merged PRs) visually indistinguishable from indicators using upsell (often used for "in progress" promotional UI). Under deutan/protan simulation, purple also collapses toward the same hue as open, success, and attention, leaving no perceptually safe chromatic slot for done.

    • fgColor.done in dark-protanopia-deuteranopia now resolves to base.color.neutral.10 (#B7BDC8), one step brighter than fgColor.closed / fgColor.muted (neutral.9) so the two neutral-coded states stay distinguishable by lightness.
    • fgColor.upsell in dark-protanopia-deuteranopia is pinned to base.color.purple.4 so promotional content keeps its purple, independent of the done change.

    The high-contrast variant of this theme is unchanged in this release because the available neutral scale slots are already occupied (closed, draft, and body text); a separate fix is being scoped for HC.

  • #1412 3b20045 Thanks @​liuliu-dev! - Add 'Noto Sans Backtick Fix' before 'Noto Sans' in fontStack.system, fontStack.sansSerif, and fontStack.sansSerifDisplay. The new family name is a non-shadowing alias for a consumer-defined @font-face, fixing body text falling through to Helvetica/Arial on Linux Firefox (see primer/css#3107, github/primer#6890).

Changelog

Sourced from @​primer/primitives's changelog.

11.10.0

Minor Changes

  • #1402 2627836 Thanks @​janmaarten-a11y! - Differentiate fgColor.done from fgColor.upsell in the dark protanopia & deuteranopia theme.

    Previously both resolved to the same purple (base.color.purple.4 / #AB7DF8), making status indicators using done (e.g. closed-as-completed issues, merged PRs) visually indistinguishable from indicators using upsell (often used for "in progress" promotional UI). Under deutan/protan simulation, purple also collapses toward the same hue as open, success, and attention, leaving no perceptually safe chromatic slot for done.

    • fgColor.done in dark-protanopia-deuteranopia now resolves to base.color.neutral.10 (#B7BDC8), one step brighter than fgColor.closed / fgColor.muted (neutral.9) so the two neutral-coded states stay distinguishable by lightness.
    • fgColor.upsell in dark-protanopia-deuteranopia is pinned to base.color.purple.4 so promotional content keeps its purple, independent of the done change.

    The high-contrast variant of this theme is unchanged in this release because the available neutral scale slots are already occupied (closed, draft, and body text); a separate fix is being scoped for HC.

  • #1412 3b20045 Thanks @​liuliu-dev! - Add 'Noto Sans Backtick Fix' before 'Noto Sans' in fontStack.system, fontStack.sansSerif, and fontStack.sansSerifDisplay. The new family name is a non-shadowing alias for a consumer-defined @font-face, fixing body text falling through to Helvetica/Arial on Linux Firefox (see primer/css#3107, github/primer#6890).

Commits
  • 3f51f80 Version Packages (#1403)
  • 3b20045 add 'Noto Sans Backtick Fix' alias to sans-serif font stacks (#1412)
  • 856b103 chore(deps-dev): bump style-dictionary from 5.0.4 to 5.4.4 (#1411)
  • 61d8082 chore(deps-dev): bump postcss from 8.5.15 to 8.5.23 (#1410)
  • ef53094 chore(deps-dev): bump fast-uri from 3.1.2 to 3.1.4 (#1409)
  • b447200 chore(deps-dev): bump ws from 8.20.1 to 8.21.1 (#1408)
  • c305c51 chore(deps-dev): bump @​babel/core from 7.29.0 to 7.29.7 (#1404)
  • 2627836 Differentiate fgColor.done from upsell in dark protanopia & deuteranopia (#1402)
  • dfbda0f chore(deps-dev): bump vitest from 3.2.4 to 4.1.0 (#1400)
  • e9dbbca chore(deps-dev): bump qs from 6.14.2 to 6.15.2 (#1399)
  • Additional commits viewable in compare view

@dependabot
dependabot Bot requested review from a team as code owners August 3, 2026 05:32
@changeset-bot

changeset-bot Bot commented Aug 3, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 2cf380e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
github-actions Bot temporarily deployed to Storybook Preview August 3, 2026 05:35 Inactive
Bumps the all group with 1 update in the / directory: [@primer/primitives](https://github.com/primer/primitives).


Updates `@primer/primitives` from 11.9.0 to 11.10.0
- [Release notes](https://github.com/primer/primitives/releases)
- [Changelog](https://github.com/primer/primitives/blob/main/CHANGELOG.md)
- [Commits](https://github.com/primer/primitives/compare/v11.9.0...@primer/primitives@11.10.0)

---
updated-dependencies:
- dependency-name: "@primer/primitives"
  dependency-version: 11.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump @primer/primitives from 11.9.0 to 11.10.0 in the all group Bump @primer/primitives from 11.9.0 to 11.10.0 in the all group across 1 directory Aug 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/all-a388917f3e branch from 2054d7a to 2cf380e Compare August 4, 2026 05:32
@github-actions
github-actions Bot temporarily deployed to Storybook Preview August 4, 2026 05:35 Inactive
@siddharthkp
siddharthkp merged commit 24ef18f into main Aug 4, 2026
17 checks passed
@siddharthkp
siddharthkp deleted the dependabot/npm_and_yarn/all-a388917f3e branch August 4, 2026 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant