geo6 / geocoder

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

Bump webpack from 4.17.2 to 4.23.1 #135

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps webpack from 4.17.2 to 4.23.1.

Release notes *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.23.1 > # Bugfixes > > * add space when replacing expression with constant > * i. e. for code like `return'development'===process.env.NODE_ENV&&'foo'` > > ## v4.23.0 > # Features > > * add `watchMode` flag to Compiler to be able to detect watch mode in plugins > * Prefer chunk names of entrypoints when merging chunks > * add `removedFiles` property to Compiler to detect removed files > > # Bugfixes > > * publish declarations to npm > * upgrade `@webassemblyjs/*` for bugfix > * fix crash when using a side-effect-free wasm module in production mode > > # Internal changes > > * test on node.js 12 > * fix memory leak in test suite > > ## v4.22.0 > # Features > > * Add support for evaluating `&&` and `||` expressions > > # Bugfixes > > * fix problems where order of things where not deterministic > > # Performance > > * improve performance of chunk graph creation > * this will improve rebuild performance in watch mode > > ## v4.21.0 > # Features > > * add `output.libraryTarget: "amd-require"` which generates a AMD `require([], ...)` wrapper instead of a `define([], ...)` wrapper > * support arrays of strings passed to `output.library`, which exposes the library to a subproperty > > # Bugfixes > > * fix cases where `__webpack_require__.e` is used at runtime but is not defined in the bundle > * fix behavior of externals of `global` type > > # Performance > ... (truncated)
Commits - [`607cf70`](https://github.com/webpack/webpack/commit/607cf70eddd213a690585276f7124963536781e7) 4.23.1 - [`5e5e7b7`](https://github.com/webpack/webpack/commit/5e5e7b78821cea0ea6dc9593f184842158ed28b8) Merge pull request [#8270](https://github-redirect.dependabot.com/webpack/webpack/issues/8270) from ljqx/logical-expression-fix - [`13d1dab`](https://github.com/webpack/webpack/commit/13d1dabd93a529ff3715a6d8b500db7d9684736f) [ConstPlugin] fix bug introduced by evaluation of && and || - [`a4feb6e`](https://github.com/webpack/webpack/commit/a4feb6e15ff7ac19bab1a458de369a887dde44fe) 4.23.0 - [`298fa4c`](https://github.com/webpack/webpack/commit/298fa4c9811f24bfc2d73315dc5fe7a6a609e130) Merge pull request [#8266](https://github-redirect.dependabot.com/webpack/webpack/issues/8266) from ljqx/wasm-finalize-exports-fix - [`035ceb6`](https://github.com/webpack/webpack/commit/035ceb6b1b9b14fe7c3c0da2738cd5d5e2ecf24b) force travis rerun - [`735b4aa`](https://github.com/webpack/webpack/commit/735b4aa56f712d36e62eec94731f3b0bd012be65) Merge pull request [#8182](https://github-redirect.dependabot.com/webpack/webpack/issues/8182) from xtuc/ci-node-nightly - [`6844c75`](https://github.com/webpack/webpack/commit/6844c7526fe9431c1d59c855c9eb93787d41083e) add test - [`8256249`](https://github.com/webpack/webpack/commit/82562497035541e9f13fe54f7707782602c5777b) longer timeouts for Compiler test - [`f7ff913`](https://github.com/webpack/webpack/commit/f7ff9139f0c815f007bd32bc53bad5a3f6e98424) use latest node 12 nightly - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.17.2...v4.23.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 #141.