Skip to content

fix(deps): update dependency webpack to v4.44.0#533

Merged
moonwalker-bot merged 1 commit intoupdate-dependenciesfrom
renovate/webpack-4.x
Jul 28, 2020
Merged

fix(deps): update dependency webpack to v4.44.0#533
moonwalker-bot merged 1 commit intoupdate-dependenciesfrom
renovate/webpack-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 24, 2020

This PR contains the following updates:

Package Type Update Change
webpack dependencies minor 4.43.0 -> 4.44.0

Release Notes

webpack/webpack

v4.44.0

Compare Source

Features

  • Improve sideEffects flag behavior when dynamic modules are part of the tree
    • Fixes a bug which causes empty modules (or type-only modules) to "break" Tree Shaking
  • add splitChunks.enforceSizeThreshold to allow enfore splitting larger chunks unrelated from other limiations
    • Not set by default to avoid breaking change
    • It will be set by default to 50k in webpack 5
    • It's recommended to set it in webpack 4 too
  • add support for resolve.roots and default resolve.roots: [context]
    • This allows to resolve server-relative urls (e.g. /src/abc) to the project root (or other locations when configured)
    • This allows to use loaders that rely on that behavior

Bugfixes

  • fix bug where splitChunks produced non-optimal results when minSize is set to 0
    • This lead to NaNs in some places which breaks ordering
  • Fix bug which lead to HMR not working for splitChunks in entrypoints
  • force update watchpack and chokidar for chokidar bugfix which causes files to stop being watched

Renovate configuration

📅 Schedule: "after 1am and before 6am" in timezone CET.

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@vio vio force-pushed the update-dependencies branch from c28cd36 to a089e7c Compare July 28, 2020 13:26
@renovate renovate Bot force-pushed the renovate/webpack-4.x branch from 12ec9cf to cdd4abf Compare July 28, 2020 13:54
@moonwalker-bot moonwalker-bot merged commit 8a9e54b into update-dependencies Jul 28, 2020
@moonwalker-bot moonwalker-bot deleted the renovate/webpack-4.x branch July 28, 2020 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants