ChickenKyiv / loopback-tutor-intern-8

https://loopback-react-account.herokuapp.com/
https://groceristar.netlify.com/
GNU General Public License v3.0
0 stars 1 forks source link

Bump webpack from 4.12.1 to 4.15.1 #98

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps webpack from 4.12.1 to 4.15.1.

Release notes *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.15.1 > # Bugfixes > > * fix memory leaks when using HMR and in SplitChunksPlugin cache > * fix undefined automaticNameDelimiter in cache groups when using maxSize > * fix ProfilingPlugin for node.js 10 and 6 > > ## v4.15.0 > # Features: > > * add `maxSize` option for `splitChunks` (experimental) > * add a helpful error when using wasm in a initial chunk > > ## v4.14.0 > # Features > > * add new hook `Compilation.dependencyReference` to modify the dependency references > > # Bugfixes > > * Allow chunks to emit multiple assets to the same filename when hash matches > > ## v4.13.0 > # Features > > * the `DefinePlugin` now supports `runtimeValue`s to pass computed values with dependencies that can change over time > * added `optimization.hashedModuleIds` > * crossOrigin for chunks is only set when really needed > * added per chunk group indicies > * updated enhanced-resolve > * You can now use absolute paths as keys to `resolve.alias` > > # Bugfixes > > * when delegating CLI the `bin` fields are used > * when assigning indicies sync dependencies are now walked before async dependencies > > ## v4.12.2 > # Bugfixes > > * fix crash when using invalid JSON with HMR > * fix missing modules when a side-effect-free package is root of module concatenation > * update chunkhash when entry-chunks list or prefetched chunks change
Commits - [`81149be`](https://github.com/webpack/webpack/commit/81149be5c1cd2a3ce70c3abcc179c5070fd6dd1c) 4.15.1 - [`6f53dbe`](https://github.com/webpack/webpack/commit/6f53dbe31dea31a9af4cfe8119231c46ad72583e) Merge pull request [#7655](https://github-redirect.dependabot.com/webpack/webpack/issues/7655) from skratchdot/issue-7654 - [`7fc88cd`](https://github.com/webpack/webpack/commit/7fc88cd55f14790773cc7362d6bc8d160abb895e) Merge pull request [#7662](https://github-redirect.dependabot.com/webpack/webpack/issues/7662) from webpack/bugfix/undefined-in-max-size - [`67d932d`](https://github.com/webpack/webpack/commit/67d932dfe90f108e1546d1523e095eca2fe602bb) Merge pull request [#7661](https://github-redirect.dependabot.com/webpack/webpack/issues/7661) from webpack/bugfix/split-chunks-leak - [`5341d7d`](https://github.com/webpack/webpack/commit/5341d7d86f785e9c7a02c0357ea005b27d5b37bb) Merge pull request [#7660](https://github-redirect.dependabot.com/webpack/webpack/issues/7660) from webpack/bugfix/hot-leak - [`8e8f185`](https://github.com/webpack/webpack/commit/8e8f1856e95dd59bfe9313e07f9e25e2ac6c062c) fixes usage of automaticNameDelimiter in cache groups - [`64b22c4`](https://github.com/webpack/webpack/commit/64b22c4806f0888f99081c322266d584d24fbed9) make the cache a WeakMap to not leak memory - [`6172d3c`](https://github.com/webpack/webpack/commit/6172d3c2ebddceedec1c28e0e92fe3b2a3dc0c38) fix memory leak with HMR - [`3b6f475`](https://github.com/webpack/webpack/commit/3b6f4756351d95fde359695fbc317b4e3f2c4e2f) Use push null to end the stream - [`bdd4442`](https://github.com/webpack/webpack/commit/bdd4442c449b41d2a0ea7ed0de9cded3ba0e2e31) 4.15.0 - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.12.1...v4.15.1)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Superseded by #104.