Skip to content

[Snyk] Upgrade webpack from 5.73.0 to 5.74.0#11

Open
snyk-bot wants to merge 1 commit intomasterfrom
snyk-upgrade-ee1f671fedbc9b25d87b6888f380ae41
Open

[Snyk] Upgrade webpack from 5.73.0 to 5.74.0#11
snyk-bot wants to merge 1 commit intomasterfrom
snyk-upgrade-ee1f671fedbc9b25d87b6888f380ae41

Conversation

@snyk-bot
Copy link
Copy Markdown

Snyk has created this PR to upgrade webpack from 5.73.0 to 5.74.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 2 months ago, on 2022-07-25.
Release notes
Package name: webpack
  • 5.74.0 - 2022-07-25

    Features

    • add resolve.extensionAlias option which allows to alias extensions
      • This is useful when you are forced to add the .js extension to imports when the file really has a .ts extension (typescript + "type": "module")
    • add support for ES2022 features like static blocks
    • add Tree Shaking support for ProvidePlugin

    Bugfixes

    • fix persistent cache when some build dependencies are on a different windows drive
    • make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules
    • remove left-over from debugging in TLA/async modules runtime code
    • remove unneeded extra 1s timestamp offset during watching when files are actually untouched
      • This sometimes caused an additional second build which are not really needed
    • fix shareScope option for ModuleFederationPlugin
    • set "use-credentials" also for same origin scripts

    Performance

    • Improve memory usage and performance of aggregating needed files/directories for watching
      • This affects rebuild performance

    Extensibility

    • export HarmonyImportDependency for plugins
  • 5.73.0 - 2022-06-02

    Features

    • add options for default dynamicImportMode and prefetch and preload
    • add support for import { createRequire } from "module" in source code

    Bugfixes

    • fix code generation of e. g. return"field"in Module
    • fix performance of large JSON modules
    • fix performance of async modules evaluation

    Developer Experience

    • export PathData in typings
    • improve error messages with more details
from webpack GitHub release notes
Commit messages
Package name: webpack
  • 8f87b50 5.74.0
  • 3e1f244 Merge pull request #16071 from devinan/patch-1
  • c7e14e2 Merge pull request #15910 from ludofischer/fix-message
  • 7b63346 Merge pull request #15627 from webpack/feat/issue-12441
  • 402d152 Merge pull request #15642 from webpack/set-use-credentials-without-origin-check
  • fcb0e35 Merge pull request #15996 from webdiscus/main
  • 6dc6a19 Merge pull request #16031 from evantd/main
  • 52351a6 Merge pull request #16033 from varunsh-coder/token-perms
  • 555915b Merge pull request #16065 from webpack/fix/issue-16054
  • d4cab5b Merge pull request #16077 from webpack/fix-scheme
  • 6e3e037 Merge pull request #16032 from barak007/export-harmony-import-dependency
  • 767f741 fix webpack scheme
  • da13141 Fix badge : compatibility score
  • 8bfcb69 support import/export name as string literal
  • e9f2195 ci: add GitHub token permissions for workflow
  • e3f6702 feat: export HarmonyImportDependency and generate types
  • 1492735 Pass shareScope through to ContainerPlugin & ContainerReferencePlugin
  • 1132eb3 Merge pull request #15991 from gluxon/cached-Snapshot-iterables
  • 7b3f4c0 test: Check that Snapshot iterables have stable identities
  • 751e123 Use stable identities for Snapshot iterables
  • 21ead2f Merge pull request #15940 from amareshsm/update-package.json
  • b904655 Merge pull request #15834 from snitin315/patch-2
  • 674de92 Merge pull request #15909 from fireairforce/upgrade-watchpack-version
  • f7e2128 Merge pull request #16001 from webpack/up-enhanced-resolve

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