-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Dedupe dependencies #6085
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
Dedupe dependencies #6085
Conversation
|
|
|
||
| if (upload.url) { | ||
| // @ts-expect-error not typed in tus-js-client | ||
| const { name } = upload.file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't exist and caused type errors again 🤔
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
To resolve security advisories. Should be merged after #6085 <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Upgrades Playwright to 1.57.0 across examples and packages, updating corresponding yarn.lock entries. > > - **Dependencies**: > - Bump `playwright` to `1.57.0` in `examples/react/package.json`, `examples/sveltekit/package.json`, `examples/vue/package.json`, `packages/@uppy/dashboard/package.json`, and `packages/@uppy/url/package.json`. > - Update `yarn.lock` to `[email protected]` and `[email protected]`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit fa35f7b. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
With
yarn dedupe. New type error surfaced due to new types getting loaded.Note
Dedupes dependencies and updates code: aligns S3 presign tests with checksum behavior, narrows HMAC key type, tweaks AudioOscilloscope buffer typing, and simplifies Tus success logging.
requestChecksumCalculation(from@aws-sdk/middleware-flexible-checksums) toS3Clientoptions to match presign behavior.generateHmacKeysignature to acceptstring | ArrayBuffer(removeUint8Array).AudioOscilloscope: changedataArraytype toUint8Array<ArrayBuffer>.Download <url>(remove file name extraction).Written by Cursor Bugbot for commit 5b95865. This will update automatically on new commits. Configure here.