[Snyk] Upgrade: , react, react-dom, react-transition-group, chroma-js, emoji-mart, rc-slider, react-color, react-copy-to-clipboard, react-material-ui-form-validator, react-router-transition, react-scripts, react-sortable-hoc #69
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ 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.
@material-ui/core
from 3.9.2 to 3.9.4 | 2 versions ahead of your current version | 5 years ago
on 2019-11-28
react
from 16.8.4 to 16.14.0 | 13 versions ahead of your current version | 4 years ago
on 2020-10-14
react-dom
from 16.8.4 to 16.14.0 | 13 versions ahead of your current version | 4 years ago
on 2020-10-14
react-transition-group
from 2.6.1 to 2.9.0 | 4 versions ahead of your current version | 5 years ago
on 2019-04-06
chroma-js
from 2.0.3 to 2.6.0 | 18 versions ahead of your current version | a month ago
on 2024-07-30
emoji-mart
from 2.10.0 to 2.11.2 | 3 versions ahead of your current version | 5 years ago
on 2019-12-23
rc-slider
from 8.6.6 to 8.7.1 | 9 versions ahead of your current version | 5 years ago
on 2019-09-06
react-color
from 2.17.0 to 2.19.3 | 7 versions ahead of your current version | 4 years ago
on 2020-10-28
react-copy-to-clipboard
from 5.0.1 to 5.1.0 | 4 versions ahead of your current version | 2 years ago
on 2022-04-13
react-material-ui-form-validator
from 2.0.7 to 2.1.4 | 8 versions ahead of your current version | 4 years ago
on 2021-02-04
react-router-transition
from 1.3.0 to 1.4.0 | 1 version ahead of your current version | 5 years ago
on 2019-10-06
react-scripts
from 4.0.0 to 4.0.3 | 3 versions ahead of your current version | 4 years ago
on 2021-02-22
react-sortable-hoc
from 1.7.1 to 1.11.0 | 9 versions ahead of your current version | 5 years ago
on 2020-01-20
Issues fixed by the recommended upgrade:
SNYK-JS-QS-3153490
SNYK-JS-FOLLOWREDIRECTS-6141137
SNYK-JS-IP-6240864
SNYK-JS-URLPARSE-2407770
SNYK-JS-ASYNC-2441827
SNYK-JS-FOLLOWREDIRECTS-2332181
SNYK-JS-FOLLOWREDIRECTS-6444610
SNYK-JS-URLPARSE-1533425
SNYK-JS-URLPARSE-2401205
SNYK-JS-URLPARSE-2407759
SNYK-JS-URLPARSE-2412697
SNYK-JS-EVENTSOURCE-2823375
SNYK-JS-EXPRESS-6474509
SNYK-JS-FOLLOWREDIRECTS-2396346
SNYK-JS-MINIMIST-2429795
SNYK-JS-BABELTRAVERSE-5962462
Release notes
Package name: @material-ui/core
Nov 28, 2019
@ material-ui/[email protected]
[Portal] Fix circular PortalProps Types (#18602)
Fix TypeScript 3.7 support
Package name: react
React
React DOM
componentWillReceiveProps
,shouldComponentUpdate
, and so on). (@ gaearon in #18330)Artifacts
React
React.createFactory()
(@ trueadm in #17878)React DOM
style
may cause an unexpected collision (@ sophiebits in #14181, #18002)unstable_createPortal
(@ trueadm in #17880)onMouseEnter
being fired on disabled buttons (@ AlfredoGJ in #17675)shouldComponentUpdate
twice when developing inStrictMode
(@ bvaughn in #17942)version
property to ReactDOM (@ ealush in #15780)toString()
ofdangerouslySetInnerHTML
(@ sebmarkbage in #17773)Concurrent Mode (Experimental)
ReactDOM.createRoot()
(@ trueadm in #17937)ReactDOM.createRoot()
callback params and added warnings on usage (@ bvaughn in #17916)SuspenseList
CPU bound heuristic (@ sebmarkbage in #17455)isPending
only being true when transitioning from inside an input event (@ acdlite in #17382)React.memo
components dropping updates when interrupted by a higher priority update (@ acdlite in #18091)Artifacts
React DOM
useEffect
) not being fired in a multi-root app. (@ acdlite in #17347)React Is
lazy
andmemo
types considered elements instead of components (@ bvaughn in #17278)Artifacts
• react: https://unpkg.com/[email protected]/umd/
• react-art: https://unpkg.com/[email protected]/umd/
• react-dom: https://unpkg.com/[email protected]/umd/
• react-is: https://unpkg.com/[email protected]/umd/
• react-test-renderer: https://unpkg.com/[email protected]/umd/
• scheduler: https://unpkg.com/[email protected]/umd/
Package name: react-dom
React
React DOM
componentWillReceiveProps
,shouldComponentUpdate
, and so on). (@ gaearon in #18330)Artifacts
React
React.createFactory()
(@ trueadm in #17878)React DOM
style
may cause an unexpected collision (@ sophiebits in #14181, #18002)unstable_createPortal
(@ trueadm in #17880)onMouseEnter
being fired on disabled buttons (@ AlfredoGJ in #17675)shouldComponentUpdate
twice when developing inStrictMode
(@ bvaughn in #17942)version
property to ReactDOM (@ ealush in #15780)toString()
ofdangerouslySetInnerHTML
(@ sebmarkbage in #17773)Concurrent Mode (Experimental)
ReactDOM.createRoot()
(@ trueadm in #17937)ReactDOM.createRoot()
callback params and added warnings on usage (@ bvaughn in #17916)SuspenseList
CPU bound heuristic (@ sebmarkbage in #17455)isPending
only being true when transitioning from inside an input event (@ acdlite in #17382)React.memo
components dropping updates when interrupted by a higher priority update (@ acdlite in #18091)Artifacts
React DOM
useEffect
) not being fired in a multi-root app. (@ acdlite in #17347)React Is
lazy
andmemo
types considered elements instead of components (@ bvaughn in #17278)Artifacts
• react: https://unpkg.com/[email protected]/umd/
• react-art: https://unpkg.com/[email protected]/umd/
• react-dom: https://unpkg.com/[email protected]/umd/
• react-is: https://unpkg.com/[email protected]/umd/
• react-test-renderer: https://unpkg.com/[email protected]/umd/
• scheduler: https://unpkg.com/[email protected]/umd/
Package name: react-transition-group
2.9.0 (2019-04-06)
Features
Reverts
2.8.0 (2019-04-02)
Features
2.7.1 (2019-03-25)
Bug Fixes
2.7.0 (2019-03-22)
Features
2.6.1 (2019-03-14)
Bug Fixes
exit
key optional when passing an object to thetimeout
prop (#464) (3a4cf9c)Package name: chroma-js
What's Changed
Full Changelog: v2.5.0...v2.6.0
What's Changed
New Contributors
Full Changelog: v2.3.0...v2.5.0
2.5.0-4
2.5.0-3
2.5.0-2
2.5.0-1
2.5.0-0
Package name: emoji-mart
Update README
Release v2.11.1
Release v2.11.0
Changelog
#304
#302
yarn clean
should remove dist-modern#301
#300
#299
#298
#297
#296
#295
#290
#289
#288
#287
#285
#284
#283
#282
#281
#280
#260
#278
#277
#276
#258
#270
#261
#256
#218
#220
#201
#254
#219
#221
#259
#228
#227
#257
#255
c13b730
bd17294
ef71101
Commits
v2.9.2...v2.10.0
Package name: rc-slider
Package name: react-color
Patches
Credits
Huge thanks to @ erkkaha, @ DarrenBangsund, @ mfix22, @ blimusiek, @ pizza3, @ saikatbhattacharya, and @ kriscarle for helping!
Patches
preventDefault
on passive events: #6112.17.2
2.17.1
2.17.0