Downgrade @oddbird/popover-polyfill to ^0.5.2 - #4133
Merged
Conversation
Downgrade the polyfill and add a Dependabot ignore entry so it won't get bumped again. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
🦋 Changeset detectedLatest commit: f489167 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 |
jonrohan
marked this pull request as ready for review
July 2, 2026 03:00
jonrohan
requested review from
Copilot and
llastflowers
and removed request for
Copilot
July 2, 2026 03:00
Merged
myabc
added a commit
to opf/primer_view_components
that referenced
this pull request
Jul 21, 2026
Merges primer/view_components through the release-tracking batch ending at 0098814 (v0.53.0), bringing in three dependabot bumps: - Bump view_component from 4.9.0 to 4.12.0 (primer#4119) - Bump @primer/css from 22.1.1 to 22.3.0 (primer#4126) - Downgrade @oddbird/popover-polyfill to ^0.5.2 (primer#4133) Resolves the package.json rename/version conflict in favor of the fork's identity and keeps the fork's newer @primer/primitives and @primer/stylelint-config pins. Regenerates Gemfile.lock, package-lock.json, static assets, and docs via script/setup on a clean tree.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What are you trying to accomplish?
Downgrade
@oddbird/popover-polyfillfrom^0.7.0to^0.5.2and add a Dependabotignoreentry so it won't get bumped again.Integration
package.jsonpins the polyfill to^0.5.2,package-lock.jsonresolves to0.5.2..github/dependabot.ymlignores@oddbird/popover-polyfillin the rootnpmecosystem.List the issues that this change affects.
Closes # (type the GitHub issue number after #)
Risk Assessment
What approach did you choose and why?
Version bump plus a Dependabot ignore. Pinning through the config keeps future automated PRs from re-upgrading it.
Anything you want to highlight for special attention from reviewers?
The
ignoreentry lives under the rootnpmblock, so the/demonpm config is unaffected.