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.39.3 to 4.40.2 #549

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.39.3" to "4.40.2".

4.40.0 # Features * adds asset info for emitted assets * new methods allow easy emitting/updating of assets `compilation.emitAsset/updateAsset` (instead of accessing the Object `compilation.assets`) * new getter methods to get assets `compilation.getAssets()` and `compilation.getAsset(name)` * 3 flags in asset info: * `immutable`: when set an asset can be cache infinitely * `development`: when set an asset is some kind of development tool (i. e. a SourceMap) * `hotModuleReplacement`: when set an asset is generated for an hot update * Stats expose `info` object in assets * String version of Stats show flags
4.40.1 # Bugfixes * convert "multiple assets emit to the same filename" error into a warning * compare asset content when multiple assets emit to the same filename
4.40.2 # Bugfixes * fix a bug where asset is undefined
codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #549   +/-   ##
=======================================
  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 07e547d...957a0e6. Read the comment docs.