wix-incubator / typescript-boilerplate

Generic project boilerplate for isomorphic TypeScript
MIT License
12 stars 7 forks source link

Update webpack to the latest version 🚀 #43

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 3.9.0 of webpack was just published.

Dependency webpack
Current Version 3.7.1
Type devDependency

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

If you don’t 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’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 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
Commits

The new version differs by 81 commits.

  • 73e34a7 3.9.0
  • 05c5479 Merge pull request #5849 from cdata/fix-5843
  • 801a253 Merge pull request #5862 from Slashgear/fix-hmr-es6-bundles
  • 9c1f9fe Merge pull request #6018 from webpack/ci/webpack-sources-upgrade
  • c23cf31 upgrade webpack-sources in lockfile
  • 2525466 Merge pull request #6001 from lencioni/concatenation-efficiency
  • 37d70bd Avoid calling hash.update multiple times in ConcatenatedModules
  • 8fdf411 Simplify identifier creation in ConcatenatedModules
  • 7bbf31e Merge pull request #6007 from webpack/bugfix/multi-step-hmr
  • 78d6ba8 Merge pull request #6005 from madeinfree/fix-parser-apply
  • 991ec20 fix increasing delay with multiStep HMR
  • f9d797f fix: Compiler parser.apply bug
  • 885e9ee Merge pull request #5985 from EugeneHlushko/respect-no-deprecation-flag
  • 20759bb Merge pull request #5997 from filipesilva/concatenated-module-identifier
  • aef6f19 Use shorter identifier for ConcatenatedModules

There are 81 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 3.9.1 just got published.

Update to this version instead 🚀

Release Notes v3.9.1

Bugfixes:

  • add ignored and stdin to schema of watchOptions
Commits

The new version differs by 3 commits.

  • 5acbe2f 3.9.1
  • 7cca6bb Merge pull request #6044 from webpack/bugfix/schema-watch-options
  • a71284e Add missing watchOptions properties to schema

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.10.0 just got published.

Update to this version instead 🚀

Release Notes v3.10.0

Features:

  • add publicPath and fileContext to SourceMapDevToolPlugin
  • require.include no longer uses all exports (Tree Shaking)
Commits

The new version differs by 8 commits.

  • c71fd05 3.10.0
  • 2c244d2 Merge pull request #6061 from webpack/bugfix/require-include-exports
  • 00cd8b4 allow tree-shaking for require.include
  • 905a8f1 Merge pull request #5986 from EugeneHlushko/feature-sourcemap-use-filename-in-url
  • 471e1a2 make url only relative when no publicPath has been provided
  • a539f24 SourceMapDevToolPlugin: update test config with example from change request
  • 612111a SourceMapDevToolPlugin: Second test case, make sure sourcemap file is written to expected directory considering the fileContext was provided
  • 840b43f SourceMapDevToolPlugin: add fileContext and publicPath options. Add a configCase test

See the full diff