-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix(deps): update dependency graphql-upload to v17 #9357
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
base: main
Are you sure you want to change the base?
Conversation
8943d5f to
73ea083
Compare
73ea083 to
8ebbc3d
Compare
8ebbc3d to
5235b3c
Compare
5235b3c to
e28e81f
Compare
e28e81f to
4e3f80b
Compare
cdd3f44 to
93b615a
Compare
b6a0958 to
b5078d8
Compare
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
b5078d8 to
b8b4404
Compare
744f03a to
409ee5c
Compare
409ee5c to
be9a593
Compare
be9a593 to
d1d6754
Compare
d1d6754 to
e9c949c
Compare
d0f67ba to
656c89e
Compare
656c89e to
a7ffe0d
Compare
a7ffe0d to
a92ec94
Compare
This PR contains the following updates:
^15.0.2→^17.0.0Release Notes
jaydenseric/graphql-upload (graphql-upload)
v17.0.0Compare Source
Major
Updated Node.js support to
^18.18.0 || ^20.9.0 || >=22.0.0.Updated dev dependencies, some of which require newer Node.js versions than previously supported.
Use the TypeScript v5.5+ JSDoc tag
@importto import types in modules.Removed JSDoc tag
@typedefthat were unintentionally re-exporting types; to migrate import TypeScript types from the correct module:Refactored tests to use the standard
AbortController,fetch,File, andFormDataAPIs available in modern Node.js and removed the dev dependenciesnode-abort-controllerandnode-fetch.Replaced the test utility function
streamToStringwith the functiontextfromnode:stream/consumersthat’s available in modern Node.js.Use the Node.js test runner API and remove the dev dependency
test-director.Minor
@types/expressto4.0.29 - 5and the dev dependencyexpressto v5, via #389.Patch
package.jsonfieldrepositoryto conform to new npm requirements.npm runwithnode --run.npm runwithnode --run.actions/checkoutto v4.actions/setup-nodeto v4.eslint-plugin-jsdocand revised types.--unhandled-rejections=throwin the package scripttestsas it’s now the default for all supported Node.js versions.FileUploadCreateReadStreamOptionspropertyhighWaterMarkdescription and use the functiongetDefaultHighWaterMarkfromnode:streamin tests.Deferredwith polyfilledPromise.withResolvers.awaitin tests.processRequest.FileUploadCreateReadStreamOptionsin the moduleprocessRequest.mjs.returnin the middleware.async-listento replace the test utility functionlisten.noUnusedLocalsandnoUnusedParametersand used the prefix_for purposefully unused function parameters in tests.v16.0.2Compare Source
Patch
node:URL scheme for Node.js builtin module imports.GraphQLUpload.mjs.v16.0.1Compare Source
Patch
latin1characters in file names by setting thebusboyoptiondefParamCharsettoutf8, fixing #328.@ts-ignorecomment.v16.0.0Compare Source
Major
Updated the
fs-capacitordependency to v8, fixing #318.The type
FileUploadCreateReadStreamOptionsfrom theprocessRequest.mjsmodule now uses types fromfs-capacitorthat are slightly more specific.The API is now ESM in
.mjsfiles instead of CJS in.jsfiles, accessible viaimportbut notrequire. To migrate imports:Patch
Configuration
📅 Schedule: Branch creation - "before 7am on Tuesday,before 7am on Wednesday" in timezone Australia/Sydney, 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.
This PR was generated by Mend Renovate. View the repository job log.