Release notes
*Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).*
> ## v4.28.2
> # Bugfixes
>
> * fixes a crash when multiple IgnorePlugins are used
>
> ## v4.28.1
> # Bugfixes
>
> * fix error in IgnorePlugin when no contextRegExp is passed
>
> ## v4.28.0
> # Features
>
> * IgnorePlugin: `checkResource` has an additional `context` argument
>
> # Bugfixes
>
> * Injection of node.js globals has been disabled for `.mjs` files as it's crashing
>
> ## v4.27.1
> # Bugfixes
>
> * v4.27.0 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`
>
> ## 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
> ... (truncated)
Commits
- [`fe514dd`](https://github.com/webpack/webpack/commit/fe514dd975f1d2dd1546906a6f4c0a6b2a0e3761) 4.28.2
- [`899eeff`](https://github.com/webpack/webpack/commit/899eeffa11ae82190e8a90a2534bbe22f990cade) Merge pull request [#8542](https://github-redirect.dependabot.com/webpack/webpack/issues/8542) from webpack/bugfix/ignore-externals
- [`bc368c7`](https://github.com/webpack/webpack/commit/bc368c76119d75981b7d9153cd1c3c52c17dc564) fixes [#8538](https://github-redirect.dependabot.com/webpack/webpack/issues/8538)
- [`7a6a71f`](https://github.com/webpack/webpack/commit/7a6a71f1e9349f86833de12a673805621f0fc6f6) 4.28.1
- [`068fe24`](https://github.com/webpack/webpack/commit/068fe24a4531a17e06d87a1c0f97c3ef37f2238f) Merge pull request [#8530](https://github-redirect.dependabot.com/webpack/webpack/issues/8530) from webpack/bugfix/ignore-plugin
- [`6c22ca2`](https://github.com/webpack/webpack/commit/6c22ca2b9629dbb95b762dd1447ee0779d18b6f9) fix issue when contextRegExp is undefined
- [`e871eeb`](https://github.com/webpack/webpack/commit/e871eeb121a69efd6cbfa56f977d5843bf030202) 4.28.0
- [`f6d67b6`](https://github.com/webpack/webpack/commit/f6d67b66058e0c0f1fa36d94d31aed4a2830d3d8) update examples
- [`573d2da`](https://github.com/webpack/webpack/commit/573d2da1d946b59ef6990cea0edf31958d13c0d6) Merge pull request [#8511](https://github-redirect.dependabot.com/webpack/webpack/issues/8511) from isiahmeadows/fix-erroneous-injection
- [`6b54a46`](https://github.com/webpack/webpack/commit/6b54a46842a21694787cbec33699955d11a799fc) Fix failing test.
- Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.25.1...v4.28.2)
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.
If all status checks pass Dependabot will automatically merge this pull request.
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.
Bumps webpack from 4.25.1 to 4.28.2.
Release notes
*Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.28.2 > # Bugfixes > > * fixes a crash when multiple IgnorePlugins are used > > ## v4.28.1 > # Bugfixes > > * fix error in IgnorePlugin when no contextRegExp is passed > > ## v4.28.0 > # Features > > * IgnorePlugin: `checkResource` has an additional `context` argument > > # Bugfixes > > * Injection of node.js globals has been disabled for `.mjs` files as it's crashing > > ## v4.27.1 > # Bugfixes > > * v4.27.0 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` > > ## 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 > ... (truncated)Commits
- [`fe514dd`](https://github.com/webpack/webpack/commit/fe514dd975f1d2dd1546906a6f4c0a6b2a0e3761) 4.28.2 - [`899eeff`](https://github.com/webpack/webpack/commit/899eeffa11ae82190e8a90a2534bbe22f990cade) Merge pull request [#8542](https://github-redirect.dependabot.com/webpack/webpack/issues/8542) from webpack/bugfix/ignore-externals - [`bc368c7`](https://github.com/webpack/webpack/commit/bc368c76119d75981b7d9153cd1c3c52c17dc564) fixes [#8538](https://github-redirect.dependabot.com/webpack/webpack/issues/8538) - [`7a6a71f`](https://github.com/webpack/webpack/commit/7a6a71f1e9349f86833de12a673805621f0fc6f6) 4.28.1 - [`068fe24`](https://github.com/webpack/webpack/commit/068fe24a4531a17e06d87a1c0f97c3ef37f2238f) Merge pull request [#8530](https://github-redirect.dependabot.com/webpack/webpack/issues/8530) from webpack/bugfix/ignore-plugin - [`6c22ca2`](https://github.com/webpack/webpack/commit/6c22ca2b9629dbb95b762dd1447ee0779d18b6f9) fix issue when contextRegExp is undefined - [`e871eeb`](https://github.com/webpack/webpack/commit/e871eeb121a69efd6cbfa56f977d5843bf030202) 4.28.0 - [`f6d67b6`](https://github.com/webpack/webpack/commit/f6d67b66058e0c0f1fa36d94d31aed4a2830d3d8) update examples - [`573d2da`](https://github.com/webpack/webpack/commit/573d2da1d946b59ef6990cea0edf31958d13c0d6) Merge pull request [#8511](https://github-redirect.dependabot.com/webpack/webpack/issues/8511) from isiahmeadows/fix-erroneous-injection - [`6b54a46`](https://github.com/webpack/webpack/commit/6b54a46842a21694787cbec33699955d11a799fc) Fix failing test. - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.25.1...v4.28.2)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
.If all status checks pass Dependabot will automatically merge this pull request.
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.