Skip to content

Update graphql-upload to the latest version 🚀 #6254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
2 commits merged into from
Dec 3, 2019

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Dec 3, 2019

The dependency graphql-upload was updated from 8.1.0 to 9.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 9.0.0

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.
Commits

The new version differs by 43 commits.

  • 1146cf4 Version 9.0.0.
  • 7501184 Update dependencies.
  • 4bcd352 Setup GitHub Sponsors funding.
  • cc405ef Changelog typo fix.
  • 88e7e8a Update dev dependencies.
  • 55d6d35 Merge pull request #169 from jaydenseric/cjs-refactor
  • f806327 Remove now redundant changelog entry item.
  • fd1927e Add PR link to the changelog.
  • 030271a Merge branch 'master' into cjs-refactor
  • 4d91eea Remove esm and mjs package tags.
  • 8c5c614 Use CJS instead of ESM in code examples.
  • 8aad37a Improve GraphQLUpload examples.
  • e4e76fd Fix the GraphQLUpload module exports.
  • 8c14868 CJS refactor.
  • 404a40f Document Node.js v13 support.

There are 43 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 🌴

@ghost ghost added the Merge On Green label Dec 3, 2019
@ghost ghost merged commit abcc5fd into master Dec 3, 2019
@codecov
Copy link

codecov bot commented Dec 3, 2019

Codecov Report

Merging #6254 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6254   +/-   ##
=======================================
  Coverage   94.01%   94.01%           
=======================================
  Files         169      169           
  Lines       11529    11529           
=======================================
  Hits        10839    10839           
  Misses        690      690
Impacted Files Coverage Δ
src/RestWrite.js 93.75% <0%> (-0.17%) ⬇️
...dapters/Storage/Postgres/PostgresStorageAdapter.js 97.25% <0%> (+0.08%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1f54d02...9a884f7. Read the comment docs.

@greenkeeper greenkeeper bot deleted the greenkeeper/graphql-upload-9.0.0 branch December 3, 2019 20:14
UnderratedDev pushed a commit to UnderratedDev/parse-server that referenced this pull request Mar 21, 2020
* fix(package): update graphql-upload to version 9.0.0

* chore(package): update lockfile package-lock.json
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants