slupjs / slup

🚀 Sets of Material Design components built upon Inferno
MIT License
13 stars 2 forks source link

Update dependency webpack to v3.10.0 #91

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency webpack from v3.6.0 to v3.10.0

Release Notes ### [`v3.7.0`](https://github.com/webpack/webpack/releases/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) * chunk graph should be now more correct (@​sokra) ### 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) --- ### [`v3.7.1`](https://github.com/webpack/webpack/releases/v3.7.1) ### Bugfixes * fix crash for undefined optional in ExternalModule (@​STRML) --- ### [`v3.8.0`](https://github.com/webpack/webpack/releases/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 now 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) --- ### [`v3.8.1`](https://github.com/webpack/webpack/releases/v3.8.1) ### Bugfixes: * add missing keys to `stats` schema for validation --- ### [`v3.9.0`](https://github.com/webpack/webpack/releases/v3.9.0) ### Features * add more descriptions to the schema for better validation errors * Handle arrow functions in AMD define/require ### Bugfixes * added `stats.all` option to schema * UMD uses `self` before `this` as global object * Use `window` instead of this in JSONP * handle `null` in SourceMap correctly * Use Error name instead of instanceof to check for validation Error * Respect node.js deprecation configuration for some deprecation messages in webpack * Generate shorter identifiers for ConcatenatedModules to save memory * fix increasing delay when using HMR with `multiStep: true` --- ### [`v3.9.1`](https://github.com/webpack/webpack/releases/v3.9.1) ### Bugfixes: * add `ignored` and `stdin` to schema of `watchOptions` --- ### [`v3.10.0`](https://github.com/webpack/webpack/releases/v3.10.0) ### Features: * add `publicPath` and `fileContext` to SourceMapDevToolPlugin * `require.include` no longer uses all exports (Tree Shaking) ---
Commits #### v3.9.0 - [`00a9808`](https://github.com/webpack/webpack/commit/00a980825a658d32f89067f378471b5f46bade05) Remove unneeded code lines - [`6f04e3a`](https://github.com/webpack/webpack/commit/6f04e3aae79501b03f1d84285e50d5a8822e91f3) Merge pull request #​5967 from webpack/lint/schema - [`dd47437`](https://github.com/webpack/webpack/commit/dd47437a27d45475c18e9843760089b60fa9dbad) Merge pull request #​5955 from hardfist/patch-1 - [`007b14e`](https://github.com/webpack/webpack/commit/007b14eb107b3b36316a55d4dd35e929f6b624b7) Handle amd define with arrow function - [`73a4c76`](https://github.com/webpack/webpack/commit/73a4c7624633f87d3588ad7a548336c848c34385) fix an issue with schemas in subdirectories - [`3526dda`](https://github.com/webpack/webpack/commit/3526ddaf9752b9c0e0fd9d697c3a6940fc6adb3c) Merge pull request #​5981 from webpack/lint/bugfix-schema-lint - [`28f2ffe`](https://github.com/webpack/webpack/commit/28f2ffe7f94de886111dbc0b45e3d9df06ae764c) Add test for all amd arrow function cases & fix errors - [`61d91f5`](https://github.com/webpack/webpack/commit/61d91f5b75c118047e01d4cd89806bfcebe955b3) Improvement: Ensure respect for --no-deprecation flag when adding non util.depracation warnings to console output - [`ad9b957`](https://github.com/webpack/webpack/commit/ad9b957474a1c03e146ce68169154f4cf7e4dcf2) Merge pull request #​5980 from bschlenk/amd-arrow-functions - [`f14c301`](https://github.com/webpack/webpack/commit/f14c301dba9300cec03b32bae67261cc3cb70270) Improvement: Ensure util.depracation use for deprecation warnings - [`56a4af0`](https://github.com/webpack/webpack/commit/56a4af04f5e49c921939d8beca5100a18cfbabc4) use type from manifest - [`6a1f424`](https://github.com/webpack/webpack/commit/6a1f4242be39cb42496390556b5105c7260fca9a) Improvement: Ensure util.depracation use for deprecation warnings: revert NoErrors plugin - [`0f42fc1`](https://github.com/webpack/webpack/commit/0f42fc1e0a3a804e859532a0c7d5e7c0116be8a2) Merge pull request #​5871 from shreyas-a/patch-1 - [`46a6c34`](https://github.com/webpack/webpack/commit/46a6c349fbf267862dd7c144dd48a88ced00105e) Merge pull request #​5987 from webpack/bugfix/dll - [`aef6f19`](https://github.com/webpack/webpack/commit/aef6f19a60ddea6422ba4644facd66de7bee50f5) Use shorter identifier for ConcatenatedModules - [`20759bb`](https://github.com/webpack/webpack/commit/20759bb603059f02bb5d9a1994966696f0bcdcab) Merge pull request #​5997 from filipesilva/concatenated-module-identifier - [`885e9ee`](https://github.com/webpack/webpack/commit/885e9eebb6625fd52a9f56ad7413954c2074f9e0) Merge pull request #​5985 from EugeneHlushko/respect-no-deprecation-flag - [`f9d797f`](https://github.com/webpack/webpack/commit/f9d797fb934c9a63fb27865902bd515023274ed7) fix: Compiler parser.apply bug - [`991ec20`](https://github.com/webpack/webpack/commit/991ec20881bfe22cf1a32fa790cce9aaeb5c733c) fix increasing delay with multiStep HMR - [`78d6ba8`](https://github.com/webpack/webpack/commit/78d6ba8c3cb780473bd5fb54fd92091aeb54b388) Merge pull request #​6005 from madeinfree/fix-parser-apply - [`7bbf31e`](https://github.com/webpack/webpack/commit/7bbf31e8f488524e4bdd051b2a7d569560bb3ec1) Merge pull request #​6007 from webpack/bugfix/multi-step-hmr - [`8fdf411`](https://github.com/webpack/webpack/commit/8fdf411b8486224e31f70ac7b0ef804f9baae93b) Simplify identifier creation in ConcatenatedModules - [`37d70bd`](https://github.com/webpack/webpack/commit/37d70bd0c6c71847cb9476ab47db851416fa1a7f) Avoid calling hash.update multiple times in ConcatenatedModules - [`2525466`](https://github.com/webpack/webpack/commit/2525466d6be52b4a096a125e15d5a49f62e0ad34) Merge pull request #​6001 from lencioni/concatenation-efficiency - [`840b43f`](https://github.com/webpack/webpack/commit/840b43f16aeddeb1a0bfcc5fae5502e60fa10897) SourceMapDevToolPlugin: add fileContext and publicPath options. Add a configCase test - [`612111a`](https://github.com/webpack/webpack/commit/612111ae6327224f35c63af7fbe1d545fd6bdcf4) SourceMapDevToolPlugin: Second test case, make sure sourcemap file is written to expected directory considering the fileContext was provided - [`a539f24`](https://github.com/webpack/webpack/commit/a539f24bcaeefb9e79e25aaab50e6c38b624a116) SourceMapDevToolPlugin: update test config with example from change request - [`c23cf31`](https://github.com/webpack/webpack/commit/c23cf31120f7207761a2808a817030eea2abeee6) upgrade webpack-sources in lockfile - [`9c1f9fe`](https://github.com/webpack/webpack/commit/9c1f9fea2cb7c0fd9392421627a259a42214c611) Merge pull request #​6018 from webpack/ci/webpack-sources-upgrade - [`471e1a2`](https://github.com/webpack/webpack/commit/471e1a28f49d2c111c98fd596406abdf2f1547de) make url only relative when no publicPath has been provided - [`801a253`](https://github.com/webpack/webpack/commit/801a25392d99a8ee7f4371c88d7758169b1ac16f) Merge pull request #​5862 from Slashgear/fix-hmr-es6-bundles - [`05c5479`](https://github.com/webpack/webpack/commit/05c5479b9555726d4ccd304b8e6d58c5d75e91e7) Merge pull request #​5849 from cdata/fix-5843 - [`73e34a7`](https://github.com/webpack/webpack/commit/73e34a7306d40ed95d666058ad03e9c14de554af) 3.9.0 #### v3.9.1 - [`a71284e`](https://github.com/webpack/webpack/commit/a71284eb799aab711145997a9f81a3199d0618f3) Add missing watchOptions properties to schema - [`7cca6bb`](https://github.com/webpack/webpack/commit/7cca6bb2660ba11f597e3037dc83006773e8ff26) Merge pull request #​6044 from webpack/bugfix/schema-watch-options - [`5acbe2f`](https://github.com/webpack/webpack/commit/5acbe2f72eaa67654904cf8a127c3ed4da12dc99) 3.9.1 #### v3.10.0 - [`5ab6972`](https://github.com/webpack/webpack/commit/5ab6972634b0d0777bf577358a0b65b748faca2d) Improve Parser to recognize 'new Foo(...)' type expressions - [`905a8f1`](https://github.com/webpack/webpack/commit/905a8f163c9cedbc049b4d6f5d95ce8b182f18fa) Merge pull request #​5986 from EugeneHlushko/feature-sourcemap-use-filename-in-url - [`00cd8b4`](https://github.com/webpack/webpack/commit/00cd8b4eee40639c40f6ffddadd673b7f841f27e) allow tree-shaking for require.include - [`2c244d2`](https://github.com/webpack/webpack/commit/2c244d2ddad42f7c645264846b212b16ded1b3e1) Merge pull request #​6061 from webpack/bugfix/require-include-exports - [`c71fd05`](https://github.com/webpack/webpack/commit/c71fd05f98a752753b9450f590c970b76379803d) 3.10.0

This PR has been generated by Renovate Bot.