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

[Snyk] Upgrade react-transition-group from 2.4.0 to 4.3.0 #1818

Closed

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade react-transition-group from 2.4.0 to 4.3.0.

ℹ️ 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.

Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 19 versions ahead of your current version.
  • The recommended version was released 6 months ago, on 2019-09-05.
Release notes
Package name: react-transition-group
  • 4.3.0 - 2019-09-05

    4.3.0 (2019-09-05)

    Features

  • 4.2.2 - 2019-08-02

    4.2.2 (2019-08-02)

    Bug Fixes

    • Fix imports to play nicely with rollup (#530) (3d9003e)
  • 4.2.1 - 2019-07-02

    4.2.1 (2019-07-02)

    Bug Fixes

    • updated SwitchTransition component to be default export and exported from index.js (#516) (cfd0070)
  • 4.2.0 - 2019-06-28

    4.2.0 (2019-06-28)

    Features

  • 4.1.1 - 2019-06-10

    4.1.1 (2019-06-10)

    Bug Fixes

  • 4.1.0 - 2019-05-30

    4.1.0 (2019-05-30)

    Features

    • add global transition disable switch (#506) (4c5ba98)
  • 4.0.1 - 2019-05-09

    4.0.1 (2019-05-09)

    Bug Fixes

    • issue with dynamically applied classes not being properly removed for reentering items (#499) (129cb11)
  • 4.0.0 - 2019-04-16

    4.0.0 (2019-04-16)

    Features

    BREAKING CHANGES

    • in environments where esm is supported importing from commonjs requires explicitly adding the .default after require() when resolving to the esm build
  • 3.0.0 - 2019-04-15

    3.0.0 (2019-04-15)

    Features

    BREAKING CHANGES

    • use new style react context
    // package.json
    -"react": "^15.0.0",
    +"react": "^16.6.0",
    -"react-dom": "^15.0.0", 
    +"react-dom": "^16.6.0", 
  • 2.9.0 - 2019-04-06

    2.9.0 (2019-04-06)

    Features

    Reverts

    • bump semantic release dependencies (1bdcaec)
  • 2.8.0 - 2019-04-02
  • 2.7.1 - 2019-03-25
  • 2.7.0 - 2019-03-22
  • 2.6.1 - 2019-03-14
  • 2.6.0 - 2019-02-26
  • 2.5.3 - 2019-01-14
  • 2.5.2 - 2018-12-20
  • 2.5.1 - 2018-12-10
  • 2.5.0 - 2018-09-26
  • 2.4.0 - 2018-06-27
from react-transition-group 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

@shaundon shaundon closed this Mar 13, 2020
@shaundon shaundon deleted the snyk-upgrade-463dbac0f74e38996fc271496da5a04f branch March 13, 2020 08:20
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.

StrictMode warning for findDOMNode and legacy context API in Transition as of React 16.6
2 participants