Update graphql-upload to the latest version 🚀 #6121
Merged
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.
The dependency graphql-upload was updated from
8.0.7
to8.1.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: jaydenseric
License: MIT
Release Notes for Version 8.1.0
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
.Commits
The new version differs by 38 commits.
2223e7a
Version 8.1.0.
9de7bfc
Update dev dependencies.
0004894
Merge pull request #162 from jaydenseric/coverage-to-100
95a5a3d
Better aborted request Koa app error tests.
edf7fa4
Remove unnecessary initial value.
aed243c
Better handling of events related to aborted requests.
3bca7fe
Add PR and issue links to the changelog entry.
ab8a515
Tweak a test name and update the changelog.
85e8435
Enforce 100% code coverage.
3ffacba
Ignore two lines for code coverage
9059bde
Test processRequest with Node HTTP
56cf53e
fix inadvertant only in test
a341dc1
Fix #130 - Error in test logs
46c9513
Remove impossible conditions
e98b7c1
Update dev dependencies.
There are 38 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴