Release notes
*Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).*
> ## v4.12.0
> # Features
>
> * Errors from loaders show the loader path in the error message
> * add support for optional catch and line and paragraph separator in strings (ES2019)
>
> # Bugfixes
>
> * fixes a bug where chunks have duplicate ids when using records
> * fix bubbling in HMR for `import()` when importing a non-ESM
> * fix issue with in installing with pnpm
> * update dependencies of the ProfilingPlugin
>
> ## v4.11.1
> # Features
>
> * add `optimization.mangleWasmImports` option to disable mangling of wasm imports
>
> # Bugfixes
>
> * disable wasm import mangling temporary because of bugs in the underlying wasm processing
>
> ## v4.11.0
> # Features
>
> * support `reportProgress` in `afterEmit`
> * Warnings are now emitted if magic comments don't compile
> * Added support for matchResource inline request for loaders
> * Using webpackPrefetch in entry chunk now triggers prefetching in runtime
> * No link tag needed for this in HTML
> * Warnings will be emitted when trying to use i64-functions imported from wasm
>
> # Bugfixes
>
> * get_global initializer in wasm globals now work correctly
> * Reexporting globals is now handled correctly
> * Error origins and locations are now displayed correctly
>
>
> ## v4.10.2
> # Bugfixes
>
> * order of wasm globals is correctly preversed while rewriting
> * skipping side-effect-free modules up to a concatenated modules will not longer cause `null` module ids
Commits
- [`02a955b`](https://github.com/webpack/webpack/commit/02a955b4335cb7eeeb4dd1c96ef5407c6bcea158) 4.12.0
- [`60e1076`](https://github.com/webpack/webpack/commit/60e10767691524a1397a5802a1cf3ed30a8cf139) Merge pull request [#7407](https://github-redirect.dependabot.com/webpack/webpack/issues/7407) from prplx/master
- [`ff224a7`](https://github.com/webpack/webpack/commit/ff224a7cee1102eaac4c80b47a34550706636109) Merge branch 'master' into master
- [`47101fd`](https://github.com/webpack/webpack/commit/47101fd6032d25c555d07b95e5dd07577d231b20) Merge pull request [#7489](https://github-redirect.dependabot.com/webpack/webpack/issues/7489) from mohsen1/update-tracer
- [`f28bb4e`](https://github.com/webpack/webpack/commit/f28bb4e60efd7dc208c2a828dd9f9efc0a04a772) add webpack 5 comment
- [`ebe90f4`](https://github.com/webpack/webpack/commit/ebe90f42c315d85adf5736daa8674765fd6fe11b) Merge pull request [#7501](https://github-redirect.dependabot.com/webpack/webpack/issues/7501) from xtuc/chore-bump-webassemblyjs9
- [`31b755a`](https://github.com/webpack/webpack/commit/31b755a49376a3d8c1617d2944ddb27b9215be24) Merge pull request [#7498](https://github-redirect.dependabot.com/webpack/webpack/issues/7498) from webpack/bugfix/hmr-parent-import
- [`5dcb08f`](https://github.com/webpack/webpack/commit/5dcb08f14f70fcd6e91bf14ab2f6674f7c16c88f) chore: bump webassemblyjs
- [`603cb60`](https://github.com/webpack/webpack/commit/603cb60b00e0075acb2c623576368f203a8864a0) Merge pull request [#7496](https://github-redirect.dependabot.com/webpack/webpack/issues/7496) from build-your-own/master
- [`5cbe74b`](https://github.com/webpack/webpack/commit/5cbe74bdc805386a4b69f526839e15afe9f060df) Disable documentation checkbox by default
- Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.10.1...v4.12.0)
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.10.1 to 4.12.0.
Release notes
*Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.12.0 > # Features > > * Errors from loaders show the loader path in the error message > * add support for optional catch and line and paragraph separator in strings (ES2019) > > # Bugfixes > > * fixes a bug where chunks have duplicate ids when using records > * fix bubbling in HMR for `import()` when importing a non-ESM > * fix issue with in installing with pnpm > * update dependencies of the ProfilingPlugin > > ## v4.11.1 > # Features > > * add `optimization.mangleWasmImports` option to disable mangling of wasm imports > > # Bugfixes > > * disable wasm import mangling temporary because of bugs in the underlying wasm processing > > ## v4.11.0 > # Features > > * support `reportProgress` in `afterEmit` > * Warnings are now emitted if magic comments don't compile > * Added support for matchResource inline request for loaders > * Using webpackPrefetch in entry chunk now triggers prefetching in runtime > * No link tag needed for this in HTML > * Warnings will be emitted when trying to use i64-functions imported from wasm > > # Bugfixes > > * get_global initializer in wasm globals now work correctly > * Reexporting globals is now handled correctly > * Error origins and locations are now displayed correctly > > > ## v4.10.2 > # Bugfixes > > * order of wasm globals is correctly preversed while rewriting > * skipping side-effect-free modules up to a concatenated modules will not longer cause `null` module idsCommits
- [`02a955b`](https://github.com/webpack/webpack/commit/02a955b4335cb7eeeb4dd1c96ef5407c6bcea158) 4.12.0 - [`60e1076`](https://github.com/webpack/webpack/commit/60e10767691524a1397a5802a1cf3ed30a8cf139) Merge pull request [#7407](https://github-redirect.dependabot.com/webpack/webpack/issues/7407) from prplx/master - [`ff224a7`](https://github.com/webpack/webpack/commit/ff224a7cee1102eaac4c80b47a34550706636109) Merge branch 'master' into master - [`47101fd`](https://github.com/webpack/webpack/commit/47101fd6032d25c555d07b95e5dd07577d231b20) Merge pull request [#7489](https://github-redirect.dependabot.com/webpack/webpack/issues/7489) from mohsen1/update-tracer - [`f28bb4e`](https://github.com/webpack/webpack/commit/f28bb4e60efd7dc208c2a828dd9f9efc0a04a772) add webpack 5 comment - [`ebe90f4`](https://github.com/webpack/webpack/commit/ebe90f42c315d85adf5736daa8674765fd6fe11b) Merge pull request [#7501](https://github-redirect.dependabot.com/webpack/webpack/issues/7501) from xtuc/chore-bump-webassemblyjs9 - [`31b755a`](https://github.com/webpack/webpack/commit/31b755a49376a3d8c1617d2944ddb27b9215be24) Merge pull request [#7498](https://github-redirect.dependabot.com/webpack/webpack/issues/7498) from webpack/bugfix/hmr-parent-import - [`5dcb08f`](https://github.com/webpack/webpack/commit/5dcb08f14f70fcd6e91bf14ab2f6674f7c16c88f) chore: bump webassemblyjs - [`603cb60`](https://github.com/webpack/webpack/commit/603cb60b00e0075acb2c623576368f203a8864a0) Merge pull request [#7496](https://github-redirect.dependabot.com/webpack/webpack/issues/7496) from build-your-own/master - [`5cbe74b`](https://github.com/webpack/webpack/commit/5cbe74bdc805386a4b69f526839e15afe9f060df) Disable documentation checkbox by default - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.10.1...v4.12.0)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.