rgerum / unofficial-duolingo-stories

This project brings the official Duolingo Stories to new languages, translated by a community effort.
https://duostories.org
135 stars 28 forks source link

Bump undici and @vercel/blob #265

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps undici to 5.28.3 and updates ancestor dependency @vercel/blob. These dependencies need to be updated together.

Updates undici from 5.28.2 to 5.28.3

Release notes

Sourced from undici's releases.

v5.28.3

⚠️ Security Release ⚠️

Fixes:

Full Changelog: https://github.com/nodejs/undici/compare/v5.28.2...v5.28.3

Commits


Updates @vercel/blob from 0.16.1 to 0.22.1

Release notes

Sourced from @​vercel/blob's releases.

@​vercel/blob@​0.22.1

Patch Changes

  • 69a5c52: fix(blob): correctly handle Node.js buffers as input

@​vercel/blob@​0.22.0

Minor Changes

  • 52c2fe2: feat(blob): add rate limited error

@​vercel/blob@​0.21.0

Minor Changes

  • 8e278f2: # feat(blob): add advanced multipart upload methods

    This exposes the three different multipart steps as functions of the SDK. Before this change every multipart upload was uncontrolled, meaning the full data was passed to the SDK and the SDK took care of chunking and uploading.

    Now it's possible to manually upload chunks and start and complete the multipart upload. All of the new functions can be used both on the server and the browser. There are two different API's that can be used.

    All parts uploaded must be at least 5MB in size, except for the last part. The last part can be smaller than 5MB. If you have a single part, it can be any size. All parts must be the same size, except for the last part.

    Individual methods

    Use createMultipartUpload, uploadPart and completeMultipartUpload to manage the upload.

    const { key, uploadId } = await vercelBlob.createMultipartUpload(
      'big-file.txt',
      { access: 'public' },
    );
    

    const part1 = await vercelBlob.uploadPart(fullPath, 'first part', { access: 'public', key, uploadId, partNumber: 1, });

    const part2 = await vercelBlob.uploadPart(fullPath, 'second part', { access: 'public', key, uploadId, partNumber: 2, });

    const blob = await vercelBlob.completeMultipartUpload( fullPath, [part1, part2], { access: 'public',

... (truncated)

Changelog

Sourced from @​vercel/blob's changelog.

0.22.1

Patch Changes

  • 69a5c52: fix(blob): correctly handle Node.js buffers as input

0.22.0

Minor Changes

  • 52c2fe2: feat(blob): add rate limited error

0.21.0

Minor Changes

  • 8e278f2: # feat(blob): add advanced multipart upload methods

    This exposes the three different multipart steps as functions of the SDK. Before this change every multipart upload was uncontrolled, meaning the full data was passed to the SDK and the SDK took care of chunking and uploading.

    Now it's possible to manually upload chunks and start and complete the multipart upload. All of the new functions can be used both on the server and the browser. There are two different API's that can be used.

    All parts uploaded must be at least 5MB in size, except for the last part. The last part can be smaller than 5MB. If you have a single part, it can be any size. All parts must be the same size, except for the last part.

    Individual methods

    Use createMultipartUpload, uploadPart and completeMultipartUpload to manage the upload.

    const { key, uploadId } = await vercelBlob.createMultipartUpload(
      'big-file.txt',
      { access: 'public' },
    );
    

    const part1 = await vercelBlob.uploadPart(fullPath, 'first part', { access: 'public', key, uploadId, partNumber: 1, });

    const part2 = await vercelBlob.uploadPart(fullPath, 'second part', { access: 'public', key, uploadId, partNumber: 2, });

    const blob = await vercelBlob.completeMultipartUpload( fullPath,

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/rgerum/unofficial-duolingo-stories/network/alerts).
vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unofficial-duolingo-stories ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 21, 2024 0:33am