Skip to content
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

Merged
merged 1 commit into from
Oct 21, 2019

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade graphql-upload from 8.0.7 to 8.1.0.

  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 8 days ago, on 2019-10-10.
Release notes
  • 8.1.0 - 2019-10-10

    Minor

    • processRequest now throws an appropriate error when a multipart field value exceeds the configured size limit, fixing #159.
    • When the file size limit is exceeded, mention how many bytes the limit is in the stream error message.
    • Added a new processRequest option to the graphqlUploadExpress and graphqlUploadKoa middleware, for improved testing without mocks or spies which are difficult to achieve with ESM.

    Patch

    • Updated dependencies.
    • Due to updated dependencies: Lint fixes, removed redundant eslint-disable-next-line comments, and regenerated the readme.
    • Documented koa-graphql as known to be compatible, via #156.
    • Fixed a readme typo, via #161.
    • Use GitHub Actions instead of Travis for CI.
    • Removed package-lock.json from .gitignore and .prettierignore, as it’s disabled in .npmrc anyway.
    • New file structure.
    • Explicitly defined main exports (instead of using export * from) to prevent accidental public exposure of internal APIs.
    • Moved JSDoc typedefs into the index main entry file, alphabetically sorted.
    • Nicer Browserslist query syntax.
    • Replaced the isObject helper with a smarter and tested isEnumerableObject.
    • Removed the isString helper.
    • Enforced 100% code coverage for tests, and improved processRequest internals and tests (including a new test using vanilla Node.js HTTP), fixing #130 via #162.
    • Removed a workaround from the startServer test helper.
    • Added a new ProcessRequestFunction JSDoc type, and applied it to processRequest.
    • Renamed the UploadOptions JSDoc type to ProcessRequestOptions.
    • Misc. documentation improvements.
  • 8.0.7 - 2019-06-12

    Patch

    • Updated dependencies.
    • Handle invalid object paths in map multipart field entries, fixing #154.
    • Import WriteStream from fs-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

Copy link
Contributor

@sastels sastels left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@sastels sastels merged commit f70131e into master Oct 21, 2019
@sastels sastels deleted the snyk-upgrade-8997c838caa9cb2e81a89e349b46373f branch October 21, 2019 14:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants