Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Bump react-collapse from 4.0.3 to 5.1.1 #844

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2021

Bumps react-collapse from 4.0.3 to 5.1.1.

Release notes

Sourced from react-collapse's releases.

v5.1.0

Added:

  • #281 Allow React 17 as peer dependency by @​davidspiess
  • #262 Accessibility enhancements (added area-hidden to Collapse container depending on isOpened) by @​kylemh

Fixes:

  • #285 Remove hasNestedCollapse from example as it not necessary
  • #284 Update all dependencies

v5.0.1

FIX

  • #257 Avoid using Object.assign so IE11 works again

v5.0.0

Another full rewrite comparing to v4. For most cases upgrade should cause much troubles (except you need to add CSS transition to your collapse element)

Please see https://github.com/nkbt/react-collapse#migrating-from-v4-to-v5 for full migration guide

Updates from 5.0.0-alpha.3 (see #251 and #252)

  • renamed onRestCheckInterval -> checkTimeout prop
  • fix initialStyle.height prop type
  • added ForceInitialAnimation example
  • updated Readme with all the v5 changes and Migration Guide

v5.0.0-alpha.3

Fixes

#249 - Fixed UnmountClosed to work with latest React

Chores

#248 - Updated all dependencies and build

v5.0.0-alpha.2

#229

  • completely rewrote collapse again 🤦‍♂️ no more iframe and onresize listeners
  • now we get height: auto; and overflow: initial when component is fully opened and not resizing anymore (resting)
  • due to getSnapshotBeforeUpdate usage, React peer bumped to ^16.3.0
  • added onRest and onWork callbacks
  • re-implemented UnmountCollapsed component

v5.0.0-alpha.0

#222 Complete Rewrite

Lots of breaking changes, will try to get API as close to the 4.x as possible over time and add Migration docs.

Commits
  • a7a74a6 5.1.1
  • 7441a1c Merge pull request #306 from nkbt/zoomed-page-hight-calculation-issues
  • d68819d Fix for height calculation precision on zoom levels
  • 8b2403a Merge pull request #289 from oyvinmar/master
  • 30c646e Call clearTimeout directly
  • a6ee480 5.1.0
  • c812ba6 Merge pull request #285 from nkbt/deprecated-hasNestedCollapse
  • e8790b5 Remove hasNestedCollapse from example as it not necessary
  • 444f6b9 Merge pull request #284 from nkbt/update
  • 03db880 Adjust eslint config harder
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)

Bumps [react-collapse](https://github.com/nkbt/react-collapse) from 4.0.3 to 5.1.1.
- [Release notes](https://github.com/nkbt/react-collapse/releases)
- [Commits](nkbt/react-collapse@v4.0.3...v5.1.1)

---
updated-dependencies:
- dependency-name: react-collapse
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 30, 2021 12:31
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 30, 2021
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants