[Doppins] Upgrade dependency express to ~4.16.1#21
Open
doppins-bot wants to merge 6 commits intomasterfrom
Open
[Doppins] Upgrade dependency express to ~4.16.1#21doppins-bot wants to merge 6 commits intomasterfrom
doppins-bot wants to merge 6 commits intomasterfrom
Conversation
Contributor
Author
|
An additional new version was just released of Hope that's alright! |
Contributor
Author
|
An additional new version was just released of Hope that's alright! |
Contributor
Author
|
An additional new version was just released of Hope that's alright! |
Contributor
Author
|
An additional new version was just released of Hope that's alright! |
Contributor
Author
|
An additional new version was just released of Hope that's alright! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi!
A new version was just released of
express, so Doppinshas upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy merging!
Upgraded express from
~4.13.4to~4.15.2Changelog:
Version 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.
next("router")to exit from routerrouter.useskipped requests routes did notreq.urlis not set%oin path debug to tell types apart*routeVersion 4.15.0
next("router")to exit from routerrouter.useskipped requests routes did notres._headersprivate fieldreq.urlis not set%oin path debug to tell types apartObject.createto setup request & response prototypessetprototypeofmodule to replace__proto__settingstatusesinstead ofhttpmodule for status messagesDEBUG_FDenvironment variable set to3or highererrcannot be converted to a stringContent-Security-Policy: default-src 'self'headerno-cacherequest directiveIf-None-Matchhas both*and ETagsETagmatching to match specIf-None-Matchwhen noETagheaderDate.parseinstead ofnew Dateno-cacherequest directiveIf-None-Matchhas both*and ETagsETagmatching to match specres._headersprivate fieldIf-MatchandIf-Unmodified-Sinceheadersres.getHeaderNames()when availableres.headersSentwhen availableno-cacherequest directiveIf-None-Matchhas both*and ETagsETagmatching to match specres._headersprivate fieldIf-MatchandIf-Unmodified-Sinceheadersres.getHeaderNames()when availableres.headersSentwhen available*routereq.ipsperformanceVersion 5.0.0-alpha.3
This is the third Express 5.0 alpha release, based off 4.14.1 and includes
changes from 5.0.0-alpha.2.
res.json(status, obj)signature - useres.status(status).json(obj)res.jsonp(status, obj)signature - useres.status(status).jsonp(obj)res.vary()(no arguments) -- provide a field name as an argumentVersion 4.14.1
err.headersis not an objectVersion 4.14.0
acceptRangesoption tores.sendFile/res.sendfilecacheControloption tores.sendFile/res.sendfileoptionsargument toreq.rangecombineoptionres.location/res.redirectif not already encodedres.sendFile/res.sendfilereq.get()res.json/res.jsonpin most casesRangeheader handling inres.sendFile/res.sendfileAcceptparsingAcceptparameters with quoted equalsAcceptparameters with quoted semicolonssameSiteoptionMax-Ageto never be a floating point numberencodeis not a functionexpiresis not aDateserializeerr.statusCodeiferr.statusis invaliderr.headersobjectstatusesinstead ofhttpmodule for status messagesdecoderoption inparsefunctioncombineoption to combine overlapping rangesacceptRangesoptioncacheControloptionStreamclassContent-Rangeheader in 416 responses when usingstart/endoptionsContent-Rangeheader missing from default 416 responsespathcontains raw non-URL characterspathstarts with multiple forward slashesRangeheadersacceptRangesoptioncacheControloptionreq.urlcontains raw non-URL charactersRangeheadersfieldargumentVersion 5.0.0-alpha.2
This is the second Express 5.0 alpha release, based off 4.13.1 and includes
changes from 5.0.0-alpha.1.
app.param(fn)req.param()-- usereq.params,req.body, orreq.queryinsteadres.rendercallback is always async, even for sync view engines:character innameforapp.param(name, fn)is no longer removedroutermodule for routingpath-is-absolutemodule for absolute path detectionVersion 5.0.0-alpha.1
app.del- useapp.deletereq.acceptsCharset- usereq.acceptsCharsetsreq.acceptsEncoding- usereq.acceptsEncodingsreq.acceptsLanguage- usereq.acceptsLanguagesres.json(obj, status)signature - useres.json(status, obj)res.jsonp(obj, status)signature - useres.jsonp(status, obj)res.send(body, status)signature - useres.send(status, body)res.send(status)signature - useres.sendStatus(status)res.sendfile- useres.sendFileinsteadexpress.querymiddlewarereq.hostnow returns host (hostname:port) - usereq.hostnamefor only hostnamereq.queryis now a getter instead of a plain propertyapp.routeris a reference to the base router