Conversation
🦋 Changeset detectedLatest commit: 8b441b4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Pull request overview
This PR updates the @primer/primitives dependency from version 11.3.1 to 11.3.2, ensuring the project uses the latest patch version of the design system tokens. This is a routine dependency update that maintains compatibility with the existing "10.x || 11.x" version range specified in packages/react/package.json.
Key Changes:
- Updates
@primer/primitivesto version 11.3.2 in root-level devDependencies - Updates package-lock.json with new version, integrity hash, and workspace version references
- Adds a changeset indicating this will be released as a patch version
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Adds @primer/primitives ^11.3.2 to root-level devDependencies |
| package-lock.json | Updates primitives version from 11.3.1 to 11.3.2 with new integrity hash, and updates internal workspace version references from 38.5.0 to 38.6.1 for @primer/react |
| .changeset/dark-pianos-fly.md | Adds changeset documenting the primitives update as a patch release |
The changes are consistent and follow the repository's established patterns for primitives updates. The changeset correctly identifies this as a patch release, which aligns with the historical convention for patch-level primitives updates (as evidenced by similar updates in the CHANGELOG). All version references are updated consistently across the lock file, including the example applications that depend on @primer/react.
TylerJDev
left a comment
There was a problem hiding this comment.
It looks like we're adding the package to our dev dependencies. I think it should instead be in our package.json in react (https://github.com/primer/react/blob/main/packages/react/package.json#L85).
The package.json looks fine, so we could just ship that 😁 Let me know if you have questions!
|
Hi! This pull request has been marked as stale because it has been open with no activity for 60 days. You can comment on the pull request or remove the stale label to keep it open. If you do nothing, this pull request will be closed in 7 days. |
Updated primitives: https://github.slack.com/archives/CSGAVNZ19/p1765216636701329
Changelog
New
Changed
Removed
Rollout strategy
Testing & Reviewing
Merge checklist