This repository has been archived by the owner on May 7, 2021. It is now read-only.
[Snyk] Upgrade graphql-upload from 8.0.7 to 8.1.0 #825
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.
Snyk has created this PR to upgrade
graphql-upload
from 8.0.7 to 8.1.0.Release notes
Minor
processRequest
now throws an appropriate error when a multipart field value exceeds the configured size limit, fixing #159.processRequest
option to thegraphqlUploadExpress
andgraphqlUploadKoa
middleware, for improved testing without mocks or spies which are difficult to achieve with ESM.Patch
eslint-disable-next-line
comments, and regenerated the readme.koa-graphql
as known to be compatible, via #156.package-lock.json
from.gitignore
and.prettierignore
, as it’s disabled in.npmrc
anyway.export * from
) to prevent accidental public exposure of internal APIs.isObject
helper with a smarter and testedisEnumerableObject
.isString
helper.processRequest
internals and tests (including a new test using vanilla Node.js HTTP), fixing #130 via #162.startServer
test helper.ProcessRequestFunction
JSDoc type, and applied it toprocessRequest
.UploadOptions
JSDoc type toProcessRequestOptions
.Patch
map
multipart field entries, fixing #154.WriteStream
fromfs-capacitor
as a named rather than default import.from
graphql-upload
GitHub Release Notes🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs