Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 6, 2020

This PR contains the following updates:

Package Type Update Change
webpack devDependencies minor 4.43.0 -> 4.44.1
@types/webpack devDependencies patch 4.41.18 -> 4.41.21

Release Notes

webpack/webpack

v4.44.1

Compare Source

Bugfixes

  • fix bug in sideEffects optimization when using export * from "non-esm" and a default export.
  • add missing optional peerDependencies for webpack-cli and webpack-command to support Yarn 2

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: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about these updates 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.

@renovate renovate bot force-pushed the renovate/webpack-4.x branch from e30c544 to d5931aa Compare July 6, 2020 21:57
@renovate renovate bot changed the title chore(deps): update dependency @types/webpack to v4.41.19 chore(deps): update dependency @types/webpack to v4.41.20 Jul 6, 2020
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from d5931aa to 714d95b Compare July 7, 2020 18:07
@renovate renovate bot changed the title chore(deps): update dependency @types/webpack to v4.41.20 chore(deps): update dependency @types/webpack to v4.41.21 Jul 7, 2020
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 714d95b to 23a921d Compare July 24, 2020 17:19
@renovate renovate bot changed the title chore(deps): update dependency @types/webpack to v4.41.21 chore(deps): update dependency webpack to v4.44.0 Jul 24, 2020
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 23a921d to 9341a1e Compare July 30, 2020 08:21
@renovate renovate bot changed the title chore(deps): update dependency webpack to v4.44.0 chore(deps): update dependency webpack to v4.44.1 Jul 30, 2020
@renovate renovate bot force-pushed the renovate/webpack-4.x branch 2 times, most recently from c2cebba to 2ab521e Compare August 11, 2020 06:24
@renovate renovate bot force-pushed the renovate/webpack-4.x branch from 2ab521e to 88aaf60 Compare August 12, 2020 04:47
@Himenon Himenon merged commit 9816c69 into master Aug 12, 2020
@Himenon Himenon deleted the renovate/webpack-4.x branch August 12, 2020 04:49
Himenon added a commit that referenced this pull request Aug 15, 2020
chore(deps): update dependency webpack to v4.44.1
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.

3 participants