shlomif / fc-solve

Freecell Solver - a C library for automatically solving Freecell and some other variants of card Solitaire
https://fc-solve.shlomifish.org/
MIT License
60 stars 13 forks source link

[Snyk] Upgrade webpack from 5.0.0 to 5.1.3 #63

Closed snyk-bot closed 3 years ago

snyk-bot commented 4 years ago

Snyk has created this PR to upgrade webpack from 5.0.0 to 5.1.3.

merge advice :information_source: 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.


Release notes
Package name: webpack
  • 5.1.3 - 2020-10-16

    Bugfixes

    • omit unused modules from chunks when modules are only unused in some runtimes
      • fixes Self-reference dependency has unused export name error
    • fix order of asset optimization to fix conflict between compression-plugin and real hash plugin
  • 5.1.2 - 2020-10-15

    Bugfixes

    • revert: omit unused modules from chunk when modules are only unused in some runtimes
      • caused issues with mini-css modules
  • 5.1.1 - 2020-10-15

    Bugfixes

    • fix order of chunk hashing to allow to uses hashes in WebWorkers
    • update to terser-webpack-plugin 5
      • reduces number of dependencies by dropping webpack 4 support
    • omit unused modules from chunk when modules are only unused in some runtimes
      • fixes Self-reference dependency has unused export name error
    • fix hanging production builds because of infinite loop in inner graph optimization
    • Compilation.deleteAsset updates chunk to file mappings
  • 5.1.0 - 2020-10-13

    Features

    • expose webpack property from Compiler
    • expose cleverMerge, EntryOptionPlugin, DynamicEntryPlugin

    Bugfixes

    • missing require("..").xxx in try-catch produces a warning instead of an error now
    • handle reexports in concatenated modules correctly when they are side-effect-free
    • fix incorrect deprecation message for ModuleTemplate.hooks.hash
  • 5.0.0 - 2020-10-10

    Announcement and changelog

from webpack GitHub release notes
Commit messages
Package name: webpack
  • c90dfad 5.1.3
  • 9342540 Merge pull request #11721 from webpack/bugfix/asset-processing-order
  • de9e916 Merge pull request #11719 from webpack/bugfix/11673
  • 204caee fix order of asset optimization to fix conflict between compression-plugin and real hash plugin
  • 7601ccf remove test suite that was broken anyway
  • 6db9f1f build chunk graph with runtime awareness
  • a25d809 fix handling of transitive only connections between modules during exports analysis
  • 0fe03c7 fix unused modules in chunk when optimizing runtime-specific
  • b3c73a5 fix runtime-specific handling in concatenated modules
  • 87daf8d add test case
  • afebbd0 update to latest mini-css version
  • 8379037 5.1.2
  • 09b9c2e Merge pull request #11709 from webpack/revert-11690-bugfix/11673
  • 2888c8a Revert "fix unused modules in chunk when optimizing runtime-specific "
  • b1a11fc Merge pull request #11706 from liximomo/fix-api
  • 7d3008d fix: fix lint
  • 8e96148 fix: reorder params
  • f2f998b 5.1.1
  • bcd6190 Merge pull request #11704 from webpack/bugfix/delete-asset
  • 11935a9 Merge pull request #11703 from webpack/bugfix/11678
  • 63ba54c update chunk to files mapping when deleting assets
  • 4669600 Merge pull request #11690 from webpack/bugfix/11673
  • 234373e Merge pull request #11702 from webpack/deps/terser
  • b6bc273 fix infinite loop in inner graph optimization
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