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 5 updated direct dependencies)Details
yarn.lock
26 transitive dependencies were updated, 0 were added, and 0 removed. View the git diff for more details about exactly what changed.
The following 5 direct dependencies were updated:
autoprefixerwas updated from 8.2.0 to 8.3.08.3.0
Autoprefixer 8.3 adds
@mediasupport forgrid-templateand fixes gradient direction warning.Media and Grid Layout
evgeny-petukhov continues his great work for Grid Layout support in Autoprefixer.
Now he improved
@mediasupport. Now this CSS will work in IE:Don’t forget that Autoprefixer inserts Grid Layout prefixes only if you set
grid: trueoption.Gradient Warning
radium-v found that Autoprefixer show warning even if
coveris outside ofradial-gradient.kotfire improve old direction detection and fix this issue.
postcss-loaderwas updated from 2.1.3 to 2.1.4We didn't find any content for 2.1.4. Feel free to open an issue at https://github.com/dependencies-io/support to suggest any improvements.
reactwas updated from 16.3.1 to 16.3.216.3.2
React
nullorundefinedtoReact.cloneElement. (nicolevy in #12534)React DOM
<StrictMode>. (bvaughn in #12546)unstable_observedBitsAPI with nesting. (gaearon in #12543)React Test Renderer
react-domwas updated from 16.3.1 to 16.3.216.3.2
React
nullorundefinedtoReact.cloneElement. (nicolevy in #12534)React DOM
<StrictMode>. (bvaughn in #12546)unstable_observedBitsAPI with nesting. (gaearon in #12543)React Test Renderer
webpackwas updated from 4.5.0 to 4.6.04.6.0
Features
webpackPrefetch/webpackPreloadmagic comments toimport()stats.entrypoints[].childrenandstats.entrypoints[].childAssetsto stats jsonBugfixes
target: "webworker"thistoundefinedESM replacement in function default valuesnew require(...)is weird, but now behaves like in node.jsexport * from "commonjs"with partial overrideoutput.globalObjectintarget: "node-webkit"loadModulesand dependencies in these modulesunknown sizewhen size is unknownoptimizationconfigurationInternal changes