Skip to content

Update apollo-upload-client to the latest version 🚀 #6546

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
Mar 30, 2020

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Mar 30, 2020


☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency apollo-upload-client was updated from 12.1.0 to 13.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 13.0.0

Major

  • Updated Node.js support from v8.10+ to v10+.
  • Updated dependencies, some of which require Node.js v10+.

Minor

  • Support uploading files from a server environment, fixing #172 via #179 and #184.
    • Added createUploadLink options:
      • isExtractableFile
      • FormData
      • formDataAppendFile
    • Added exports for the new createUploadLink option defaults:
      • isExtractableFile
      • formDataAppendFile

Patch

  • Removed the now redundant eslint-plugin-import-order-alphabetical dev dependency.
  • Added a size-limit dev dependency.
  • Stop using husky and lint-staged.
  • Ensure GitHub Actions CI runs for pull requests.
  • Use strict mode for scripts.
  • Move Babel config from babel.config.js to src/.babelrc.json.
  • Improved the package prepare:prettier and test:prettier scripts.
  • Configured Prettier option semi to the default, true.
  • Removed package-lock.json from .gitignore and .prettierignore as it’s disabled in .npmrc anyway.
  • Updated external documentation link URLs.
  • Replaced “Apollo Engine” with “Apollo Graph Manager” in comments.
  • Improved the examples in the readme.
Commits

The new version differs by 25 commits.

  • 4546c83 Version 13.0.0.
  • 91f8568 Configure Prettier option semi to the default, true.
  • 5670eee Improve linting.
  • 429f5e0 Update dependencies.
  • a0d3b91 Merge pull request #184 from yaacovCR/no-unnecessary-polyfills
  • 10c90c1 Update the changelog.
  • 2fd1fb4 check for polyfill at runtime
  • e075e9c Readme tweaks.
  • f2f09f3 Improve the examples in the readme.
  • 89f7c44 Use new “Apollo Graph Manager” name.
  • f92298d Update external documentation link URLs.
  • e1bb6e7 Merge pull request #179 from yaacovCR/master
  • 9f2efd1 Update the changelog.
  • 33015fe Misc. improvements.
  • 000a2f2 Merge branch 'master' into yaacovCR/master

There are 25 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 Mar 30, 2020
@ghost ghost merged commit 958c706 into master Mar 30, 2020
@codecov
Copy link

codecov bot commented Mar 30, 2020

Codecov Report

Merging #6546 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6546      +/-   ##
==========================================
+ Coverage   94.01%   94.02%   +<.01%     
==========================================
  Files         169      169              
  Lines       11850    11850              
==========================================
+ Hits        11141    11142       +1     
+ Misses        709      708       -1
Impacted Files Coverage Δ
src/RestWrite.js 93.81% <0%> (+0.16%) ⬆️

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 5d653d9...6061c01. Read the comment docs.

@greenkeeper greenkeeper bot deleted the greenkeeper/apollo-upload-client-13.0.0 branch March 30, 2020 09:59
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