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.27.1 #127

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps webpack from 4.12.1 to 4.27.1.

Release notes *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.27.1 > # Bugfixes > > * v4.27.0 accidentially introduced a breaking change. This reverts the change and restores the original behavior for `splitChunks` `enforce`. > > ## v4.27.0 > # Features > > * When using functions as plugins they are now also called with the compiler as parameter > * This make it possible to use arrow functions as plugins > * splitChunks.maxSize now emits a warning when minSize > maxSize > * Loaders have now access to a `getResolve` method to create their own resolver function with custom options > > # Bugfixes > > * splitChunks.cacheGroups.xxx.enforce now behaves as documented and enforce chunk creation > * splitChunks.cacheGroups.xxx.enforce now no longer deletes minSize for maxSize > * fixes a bug where splitChunks cause cacheGroups to be incorrectly merged when using the same name > * now conditions are considered per cacheGroup > * the correct cache group comment is displayed in stats > * fixes a bug which causes providedExports not to be updated on rebuilds when using `export * from` > > ## v4.26.1 > # Bugfixes > > * fix a bug where splitChunks.maxSize causes a hanging build > * fix a bug where splitChunks.maxSize crashes when minSize > maxSize > * fix a edgecase where splitChunks.maxSize can cause chunks bigger than minSize > * remove unnecessary code from global builtin > > ## v4.26.0 > # Features > > * Switch from uglify-es to terser as default minimizer > > Note: While they are officially backward-compatible, it can still happen that a new bugs occurs with terser, which break your production builds. Make sure to validate your production builds after upgrading to this version. (Note that it's always a good idea to test your output assets before deploying.) > > If you want to report bugs to terser (https://github.com/terser-js/terser), please provide a minimal repro case with minimized and **non-minimized** code. You can configure webpack to generate non-minimized code in production mode by setting `optimization.minimize: false`. When reporting a bug to terser, best report a repro case which doesn't require running webpack and is reproducible with only the terser command line. > > See [`optimization.minimizers`](https://webpack.js.org/configuration/optimization/#optimization-minimizer) configuration option to switch back to uglify-es or provide additional minimize options for terser. > > ## v4.25.1 > # Bugfixes > > * fix replacement of compile-time constant expression when expression is a wrapped expression (string prefix and/or suffix). > > ## v4.25.0 > # Features > > * add `format` option to `DllPlugin` to allow generating formated manifest json > ... (truncated)
Commits - [`4056506`](https://github.com/webpack/webpack/commit/4056506488c1e071dfc9a0127daa61bf531170bf) 4.27.1 - [`f29ca64`](https://github.com/webpack/webpack/commit/f29ca64ebb7c9653254c0a6818c52e344b9519d8) Merge pull request [#8466](https://github-redirect.dependabot.com/webpack/webpack/issues/8466) from webpack/bugfix/splitChunks-enforce - [`b56727e`](https://github.com/webpack/webpack/commit/b56727ec83cb221f299980f2908fea7473b2c488) enforce should not prevent using `minChunks` etc. on cacheGroup - [`f47bf8b`](https://github.com/webpack/webpack/commit/f47bf8b64f9698cb05eff62832a04267823039cf) 4.27.0 - [`a67ffcd`](https://github.com/webpack/webpack/commit/a67ffcda1c6ffe0a08a34d3b944fec0db38ad57a) Merge pull request [#8452](https://github-redirect.dependabot.com/webpack/webpack/issues/8452) from webpack/feature/resolveWithOptions - [`96f625c`](https://github.com/webpack/webpack/commit/96f625c5e3ca53576488a5b6fdf838f32f7d4045) Merge pull request [#8457](https://github-redirect.dependabot.com/webpack/webpack/issues/8457) from webpack/bugfix/rebuild-provided-exports - [`56feccc`](https://github.com/webpack/webpack/commit/56feccc3699d1c2bf29e2482670eccd97704fb8b) convert test case to normal function for node.js 6 support - [`2f4296e`](https://github.com/webpack/webpack/commit/2f4296e8d9ed2d46220628e9c9005258c0f49236) fix a bug which causes incorrect providedExports for cached modules - [`f944002`](https://github.com/webpack/webpack/commit/f944002bcd75c378e274787dea5574666a705744) Merge pull request [#8451](https://github-redirect.dependabot.com/webpack/webpack/issues/8451) from webpack/bugfix/split-chunks - [`162da1c`](https://github.com/webpack/webpack/commit/162da1c509943a61b5470b2ec1042ff8e75455af) add getResolve method to loader context - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.12.1...v4.27.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 recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@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 use this milestone` will set the current milestone 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 5 years ago

Superseded by #135.