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.
Overview
The following dependencies have been updated by dependencies.io:
yarn.lockwas updated (including 16 updated direct dependencies)Details
yarn.lock
85 transitive dependencies were updated, 5 were added, and 8 removed. View the git diff for more details about exactly what changed.
The following 16 direct dependencies were updated:
@types/classnameswas updated from 2.2.3 to 2.2.4We didn't find any content for 2.2.4. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
@types/react-domwas updated from 16.0.5 to 16.0.6We didn't find any content for 16.0.6. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
@types/react-loadablewas updated from 5.3.4 to 5.4.0We didn't find any content for 5.4.0. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
@types/react-router-domwas updated from 4.2.6 to 4.2.7We didn't find any content for 4.2.7. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
@types/reactstrapwas updated from 5.0.24 to 5.0.27We didn't find any content for 5.0.27. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
momentwas updated from 2.22.1 to 2.22.22.22.2
Release May 31, 2018
#4564 [bugfix] Avoid using trim()
#4453 [bugfix] Treat periods as periods, not regex-anything period, for weekday parsing in strict mode.
Minor locale improvements (pa-in, be, az)
prettierwas updated from 1.12.1 to 1.13.41.13.4
link
reactwas updated from 16.3.2 to 16.4.016.4.0
React
React.unstable_Profilercomponent for measuring performance. (bvaughn in #12745)React DOM
getDerivedStateFromProps()regardless of the reason for re-rendering. (acdlite in #12600 and #12802)forwardRef()on a deepersetState(). (gaearon in #12690)propTypeson a context provider component. (nicolevy in #12658)react-lifecycles-compatin<StrictMode>. (bvaughn in #12644)forwardRef()render function haspropTypesordefaultProps. (bvaughn in #12644)forwardRef()and context consumers are displayed in the component stack. (sophiebits in #12777)React Test Renderer
getDerivedStateFromProps()support to match the new React DOM behavior. (koba04 in #12676)testInstance.parentcrash when the parent is a fragment or another special node. (gaearon in #12813)forwardRef()components are now discoverable by the test renderer traversal methods. (gaearon in #12725)setState()updaters that returnnullorundefined. (koba04 in #12756)React ART
React Call Return (Experimental)
React Reconciler (Experimental)
react-domwas updated from 16.3.2 to 16.4.016.4.0
React
React.unstable_Profilercomponent for measuring performance. (bvaughn in #12745)React DOM
getDerivedStateFromProps()regardless of the reason for re-rendering. (acdlite in #12600 and #12802)forwardRef()on a deepersetState(). (gaearon in #12690)propTypeson a context provider component. (nicolevy in #12658)react-lifecycles-compatin<StrictMode>. (bvaughn in #12644)forwardRef()render function haspropTypesordefaultProps. (bvaughn in #12644)forwardRef()and context consumers are displayed in the component stack. (sophiebits in #12777)React Test Renderer
getDerivedStateFromProps()support to match the new React DOM behavior. (koba04 in #12676)testInstance.parentcrash when the parent is a fragment or another special node. (gaearon in #12813)forwardRef()components are now discoverable by the test renderer traversal methods. (gaearon in #12725)setState()updaters that returnnullorundefined. (koba04 in #12756)React ART
React Call Return (Experimental)
React Reconciler (Experimental)
react-google-chartswas updated from 1.5.7 to 1.6.6We didn't find any content for 1.6.6. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
react-router-domwas updated from 4.2.2 to 4.3.04.3.0
The major new things of this release are Redirect with params (see #5209) and the new
generatePathAPI. We also cleaned up the code with Prettier, so browsing through it should be more enjoyable.One other thing to mention, while I have your attention, is the deprecation of react-router-redux. It's no longer maintained and has a number of fundamental problems (particularly around time travel). Integrating Redux and the DOM History API is challenging because they don't maintain the same semantics and the resulting integration is error prone. Getting to the router context will be easier in future versions of React Router, so the main motivations for needing it will be going away. So, while I would advise against trying to integrate the two, for those that still want this functionality can turn to libraries like supasate's connected-react-router.
Changes
prettyoption in generatePath (#6172 by sibelius)<Link to="?foo=bar">(#5489 by pshrmn)generatePath(#5661 by rybon)<Link>(#5792 by selbekk)<StaticRouter>(#5722 by pshrmn)react-scripts-tswas updated from 2.15.1 to 2.16.0We didn't find any content for 2.16.0. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
react-test-rendererwas updated from 16.3.2 to 16.4.016.4.0
React
React.unstable_Profilercomponent for measuring performance. (bvaughn in #12745)React DOM
getDerivedStateFromProps()regardless of the reason for re-rendering. (acdlite in #12600 and #12802)forwardRef()on a deepersetState(). (gaearon in #12690)propTypeson a context provider component. (nicolevy in #12658)react-lifecycles-compatin<StrictMode>. (bvaughn in #12644)forwardRef()render function haspropTypesordefaultProps. (bvaughn in #12644)forwardRef()and context consumers are displayed in the component stack. (sophiebits in #12777)React Test Renderer
getDerivedStateFromProps()support to match the new React DOM behavior. (koba04 in #12676)testInstance.parentcrash when the parent is a fragment or another special node. (gaearon in #12813)forwardRef()components are now discoverable by the test renderer traversal methods. (gaearon in #12725)setState()updaters that returnnullorundefined. (koba04 in #12756)React ART
React Call Return (Experimental)
React Reconciler (Experimental)
ts-jestwas updated from 22.4.5 to 22.4.6We didn't find any content for 22.4.6. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
tslint-reactwas updated from 3.5.1 to 3.6.03.6.0
jsx-space-before-trailing-slash(Couple styling tweaks #125)jsx-boolean-value(Update react-dom in / from 16.1.1 to 16.2.0 #154)jsx-ban-elementsandjsx-curly-spacingrules can be enabled for.jsxfiles (Update @types/reactstrap in / from 5.0.3 to 5.0.4 #163)Thanks to our contributors!
typescriptwas updated from 2.8.3 to 2.9.12.9.1
For release notes, check out the release announcement
For new features, check out the What's new in TypeScript 2.9.
For breaking changes, check out the Breaking changes in TypeScript 2.9 page.
For the complete list of fixed issues, check out the issues fixed in TypeScript 2.9 RC and after TypeScript 2.9 RC.
Download:
Special thanks to all contributors to this release: