Release notes
*Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).*
> ## v4.35.0
> # Features
>
> * ProgressPlugin limit output to column width in terminal
> * add `Watching.suspend` and `Watching.resume`
> * add `splitChunks.automaticNameMaxLength` and `splitChunks.cacheGroups[x].automaticNameMaxLength`
>
> # Bugfixes
>
> * webworker target now respect `publicPath` when loading chunks
> * holey arrays of configs will fail the validation
>
> ## v4.34.0
> # Features
>
> * Error message when parsing fails shows used loaders now
>
> # Bugfixes
>
> * importing the namespace object from non-ESM (CJS) modules no longer leads to an warning
> * Error message in HMR logging works for Firefox too now
> * Parser understands block scoping now
>
> ## v4.33.0
> # Features
>
> * add `target: "electron-preload"` for electron 5
> * renderer should use `target: "web"` in electron 5
>
> # Bugfixes
>
> * fix HMR rejection of removed and readded self-accepted modules
Commits
- [`c3377ef`](https://github.com/webpack/webpack/commit/c3377ef76ec708ed9c55314e8386f438abea178c) 4.35.0
- [`494e16b`](https://github.com/webpack/webpack/commit/494e16bd8d3f47ba6929fae4bbd544e40a339191) Merge pull request [#9306](https://github-redirect.dependabot.com/webpack/webpack/issues/9306) from jamesgeorge007/hotfix/refactor
- [`226e8ce`](https://github.com/webpack/webpack/commit/226e8ce8fd9fee33e8d8b37dd4d7d9c24483b4f9) add test case for holey array
- [`0109d68`](https://github.com/webpack/webpack/commit/0109d687a67aa3bd717ce36ce3fd88c1e6aa1af7) Linting fix
- [`3321f31`](https://github.com/webpack/webpack/commit/3321f3138e554d41ffca1ac880803dfd2ac1e105) Handle cryptic error message being thrown
- [`efb250d`](https://github.com/webpack/webpack/commit/efb250dc552735abc449f442a84c64523489a909) Merge pull request [#9305](https://github-redirect.dependabot.com/webpack/webpack/issues/9305) from webpack/dependabot/npm_and_yarn/pug-2.0.4
- [`66b3b99`](https://github.com/webpack/webpack/commit/66b3b997794d0564ed055add4bb7612889568afa) chore(deps-dev): bump pug from 2.0.3 to 2.0.4
- [`8522a2d`](https://github.com/webpack/webpack/commit/8522a2d86d316b9a5924c0ca4179af9634a9c44b) Merge pull request [#9285](https://github-redirect.dependabot.com/webpack/webpack/issues/9285) from ryandrew14/master
- [`f8dc67e`](https://github.com/webpack/webpack/commit/f8dc67e633c0770dcd6efeef2051153839ae2b56) Merge pull request [#9294](https://github-redirect.dependabot.com/webpack/webpack/issues/9294) from vankop/options-defaulter-esdoc
- [`07dc833`](https://github.com/webpack/webpack/commit/07dc8330d05ad7e2a5b35397735630145052e807) update name-too-long comment to length 109
- Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.32.2...v4.35.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 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 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)
- 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.32.2 to 4.35.0.
Release notes
*Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).* > ## v4.35.0 > # Features > > * ProgressPlugin limit output to column width in terminal > * add `Watching.suspend` and `Watching.resume` > * add `splitChunks.automaticNameMaxLength` and `splitChunks.cacheGroups[x].automaticNameMaxLength` > > # Bugfixes > > * webworker target now respect `publicPath` when loading chunks > * holey arrays of configs will fail the validation > > ## v4.34.0 > # Features > > * Error message when parsing fails shows used loaders now > > # Bugfixes > > * importing the namespace object from non-ESM (CJS) modules no longer leads to an warning > * Error message in HMR logging works for Firefox too now > * Parser understands block scoping now > > ## v4.33.0 > # Features > > * add `target: "electron-preload"` for electron 5 > * renderer should use `target: "web"` in electron 5 > > # Bugfixes > > * fix HMR rejection of removed and readded self-accepted modulesCommits
- [`c3377ef`](https://github.com/webpack/webpack/commit/c3377ef76ec708ed9c55314e8386f438abea178c) 4.35.0 - [`494e16b`](https://github.com/webpack/webpack/commit/494e16bd8d3f47ba6929fae4bbd544e40a339191) Merge pull request [#9306](https://github-redirect.dependabot.com/webpack/webpack/issues/9306) from jamesgeorge007/hotfix/refactor - [`226e8ce`](https://github.com/webpack/webpack/commit/226e8ce8fd9fee33e8d8b37dd4d7d9c24483b4f9) add test case for holey array - [`0109d68`](https://github.com/webpack/webpack/commit/0109d687a67aa3bd717ce36ce3fd88c1e6aa1af7) Linting fix - [`3321f31`](https://github.com/webpack/webpack/commit/3321f3138e554d41ffca1ac880803dfd2ac1e105) Handle cryptic error message being thrown - [`efb250d`](https://github.com/webpack/webpack/commit/efb250dc552735abc449f442a84c64523489a909) Merge pull request [#9305](https://github-redirect.dependabot.com/webpack/webpack/issues/9305) from webpack/dependabot/npm_and_yarn/pug-2.0.4 - [`66b3b99`](https://github.com/webpack/webpack/commit/66b3b997794d0564ed055add4bb7612889568afa) chore(deps-dev): bump pug from 2.0.3 to 2.0.4 - [`8522a2d`](https://github.com/webpack/webpack/commit/8522a2d86d316b9a5924c0ca4179af9634a9c44b) Merge pull request [#9285](https://github-redirect.dependabot.com/webpack/webpack/issues/9285) from ryandrew14/master - [`f8dc67e`](https://github.com/webpack/webpack/commit/f8dc67e633c0770dcd6efeef2051153839ae2b56) Merge pull request [#9294](https://github-redirect.dependabot.com/webpack/webpack/issues/9294) from vankop/options-defaulter-esdoc - [`07dc833`](https://github.com/webpack/webpack/commit/07dc8330d05ad7e2a5b35397735630145052e807) update name-too-long comment to length 109 - Additional commits viewable in [compare view](https://github.com/webpack/webpack/compare/v4.32.2...v4.35.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 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 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) - 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.