Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Bump react-transition-group from 2.5.0 to 4.4.2 #1156

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

Conversation

dependabot-preview[bot]
Copy link

Bumps react-transition-group from 2.5.0 to 4.4.2.

Release notes

Sourced from react-transition-group's releases.

v4.4.2

4.4.2 (2021-05-29)

Bug Fixes

  • nodeRef prop type for cross-realm elements (#732) (8710c01)

v4.4.1

4.4.1 (2020-05-06)

Bug Fixes

v4.4.0

4.4.0 (2020-05-05)

Features

  • add nodeRef alternative instead of internal findDOMNode (#559) (85016bf)
    • react-transition-group internally uses findDOMNode, which is deprecated and produces warnings in Strict Mode, so now you can optionally pass nodeRef to Transition and CSSTransition, it's a ref object that should point to the transitioning child:

      import React from "react"
      import { CSSTransition } from "react-transition-group"
      const MyComponent = () => {
      const nodeRef = React.useRef(null)
      return (
      <CSSTransition nodeRef={nodeRef} in timeout={200} classNames="fade">
      <div ref={nodeRef}>Fade</div>
      </CSSTransition>
      )
      }

Bug Fixes

  • set the values of constants attached to Transition to match the exported ones (#554)

v4.3.0

4.3.0 (2019-09-05)

Features

... (truncated)

Changelog

Sourced from react-transition-group's changelog.

4.4.2 (2021-05-29)

Bug Fixes

  • nodeRef prop type for cross-realm elements (#732) (8710c01)

4.4.1 (2020-05-06)

Bug Fixes

4.4.0 (2020-05-05)

Features

  • add nodeRef alternative instead of internal findDOMNode (#559) (85016bf)
    • react-transition-group internally uses findDOMNode, which is deprecated and produces warnings in Strict Mode, so now you can optionally pass nodeRef to Transition and CSSTransition, it's a ref object that should point to the transitioning child:

      import React from "react"
      import { CSSTransition } from "react-transition-group"
      const MyComponent = () => {
      const nodeRef = React.useRef(null)
      return (
      <CSSTransition nodeRef={nodeRef} in timeout={200} classNames="fade">
      <div ref={nodeRef}>Fade</div>
      </CSSTransition>
      )
      }

Bug Fixes

  • set the values of constants attached to Transition to match the exported ones (#554)

4.3.0 (2019-09-05)

Features

4.2.2 (2019-08-02)

Bug Fixes

... (truncated)

Commits
  • 8dc9ad8 chore(release): 4.4.2 [skip ci]
  • 8710c01 fix: nodeRef prop type for cross-realm elements (#732)
  • 7b23603 build(deps): bump ws from 7.2.3 to 7.4.6 (#733)
  • 5a9aeec build(deps): bump dns-packet from 1.3.1 to 1.3.4 in /www (#731)
  • ffa33d2 build(deps): bump browserslist from 4.16.3 to 4.16.6 in /www (#728)
  • bbd913b build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#722)
  • 5de4da5 build(deps): bump lodash from 4.17.19 to 4.17.21 (#721)
  • 1357180 build(deps): bump url-parse from 1.4.7 to 1.5.1 (#720)
  • ce1816b build(deps): bump handlebars from 4.7.6 to 4.7.7 (#719)
  • 708ebbf build(deps): bump ssri from 6.0.1 to 6.0.2 (#715)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 22, 2021
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants