Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

fix(deps): update dependency graphql-upload to v16 #167

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
graphql-upload 15.0.2 -> 16.0.2 age adoption passing confidence

Release Notes

jaydenseric/graphql-upload (graphql-upload)

v16.0.2

Compare Source

Patch
  • Updated dev dependencies.
  • Use the node: URL scheme for Node.js builtin module imports.
  • Improved JSDoc in the module GraphQLUpload.mjs.
  • Revamped the readme:

v16.0.1

Compare Source

Patch
  • Support non latin1 characters in file names by setting the busboy option defParamCharset to utf8, fixing #​328.
  • Removed a redundant @ts-ignore comment.

v16.0.0

Compare Source

Major
  • Updated the fs-capacitor dependency to v8, fixing #​318.

  • The type FileUploadCreateReadStreamOptions from the processRequest.mjs module now uses types from fs-capacitor that are slightly more specific.

  • The API is now ESM in .mjs files instead of CJS in .js files, accessible via import but not require. To migrate imports:

    - import GraphQLUpload from "graphql-upload/GraphQLUpload.js";
    + import GraphQLUpload from "graphql-upload/GraphQLUpload.mjs";
    - import graphqlUploadExpress from "graphql-upload/graphqlUploadExpress.js";
    + import graphqlUploadExpress from "graphql-upload/graphqlUploadExpress.mjs";
    - import graphqlUploadKoa from "graphql-upload/graphqlUploadKoa.js";
    + import graphqlUploadKoa from "graphql-upload/graphqlUploadKoa.mjs";
    - import processRequest from "graphql-upload/processRequest.js";
    + import processRequest from "graphql-upload/processRequest.mjs";
    - import Upload from "graphql-upload/Upload.js";
    + import Upload from "graphql-upload/Upload.mjs";
Patch
  • Updated dev dependencies.
  • Updated examples in JSDoc comments.
  • Updated the changelog entry for v14.0.0 to show how to migrate imports.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner April 24, 2023 17:40
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 24, 2023
@renovate renovate bot requested review from efixler and Herraj April 24, 2023 17:40
@renovate renovate bot force-pushed the renovate/graphql-upload-16.x branch 13 times, most recently from 67170f2 to 3c578ab Compare May 1, 2023 17:05
@renovate renovate bot force-pushed the renovate/graphql-upload-16.x branch 10 times, most recently from 5cedef5 to 4cbf032 Compare May 6, 2023 00:00
@renovate renovate bot force-pushed the renovate/graphql-upload-16.x branch 3 times, most recently from 37a46c1 to b890aa4 Compare May 12, 2023 17:11
@renovate renovate bot force-pushed the renovate/graphql-upload-16.x branch 5 times, most recently from ba40a3c to dbeeeb3 Compare July 12, 2023 18:39
@renovate renovate bot force-pushed the renovate/graphql-upload-16.x branch 2 times, most recently from 4502cc8 to 14a107f Compare July 21, 2023 02:13
@renovate renovate bot force-pushed the renovate/graphql-upload-16.x branch 8 times, most recently from b4081a3 to 6cff940 Compare August 7, 2023 11:37
@renovate renovate bot force-pushed the renovate/graphql-upload-16.x branch 12 times, most recently from e5ef156 to 1df364d Compare August 14, 2023 09:22
@renovate renovate bot force-pushed the renovate/graphql-upload-16.x branch from 1df364d to 272f965 Compare October 5, 2023 02:13
@renovate renovate bot force-pushed the renovate/graphql-upload-16.x branch from 272f965 to 54a2c60 Compare January 22, 2024 23:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants