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#885

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/graphql-upload-16.x
Open

fix(deps): update dependency graphql-upload to v16#885
renovate[bot] wants to merge 1 commit intomainfrom
renovate/graphql-upload-16.x

Conversation

@renovate
Copy link
Copy Markdown
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
@types/graphql-upload (source) 8.0.12 -> 16.0.7 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 these updates 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 19:32
@renovate renovate Bot requested review from hyperparabolic and sri-kirsh and removed request for a team April 24, 2023 19:32
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Apr 24, 2023
@renovate renovate Bot force-pushed the renovate/graphql-upload-16.x branch 5 times, most recently from 8f1df4e to fa33a03 Compare April 25, 2023 14:51
@renovate renovate Bot force-pushed the renovate/graphql-upload-16.x branch 2 times, most recently from e1546da to e2a99ae Compare May 10, 2023 06:40
@renovate renovate Bot force-pushed the renovate/graphql-upload-16.x branch 18 times, most recently from 41a849a to afb77ba Compare May 29, 2023 09:30
@renovate renovate Bot force-pushed the renovate/graphql-upload-16.x branch 10 times, most recently from 0d30a9f to 64790ab Compare June 8, 2023 23:26
@renovate renovate Bot force-pushed the renovate/graphql-upload-16.x branch 15 times, most recently from 3197503 to 90473ca Compare June 21, 2023 08:20
@renovate renovate Bot force-pushed the renovate/graphql-upload-16.x branch 4 times, most recently from 49a6abf to d624abe Compare June 24, 2023 03:25
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.

1 participant