blackjackkent / RPThreadTrackerV3.FrontEnd

GNU General Public License v3.0
4 stars 5 forks source link

Bump webpack from 4.26.1 to 4.27.1 #126

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps webpack from 4.26.1 to 4.27.1.

Release notes *Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.27.1 > # Bugfixes > > * v4.27.1 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`
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.26.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.
codecov-io commented 5 years ago

Codecov Report

Merging #126 into development will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           development   #126   +/-   ##
==========================================
  Coverage          100%   100%           
==========================================
  Files              267    267           
  Lines             2205   2205           
  Branches           221    221           
==========================================
  Hits              2205   2205

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5bcafc8...44f84bb. Read the comment docs.