RamyElkest / apollo-chat-api

A chat API service over graphql with apollo
MIT License
2 stars 2 forks source link

Update express to the latest version 🚀 #59

Open greenkeeper[bot] opened 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.

greenkeeper[bot] commented 7 years ago

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] commented 7 years ago

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

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for 4.17.0
  • Add express.raw to parse bodies into Buffer
  • Add express.text to parse bodies into string
  • Improve error message for non-strings to res.sendFile
  • Improve error message for null/undefined to res.status
  • Support multiple hosts in X-Forwarded-Host
  • deps: accepts@~1.3.7
  • deps: body-parser@1.19.0
    • Add encoding MIK
    • Add petabyte (pb) support
    • Fix parsing array brackets after index
    • deps: bytes@3.1.0
    • deps: http-errors@1.7.2
    • deps: iconv-lite@0.4.24
    • deps: qs@6.7.0
    • deps: raw-body@2.4.0
    • deps: type-is@~1.6.17
  • deps: content-disposition@0.5.3
  • deps: cookie@0.4.0
    • Add SameSite=None support
  • deps: finalhandler@~1.1.2
    • Set stricter Content-Security-Policy header
    • deps: parseurl@~1.3.3
    • deps: statuses@~1.5.0
  • deps: parseurl@~1.3.3
  • deps: proxy-addr@~2.0.5
    • deps: ipaddr.js@1.9.0
  • deps: qs@6.7.0
    • Fix parsing array brackets after index
  • deps: range-parser@~1.2.1
  • deps: send@0.17.1
    • Set stricter CSP header in redirect & error responses
    • deps: http-errors@~1.7.2
    • deps: mime@1.6.0
    • deps: ms@2.1.1
    • deps: range-parser@~1.2.1
    • deps: statuses@~1.5.0
    • perf: remove redundant path.normalize call
  • deps: serve-static@1.14.1
    • Set stricter CSP header in redirect response
    • deps: parseurl@~1.3.3
    • deps: send@0.17.1
  • deps: setprototypeof@1.1.1
  • deps: statuses@~1.5.0
    • Add 103 Early Hints
  • deps: type-is@~1.6.18
    • deps: mime-types@~2.1.24
    • perf: prevent internal throw on invalid type
Commits

The new version differs by 137 commits ahead by 137, behind by 53.

There are 137 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀