spudly / scripture.study

Collaborative Scripture Study
https://scripture.study/
1 stars 0 forks source link

[Snyk] Upgrade @reach/auto-id from 0.11.2 to 0.12.0 #68

Open snyk-bot opened 3 years ago

snyk-bot commented 3 years ago

Snyk has created this PR to upgrade @reach/auto-id from 0.11.2 to 0.12.0.

:information_source: 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.


Release notes
Package name: @reach/auto-id
  • 0.12.0 - 2020-11-26

    πŸ› Bugfixes

    • menu-button
      • #700 [menu-button] Fixed popover closing when clicking outside (@ aganglada)
    • slider
      • #694 [slider] Fixes #693 by capturing mutable value sliderRef.current (@ yshean)
      • Focus handle in rAF on pointerdown

    πŸ“ Documentation

    ✨ Enhancements

    • utils
      • Improved typing for inferred elements without as prop
    • slider
      • #673 Remove slider width styling (@ danny-andrews)
      • Rename SliderTrackHighlight to SliderRange; alias old name for non-breaking change, but with a dev warning
      • BREAKING: Simplify default styling; moved some inline styles to the default CSS stylesheet.
    • Other
      • Added as prop support for several components

    πŸ€œπŸ€› 6 Committers

  • 0.11.2 - 2020-09-01

    Patch fix for broken type defs (#660)

from @reach/auto-id GitHub release notes
Commit messages
Package name: @reach/auto-id
  • 09eeccd add release script
  • 0bfcd3a v0.12.0
  • d35f82d Merge branch 'develop' of github.com:reach/reach-ui into develop
  • 5cece9e update useRect signature
  • bb23e80 import types explicitly
  • da74307 slider: simplify styles
  • 9e3e4bc Remove slider width styling (#673)
  • 4b3cf21 slider: fix focus bug on pointerdown
  • ebeb104 slider: rename SliderTrackHighlight > SliderRange
  • 4722175 fix imports in combobox example
  • 8ebdb4d checkbox type fixes
  • 800daf3 improve as prop typing
  • 46fa9f2 cleanup utils
  • c0fa082 menu-button: prefer ownerDocument on global listener
  • 6509c0b menu-button: revert touchstart listener (#700)
  • 8a1f01d rm unused checkbox interface
  • 650eb17 rm own prop types
  • 1e96c33 update type exports
  • a1ed8e8 fix website compiling issue
  • 0ffa2e0 website enhancements
  • 85b34a9 utils: add useStableCallback
  • 735fe18 update website deps
  • 4f74768 rect: add examples and update docs
  • eb8773b Fix #693 by capturing mutable value sliderRef.current (#694)
Compare

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

codecov[bot] commented 3 years ago

Codecov Report

Merging #68 (e28e543) into develop (ce2d429) will increase coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #68      +/-   ##
===========================================
+ Coverage    48.65%   48.71%   +0.05%     
===========================================
  Files          130      130              
  Lines         1753     1753              
  Branches       385      385              
===========================================
+ Hits           853      854       +1     
+ Misses         839      838       -1     
  Partials        61       61              
Impacted Files Coverage Ξ”
src/scriptures/VolumeDirectory.tsx 100.00% <0.00%> (+14.28%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update ce2d429...e28e543. Read the comment docs.