Update graphql-upload to the latest version 🚀 #6368
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
9.0.0
to10.0.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 10.0.0
Major
fs-capacitor
dependency to v6, which now requires Node.js v10+, via #179.tap
dev dependency withtest-director
,coverage-node
, andhard-rejection
to improve the dev experience and reduce the dev install size by ~75.7 MB. These new dev dependencies require Node.js v10+.processRequest
function.processRequest
function now places references to instances of the now exported and documentedUpload
class in the GraphQL operation for theGraphQLUpload
scalar to derive its value, and theGraphQLUpload
scalar now throws aGraphQLError
when it parses an invalid value, fixing #175 via #181.GraphQLUpload
scalarparseLiteral
andserialize
methods now throwGraphQLError
(instead ofError
) instances, with tweaked messages.Minor
createReadStream
function in resolved file uploads now accepts options to configure the encoding and high water mark, fixing #177 via #179.Patch
eslint-plugin-import-order-alphabetical
andexpress-async-handler
dev dependencies.husky
andlint-staged
.isobject
for checking if values are enumerable, non-array objects.GraphQLUpload
scalar.ignoreStream
function.Upload
class to its own file.Upload
class instance propertyfile
.Upload
class.FileUpload
typedef description.eslint-disable-next-line
comments.Commits
The new version differs by 61 commits.
9e49692
Version 10.0.0.
ec04e1e
Update dependencies.
adc66df
Merge pull request #179 from jaydenseric/feature/highWaterMark
1c037a1
Remove a redundant test.
1d79991
Use an API that works for Node.js < v12.7.0.
91dbd3e
Better document createReadStream options.
29e5699
Test createReadStream default options.
889220b
Add another test assertion.
f2dd44d
Use more variables in a test.
a62c4b6
FileUploadCreateReadStream typedef documentation fixes.
79a42b0
Fix an incorrect assertion.
6f367ba
Fix tests.
bd053e9
Merge branch 'master' into feature/highWaterMark
52dea7f
Lint fixes.
512fe4a
copy descriptions to jsdoc
There are 61 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 🌴