Skip to content

[Snyk] Upgrade @reach/menu-button from 0.1.18 to 0.10.3 #1

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade @reach/menu-button from 0.1.18 to 0.10.3.

merge advice

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 28 versions ahead of your current version.
  • The recommended version was released a month ago, on 2020-05-21.
Release notes
Package name: @reach/menu-button
  • 0.10.3 - 2020-05-21

    🔨 Breaking Changes

    • The only meaningful change to packages in this release is to the API for @reach/descendants. We do not document this module and don't generally recommend it for external use, but in case you're being bold, useDescendants has been renamed to useDescendantsInit. useDescendants is still used, but it will now access the actual descendant list from the appropriate context.

    📝 Documentation

    • #581 Updated the README.md with new link of yarn install instructions (@abhishekjakhar)
    • #587 Fix Dialog's initialFocusRef docs by changing the prop heading to the DialogOverlay component (@CodingDive)

    🏡 Housekeeping

    🤜🤛 4 Committers

  • 0.10.2 - 2020-05-11

    🐛 Bugfixes

    ✨ Enhancements

    🤜🤛 3 Committers

  • 0.10.1 - 2020-04-22

    🐛 Bugfixes

    • dialog
      • Fix safe CSP violation when applying style tags (@igboyes)
    • menu-button
    • combobox

    📝 Documentation

    • Update tabs documentation to show usage of enum props (@ChiaJune)
    • #544 Listbox docs: fix typos (@ddanger)

    ✨ Enhancements

    • listbox
      • Perf improvements, + remove global listeners when listbox is closed (@Pustelto)
      • #553 Remove duplicate CSS declaration (@ddanger)
      • Wait for mousemove before allowing mouseup to trigger an option select to avoid selecting option when popover is positioned on top of the button (@marexandre)
    • machine
      • Performance improvements
    • utils
    • menu-button
      • #550 Don't default to focusing a MenuItem when using mouse (@cpmsmith)
    • popover

    🤜🤛 11 Committers

  • 0.10.0 - 2020-04-05

    🐛 Bugfixes

    • menu-button
      • Fix broken onSelect is broken in Menu render function (@mxfs)
    • slider

    📝 Documentation

    ✨ Enhancements

    • accordion
      • Add useAccordionContext and useAccordionItemContext hooks
    • listbox
      • Add useListboxContext hook
      • Deprecate expanded in favor of isExpanded
    • tabs
      • Add support for manual tab activation (@ZebraFlesh)
      • Add orientation and keyboardActivation props
      • Add useTabsContext hook
    • descendants
    • combobox
      • #517 Remove escape-regexp dependency (@indiesquidge)
      • Add useComboboxContext hook
      • Add as prop support for ComboboxOption
    • menu-button
      • Deprecate isOpen in favor or isExpanded
      • Add useMenuButtonContext hook
      • Add support for as prop on MenuButton and MenuItems
    • slider
      • Add getAriaLabel prop
      • Rename getValueText to getAriaValueText
      • Support devices/browsers without pointer events
      • Allow as prop on all components

    🤜🤛 8 Committers

  • 0.9.1 - 2020-03-19

    🐛 Bugfixes

    • alert-dialog
      • Add missing aria-describedby attribute to AlertDialogDescription

    ✨ Enhancements

    • slider
      • Remove redundant data attributes and update styling docs
      • Make default styles less opinionated
    • tooltip
      • Use aria-label instead of ariaLabel in docs (plan to remove ariaLabel in 1.0)
        (@kgoggin)
    • listbox, menu-button
      • Less aggressive focus management for mouse events

    🚀 Features

    • listbox
      • #515 Add expanded value for ListboxInput render function
  • 0.9.0 - 2020-03-14

    🐛 Bugfixes

    • listbox
      • Add portal prop to top-level Listbox component
      • Prevent default behavior on Spacebar to prevent scrolling
      • Fixed misalignment of aria-selected with aria-activedescendant to fix screen-reader issues while navigating
      • Removed data-highlighted in favor of aria-selected for navigation values; add data-current to represent option that matches the current value of the input
      • Add inline comment references to explain aria conformance

    📝 Documentation

    • Add documentation and examples illustrating accordion buttons as section headers
    • Update documentation for updated style selectors

    ✨ Enhancements

    • Added a bunch of tests. Woohoo!
    • skip-nav
      • Add support for custom ID to support multiple SkipNavLink components on a page
    • combobox
      • Updated to support ARIA 1.2 spec for improved screen-reader experience
      • Add inline comment references to explain aria conformance
    • menu-button
      • Default to hidden popover instead of conditional rendering to support CSS animations
      • Add inline comment references to explain aria conformance
    • accordion
      • Remove redundant data attributes in favor or aria
      • Add inline comment references to explain aria conformance

    🤜🤛 2 Committers

  • 0.8.6 - 2020-03-06

    Welcome to our new component, @reach/listbox!

    🐛 Bugfixes

    • combobox
    • dialog
      • #488 Pass allowPinchZoom prop from Dialog to DialogOverlay (@eldh)

    📝 Documentation

    ✨ Enhancements

    🤜🤛 7 Committers

  • 0.8.5 - 2020-02-21

    🐛 Bugfixes

    • combobox
      • Fix infinite render loop when input is whitespace on controlled combobox (@jbachhardie)
    • combobox, tabs
      • Fix keyboard interaction triggering scroll page (@hd4ng)
    • combobox, tooltip
      • Fix controlled component not closing popover on select (@jbachhardie)
    • tooltip
      • Clear warning when wrapping Tooltip with

        tag (@brookback)

    • menu-button
    • popover
      • Change default mount node to span to prevent invalid DOM nesting errors

    🤜🤛 6 Committers

  • 0.8.4 - 2020-02-15
    • Minor bug fix in @reach/utils that unfortunately affects most other packages. Added a quick test to hopefully catch this in the future!
    • Removed rogue console log in @reach/combobox
  • 0.8.3 - 2020-02-15
  • 0.8.2 - 2020-02-08
  • 0.8.0 - 2020-01-30
  • 0.7.4 - 2020-01-25
  • 0.7.3 - 2020-01-17
  • 0.7.2 - 2020-01-10
  • 0.7.1 - 2020-01-09
  • 0.7.0 - 2019-12-22
  • 0.6.4 - 2019-12-10
  • 0.6.3 - 2019-12-06
  • 0.6.2 - 2019-11-23
  • 0.6.1 - 2019-11-15
  • 0.5.4 - 2019-11-06
  • 0.5.3 - 2019-11-04
  • 0.5.0 - 2019-10-31
  • 0.4.0 - 2019-10-23
  • 0.4.0-beta.0 - 2019-10-12
  • 0.3.0 - 2019-10-11
  • 0.3.0-alpha.0 - 2019-10-04
  • 0.1.18 - 2019-06-06
from @reach/menu-button GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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.

1 participant