Skip to content
Merged
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
1 change: 0 additions & 1 deletion .changeset/fruity-insects-jump.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Upgraded dependencies to latest minor, patch, and select major versions.

`@primer/react-brand`:

- `@oddbird/popover-polyfill`: 0.5.2 → 0.6.1
- `autoprefixer`: 10.4.20 → 10.4.27
- `css-loader`: 7.1.2 → 7.1.4
- `mini-css-extract-plugin`: 2.9.2 → 2.10.2
Expand Down
8 changes: 4 additions & 4 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 @@ -41,7 +41,7 @@
"test": "jest"
},
"dependencies": {
"@oddbird/popover-polyfill": "0.6.1",
"@oddbird/popover-polyfill": "0.5.2",
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

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

The PR title/description references downgrading to 0.52.0, but this dependency is set to 0.5.2. Please confirm the intended target version and align the PR metadata (or the dependency version) to avoid confusion for reviewers and release notes.

Copilot uses AI. Check for mistakes.
"@primer/behaviors": "^1.8.2"
},
"devDependencies": {
Expand Down
Loading