Update dependency popsicle to v12 - #24
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
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.
This PR contains the following updates:
^2.0.1→^12.0.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
serviejs/popsicle (popsicle)
v12.1.2: Fix missing dependencyCompare Source
Fixed
popsicle-cookie-jarto correct location02c1355v12.1.1: Updatepopsicle-transport-httpandpopsicle-cookie-jarmin versionsCompare Source
Fixed
7f941b9popsicle-cookie-jarto resolve vulnerability that could occur in a custom setup (#156)v12.1.0: XHR ArrayBufferCompare Source
Changed
arraybufferas the response typev12.0.6: Update Servie and HTTP transportCompare Source
Fixes
servieandpopsicle-transport-httpv12.0.5: Updated DependenciesCompare Source
Fixed
logo.svgfor READMEv12.0.4: ExporttoFetchCompare Source
Added
toFetchmethod fromindex.tsv12.0.3: Clone Request in FetchCompare Source
Fixed
Requestinfetchwhen an options object is additionally passed inv12.0.2: ExportAbortControllerfrom ServieCompare Source
Added
serviev12.0.1: Fix Entry PathCompare Source
Fixed
v12.0.0: Servie 4Compare Source
Changed
fetchpopsicleis now just an example of middlewarev11.0.5: Specify Default HTTP/1 PortCompare Source
Fixed
Hostheader in HTTP/1 transport by specifying thedefaultPortto have it be omitted from computed header (e.g.example.com:80is nowexample.com).v11.0.4: Improve TLS connection re-useCompare Source
Fixed
v11.0.3: Fallback on HTTP/1 Without ALPNCompare Source
Fixed
v11.0.2: Renamesendtoforwardfor internal transportsCompare Source
Changed
dist/transports/*I was usingsend, but this is confusing with the newsendpublic API - useforwardinsteadv11.0.1: ExposesendfunctionCompare Source
Added
sendfunction as pre-definedtransport()v11.0.0: ServieJS and HTTP2Compare Source
Changed
servienatively, decouples transport from request/response interfacesv10.0.1: Legacy RepublishCompare Source
Fixed
10.0.0publish appears to be corrupted on NPM, publishing over the top to correctv10.0.0: @typesCompare Source
Changed
typingswith@typesnamespacev9.2.0: Updated Redirection HandlerCompare Source
Changed
HEADwith 301, 302 or 303 (act likeGET)v9.1.0: User-Agent HeaderCompare Source
Fixed
User-Agentheader to follow RFC (https://tools.ietf.org/html/rfc7231#section-5.5.3)https://github.com/blakeembrey/popsicletoPopsicle (https://github.com/blakeembrey/popsicle)v9.0.0: Middleware HandlerCompare Source
Notice: This version drops node < 4.0 support.
Fixed
Cookieheader usage to remove possible duplicates (blakeembrey@28eb9e3)next())Changed
v8.2.0: AliasRequest#responseCompare Source
Changed
Request#responseto the response object (blakeembrey@f577a21)form-data@2.0.0(blakeembrey@9ce0e89)v8.1.1: ExportFormDataconstructorCompare Source
Added
FormDataconstructor from mainv8.1.0: Updateform-dataCompare Source
Changed
form-datato latest releasev8.0.4: Ignore empty bodiesCompare Source
Changed
v8.0.3: IgnorenullbodiesCompare Source
Changed
nullbodiesv8.0.2: Make Error CauseCompare Source
Fixed
make-error-causetypings definitionv8.0.1: Native TypingsCompare Source
Changed
v8.0.0: Parse MiddlewareCompare Source
Sometimes, you release something and it's not until you take a nap that you realise there's a better pattern to use. This was one of those times. Refactored text parsing methods (JSON and URL-encoded responses) back into a middleware method.
Changed
urlencodedandjsontypes from transport, moved to a middleware plugin (popsicle.plugins.parse('json')) - this is pretty nifty because now you can use Popsicle like 6.x again by doing.use(popsicle.plugins.parse(['json', 'urlencoded'], false))v7.0.1: CookiegetAllCompare Source
Changed
getAllfor existing cookies in request (in case the user has already set multiple cookie fields)v7.0.0: TransportsCompare Source
Changed
08e68a8)898f3b6)getAllmethod for retrieving all headers by a key, whilegetwill always return the first header (blakeembrey@c180f08(comment))c180f08)createTransport({ type: string })(blakeembrey@bcc9e29)124d0bd)popsicle.browserexport (you can useprocess.browserorrequire('is-browser')easily enough) (blakeembrey@c7af7e4)process.nextTickfor starting the request, rely onnextTickbehaviour of promises instead (saves 400kB) (blakeembrey@8a0fba6)Fixed
898f3b6)Added
4cd1e2a)5e2f4e2)v6.2.2: Ignore Cookie ErrorsCompare Source
Changed
v6.2.1: Inline SourcesCompare Source
Changed
v6.2.0: Remove dead dependenciesCompare Source
Changed
any-promise@1.3.0)v6.1.0: Exposerequest.middlewareCompare Source
Changed
request.middlewareas a public propertyv6.0.0: New Middleware PatternCompare Source
Changed
throwback(blakeembrey#49)v5.0.1: Fix Browser TypingsCompare Source
Fixed
form-dataproxy modulev5.0.0: Node Original Header CasingCompare Source
Fixed
3.x, headers undernodewere always sent lower-case while the browser was original casing - this release makesnodealways send case-sensitive headersv4.0.0: Removeinfinity-agentCompare Source
Changed
infinity-agent, fixes SSL options under node 0.10v3.2.2: Request Options BodyCompare Source
Fixed
bodywithtoOptionsmethodv3.2.1: Request Error Handling PipelineCompare Source
Changed
request.erroredsetterv3.2.0: Raw Header RepresentationCompare Source
Changed
rawHeadersrepresentation for headers internally - remove object map usagesAdded
toOptionsandclonemethods for request re-usev3.1.1: Use Any PromiseCompare Source
Fixed
any-promisev3.0.3: Expose PopsicleErrorCompare Source
Changed
PopsicleErrorfrom main module entryv3.0.2: Expose Additional SSL OptionsCompare Source
Added
ca,certandkeyoptions with requestsv3.0.1: ExportrequestCompare Source
Added
popsicle.defaultis odd, now you can usepopsicle.request)Changed
v3.0.0: ES6ifyCompare Source
Changed
headersa getter and setter for the normalised headers object (correct casing)urlandquerya getter and setter forUrl(a parsed url object)fullUrlmethod (useurlgetter)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.