Skip to content

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Feb 2, 2022

Snyk has created this PR to upgrade webpack from 5.65.0 to 5.66.0.

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 21 days ago, on 2022-01-12.
Release notes
Package name: webpack
  • 5.66.0 - 2022-01-12

    Features

    • add output.library.type: "commonjs-static" to emit a statically analyse-able commonjs module (for node.js esm interop support)
    • add experiments.css (very experimental)

    Bugfixes

    • fix CORS headers for experiments.lazyCompilation
    • fix [absolute-resource-path] for SourceMap module naming
    • avoid stack overflow when accessing many memory cached cache values in series

    Performance

    • reduce default watchOptions.aggregateTimeout to 20ms
  • 5.65.0 - 2021-12-06

    Features

    • static evaluation understands undefined now
    • reduce container entry code by a few chars
    • use template literals when available and they make sense

    Bugfixes

    • handle singleton flag without requiredVersion in Module Federation
    • upgrade watchpack for context time info bugfix

    Performance

    • improve RegExp in error message formating for non-quadratic performance

    Developer Experience

    • automatically insert brackets when output.globalObject contains a non-trival expression
    • show error when using script type external with invalid syntax
    • expose types for Resolver, StatsOptions and ResolvePluginInstance

    Preparations for the future

    • hashDigestLength will default to 16 in webpack 6 (experiments.futureDefaults)
from webpack GitHub release notes
Commit messages
Package name: webpack
  • 0105bc1 5.66.0
  • 753fdea Merge pull request #15047 from dtanders/Fix-MultiItemCache-Stack-Exhaustion
  • 149333f Merge pull request #14998 from JakobJingleheimer/support-cjs-static-named-exports
  • 016ec7b Merge pull request #15010 from webpack/test/large-cache-file
  • 83a0e61 update cli snapshot
  • 2f2991a Merge branch 'main' into support-cjs-static-named-exports
  • 102014b fix target expression
  • 5929bfc Merge pull request #15041 from markjm/markjm/aggregate-timeout
  • b54f2ac use forEachBail from enhanced-resolve
  • 98887e4 Merge pull request #14434 from buzuosheng/fix-chunkId
  • f1833b1 Merge pull request #14628 from artonge/patch-1
  • c2d800b Merge pull request #15118 from markjm/markjm/graceful-fs
  • e84401a Merge pull request #15121 from jeange1003/main
  • 8e914b7 fix: add CORS methods and headers for lazyCompilation
  • fcf5066 Upgrade graceful-fs to support throwIfNoEntry in input/output filesystem
  • b337d40 Limit change to absoluteResourcePath
  • 283d846 Update snapshots
  • 4024bb7 cleanup
  • fdf28b8 Use resource path when possible for absoluteResourcePath
  • dbf8b35 update snapshots
  • ae2d96b chunkIds[i] -> chunkId
  • 9c6557e Change the way the MultiItemCache iterates over items to prevent stack exhaustion when it has a large number of items.
  • 6ec6eff Lower default aggregateTimeout to 20ms
  • 75c9912 add new `output.library.type` per Tobias's feedback

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

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.

1 participant