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.38.0 to 4.39.1 #532

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.38.0" to "4.39.1".

4.39.0 # Features * Infrastructure logger for node.js has now colors + symbols to mark different kind of messages * Logger API has now a `status` method which allows to write temporary status messages * ProgressPlugin default handler uses the Infrastructure Logger status message to output messages * Placeholders in paths can now be escaped with i. e. `[\id\]` * `Compiler.hooks.assetEmitted` have been added to get byte content of emitted assets # Bugfixes * Logging output is now aligned to have space for symbols * renamed `Compiler.hooks.infrastructurelog` to `Compiler.hooks.infrastructureLog` * Properties that are defined on the Object.prototype can now be chunk ids (i. e. `constructor`) * `library.name` now supports placeholders in `libraryTarget: "system"` * 2 places were module profiles were incorrectly captured were fixed # Dependencies * Forced upgrade of all direct dependencies * webpack-sources + terser-webpack-plugin comes with quality optimizations for SourceMaps
4.39.1 # Bugfixes * fix problem that progress lines were too long on some terminals * fix a problem that `...100%` is displayed instead of `100%`
codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #532   +/-   ##
=======================================
  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 81b5548...b18aa57. Read the comment docs.

dependencies[bot] commented 5 years ago

This PR has been automatically closed in favor of #538.