Skip to content
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

Update dependency @reach/skip-nav to ^0.16.0 #251

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 12, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@reach/skip-nav ^0.13.2 -> ^0.16.0 age adoption passing confidence

Release Notes

reach/reach-ui

v0.16.0

Compare Source

BREAKING: This release fixes a rendering bug in the descendants, but the bug in some cases may have coincidentally allowed descendants to be re-indexed in dynamically sorted lists. While this is probably a nice feature, it didn't work consistently and created problems with nested collections.

We do not directly support dynamic sorting of lists, so if you relied on this "feature" you'll need to provide indices to the descendant item directly via props. If you're rendering dynamic lists you are probably iterating an array anyway, so you shouldn't have any issues.

This applies to all collection-based compound components:

  • Tabs
  • Accordion
  • MenuButton
  • Listbox
  • Combobox

🐛 Bugfixes

  • menu-button
    • Reference root's ownerDocument instead of global, better support in iframes

✨ Enhancements

  • menu-button
    • Better handling of mouse-move that caused problems with long lists on small screens
  • dialog
    • Update dependencies to fix small bugs in focus-lock
  • rect
    • Only log warning if observe is true
🤜🤛 3 Committers

v0.15.3

Compare Source

🐛 Bugfixes

  • utils
    • Typescript error for as={Link} on MenuLink (via utils/polymorphic) (@​IanVS)
  • menu-button
    • #​812 Prevent default for links to avoid double click events (@​IanVS)
    • Popover does not consistently close when clicking between Menu Buttons (@​ecklf)
  • listbox
    • Cannot focus on ListboxList when its styled to overlap ListboxButton (@​loque)

📝 Documentation

✨ Enhancements

  • combobox
  • accordion, disclosure
    • Remove -1 tabIndex from accordion and disclosure panels (@​joshuajaco)
🤜🤛 10 Committers

v0.15.2

Compare Source

🐛 Bugfixes
  • menu-button
  • listbox
    • Cannot focus on ListboxList when it's styled to overlap ListboxButton (@​loque)
📝 Documentation
✨ Enhancements
  • combobox
  • accordion, disclosure
    • Remove -1 tabIndex from accordion and disclosure panels (@​joshuajaco)
🤜🤛 8 Committers

v0.15.0

Compare Source

🐛 Bugfixes

  • Combobox
    • Fix persistSelection issues when used with openOnFocus (#​455)
  • All packages
    • #​769 Add *.css files to the list of sideEffect(ful) files (@​Andarist)
    • BREAKING: Removed forwardRefWithAs utility and created new types associated with components that us the as prop. This is a breaking change if you are using the component types directly, but this change was long overdue and should address some new issues that popped up in #​753. Big thanks to @​jjenzz and the Radix UI project for making our lives easier here!
🤜🤛 3 Committers

v0.14.0

Compare Source

  • listbox
    • Fix selection of options using iOS with VoiceOver. (@​aappoalander)
    • Breaking change: If you were using our previously suggested styling selector [data-current] for the selected listbox option, that selector has been removed in favor of [data-current-selected]. The reason is because we also added [data-current-nav] for the highlighted option when navigating the list, so this seemed more clear to distinguish between the two. We also removed the default styles for options that match [aria-selected="true”] because this is an implementation detail that will likely change in an upcoming patch release to address accessibility issues.

📝 Documentation

✨ Enhancements

🤜🤛 6 Committers

Configuration

📅 Schedule: "before 7am on Tuesday" in timezone Australia/Sydney.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Jul 12, 2021

⚠️ No Changeset found

Latest commit: cc018b8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/reach-ui-monorepo branch from b15265f to 0cfa07c Compare July 19, 2021 14:19
@renovate renovate bot force-pushed the renovate/reach-ui-monorepo branch from 0cfa07c to f8d9292 Compare July 26, 2021 14:31
@renovate renovate bot force-pushed the renovate/reach-ui-monorepo branch from f8d9292 to cc018b8 Compare August 2, 2021 14:36
@renovate renovate bot changed the title Update dependency @reach/skip-nav to ^0.15.3 Update dependency @reach/skip-nav to ^0.16.0 Aug 2, 2021
@bladey bladey closed this Sep 30, 2021
@renovate
Copy link
Contributor Author

renovate bot commented Sep 30, 2021

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (^0.16.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/reach-ui-monorepo branch September 30, 2021 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants