Skip to content

chore(deps): update dependency webpack to v3.7.1

kresusbot requested to merge renovate/webpack-3.x into master

This Merge Request updates dependency webpack from v3.6.0 to v3.7.1

Commits


webpack/webpack

3.7.1

3.7.0

  • 551ea76 3.7.0
  • 32f8b6b Merge pull request #5802 from webpack/bugfix/missing-harmony-crash
  • 1381f67 fix crashes when imported module fails compiling
  • dee0774 Merge pull request #5717 from webpack/allow-negative-early-bail-for-context
  • be72b2a Merge pull request #5753 from simon-paris/master
  • 7ebf931 Merge pull request #5786 from webpack/performance/chunks
  • 48096a1 Merge pull request #5797 from webpack/bugfix/uncatched-bail
  • 2919a9c prevent crashing when error out early in bail mode
  • 7870bfc improve chunk graph building performance
  • d9accb4 Merge pull request #5764 from ljcrapo/commons-chunk-deep-children
  • 4795ffd Merge pull request #5795 from webpack/bugfix/graph-correctness-modules
  • 91df794 bugfix and test for graph correctness
  • 2df0bf1 Merge pull request #5793 from webpack/bugfix/graph-correctness
  • 130ace8 fix graph correctness with multiple entries
  • 289c19b Merge pull request #5784 from NMinhNguyen/bugfix/only-use-umd-externals-for-umd-library-target
  • 1b6c738 Merge pull request #5790 from webpack/test/circular-correctness
  • bcf86d4 add two tests for circular correctness of the chunk graph
  • 29a8091 Merge pull request #5783 from chuckdumont/work
  • 2bedd6c Only use UMD or UMD2 externals for UMD libraryTarget. Resolve #5766
  • ed75ab8 Added a test case
  • f16388a Fix #5750, which causes files to be missing from context modules when the g regex flag is used
  • f63b172 fixed common-chunk-grandchildren example
  • 2c457c6 Make define dependency object creation overridable.
  • 457bf80 Merge pull request #5771 from chuckdumont/work
  • d52ee29 Merge pull request #5780 from webpack/bugfix/better-exports-text
  • 5aac918 Merge pull request #5778 from webpack/performance/harmony-active
  • a5112fe exclude test in old node.js versions
  • 30a591d Changes per review comments
  • 87bff6c fixed common-chunk-grandchildren example
  • cb739de Increase timeout so it doesn't fail on older/slower node.js versions
  • 13ad8ed generate better comments for no used/provided exports
  • 9357ae0 Refactor precendence rules for harmony exports for better performance
  • a2ad927 Fail to load named modules when using ConstArray dependencies
  • cbd8a46 Fixed Node v4 error in tests.
  • 4f9fc01 Added deepChildren support from ArcEglos' pull request and fixed failing tests
  • b8f181f Merge pull request #5729 from STRML/feature/crossOrigin-hotReload
  • 6aa3154 Also add script.crossOrigin for hot-reloaded chunks
  • 06d1fb1 add test case
  • 9e5b7f4 add ContextExclusionPlugin to allow excluding files/paths from lookup for contexts
  • c879426 Introduce new plugin hook for contextmodulefactory to allow filtering files
  • 7f3237f just use "this" to refer to own context in lib/ContextModuleFactory.js
  • 6b5ffa4 update tough-cookie for nsp security reasons
  • bc1525d Merge pull request #5702 from Aladdin-ADD/patch-2
  • 5227452 Fix: incorrect comparing to undefined.
  • f0dcde4 Merge pull request #5679 from loganfsmyth/concat-static-analysis
  • 08179b3 Add tests for .concat alongside template literals.
  • 817f4f6 Rename template-string-specific folder to more general name.
  • 1772beb Merge pull request #5685 from dtinth/bugfix/delegated-modules-hash
  • 77a317c assert that an ExternalModule also updateHash with its ID
  • 79cf75a update ExternalModule hash with optional flag
  • fcae4da assert delegation type in DelegatedModule test
  • 47d3b80 add updateHash for ExternalModule
  • 4b284ac updateHash using this.type and this.request instead
  • 5cb7bfa add test case for DelegatedModule#updateHash
  • a0ddd55 fix DelegatedModule does not updateHash with its parameters


This MR has been generated by Renovate Bot.

Merge request reports