opencomponents / oc-template-react

⚛️ Module for handling React templates in OC
MIT License
23 stars 16 forks source link

Update webpack in packages/oc-template-react-compiler/package.json from 4.37.0 to 4.38.0 #529

Closed dependencies[bot] closed 5 years ago

dependencies[bot] commented 5 years ago

Overview

The following dependencies have been updated by dependencies.io:

Details

webpack

This dependency is located in packages/oc-template-react-compiler/package.json and was updated from "4.37.0" to "4.38.0".

4.38.0 # Performance * Improved performance of ProgressPlugin * Improved performance of chunk graph generation * This can boost performance when many chunks are used, especially incremental build performance * Modules from parent chunks are now tracked during chunk graph generation, which allows to skip these modules in async chunks. This often renders `optimization.removeAvailableModules` unneeded, expect in scenarios where chunks are merged during optimization. * `optimization.removeAvailableModules` is now disabled in development mode by default * `optimization.removeAvailableModules` will be disabled for all modes in next major release, feel free to disable it in production too if you want extra performance.
codecov[bot] commented 5 years ago

Codecov Report

Merging #529 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #529   +/-   ##
=======================================
  Coverage   96.04%   96.04%           
=======================================
  Files          19       19           
  Lines         253      253           
  Branches       31       31           
=======================================
  Hits          243      243           
  Misses         10       10

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7f4901c...292167a. Read the comment docs.