Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update webpack to the latest version πŸš€ #1183

Merged
merged 1 commit into from Jun 8, 2017

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented May 22, 2017

Version 2.6.0 of webpack just got published.

Dependency webpack
Current Version 2.5.1
Type devDependency

The version 2.6.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 v2.6.0

Features:

  • add webpackMode comment option for import()
  • add output.chunkLoadTimeout

Bugfixes:

  • fixed providing webpackChunkName for import() with expression
  • fixed parsing of destructing in assignment
  • fixed some edge cases when parsing declarations
Commits

The new version differs by 24 commits.

  • 859b8cd updated examples
  • af05c14 2.6.0
  • 74afac5 Merge pull request #4881 from webpack/bugfix/destructing
  • cd6d086 fix missing pattern walk
  • 231a638 fix parsing issue with patterns
  • 272c105 support destructing on assignment
  • 6bd3a82 Merge pull request #4902 from bdwain/master
  • 04f2622 require a newer version of uglify that fixes a bug with regexp
  • 6d24f0d Merge pull request #4882 from kdnk/fix-typo
  • 7e4d659 CI
  • 60f154f archieved β€”> achieved
  • 95400b8 Merge pull request #4865 from PeterTeng/peter/fix-typo-in-examples
  • d5d0428 Merge pull request #4880 from webpack/ci/appveyor-yarn
  • 8ee65f1 Workaround for weird yarn link behavior
  • b59e179 'it it' => 'in in'

There are 24 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper greenkeeper bot added the Type: Dependencies Automatic updates for dependencies, managed by Renovate. label May 22, 2017
@AlMcKinlay AlMcKinlay modified the milestone: 2.3.1 May 24, 2017
greenkeeper bot added a commit that referenced this pull request May 25, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 25, 2017

Version 2.6.1 just got published.

Update to this version instead πŸš€

Release Notes v2.6.1

Bugfixes:

  • Promise is now only needed when loading chunk, not in initialization
  • variable injection in require.ensure is now working again
  • better comment message when no export found (output.pathinfo)
Commits

The new version differs by 7 commits.

  • 7cfd2c4 2.6.1
  • 5ec15f8 Merge pull request #4927 from webpack/bugfix/require-ensure-var-inject
  • da08b89 fix variable injection in require.ensure
  • 0dd0830 Merge pull request #4923 from webpack/bugfix/promise-later
  • 09d9533 Use Promise only when chunk load is triggered
  • ae389b0 Merge pull request #4918 from marzelin/master
  • 08615a2 change description when no static exports found

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 7, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 7, 2017

Version 3.0.0-rc.1 just got published.

Update to this version instead πŸš€

Release Notes v3.0.0-rc.1

Bugfixes:

  • CLI args --display-modules and --display-optimization-bailout now work as expected
  • Scope Hoisting + class now works correctly
  • Scope Hoisting + namespace exports works correctly
  • deprecation for Module.chunks now works correctly
Commits

The new version differs by 132 commits.

  • 2e8b77d 3.0.0-rc.1
  • ae5cb84 Merge pull request #5024 from webpack/bugfix/scope-hoisting-ns-object
  • 8c78089 fix lint error
  • ac92de5 update example
  • 9060137 generate nicer names
  • 9b58b7a generate correct namespace objects
  • 9b8c40b Merge pull request #5015 from webpack/bugfix/module.chunks
  • 1de873c Merge pull request #5014 from webpack/bugfix/renaming-class-scope
  • 7a0c776 Merge pull request #5013 from webpack/bugfix/cli-args
  • c0bf82c fixes incorrect deprecation
  • 1c538f9 fixes #5000
  • e343164 fix issue with --display-modules and --optimization-bailout
  • 3d65329 3.0.0-rc.0
  • 3455d7b update examples
  • 463eeb5 Merge pull request #5007 from webpack/next

There are 132 commits in total.

See the full diff

@AlMcKinlay AlMcKinlay merged commit 92bbe19 into master Jun 8, 2017
@AlMcKinlay AlMcKinlay deleted the greenkeeper/webpack-2.6.0 branch June 8, 2017 08:02
matburnham pushed a commit to matburnham/lounge that referenced this pull request Sep 6, 2017
…2.6.0

Update webpack to the latest version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependencies Automatic updates for dependencies, managed by Renovate.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants