Skip to content

Conversation

@greenkeeper
Copy link

@greenkeeper greenkeeper bot commented Mar 2, 2017

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

Dependency express
Current Version 4.14.1
Type devDependency

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


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 88 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 88 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 🌴

@coveralls
Copy link

Coverage Status

Coverage remained the same at 75.221% when pulling 025c5bd on greenkeeper/express-5.0.0-alpha.4 into faa3e4d on master.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 6, 2017

Version 5.0.0-alpha.5 just got published.

Update to this version instead 🚀

Release Notes 5.0.0-alpha.5

This is the fifth Express 5.0 alpha release, based off 4.15.2 and includes
changes from 5.0.0-alpha.4.

Commits

The new version differs by 16 commits .

  • 21f725e 5.0.0-alpha.5
  • e5dbb0c Merge tag '4.15.2'
  • d43b074 4.15.2
  • 05fd1e4 deps: update example dependencies
  • 85c96fd deps: qs@6.4.0
  • d32ed68 4.15.1
  • 57d3dfd examples: merge the jade example into ejs
  • eece385 tests: use path.join instead of concatenation
  • 8eb95ae examples: use path.join instead of concatenation
  • 67168fe deps: serve-static@1.12.1
  • c0089d9 deps: send@0.15.1
  • dc8acc8 tests: use supertest expect for simple assertions
  • 7027b37 lint: remove unused err argument
  • b4550fb Use ejs instead of jade within engine jsdoc
  • 4012846 examples: use static assets in search example

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

greenkeeper bot added a commit that referenced this pull request Sep 25, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 25, 2017

Version 5.0.0-alpha.6 just got published.

Update to this version instead 🚀

Release Notes 5.0.0-alpha.6

This is the sixth Express 5.0 alpha release, based off 4.15.5 and includes
changes from 5.0.0-alpha.5.

  • remove:
    • res.redirect(url, status) signature - use res.redirect(status, url)
    • res.send(status, body) signature - use res.status(status).send(body)
  • deps: router@~1.3.1
    • deps: debug@2.6.8
Commits

The new version differs by 72 commits.

There are 72 commits in total.

See the full diff

@nason nason closed this Nov 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants