Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade webpack from 4.44.0 to 4.44.1 #456

Merged
merged 1 commit into from
Aug 21, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade webpack from 4.44.0 to 4.44.1.

merge advice

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 22 days ago, on 2020-07-30.
Release notes
Package name: webpack
  • 4.44.1 - 2020-07-30

    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
  • 4.44.0 - 2020-07-24

    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
from webpack GitHub release notes
Commit messages
Package name: webpack
  • cd4af16 4.44.1
  • 7895778 Merge pull request #11244 from webpack/bugfix/dynamic-reexport-default
  • 46304c8 ignore default export when reexporting a dynamic module
  • 91e81c8 Merge pull request #11190 from merceyz/patch-2
  • 087af7c Merge branch 'webpack-4' into patch-2
  • f170b98 chore: only specify peerDependenciesMeta
  • e7c690e fix: add missing optional peer dependencies

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@lholmquist lholmquist merged commit 544fcd9 into master Aug 21, 2020
@lholmquist lholmquist deleted the snyk-upgrade-ccf6fb987e53bf83500cc558668b7a7f branch August 21, 2020 13:10
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