Skip to content

Bump webpack from 4.44.2 to 5.4.0#159

Closed
dependabot-preview[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/webpack-5.4.0
Closed

Bump webpack from 4.44.2 to 5.4.0#159
dependabot-preview[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/webpack-5.4.0

Conversation

@dependabot-preview
Copy link
Copy Markdown

@dependabot-preview dependabot-preview Bot commented Nov 4, 2020

Bumps webpack from 4.44.2 to 5.4.0.

Release notes

Sourced from webpack's releases.

v5.4.0

Bugfixes

  • fix renaming in super class expression in nested scopes
  • fix parsing and handling of browserlist queries
  • fix a few edge cases with ESM-CJS interop and .mjs
  • fix ASI edge cases

v5.3.2

Bugfixes

  • runtime-dependent concatenated modules can generate code for runtime-dependent execution order of concatenated modules

v5.3.1

Bugfixes

  • fix incorrect concatenation of modules when multiple runtimes are involved
    • fixes a "This should not happen" error
    • fixes a __webpack_require__(null) problem
  • run CLI correctly after installing
  • fixes a huge performance issue when processing minimized code with SourceMap
  • Use string[] types instead of [string, ...string[]] for arrays that must not be empty
    • this is more convinient to use

Performance

  • avoid incorrect store of counts in the ProgressPlugin, which causes unneeded serialization of the Persistent Cache
  • upgrade terser-webpack-plugin for performance improvements
  • upgrade webpack-sources for performance improvements

v5.3.0

Features and Bugfixes

  • generate runtime conditional code when modules are forcefully merged from multiple runtimes
    • This fixes a Cannot read property 'call' of undefined error in webpack runtime, because modules are used that are not in the graph in one runtime
  • disabled source code analysis for side effects in non-production modes
    • this causes unnecessary changes to parent modules in development
    • add optimization.sideEffects: "flag" as option for this

v5.2.1

Bugfixes

  • add watchOptions.followSymlinks option to schema
  • fix hard crash when calling resolve with undefined value
  • fix emit problem when files have hash in query string
  • fix unneeded generation of SourceMaps when no devtool is used
    • fixes a huge performance regression with terser-webpack-plugin

v5.2.0

Features

Commits
  • 84dafd1 5.4.0
  • a76c9be Merge pull request #11904 from webpack/bugfix/11897
  • 2267924 Merge pull request #11885 from webpack/feature/named-exports
  • bd44e0c Merge pull request #11886 from webpack/issue-11876
  • 48150a0 update types
  • 0a5f1b3 Merge pull request #11902 from webpack/dependabot/npm_and_yarn/pretty-format-...
  • 77aed60 fix a few edge cases with interop
  • 6e42482 chore(deps-dev): bump pretty-format from 26.6.1 to 26.6.2
  • 7f691aa enable named exports for commonjs as node.js supports it now
  • 00dd8e1 remove code comment
  • Additional commits viewable in compare view

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 will not automatically merge this PR because it includes an out-of-range update to a development dependency.


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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Nov 4, 2020
@vercel
Copy link
Copy Markdown

vercel Bot commented Nov 4, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

sanity-design-studio – ./studio

🔍 Inspect: https://vercel.com/sanity-io/sanity-design-studio/ov8baas2h
✅ Preview: https://sanity-design-studio-git-dependabot-npmandyarnwebpack-540.sanity-io.vercel.app

sanity-design-docs – ./docs

🔍 Inspect: https://vercel.com/sanity-io/sanity-design-docs/anpzy6a8y
✅ Preview: https://sanity-design-docs-git-dependabot-npmandyarnwebpack-540.sanity-io.vercel.app

sanity-ui-storybook – ./ui-storybook

🔍 Inspect: https://vercel.com/sanity-io/sanity-ui-storybook/3k2x3j7gv
✅ Preview: Failed

[Deployment for 6aad960 failed]

@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/webpack-5.4.0 branch from a8e1498 to 496fccc Compare November 4, 2020 09:52
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/webpack-5.4.0 branch from 496fccc to e6b1bec Compare November 5, 2020 09:37
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/npm_and_yarn/webpack-5.4.0 branch from e6b1bec to 70282a6 Compare November 6, 2020 09:54
Bumps [webpack](https://github.com/webpack/webpack) from 4.44.2 to 5.4.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.44.2...v5.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/webpack-5.4.0 branch November 17, 2020 12:28
mariuslundgard pushed a commit that referenced this pull request Feb 24, 2026
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mariuslundgard pushed a commit that referenced this pull request Feb 27, 2026
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mariuslundgard pushed a commit that referenced this pull request Apr 14, 2026
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant