angular-ui / ui-router

The de-facto solution to flexible routing with nested views in AngularJS
http://ui-router.github.io/
MIT License
13.56k stars 3.01k forks source link

Update webpack to the latest version šŸš€ #3674

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

ā˜ļø Greenkeeperā€™s updated Terms of Service will come into effect on April 6th, 2018.

Version 4.4.0 of webpack was just published.

Dependency webpack
Current Version 4.3.0
Type devDependency

The version 4.4.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 v4.4.0

Features

  • When webpack-cli is not installed it will ask to install it
  • splitChunks.chunks supports a custom function now
  • Better warning when omitting mode

Bugfixes

  • disallow functions for chunkFilename, because it's not working
  • generate correct code when using export default (function xxx() {})

Performance

  • Performance improvements for sorting by identifier
Commits

The new version differs by 72 commits.

  • e3bb8c9 4.4.0
  • 2bd495c Merge pull request #6864 from webpack/bump_prettier
  • 8d8da4c Merge branch 'master' into bump_prettier
  • 0f70fcb Merge pull request #6791 from storybooks/spilt-chunks-selector
  • 3f6b78f Merge pull request #6467 from PlayMa256/prompt_install_cli
  • b30de38 Merge pull request #6672 from EugeneHlushko/fix/6639
  • f600ccd Merge pull request #6827 from Connormiha/optimize-sort-by-identifier
  • 1b50e4e Merge pull request #6833 from webpack/ellipsis
  • 3a6edf0 Merge pull request #6882 from mohsen1/patch-4
  • d4f3c77 Merge pull request #6883 from mohsen1/remove-dead-code
  • 1e7cc39 Merge pull request #6889 from Janpot/issue-6867
  • 4b6ee73 Merge pull request #6894 from webpack/bugfix/css-stuff
  • e15df70 Merge pull request #6897 from mohsen1/init-time
  • cc77f7e Merge pull request #6898 from mohsen1/patch-6
  • ca79190 Merge pull request #6899 from mohsen1/patch-7

There are 72 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 4.5.0 just got published.

Update to this version instead šŸš€

Release Notes v4.5.0

Features

  • Performance improvements
  • Improve readablility of error messages with long loader string

Bugfixes

  • Sort child compilations for consistent compilation hash
  • Fix bug causing all symbols to be renamed when concatenating modules

Contributing

  • add yarn setup script for bootstrapping local development
Commits

The new version differs by 41 commits.

  • f5bd213 Update examples
  • e400445 4.5.0
  • e717fcc Merge pull request #6956 from webpack/refactor/share_shapes
  • 3f33d88 Merge pull request #6943 from webpack/bugfix/sort-children-for-hash
  • 45e7f7a Merge pull request #6878 from rchaser53/fix-options-loader-error
  • a8d70e7 Merge pull request #6955 from webpack/Legends-webpack-bootstrap-setup
  • 9f5c1b4 Merge pull request #6951 from webpack/fix/arity
  • a5ae054 Ensure the type of the binding don't change
  • 5c8a4bb Unify Dependency#getExports result
  • b6042fb Prevent identToLoaderRequest to return 2 objects with different shapes
  • f3c9bd0 Merge pull request #6953 from webpack/refactor/mode_deopt
  • 83b99b9 add setup script and update package scripts
  • 1958784 Merge pull request #6904 from webpack/performance/concat
  • f1993f4 Merge pull request #6922 from mohsen1/map-not-weakmap
  • ed5b541 Merge pull request #6930 from Legends/gitignorePatch

There are 41 commits in total.

See the full diff