webuildsg / webuild

:memo: Robot-handpicked list of open events and open source for designers, developers and makers in Singapore
https://webuild.sg/
MIT License
62 stars 33 forks source link

Update express to the latest version 🚀 #269

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 5.0.0-alpha.3 of express just got published.

Dependency express
Current Version 4.14.1
Type dependency

The version 5.0.0-alpha.3 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 express. 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.


Commits

The new version differs by 43 commits .

  • c8d9223 5.0.0-alpha.3
  • 4b39a01 deps: path-is-absolute@1.0.1
  • ad4d52d deps: array-flatten@2.1.1
  • 07077c4 deps: router@~1.1.5
  • bcbb9d5 Merge tag '4.14.1'
  • ab1c9e9 Remove res.jsonp(status, obj) signature
  • 25fdefa Remove res.json(status, obj) signature
  • a856456 Remove res.vary() (no arguments) signature
  • 1dbfee6 Merge tag '4.14.0'
  • 8a387d3 deps: array-flatten@2.0.0
  • 943f28f deps: router@~1.1.3
  • 7cafdb5 Merge tag '4.13.4'
  • 2c668f8 5.0.0-alpha.2
  • 6343288 Make res.render callback is always async, even for sync view engines
  • 694869d Use path-is-absolute module for absolute path detection

There are 43 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 5.0.0-alpha.4 just got published.

Update to this version instead 🚀

Release Notes 5.0.0-alpha.4

This is the fourth Express 5.0 alpha release, based off 4.15.0 and includes
changes from 5.0.0-alpha.3.

  • remove:
    • Remove Express 3.x middleware error stubs
  • deps: router@~1.3.0
    • Add next("router") to exit from router
    • Fix case where router.use skipped requests routes did not
    • Skip routing when req.url is not set
    • Use %o in path debug to tell types apart
    • deps: debug@2.6.1
    • deps: setprototypeof@1.0.3
    • perf: add fast match path for * route
Commits

The new version differs by 45 commits .

  • a3a9166 5.0.0-alpha.4
  • 06f423d Remove Express 3.x middleware error stubs
  • 501e24e Merge tag '4.15.0'
  • 504a51c 4.15.0
  • 7f96896 deps: update example dependencies
  • f59de6a build: Node.js@7.7
  • 7247554 build: Node.js@6.10
  • 146a13e build: Node.js@4.8
  • 9722202 Add next("router") to exit from router
  • 51f5290 Fix case where router.use skipped requests routes did not
  • 8b6dc6c Use "%o" in path debug to tell types apart
  • 081b811 perf: add fast match path for "*" route
  • 1f71fae tests: add lone "*" route tests
  • acc4a61 deps: serve-static@1.12.0
  • 1b43166 deps: send@0.15.0

There are 45 commits in total. See the full diff.