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.30.0 to 4.32.2 #479

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.30.0" to "4.32.2".

4.31.0 # Features * add `errors-warnings` stats preset # Bugfixes * allow top-level return in non-ESM modules
4.32.0 # Features * Added `this.mode` to the loader API, to allow loaders to choose defaults by `mode` similar to webpacks options * Stack Trace for Errors in rejected Promises from `import()` now includes the stack from where the `import()` was called # Bugfixes * The Parser can now analyse identifiers in rest patterns too * `const { a, ...rest } = obj`, where `rest` conflicts with an imported binding etc. * `node: false` now correctly disables `__dirname` and `__filename` too * `__dirname` and `__filename` now no longer evaluates to something when `node: false` or `node.__file/dirname: false` is set * `if(__dirname !== "")` is no longer replaced with `if(true)` in such scenarios * prefetching chunks is no executed **after** the initial module evaluation * This allows to override i. e. `__webpack_public_path__` for prefetching too * fixes a runtime crash when using side-effect-free modules with the DllPlugin # Contribute * CI tests node.js 12 now too * webpack-bot now merges dependabot PRs automatically when status checks succeed
4.32.1 # Bugfixes * reverts some changes from 4.32.0 which accidentally disabled some CommonJs features when using `node: false`.
4.32.2 # Bugfixes * fix some weird schema validation messages * fix problem in production mode (sideEffects + concatenation) which caused reexported values to become undefined (bug since 4.32.0)
codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #479   +/-   ##
=======================================
  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 ffcb04f...4e6cee1. Read the comment docs.