flowhub / jsjob

Run arbitrary JavaScript code as jobs, in a browser-based sandbox.
MIT License
18 stars 0 forks source link

Update webpack to the latest version 🚀 #35

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 3.5.0 of webpack just got published.

Dependency webpack
Current Version 2.7.0
Type devDependency

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

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of webpack. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v3.5.0

Features:

  • add stats.excludeAssets to allow to filter assets in list (@ldrick)
  • add import(/* webpackMode: "weak" */ "module") to try to load a module without network request (@faceyspacey)
  • add 4. argument to require.context which is the context mode. Can be false, "eager", "lazy-once", "weak" and "async-weak". (@faceyspacey)
  • require.resolveWeak now support expressions (@faceyspacey)
  • generate only a single require for modules references in scope-hoisted modules (ModuleConcatenationPlugin)

Bugfixes:

  • keep correct import order when using the ModuleConcatenationPlugin
  • Generate shorter, more readable identifiers in ConcatenatedModule
  • --help output is flushed before process exit (@esbenp)
  • exit code is reliable reported for CLI validation error (@polomsky)
  • stats options are now validated by schema (@esbenp)
  • fixes problem when using the CommonsChunkPlugin in async mode without name argument
  • fixes description of --resolve-extensions (@tomek-d)
  • fixes has no internal name when using dependency variable in root of scope-hoisted modules (ModuleConcatenationPlugin)

Examples:

Commits

The new version differs by 480 commits ahead by 480, behind by 14.

  • 75a8ffe 3.5.0
  • afa28c0 Merge pull request #5453 from webpack/bugfix/import-order-scope-hoisting
  • a569764 Merge pull request #5457 from tomek-d/resolve-extensions-typo
  • 0b8023a fixes #5096
  • 29d1336 Fixed bug in --resolve-extensions parameter documentation
  • 39051df update example
  • 7619c43 generate more pretty names for nested concatenation
  • 6607cfa remove ordering in ModuleConcatenationPlugin
  • 2bbbf50 Merge pull request #5437 from esbenp/fix-help-output-test-5345
  • 9f5bffa beautify
  • 334c1c4 remove unused variable
  • 8835751 fix conflict handling
  • 7099fcc update stats test case
  • b77a52b add reserved words to avoid syntax errors
  • 16a5831 use old new Buffer api for node 4

There are 250 commits in total.

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 3.5.1 just got published.

Update to this version instead 🚀

Release Notes v3.5.1

Bugfixes:

  • fix invalid syntax when using non-number ids with Scope Hoisting
Commits

The new version differs by 3 commits.

  • 5be9593 3.5.1
  • 43d877f Merge pull request #5460 from webpack/bugfix/stringify-concated
  • b05b49b fix invalid generated code with scope hoisting and non-number ids

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.5.2 just got published.

Update to this version instead 🚀

Release Notes v3.5.2

Bugfixes:

  • fixes stack overflow with circular dependencies (ModuleConcatenationPlugin)
Commits

The new version differs by 12 commits.

  • 25302e5 3.5.2
  • f04f066 Merge pull request #5471 from webpack/bugfix/stack-overflow-concat
  • 54fbfe0 Merge pull request #5467 from moschan/refactor-entry-option-plugin
  • fb0ca64 Merge pull request #5466 from hzoo/patch-1
  • b06d69f rollback travis to precise dist
  • bc67522 fixes stack overflow with circular dependencies
  • 9a87824 Refactor "EntryOptionPlugin.js"
  • 4805027 add fix command for eslint
  • 0059bcf Merge pull request #5458 from samccone/sjs/remove-function-redeclare
  • a2601c3 update examples
  • 1869688 fix building of examples
  • 8b3772d Remove function redeclaration.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.5.3 just got published.

Update to this version instead 🚀

Release Notes v3.5.3

Bugfixes

  • fixes a name conflict with the ModuleConcatenationPlugin
Commits

The new version differs by 7 commits.

  • 4b2b1ad 3.5.3
  • 4430af4 Merge pull request #5487 from webpack/bugfix/issue-5481
  • b7c3491 Merge pull request #5485 from webpack/bot/inactive
  • e1bfecf Merge pull request #5486 from webpack/bot/pr-pending
  • 0e73a24 also generate a new identifier for interop name
  • 0ad5d21 Wait for CI not pending until reporting CI status
  • 72420fa mark and close inactive issue after half a year

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.5.4 just got published.

Update to this version instead 🚀

Release Notes v3.5.4

Bugfixes

  • Warnings and errors contribute to hash, which shows stats on warning-only change
  • HMR: avoid crash when calling accept handler on disposed module
  • HMR: disable Scope Hoisting for modules using HMR
  • restore backwards compatibility of ConcatenatedModule (@kisenka)

Features:

  • Add option to limit the number of parallel processed modules (parallelism)
Commits

The new version differs by 22 commits.

  • 990563f 3.5.4
  • 2475c6a Merge pull request #5506 from webpack/bugfix/concat-hmr
  • 0ea37a5 Disallow Scope Hoisting when using HMR
  • 287d587 Merge pull request #5480 from kisenka/concatenated-module-in-3.5-compat
  • 3d272ac fix: restore modules property of ConcatenatedModule (fixes #5477)
  • 7a36951 Merge branch 'master' of https://github.com/webpack/webpack into concatenated-module-in-3.5-compat
  • 839915c Merge pull request #5501 from webpack/bugfix/hash-watch-warnings-errors
  • 93af585 fix stats tests
  • 3820157 fix lint problem
  • 0925a9d Merge pull request #5502 from webpack/feature/limit-processed-modules
  • 09c34cf remove hash from stats test with error
  • 930c019 fix validation output test
  • f9bf8a9 Limit the number of parallel processed modules
  • 7905bf5 Warnings and Errors contribute to hash
  • f7bcba7 Merge pull request #5500 from webpack/bugfix/hmr-disposed-handler

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.5.5 just got published.

Update to this version instead 🚀

Release Notes v3.5.5

Bugfixes:

  • fixes a bug where modules where incorrectly removed from chunks resulting in call on undefined errors (can happen when using externals and CommonChunkPlugin)
  • Modules no longer loose __esModule flag on incremental build with ModuleConcatenationPlugin
  • __esModule flag is now only set when needed with the ModuleConcatenationPlugin
Commits

The new version differs by 5 commits.

  • ef6ab68 3.5.5
  • 6bdd9dc Merge pull request #5535 from webpack/bugfix/incremental-concat-compat
  • f75418f Merge pull request #5534 from webpack/bugfix/incorrect-graph
  • c5deb59 set compatiblity flag correctly even after incremental build
  • 99c2706 Ensure that graph structure stay consistent

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.5.6 just got published.

Update to this version instead 🚀

Release Notes v3.5.6

Bugfixes

  • --watch-poll also accepts a number now (@civalin)
  • optimization bailout messages are now correctly cleared on incremental compilation (@STRML)
  • (back)slashes in querystring are not correctly handled when making the request relative to context (@donocode)
  • orginalError -> originalError in HMR API (@sokra)
  • fix Cannot read property '0' of undefined in harmony modules (@sokra)
  • Handle require to root of concatenated module correctly and don't generate __webpack_require__(null) (@sokra)
  • No longer use async as variable name (@sokra)
  • Object in options are now cloned when applying defaults (@sokra)

Performance

  • Performance improvements for SourceMap devtool (@filipesilva)
Commits

The new version differs by 31 commits.

  • 92d5c20 3.5.6
  • 978e9f9 Merge pull request #5635 from webpack/bugfix/clone-options
  • 5020104 allow boolean values for node and performance
  • a4cf91f Merge pull request #5633 from webpack/bugfix/indirect-import
  • f04cce8 clone options and don't modify them
  • 1fb9eb1 fixes #5624
  • fb8afe7 Merge pull request #5623 from webpack/bugfix/concat-require-root
  • 1b85726 Merge pull request #5621 from webpack/bugfix/hmr-api
  • af470a5 handle inner non-harmony dependencies correctly in ConcatenatedModule
  • ccc4317 fix typo in HMR API
  • 9d9ac3b Merge pull request #5608 from xekri/patch-1
  • 633eac4 typo fix
  • b75b20b Merge pull request #5595 from filipesilva/fix-deopts
  • c8fd542 Merge pull request #5599 from donocode/master
  • 174fd4e Prevent NormalModule contextify from contextifying query parameters

There are 31 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.6.0 just got published.

Update to this version instead 🚀

Release Notes v3.6.0

Bugfixes

  • Using folder names on CLI now correctly uses folder as entry (@gyandeeps)
  • Assign correct cache object to child compiler (@sokra)
Commits

The new version differs by 17 commits.

  • 6226759 3.6.0
  • 2b1046e Merge pull request #5671 from webpack/bugfix/child-cache
  • 3d99168 remove unused code, add todo comment
  • 46432c4 add test for notCacheable in CachePlugin
  • 460e6b6 remove incorrect tests
  • 0975d13 assign correct cache to child compilation
  • cc03d8e fix sponsors list for opencollective API changes
  • f6285d2 Merge pull request #5652 from JLHwung/remove-duplicate-eslintrc-configuration-item
  • 5463c1e add next PR label
  • d87c88e Merge pull request #5517 from webpack/ci/travis
  • 2f428aa CI improvements
  • 9e14196 update to newer travis image
  • 44df871 chore(eslint): remove duplicate configuration item
  • 2206ee0 Merge pull request #5625 from gyandeeps/issue5576
  • 4f5e78b Use statsSync isDirectory to check dir

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.7.0 just got published.

Update to this version instead 🚀

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

greenkeeper[bot] commented 6 years ago

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