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 5.73.0 to 5.74.0 #11681

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

snyk-bot
Copy link
Contributor

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 22 days 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 Optional recaptcha azure sso feature #15627 from webpack/feat/issue-12441
  • 402d152 Merge pull request Fix bulk checkout to users, assets, and locations #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

@snyk-bot snyk-bot requested a review from snipe as a code owner August 15, 2022 23:41
@snipe snipe changed the base branch from master to develop August 22, 2022 23:17
@snipe snipe merged commit bfadc69 into develop Aug 22, 2022
@snipe snipe deleted the snyk-upgrade-ce70c2a6ece4c881ee4f6267e992332c branch August 22, 2022 23:17
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