wework / we-js-logger

Universal logger with transports to Rollbar and Logentries. Uses bunyan under the hood.
MIT License
14 stars 3 forks source link

Bump webpack from 1.14.0 to 4.41.0 #212

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps webpack from 1.14.0 to 4.41.0.

Release notes *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.41.0 > # Developer Experience > > * disallow cache group named test with shorthand syntax to point out a potential config error > > # Performance > > * Improve performance of LimitChunkCountPlugin > > ## v4.40.3 > # Bugfixes > > * fix a bug that the HMR plugin affected child compilations > > # Performance > > * improve performance of splitChunks name option by caching hashed value > * improve rebuild performance by caching module size computation > > ## v4.40.2 > # Bugfixes > > * fix a bug where asset is undefined > > ## v4.40.1 > # Bugfixes > > * convert "multiple assets emit to the same filename" error into a warning > * compare asset content when multiple assets emit to the same filename > > ## v4.40.0 > # Features > > * adds asset info for emitted assets > * new methods allow easy emitting/updating of assets `compilation.emitAsset/updateAsset` (instead of accessing the Object `compilation.assets`) > * new getter methods to get assets `compilation.getAssets()` and `compilation.getAsset(name)` > * 3 flags in asset info: > * `immutable`: when set an asset can be cache infinitely > * `development`: when set an asset is some kind of development tool (i. e. a SourceMap) > * `hotModuleReplacement`: when set an asset is generated for an hot update > * Stats expose `info` object in assets > * String version of Stats show flags > > ## v4.39.3 > # Bugfixes > > * fix a missing module in chunk caused by incorrect chunk graph generation of async chunks > > ## v4.39.2 > # Bugfixes > ... (truncated)
Commits - [`36e318b`](https://github.com/webpack/webpack/commit/36e318b75c62f4f4a95597e75ecf09d92069f3c4) 4.41.0 - [`494b223`](https://github.com/webpack/webpack/commit/494b22340c53b92896cfac926190908f2565b2af) Merge pull request [#9728](https://github-redirect.dependabot.com/webpack/webpack/issues/9728) from webpack/validation/potential-config-error-cache... - [`951bf0d`](https://github.com/webpack/webpack/commit/951bf0d85b23b2b406bf6492072b735d9afc924c) Merge pull request [#9727](https://github-redirect.dependabot.com/webpack/webpack/issues/9727) from webpack/perf/limit-chunk-count - [`b58560c`](https://github.com/webpack/webpack/commit/b58560cf5cafdfe47a3ac3424a3d6ee95954759b) 4.40.3 - [`03b32d3`](https://github.com/webpack/webpack/commit/03b32d376553e8893340bb44b31326189dd910f2) disallow shorthand cache groups syntax with cache group named test - [`6f1c685`](https://github.com/webpack/webpack/commit/6f1c6850714e11240effa4f870aa31d60389eb6d) Improve performance of LimitChunkCountPlugin a lot - [`adfa484`](https://github.com/webpack/webpack/commit/adfa4849218a40dc7d6b4f1f1c0787784e9a3135) Merge pull request [#9724](https://github-redirect.dependabot.com/webpack/webpack/issues/9724) from webpack/bugfix/serve-regression - [`b151069`](https://github.com/webpack/webpack/commit/b151069f4ced5fc2d0eada2d1b57623a86b81de1) Merge pull request [#9702](https://github-redirect.dependabot.com/webpack/webpack/issues/9702) from weswigham/patch-1 - [`d89dc70`](https://github.com/webpack/webpack/commit/d89dc70ad01e17019234084b35c2b48b25e8d304) Merge pull request [#9719](https://github-redirect.dependabot.com/webpack/webpack/issues/9719) from hedgepigdaniel/perf/NormalModule-size - [`1c4138d`](https://github.com/webpack/webpack/commit/1c4138d6ac04b7b47daa5ec4475c0ae1b4f596a2) HMR plugin should only affect the root compilation - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v1.14.0...v4.41.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 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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.