Skip to content

Bump @primer/css from 21.3.1 to 22.0.0#225

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/primer/css-22.0.0
Closed

Bump @primer/css from 21.3.1 to 22.0.0#225
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/primer/css-22.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Jun 13, 2025

Bumps @primer/css from 21.3.1 to 22.0.0.

Release notes

Sourced from @​primer/css's releases.

v22.0.0

Major Changes

  • #2789 4113637 Thanks @​jonrohan! - Remove @​primer/view-components imports for styles moved to primer/view_components

v21.5.1

Patch Changes

v21.5.0

Minor Changes

v21.4.0

Minor Changes

Patch Changes

v21.3.6

Patch Changes

v21.3.5

Patch Changes

v21.3.4

Patch Changes

v21.3.3

Patch Changes

v21.3.2

Patch Changes

... (truncated)

Changelog

Sourced from @​primer/css's changelog.

22.0.0

Major Changes

  • #2789 4113637 Thanks @​jonrohan! - Remove @​primer/view-components imports for styles moved to primer/view_components

21.5.1

Patch Changes

21.5.0

Minor Changes

21.4.0

Minor Changes

Patch Changes

21.3.6

Patch Changes

21.3.5

Patch Changes

21.3.4

Patch Changes

... (truncated)

Commits
  • f475bf0 Version Packages (#2792)
  • ce5ca02 Bump eslint-plugin-jest from 28.11.0 to 28.11.1 in the all group (#2849)
  • 68caa39 Bump @​primer/primitives from 10.6.0 to 10.7.0 in the all group (#2847)
  • e0b22ca Bump the all group across 1 directory with 3 updates (#2846)
  • e1567ff Bump the all group across 1 directory with 4 updates (#2839)
  • 0a76aab Bump stylelint from 16.19.0 to 16.19.1 in the all group (#2837)
  • 164cd4e Bump stylelint from 16.18.0 to 16.19.0 in the all group (#2836)
  • a9fd306 Bump eslint from 9.25.0 to 9.25.1 in the all group (#2835)
  • d059bc8 Bump eslint from 9.24.0 to 9.25.0 in the all group (#2834)
  • 6c29ff5 Bump @​changesets/cli from 2.29.1 to 2.29.2 in the all group (#2833)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Summary by Sourcery

Bump @primer/css from v21.3.1 to v22.0.0 to adopt the latest styling framework updates, major removals, and various bug fixes and enhancements.

Bug Fixes:

  • Replace deprecated CSS properties in .sr-only
  • Fix complex padding calc on kbd elements and correct calc typo
  • Drop “display: none” from details element contents styling

Enhancements:

  • Remove @primer/view-components imports for styles moved to primer/view_components
  • Add support for primer/primitives versions 9 and 10
  • Use tabular numbers in tables and remove background behind images in markdown-body

Build:

  • Update @primer/css dependency version in package.json to ^22.0.0

Bumps [@primer/css](https://github.com/primer/css) from 21.3.1 to 22.0.0.
- [Release notes](https://github.com/primer/css/releases)
- [Changelog](https://github.com/primer/css/blob/main/CHANGELOG.md)
- [Commits](primer/css@v21.3.1...v22.0.0)

---
updated-dependencies:
- dependency-name: "@primer/css"
  dependency-version: 22.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jun 13, 2025
@sourcery-ai
Copy link
Copy Markdown

sourcery-ai bot commented Jun 13, 2025

Reviewer's Guide

Upgrade @primer/css from 21.3.1 to 22.0.0 by updating the dependency declaration and regenerating the lock file to pull in all major, minor, and patch CSS changes.

File-Level Changes

Change Details Files
Bump @primer/css to version 22.0.0
  • Update the @primer/css version specifier in package.json
  • Regenerate package-lock.json to include the new release
package.json
package-lock.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​primer/​css@​21.3.1 ⏵ 22.0.0100 +110093 +1100 +1100
Addednock@​14.0.49910010098100

View full report

@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Jul 8, 2025

Superseded by #227.

@dependabot dependabot bot closed this Jul 8, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/primer/css-22.0.0 branch July 8, 2025 17:24
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.

0 participants