DevvJobs / candidates-web

https://devv.jobs
MIT License
17 stars 7 forks source link

Bump webpack from 4.32.2 to 4.39.3 #220

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps webpack from 4.32.2 to 4.39.3.

Release notes *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.39.3 > # Bugfixes > > * fix a missing module in chunk caused by incorrect chunk graph generation of async chunks > > ## v4.39.2 > # Bugfixes > > * fix ProfilingPlugin not ending traces correctly > > ## v4.39.1 > # Bugfixes > > * fix problem that progress lines were too long on some terminals > * fix a problem that `...100%` is displayed instead of `100%` > > ## v4.39.0 > # Features > > * Infrastructure logger for node.js has now colors + symbols to mark different kind of messages > * Logger API has now a `status` method which allows to write temporary status messages > * ProgressPlugin default handler uses the Infrastructure Logger status message to output messages > * Placeholders in paths can now be escaped with i. e. `[\id\]` > * `Compiler.hooks.assetEmitted` have been added to get byte content of emitted assets > > # Bugfixes > > * Logging output is now aligned to have space for symbols > * renamed `Compiler.hooks.infrastructurelog` to `Compiler.hooks.infrastructureLog` > * Properties that are defined on the Object.prototype can now be chunk ids (i. e. `constructor`) > * `library.name` now supports placeholders in `libraryTarget: "system"` > * 2 places were module profiles were incorrectly captured were fixed > > # Dependencies > > * Forced upgrade of all direct dependencies > * webpack-sources + terser-webpack-plugin comes with quality optimizations for SourceMaps > > ## v4.38.0 > # Performance > > * Improved performance of ProgressPlugin > * Improved performance of chunk graph generation > * This can boost performance when many chunks are used, especially incremental build performance > * Modules from parent chunks are now tracked during chunk graph generation, which allows to skip these modules in async chunks. This often renders `optimization.removeAvailableModules` unneeded, expect in scenarios where chunks are merged during optimization. > * `optimization.removeAvailableModules` is now disabled in development mode by default > * `optimization.removeAvailableModules` will be disabled for all modes in next major release, feel free to disable it in production too if you want extra performance. > > ## v4.37.0 > # Features > ... (truncated)
Commits - [`94929a5`](https://github.com/webpack/webpack/commit/94929a59a79bc79cab789804d5592c3ec0605cc4) 4.39.3 - [`6bf1868`](https://github.com/webpack/webpack/commit/6bf1868ccd407388b61d8abec804ac4f7272098e) Merge pull request [#9635](https://github-redirect.dependabot.com/webpack/webpack/issues/9635) from webpack/bugfix/9634 - [`83dd295`](https://github.com/webpack/webpack/commit/83dd2951f0a83d0012b79762f37b3e5863a9b54c) fixes [#9634](https://github-redirect.dependabot.com/webpack/webpack/issues/9634) - [`54519bd`](https://github.com/webpack/webpack/commit/54519bd20b804aead20dc9c02a96a82c3ad9eb29) Merge pull request [#9630](https://github-redirect.dependabot.com/webpack/webpack/issues/9630) from webpack/dependabot/npm_and_yarn/eslint-utils-1.4.2 - [`aa8d930`](https://github.com/webpack/webpack/commit/aa8d93090dfa9a8c0c709a7f9e239f1dd7e2a7f5) chore(deps): bump eslint-utils from 1.3.1 to 1.4.2 - [`b16ca50`](https://github.com/webpack/webpack/commit/b16ca509d12faf36573b65fffcbae50c5b3e7ee3) Merge pull request [#9603](https://github-redirect.dependabot.com/webpack/webpack/issues/9603) from noscripter/patch-1 - [`0601b12`](https://github.com/webpack/webpack/commit/0601b12c936a79d62f90d801ea93162aacd582b2) Merge pull request [#9623](https://github-redirect.dependabot.com/webpack/webpack/issues/9623) from webpack/dependabot/npm_and_yarn/less-3.10.3 - [`d56b9f8`](https://github.com/webpack/webpack/commit/d56b9f860fdd7b0697e33a4c7e9006be80aa3272) chore(deps-dev): bump less from 3.10.2 to 3.10.3 - [`9dc49cf`](https://github.com/webpack/webpack/commit/9dc49cf18bb87d167f7f915f69632d4cfdc41e94) Merge pull request [#9613](https://github-redirect.dependabot.com/webpack/webpack/issues/9613) from shaodahong/optimize-eslint - [`85421cd`](https://github.com/webpack/webpack/commit/85421cdbbd7a97c2aba809e9b710c251ae059cc7) improve linting performance - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.32.2...v4.39.3)


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) - 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 #222.