-
Notifications
You must be signed in to change notification settings - Fork 53
Bump @oddbird/popover-polyfill from 0.6.0 to 0.6.1 #10807
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
davidcornu
merged 1 commit into
main
from
dependabot/npm_and_yarn/oddbird/popover-polyfill-0.6.1
Jul 21, 2025
Merged
Bump @oddbird/popover-polyfill from 0.6.0 to 0.6.1 #10807
davidcornu
merged 1 commit into
main
from
dependabot/npm_and_yarn/oddbird/popover-polyfill-0.6.1
Jul 21, 2025
Conversation
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
48f730a
to
82a8ffa
Compare
82a8ffa
to
3d24d47
Compare
Bumps [@oddbird/popover-polyfill](https://github.com/oddbird/popover-polyfill) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/oddbird/popover-polyfill/releases) - [Changelog](https://github.com/oddbird/popover-polyfill/blob/main/CHANGELOG.md) - [Commits](oddbird/popover-polyfill@v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: "@oddbird/popover-polyfill" dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
3d24d47
to
0c5c48a
Compare
Sarvesh-Mk
pushed a commit
to Sarvesh-Mk/hcb
that referenced
this pull request
Jul 21, 2025
Bumps [@oddbird/popover-polyfill](https://github.com/oddbird/popover-polyfill) from 0.6.0 to 0.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oddbird/popover-polyfill/releases"><code>@oddbird/popover-polyfill</code>'s releases</a>.</em></p> <blockquote> <h2>v0.6.1</h2> <h2>What's Changed</h2> <ul> <li>🐛 BUGFIX: Respect <code>defaultPrevented</code> in <code>popovertarget</code> click handler by <a href="https://github.com/philipp-spiess"><code>@philipp-spiess</code></a> in <a href="https://redirect.github.com/oddbird/popover-polyfill/pull/251">oddbird/popover-polyfill#251</a></li> <li>📝 DOCS: Add position notes by <a href="https://github.com/jamesnw"><code>@jamesnw</code></a> in <a href="https://redirect.github.com/oddbird/popover-polyfill/pull/252">oddbird/popover-polyfill#252</a></li> <li>📝 DOCS: Add example for backdrop by <a href="https://github.com/dvdherron"><code>@dvdherron</code></a> in <a href="https://redirect.github.com/oddbird/popover-polyfill/pull/247">oddbird/popover-polyfill#247</a></li> <li>📝 DOCS: Document browser support by <a href="https://github.com/jgerigmeyer"><code>@jgerigmeyer</code></a> in <a href="https://redirect.github.com/oddbird/popover-polyfill/pull/250">oddbird/popover-polyfill#250</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/philipp-spiess"><code>@philipp-spiess</code></a> made their first contribution in <a href="https://redirect.github.com/oddbird/popover-polyfill/pull/251">oddbird/popover-polyfill#251</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/oddbird/popover-polyfill/compare/v0.6.0...v0.6.1">https://github.com/oddbird/popover-polyfill/compare/v0.6.0...v0.6.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oddbird/popover-polyfill/commit/5401013c2c709819c9cfbe439cddf4d1f54531b7"><code>5401013</code></a> 0.6.1</li> <li><a href="https://github.com/oddbird/popover-polyfill/commit/70623ab5aa914d7871e2ec5a197de27fa81f23bd"><code>70623ab</code></a> Merge pull request <a href="https://redirect.github.com/oddbird/popover-polyfill/issues/252">#252</a> from oddbird/position-notes</li> <li><a href="https://github.com/oddbird/popover-polyfill/commit/e52e90fbfb597b96a0d39d486554c22e728be02e"><code>e52e90f</code></a> Merge branch 'main' of <a href="https://github.com/oddbird/popover-polyfill">https://github.com/oddbird/popover-polyfill</a> into posit...</li> <li><a href="https://github.com/oddbird/popover-polyfill/commit/b6bff1c07ed5f2bb4bd44ab7fa69a328df15c1bc"><code>b6bff1c</code></a> Add anchor positioning link</li> <li><a href="https://github.com/oddbird/popover-polyfill/commit/56b35a0435082cae6cd5d6055b7cf43fbc2ad029"><code>56b35a0</code></a> Merge pull request <a href="https://redirect.github.com/oddbird/popover-polyfill/issues/251">#251</a> from philipp-spiess/feat/respect-default-prevented</li> <li><a href="https://github.com/oddbird/popover-polyfill/commit/0cf32a9ecf0bd1f5a863e795f49aa4853bb5179d"><code>0cf32a9</code></a> Remove capture phase</li> <li><a href="https://github.com/oddbird/popover-polyfill/commit/2ea3545bc4916783bae45774bd316e59578a9a25"><code>2ea3545</code></a> Update src/popover.ts</li> <li><a href="https://github.com/oddbird/popover-polyfill/commit/5119bf7946298f71e8268d7f2fcb922c0152f9c6"><code>5119bf7</code></a> Add position notes</li> <li><a href="https://github.com/oddbird/popover-polyfill/commit/23d30fe9709099c9b20a80477cf78624e84c1715"><code>23d30fe</code></a> fix: respect defaultPrevented in popovertarget click handler</li> <li><a href="https://github.com/oddbird/popover-polyfill/commit/470a810452d139f280ba48fcf6f3cf091f40a587"><code>470a810</code></a> Merge pull request <a href="https://redirect.github.com/oddbird/popover-polyfill/issues/250">#250</a> from oddbird/browser-support</li> <li>Additional commits viewable in <a href="https://github.com/oddbird/popover-polyfill/compare/v0.6.0...v0.6.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
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.
Bumps @oddbird/popover-polyfill from 0.6.0 to 0.6.1.
Release notes
Sourced from
@oddbird/popover-polyfill
's releases.Commits
5401013
0.6.170623ab
Merge pull request #252 from oddbird/position-notese52e90f
Merge branch 'main' of https://github.com/oddbird/popover-polyfill into posit...b6bff1c
Add anchor positioning link56b35a0
Merge pull request #251 from philipp-spiess/feat/respect-default-prevented0cf32a9
Remove capture phase2ea3545
Update src/popover.ts5119bf7
Add position notes23d30fe
fix: respect defaultPrevented in popovertarget click handler470a810
Merge pull request #250 from oddbird/browser-supportDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)