Skip to content

Bump @primer/primitives from 11.9.0 to 11.10.0 - #1011

Merged
ntkme merged 1 commit into
mainfrom
dependabot/npm_and_yarn/primer/primitives-11.10.0
Aug 3, 2026
Merged

Bump @primer/primitives from 11.9.0 to 11.10.0#1011
ntkme merged 1 commit into
mainfrom
dependabot/npm_and_yarn/primer/primitives-11.10.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @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 compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@primer/primitives](https://github.com/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
...

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 Aug 3, 2026
@ntkme
ntkme merged commit 95f8443 into main Aug 3, 2026
4 checks passed
@ntkme
ntkme deleted the dependabot/npm_and_yarn/primer/primitives-11.10.0 branch August 3, 2026 01:44
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.

1 participant