Skip to content

Conversation

@langermank
Copy link
Contributor

Bump to latest

Copilot AI review requested due to automatic review settings November 6, 2025 23:49
@langermank langermank requested a review from a team as a code owner November 6, 2025 23:49
@langermank langermank requested a review from joshblack November 6, 2025 23:49
@changeset-bot
Copy link

changeset-bot bot commented Nov 6, 2025

⚠️ No Changeset found

Latest commit: 67eec50

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

@langermank langermank added the skip changeset This change does not need a changelog label Nov 6, 2025
@github-actions github-actions bot added the integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm label Nov 6, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2025

👋 Hi, this pull request contains changes to the source code that github/github-ui depends on. If you are GitHub staff, test these changes with github/github-ui using the integration workflow. Or, apply the integration-tests: skipped manually label to skip these checks.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request updates the CSS color function syntax across multiple CSS Module files to comply with modern CSS Color Module Level 4 standards. The changes are driven by an update to @primer/stylelint-config from version 13.3.0 to 13.4.1, which enforces the use of rgb() and hsl() functions instead of the legacy rgba() and hsla() functions.

  • Updates @primer/stylelint-config to version 13.4.1
  • Converts all rgba() function calls to rgb() with alpha parameter
  • Converts all hsla() function calls to hsl() with alpha parameter

Reviewed Changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/react/src/stories/deprecated/ActionMenuStories.module.css Updates box-shadow colors from rgba() to rgb() syntax
packages/react/src/stories/deprecated/ActionListStories.module.css Updates box-shadow colors from rgba() to rgb() syntax
packages/react/src/Token/IssueLabelToken.module.css Updates background, border, and gradient colors from rgba()/hsla() to rgb()/hsl() syntax
packages/react/src/ToggleSwitch/ToggleSwitch.module.css Updates background colors from hsla() to hsl() syntax
packages/react/src/Skeleton/SkeletonBox.module.css Updates mask-image gradient from rgba() to rgb() syntax
packages/react/src/ProgressBar/ProgressBar.module.css Updates mask-image gradient from rgba() to rgb() syntax
packages/react/src/AvatarStack/AvatarStack.module.css Updates box-shadow and mask-image colors from rgba() to rgb() syntax
package.json Updates @primer/stylelint-config dependency to version 13.4.1
package-lock.json Updates lockfile with new dependency versions and package version bumps for @primer/react and @primer/styled-react

@langermank langermank added this pull request to the merge queue Nov 7, 2025
Merged via the queue into main with commit 72fcf53 Nov 7, 2025
48 checks passed
@langermank langermank deleted the bump-stylelint branch November 7, 2025 00:27
pksjce pushed a commit that referenced this pull request Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm skip changeset This change does not need a changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants