Release notes
*Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).*
> ## v4.9.1
> # Bugfixes
>
> * fix parameter references in default parameters
>
> # Internal changes
>
> * change test cases to text format
>
> ## v4.9.0
> # Features
>
> * `BannerPlugin` supports a function as `banner` option
> * allow `serve` property in configuration schema
> * add `entryOnly` option to `DllPlugin` to only expose modules in the entry point
> * Allow to choose between `webpack-cli` and `webpack-command`
> * improve error message when JSON parsing fails
> * allow BOM in JSON
> * sort `usedIds` in `records` for stablility
>
> # Bugfixes
>
> * align module not found error message with node.js
> * fix behavior of `splitChunks` when request limit has reached (caused suboptimal splitting)
> * fix handling of RegExp in records (caused absolute path in records)
> * fix handling of circular chunks (caused missing `__webpack_require__.e`)
> * `runtimeChunk` is even generated when all modules are moved by `splitChunks` (caused multiple runtime chunks instead of single one)
> * string ids are no longer recorded (caused duplicate chunk ids)
> * fix link to migration guide in error message
>
> # Internal changes
>
> * add more typings
> * Use travis stages
> * add `many-pages` example
>
>
> ## v4.8.3
> # Bugfixes
>
> * fix missing `debug` dependency
> * support arrays in `output.library.root`
>
> ## v4.8.2
> # Bugfixes
>
> * WASM parser bugfixes
> * fix edge case when replacing top-level this in IIFE
> * avoid parser wasm many times
>
> ... (truncated)
Commits
- [`94cd709`](https://github.com/webpack/webpack/commit/94cd709b06ffc7071b3505a746f0bb17fb7e3c33) 4.9.1
- [`5feb7e6`](https://github.com/webpack/webpack/commit/5feb7e69db731003e6f61e597b6271d83315daee) Merge pull request [#7174](https://github-redirect.dependabot.com/webpack/webpack/issues/7174) from JLHwung/revise-examples-build-readme
- [`4cd0cf5`](https://github.com/webpack/webpack/commit/4cd0cf5b5cc29d56b1976e381dab35e2075c581a) Merge pull request [#7379](https://github-redirect.dependabot.com/webpack/webpack/issues/7379) from xtuc/refactor-use-wast-in-tests
- [`c513cac`](https://github.com/webpack/webpack/commit/c513cac44307193850d5cf8b0f8142d2635abcb2) Merge pull request [#7403](https://github-redirect.dependabot.com/webpack/webpack/issues/7403) from webpack/fix/7335
- [`bb0731d`](https://github.com/webpack/webpack/commit/bb0731d7897fb8a7369efd9d2f9bf0a8c08d546d) 4.9.0
- [`f22fffd`](https://github.com/webpack/webpack/commit/f22fffdd4709c069ca00401854dad898cdf2b22e) Evaluate arguments in function's scope
- [`55ce143`](https://github.com/webpack/webpack/commit/55ce14387efef4c958bfd3587b4deaf87970068a) Add test case
- [`be6bdff`](https://github.com/webpack/webpack/commit/be6bdff519592170aa7d2ab5d3367e4e7b83a9f8) Merge pull request [#7385](https://github-redirect.dependabot.com/webpack/webpack/issues/7385) from moondef/moondef-patch-1
- [`b77addd`](https://github.com/webpack/webpack/commit/b77addda16f438377cfa17974a2cdcb6bc13e37c) Merge pull request [#7187](https://github-redirect.dependabot.com/webpack/webpack/issues/7187) from byzyk/enhancement/prettierignore
- [`2f3e7d4`](https://github.com/webpack/webpack/commit/2f3e7d4bd7ab5898149600c788403b6cfd41ad2e) Merge pull request [#7331](https://github-redirect.dependabot.com/webpack/webpack/issues/7331) from dev-drprasad/add-jsdoc-annotations-cached-merge
- Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.0.0...v4.9.1)
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 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 (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use (this|these) assignee[s]` will set the current assignees as the default for future PRs for this repo and language
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.0.0 to 4.9.1.
Release notes
*Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.9.1 > # Bugfixes > > * fix parameter references in default parameters > > # Internal changes > > * change test cases to text format > > ## v4.9.0 > # Features > > * `BannerPlugin` supports a function as `banner` option > * allow `serve` property in configuration schema > * add `entryOnly` option to `DllPlugin` to only expose modules in the entry point > * Allow to choose between `webpack-cli` and `webpack-command` > * improve error message when JSON parsing fails > * allow BOM in JSON > * sort `usedIds` in `records` for stablility > > # Bugfixes > > * align module not found error message with node.js > * fix behavior of `splitChunks` when request limit has reached (caused suboptimal splitting) > * fix handling of RegExp in records (caused absolute path in records) > * fix handling of circular chunks (caused missing `__webpack_require__.e`) > * `runtimeChunk` is even generated when all modules are moved by `splitChunks` (caused multiple runtime chunks instead of single one) > * string ids are no longer recorded (caused duplicate chunk ids) > * fix link to migration guide in error message > > # Internal changes > > * add more typings > * Use travis stages > * add `many-pages` example > > > ## v4.8.3 > # Bugfixes > > * fix missing `debug` dependency > * support arrays in `output.library.root` > > ## v4.8.2 > # Bugfixes > > * WASM parser bugfixes > * fix edge case when replacing top-level this in IIFE > * avoid parser wasm many times > > ... (truncated)Commits
- [`94cd709`](https://github.com/webpack/webpack/commit/94cd709b06ffc7071b3505a746f0bb17fb7e3c33) 4.9.1 - [`5feb7e6`](https://github.com/webpack/webpack/commit/5feb7e69db731003e6f61e597b6271d83315daee) Merge pull request [#7174](https://github-redirect.dependabot.com/webpack/webpack/issues/7174) from JLHwung/revise-examples-build-readme - [`4cd0cf5`](https://github.com/webpack/webpack/commit/4cd0cf5b5cc29d56b1976e381dab35e2075c581a) Merge pull request [#7379](https://github-redirect.dependabot.com/webpack/webpack/issues/7379) from xtuc/refactor-use-wast-in-tests - [`c513cac`](https://github.com/webpack/webpack/commit/c513cac44307193850d5cf8b0f8142d2635abcb2) Merge pull request [#7403](https://github-redirect.dependabot.com/webpack/webpack/issues/7403) from webpack/fix/7335 - [`bb0731d`](https://github.com/webpack/webpack/commit/bb0731d7897fb8a7369efd9d2f9bf0a8c08d546d) 4.9.0 - [`f22fffd`](https://github.com/webpack/webpack/commit/f22fffdd4709c069ca00401854dad898cdf2b22e) Evaluate arguments in function's scope - [`55ce143`](https://github.com/webpack/webpack/commit/55ce14387efef4c958bfd3587b4deaf87970068a) Add test case - [`be6bdff`](https://github.com/webpack/webpack/commit/be6bdff519592170aa7d2ab5d3367e4e7b83a9f8) Merge pull request [#7385](https://github-redirect.dependabot.com/webpack/webpack/issues/7385) from moondef/moondef-patch-1 - [`b77addd`](https://github.com/webpack/webpack/commit/b77addda16f438377cfa17974a2cdcb6bc13e37c) Merge pull request [#7187](https://github-redirect.dependabot.com/webpack/webpack/issues/7187) from byzyk/enhancement/prettierignore - [`2f3e7d4`](https://github.com/webpack/webpack/commit/2f3e7d4bd7ab5898149600c788403b6cfd41ad2e) Merge pull request [#7331](https://github-redirect.dependabot.com/webpack/webpack/issues/7331) from dev-drprasad/add-jsdoc-annotations-cached-merge - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.0.0...v4.9.1)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 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 (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language - `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use (this|these) assignee[s]` will set the current assignees as the default for future PRs for this repo and language 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.