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.0 #97

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps webpack from 4.12.1 to 4.15.0.

Release notes *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## 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 - [`bdd4442`](https://github.com/webpack/webpack/commit/bdd4442c449b41d2a0ea7ed0de9cded3ba0e2e31) 4.15.0 - [`7aa1efb`](https://github.com/webpack/webpack/commit/7aa1efb70e038b720b902b8b27094e4e02a7e4b8) Merge pull request [#7651](https://github-redirect.dependabot.com/webpack/webpack/issues/7651) from webpack/feature/split-chunks-max-size - [`fb2c24b`](https://github.com/webpack/webpack/commit/fb2c24bf766529266b589b8e967ff09c35e83794) add `splitChunks.maxSize` option - [`eaa5bc8`](https://github.com/webpack/webpack/commit/eaa5bc80960b70cc01a76fff67007706889fe875) Merge pull request [#7648](https://github-redirect.dependabot.com/webpack/webpack/issues/7648) from mohsen1/fix-template-syntax - [`b01f378`](https://github.com/webpack/webpack/commit/b01f378a085dbd0af5b7d502707ba06a6adaf9f1) Fix [**template**](https://github.com/template) syntax error in Compilation.js iterationOfArrayCallback - [`a4e5f63`](https://github.com/webpack/webpack/commit/a4e5f63d9d370b191bb9586570bc22bf2947e390) Merge pull request [#7638](https://github-redirect.dependabot.com/webpack/webpack/issues/7638) from webpack/feature/wasm-initial-error - [`0bb917b`](https://github.com/webpack/webpack/commit/0bb917bf3fc62dd461300ca69ea79c33cbcfd3eb) convert to a config test cases - [`a39d6b0`](https://github.com/webpack/webpack/commit/a39d6b0a6dc80561cd8a8b30420b594046adb0fc) check for wasm support in test case - [`5b30ede`](https://github.com/webpack/webpack/commit/5b30edebfcbb12ec78168061502cb2d618bf01ae) allow filtering of tests in statsCases - [`1ad71e0`](https://github.com/webpack/webpack/commit/1ad71e01f931ca186f1aa5335c4bde41d997ac47) add helpful error when importing wasm in initial chunk - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.12.1...v4.15.0)


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 #98.