geo6 / geocoder

GNU General Public License v3.0
2 stars 0 forks source link

Bump webpack from 4.17.2 to 4.26.1 #141

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps webpack from 4.17.2 to 4.26.1.

Release notes *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## 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 > * add flags to `ProgressPlugin` to add and remove information > * entrypoint counter was added, but disabled by default to avoid breaking change > > # Bugfixes > > * fix code generation for context dependencies when replacing compile-time constant expressions > * disable the effect of the ProvidePlugin for `.mjs` > > ## v4.24.0 > # Features > > * allow to pass no dependencies to DefinePlugin runtime value > * `DefinePlugin.runtimeValue(() => {...}, true)` is always evaluated > * add `module` argument to `DefinePlugin.runtimeValue` > > # Bugfixes > > * update webassemblyjs dependency > * fix bug when using entry names that look like numbers with HMR > > ## v4.23.1 > # Bugfixes > ... (truncated)
Commits - [`8e841fe`](https://github.com/webpack/webpack/commit/8e841feda3ef32c64df1a175d0d9f71e47cfbe8e) 4.26.1 - [`11afdbd`](https://github.com/webpack/webpack/commit/11afdbd3b477de448e2177709f4fc5d01b7d9a30) Merge pull request [#8417](https://github-redirect.dependabot.com/webpack/webpack/issues/8417) from webpack/bugfix/split-chunks-min-size - [`cbeaf70`](https://github.com/webpack/webpack/commit/cbeaf70dfdbb571caf7d220e1cca8d80ad0dd1e5) prevent groups with size < minSize - [`a1d4802`](https://github.com/webpack/webpack/commit/a1d480227553f5b3e5787078ec341c0961c6426a) Merge pull request [#8416](https://github-redirect.dependabot.com/webpack/webpack/issues/8416) from webpack/bugfix/split-chunks-zero-min - [`32961f2`](https://github.com/webpack/webpack/commit/32961f2aac213f4839c64349ad5fb4ba774e7f7f) while grouping nodes include at least one node on each side - [`fa56ec8`](https://github.com/webpack/webpack/commit/fa56ec880f352c77cd29d21a748e6e6c066c7ea7) Merge pull request [#8410](https://github-redirect.dependabot.com/webpack/webpack/issues/8410) from webpack/bugfix/max-size-lt-min-size - [`fd2133b`](https://github.com/webpack/webpack/commit/fd2133bc5b1d79f6bd6fb92f9d7453696d26cd60) handle case when minSize > maxSize - [`614a6fc`](https://github.com/webpack/webpack/commit/614a6fc0109a702ee64ca0b0982a0d638b1b6ca1) Merge pull request [#8385](https://github-redirect.dependabot.com/webpack/webpack/issues/8385) from hax/patch-1 - [`04f90c5`](https://github.com/webpack/webpack/commit/04f90c53eeae4817a9c515a0daca119d0decfa45) 4.26.0 - [`e1df721`](https://github.com/webpack/webpack/commit/e1df721fd77634b5a22b4349c7d7ea15f0a2188e) Merge pull request [#8392](https://github-redirect.dependabot.com/webpack/webpack/issues/8392) from vkrol/cherry-pick-terser-to-webpack-4 - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.17.2...v4.26.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.