Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"@github/mini-throttle": "^2.1.1",
"@github/relative-time-element": "^4.5.0",
"@github/relative-time-element": "^5.0.0",
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

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

Upgrading to @github/relative-time-element v5 removes the package’s JSX IntrinsicElements augmentation. Since @primer/react imports this dependency (e.g. RelativeTimeElement), that augmentation could previously have been visible to TS consumers and enabled using <relative-time> directly in TSX without extra declarations. Please confirm whether this is considered a breaking change for @primer/react consumers (and whether a major bump / explicit migration note is needed) even if the documented API is the RelativeTime React wrapper.

Suggested change
"@github/relative-time-element": "^5.0.0",
"@github/relative-time-element": "^4.0.0",

Copilot uses AI. Check for mistakes.
"@github/tab-container-element": "^4.8.2",
"@lit-labs/react": "1.2.1",
"@oddbird/css-anchor-positioning": "^0.9.0",
Expand Down
Loading