Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Update webpack to the latest version 馃殌 #1085

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Oct 11, 2017

Version 3.7.0 of webpack was just published.

Dependency webpack
Current Version 3.6.0
Type devDependency

The version 3.7.0 is not covered by your current version range.

If you don鈥檛 accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of webpack.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don鈥檛 have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.7.0

Features

  • Static analysis can now concat string with .concat (@loganfsmyth)
  • add ContextExclusionPlugin to exclude files in a context (@timse)
  • add deepChildren flag to CommonChunkPlugin (@ArcEglos, @ljcrapo)
  • Allow using non-UMD externals combined with UMD externals (@NMinhNguyen)

Bugfixes

  • References to dll now contribute correctly to hash (@dtinth)
  • fix behavior of --watch-poll in CLI (@Aladdin-ADD)
  • set crossOrigin on script tags for HMR (@STRML)
  • fix usage of local AMD modules in AMD require (@chuckdumont)
  • show a warning when using g or y flag for context RegExp (@simon-paris)

Performance

  • fixes a performance problem with many ESM import/exports in a module (@sokra)
  • fixes a performance problem with heavily circular/interconnected chunks graphs (@sokra)
Commits

The new version differs by 58 commits.

  • 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

There are 58 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

greenkeeper bot added a commit that referenced this pull request Oct 11, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 11, 2017

Version 3.7.1 just got published.

Update to this version instead 馃殌

Release Notes v3.7.1

Bugfixes

  • fix crash for undefined optional in ExternalModule (@STRML)
Commits

The new version differs by 3 commits.

  • ce24e98 3.7.1
  • 15fe297 Merge pull request #5807 from STRML/fix/externalModule
  • c9bad17 Fix #5806, TypeError on ExternalModule hash.update

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 17, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 17, 2017

Version 3.8.0 just got published.

Update to this version instead 馃殌

Release Notes v3.8.0

Features:

  • It's now possible to include the --env data in stats (@jbottigliero)
  • There is a warning when trying to load a initial chunk with import() or require.ensure now (@sokra)

Bugfixes:

  • fix a race condition for ENOENT errors (@simon-paris)
  • chunk reasons comments are not set more consistent (@sokra)
  • fix schema for stats and be more strict (@jbottigliero)
    • This may lead to errors if you've provided wrong properties.
  • remove the absolute path from the parser error message (@sokra)
  • fix changed behavior when loading a initial chunk on demand (@sokra)

Performance

  • chunk graph is now build in breath-first traversal, which is faster (@sokra)
  • fix a performance problem in some edge cases (@sokra)
Commits

The new version differs by 26 commits.

  • 1dc5618 3.8.0
  • dfc34ce Merge pull request #5838 from webpack/bugfix/include-origin-in-parse-error
  • d96c01e remove absolute path from parse error
  • 64ac3f0 Merge pull request #5835 from jbottigliero/tests-statsCases
  • f61e748 Merge pull request #5837 from webpack/bugfix/async-dep-to-initial
  • b597322 fix behavior and add a warning when trying to load an
  • 5c687cd [tests] statsCases/module-deduplication
  • 5433b8c Merge pull request #5825 from jbottigliero/fix-webpackOptionsSchema
  • 5761875 [fix] webpackOptionsSchema.json
  • e0d4501 [fix] webpackOptionsSchema
  • 33818bc Merge pull request #5812 from simon-paris/ignore-enoent-in-contextmodulefactory-resolvedependencies
  • 1bd8b74 Merge pull request #5817 from webpack/bugfix/semetrical-chunk-reason
  • 2d60f13 Merge pull request #5823 from webpack/ci/exclude-old-version
  • 0b6e9d2 Exclude testing in older versions
  • 0b3dfcb Merge pull request #5822 from webpack/bugfix/commons-chunk-plugin

There are 26 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 17, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 17, 2017

Version 3.8.1 just got published.

Update to this version instead 馃殌

Release Notes v3.8.1

Bugfixes:

  • add missing keys to stats schema for validation
Commits

The new version differs by 3 commits.

  • b8e6b4a 3.8.1
  • bb5a072 Merge pull request #5840 from webpack/bugfix/missing-stats-keys
  • c4bb0f4 add missing stats keys

See the full diff

@greenkeeper greenkeeper bot deleted the greenkeeper/webpack-3.7.0 branch October 30, 2017 15:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant