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

Bump react-transition-group from 1.2.1 to 4.4.5 #912

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

Bumps react-transition-group from 1.2.1 to 4.4.5.

Release notes

Sourced from react-transition-group's releases.

v4.4.5

4.4.5 (2022-08-01)

Bug Fixes

  • apply entering animation synchronously when unmountOnExit or mountOnEnter is enabled (#847) (1043549)

v4.4.4

4.4.4 (2022-07-30)

Bug Fixes

v4.4.3

4.4.3 (2022-07-30)

Bug Fixes

  • enter animations with mountOnEnter or unmountOnExit (#749) (51bdceb)

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:

... (truncated)

Changelog

Sourced from react-transition-group's changelog.

4.4.5 (2022-08-01)

Bug Fixes

  • apply entering animation synchronously when unmountOnExit or mountOnEnter is enabled (#847) (1043549)

4.4.4 (2022-07-30)

Bug Fixes

4.4.3 (2022-07-30)

Bug Fixes

  • enter animations with mountOnEnter or unmountOnExit (#749) (51bdceb)

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 (

... (truncated)

Commits
  • 4cb51a9 chore(release): 4.4.5 [skip ci]
  • 1043549 fix: apply entering animation synchronously when unmountOnExit or mountOnEnte...
  • 35fa332 chore(release): 4.4.4 [skip ci]
  • 97af789 fix: missing build files (#845)
  • 01dcc83 chore(release): 4.4.3 [skip ci]
  • 51bdceb fix: enter animations with mountOnEnter or unmountOnExit (#749)
  • 6cbd6aa ci: run CI on the alpha branch (#822)
  • 153d572 chore: use React v18 as the default target for development (#810)
  • 9923217 docs: fix small typo in testing.js (#806)
  • b034f72 ci: use @​testing-library/react@​alpha only for React v18 (#807)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by eps1lon, a new releaser for react-transition-group since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner January 30, 2023 02:22
@vraravam vraravam force-pushed the dependabot/npm_and_yarn/react-transition-group-4.4.5 branch 2 times, most recently from ec04e3f to 53febb0 Compare May 26, 2023 08:00
Bumps [react-transition-group](https://github.com/reactjs/react-transition-group) from 1.2.1 to 4.4.5.
- [Release notes](https://github.com/reactjs/react-transition-group/releases)
- [Changelog](https://github.com/reactjs/react-transition-group/blob/master/CHANGELOG.md)
- [Commits](reactjs/react-transition-group@v1.2.1...v4.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@vraravam vraravam force-pushed the dependabot/npm_and_yarn/react-transition-group-4.4.5 branch from 53febb0 to 3c4f7e6 Compare May 27, 2023 02:52
@mcmxcdev
Copy link
Contributor

This PR can be closed since the dependency was upgraded in #1260

@vraravam vraravam closed this Jul 25, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 25, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-transition-group-4.4.5 branch July 25, 2023 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants