Skip to content

Commit

Permalink
Bump popover-polyfill to latest version (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron authored May 19, 2023
1 parent 539130d commit b47a378
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/tiny-lions-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/view-components': patch
---

Bump popover-polyfill to latest version
14 changes: 7 additions & 7 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@github/mini-throttle": "^2.1.0",
"@github/relative-time-element": "^4.0.0",
"@github/tab-container-element": "^3.1.2",
"@oddbird/popover-polyfill": "^0.2.0",
"@oddbird/popover-polyfill": "^0.2.1",
"@primer/behaviors": "^1.3.4"
},
"devDependencies": {
Expand Down
5 changes: 1 addition & 4 deletions test/accessibility_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ class AccessibilityTest < System::TestCase
IGNORED_PREVIEWS = %w[
Primer::Beta::MarkdownPreview
Primer::Beta::AutoCompleteItemPreview
Docs::AutoCompleteItemPreview
Docs::BetaAutoCompleteItemPreview
Docs::NavigationTabPreview
Docs::NavigationTabComponentPreview
].freeze

ViewComponent::Preview.all.each do |klass|
next if klass.name.start_with?("Docs::")
next if IGNORED_PREVIEWS.include?(klass.to_s)

component_previews = klass.instance_methods(false)
Expand Down

0 comments on commit b47a378

Please sign in to comment.