Skip to content

chore(deps): update dependency graphql-upload to v10 - autoclosed#3749

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/graphql-upload-10.x
Closed

chore(deps): update dependency graphql-upload to v10 - autoclosed#3749
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/graphql-upload-10.x

Conversation

@renovate

@renovate renovate Bot commented Feb 1, 2020

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
graphql-upload dependencies major ^8.0.2 -> ^10.0.0

Release Notes

jaydenseric/graphql-upload

v10.0.0

Compare Source

Major
  • Updated Node.js support from v8.10+ to v10+, as earlier versions have reached end-of-life.
  • Updated the fs-capacitor dependency to v6, which now requires Node.js v10+, via #​179.
  • Updated dev dependencies, some of which now require Node.js v10+.
  • Replaced the tap dev dependency with test-director, coverage-node, and hard-rejection to improve the dev experience and reduce the dev install size by ~75.7 MB. These new dev dependencies require Node.js v10+.
  • Reorganized files. This is only a breaking change for projects using undocumented deep imports.
  • Removed now redundant Node.js version compatibility logic in the processRequest function.
  • The processRequest function now places references to instances of the now exported and documented Upload class in the GraphQL operation for the GraphQLUpload scalar to derive its value, and the GraphQLUpload scalar now throws a GraphQLError when it parses an invalid value, fixing #​175 via #​181.
  • The GraphQLUpload scalar parseLiteral and serialize methods now throw GraphQLError (instead of Error) instances, with tweaked messages.
Minor
  • The createReadStream function in resolved file uploads now accepts options to configure the encoding and high water mark, fixing #​177 via #​179.
Patch
  • Removed the now redundant eslint-plugin-import-order-alphabetical and express-async-handler dev dependencies.
  • Stop using husky and lint-staged.
  • Use isobject for checking if values are enumerable, non-array objects.
  • Tests have been massively reorganized, refactored, and improved.
  • Test the GraphQLUpload scalar.
  • Test the ignoreStream function.
  • Moved the Upload class to its own file.
  • Added JSDoc for the Upload class instance property file.
  • Test the Upload class.
  • Improved JSDoc FileUpload typedef description.
  • Removed now redundant eslint-disable-next-line comments.
  • Use strict mode for scripts.

v9.0.0

Compare Source

Major
  • Updated Node.js support from v8.5+ to v8.10+, to match what the eslint dev dependency now supports. This is unlikely to be a breaking change for the published package.
  • Removed the Upload scalar promise resolved stream property that has been deprecated since v7, along with associated tests.
  • ESM is no longer published, due to CJS/ESM compatibility issues across recent Node.js versions, via #​169.
  • The file structure and non-index file exports have changed. This should only affect projects using undocumented deep imports.
Minor
  • Updated the fs-capacitor dependency to v4 to support Node.js v13, making required changes to the source and tests, via #​166.
  • JSDoc comments are now included in the published code.
  • Several anonymous functions have been named, for better error stack traces.
  • Setup GitHub Sponsors funding:
    • Added .github/funding.yml to display a sponsor button in GitHub.
    • Added a package.json funding field to enable npm CLI funding features.
Patch
  • Updated dev dependencies.
  • Removed the .nycrc.json file:
    • tap now ignores test files by default.
    • The lib/test-helpers directory is now ignored using tap CLI arguments due to tapjs/node-tap#​612.
  • Removed the esm and mjs package tags; they will be added back once native ESM is properly supported.
  • Updated JSDoc code examples to use CJS instead of ESM, as native ESM is not yet properly supported.
  • No longer test fs-capacitor implementation details such as temp file creation and cleanup.
  • Commented the reasons for several istanbul ignore next comments.

Renovate configuration

📅 Schedule: "every weekend" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate Bot added the dependencies label Feb 1, 2020
@renovate renovate Bot force-pushed the renovate/graphql-upload-10.x branch 6 times, most recently from c00d7ed to dbb71e2 Compare February 8, 2020 08:34
@renovate renovate Bot force-pushed the renovate/graphql-upload-10.x branch 4 times, most recently from 310605c to 3899f25 Compare February 15, 2020 08:36
@renovate renovate Bot force-pushed the renovate/graphql-upload-10.x branch 7 times, most recently from 5361d60 to 638cfee Compare February 22, 2020 10:32
@renovate renovate Bot force-pushed the renovate/graphql-upload-10.x branch 7 times, most recently from 9cc786a to bf24a3e Compare February 29, 2020 10:35
@renovate renovate Bot force-pushed the renovate/graphql-upload-10.x branch 5 times, most recently from f4e279c to ec7881c Compare February 29, 2020 16:30
@renovate renovate Bot force-pushed the renovate/graphql-upload-10.x branch 3 times, most recently from c2fdcc1 to aa54241 Compare March 28, 2020 08:06
@renovate renovate Bot force-pushed the renovate/graphql-upload-10.x branch 5 times, most recently from d3dca47 to 6c7e6fd Compare April 4, 2020 10:31
@renovate renovate Bot force-pushed the renovate/graphql-upload-10.x branch 3 times, most recently from 3561e57 to 2a17548 Compare April 11, 2020 10:35
@renovate renovate Bot force-pushed the renovate/graphql-upload-10.x branch 7 times, most recently from fe0c976 to 09cf1ad Compare April 25, 2020 07:32
@renovate renovate Bot force-pushed the renovate/graphql-upload-10.x branch 4 times, most recently from 2c9202d to 9396eee Compare May 2, 2020 07:43
@renovate renovate Bot force-pushed the renovate/graphql-upload-10.x branch 7 times, most recently from 0c31d20 to 90fe1e8 Compare May 9, 2020 07:34
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.

1 participant