Skip to content
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

Bump @vercel/blob from 0.23.4 to 0.26.0 #3662

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2024

Bumps @vercel/blob from 0.23.4 to 0.26.0.

Release notes

Sourced from @​vercel/blob's releases.

@​vercel/blob@​0.26.0

Minor Changes

  • c3afec3: Add onUploadProgress feature to put/upload

    You can now track the upload progress in Node.js and all major browsers when using put/upload in multipart, non-multipart and client upload modes. Basically anywhere in our API you can upload a file, then you can follow the upload progress.

    Here's a basic usage example:

    const blob = await put('big-file.pdf', file, {
      access: 'public',
      onUploadProgress(event) {
        console.log(event.loaded, event.total, event.percentage);
      }
    });
    

    Fixes #543 Fixes #642

@​vercel/blob@​0.25.1

Patch Changes

  • d58f9de: fix(blob): provide custom errors for expired client tokens and pathname mismatch

@​vercel/blob@​0.25.0

Minor Changes

  • 61b5939: BREAKING CHANGE, we're no more accepting non-encoded versions of ?, # and // in pathnames. If you want to use such characters in your pathnames then you will need to encode them.

@​vercel/blob@​0.24.1

Patch Changes

  • 37d84ef: Throw specific error (BlobContentTypeNotAllowed) when file type doesn't match
  • da87e89: Fix bad detection of Request being a plain object

@​vercel/blob@​0.24.0

Minor Changes

  • 8098803: Add createFolder method. Warning, if you were using the standard put() method to created fodlers, this will now fail and you must move to createFolder() instead.

Patch Changes

  • 8d7e8b9: Limit pathname length to 950 to respect internal limitations and provide better early DX.
Changelog

Sourced from @​vercel/blob's changelog.

0.26.0

Minor Changes

  • c3afec3: Add onUploadProgress feature to put/upload

    You can now track the upload progress in Node.js and all major browsers when using put/upload in multipart, non-multipart and client upload modes. Basically anywhere in our API you can upload a file, then you can follow the upload progress.

    Here's a basic usage example:

    const blob = await put('big-file.pdf', file, {
      access: 'public',
      onUploadProgress(event) {
        console.log(event.loaded, event.total, event.percentage);
      }
    });
    

    Fixes #543 Fixes #642

0.25.1

Patch Changes

  • d58f9de: fix(blob): provide custom errors for expired client tokens and pathname mismatch

0.25.0

Minor Changes

  • 61b5939: BREAKING CHANGE, we're no more accepting non-encoded versions of ?, # and // in pathnames. If you want to use such characters in your pathnames then you will need to encode them.

0.24.1

Patch Changes

  • 37d84ef: Throw specific error (BlobContentTypeNotAllowed) when file type doesn't match
  • da87e89: Fix bad detection of Request being a plain object

0.24.0

Minor Changes

  • 8098803: Add createFolder method. Warning, if you were using the standard put() method to created fodlers, this will now fail and you must move to createFolder() instead.

... (truncated)

Commits
  • 3b691bd Version Packages (#785)
  • c3afec3 feat(blob): Provide onUploadProgress({ loaded, total, percentage }) (#782)
  • c158aed Version Packages (#779)
  • d58f9de fix(blob): provide custom errors for expired client tokens and pathname misma...
  • e96c4e8 Version Packages (#773)
  • 61b5939 fix(blob): error early when trying to use conflicting characters (#769)
  • f5b30c9 Version Packages (#768)
  • 37d84ef fix(blob): Throw specific error on file extension mismatch (#770)
  • da87e89 fix(blob): Allow for Request object to be a body of objects (#767)
  • d7b5153 chore(deps): update dependency @​types/node to v22.7.3 (#762)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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)

Bumps [@vercel/blob](https://github.com/vercel/storage/tree/HEAD/packages/blob) from 0.23.4 to 0.26.0.
- [Release notes](https://github.com/vercel/storage/releases)
- [Changelog](https://github.com/vercel/storage/blob/main/packages/blob/CHANGELOG.md)
- [Commits](https://github.com/vercel/storage/commits/@vercel/[email protected]/packages/blob)

---
updated-dependencies:
- dependency-name: "@vercel/blob"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 13, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@vercel/[email protected] environment, network Transitive: unsafe +7 1.69 MB vercel-release-bot
npm/[email protected] None +8 120 MB rauchg, timneutkens, vercel-release-bot
npm/[email protected] Transitive: environment +1 6.45 MB fb, gnoff, react-bot, ...2 more
npm/[email protected] environment 0 238 kB react-bot

🚮 Removed packages: npm/@vercel/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

@lgrammel lgrammel merged commit d5f952e into main Nov 14, 2024
9 checks passed
@lgrammel lgrammel deleted the dependabot/npm_and_yarn/vercel/blob-0.26.0 branch November 14, 2024 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant