Skip to content

deps: bump @vercel/blob from 2.6.1 to 2.8.0 in the platform-services group across 1 directory - #16

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/platform-services-87483488a3
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/platform-services-87483488a3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the platform-services group with 1 update in the / directory: @vercel/blob.

Updates @vercel/blob from 2.6.1 to 2.8.0

Release notes

Sourced from @​vercel/blob's releases.

@​vercel/blob@​2.8.0

Minor Changes

  • 8b49164: Add putImage(pathname, bodyOrUrl, options): optimizes an image through Vercel Image Optimization and stores only the optimized output. The source can be the image content itself (string, File, Blob, Buffer or Stream) or a URL instance pointing at a public http(s) image, which is fetched server-side. Options mirror put (access, addRandomSuffix, allowOverwrite, cacheControlMaxAge, ifMatch) plus the required optimizeImage parameters (width, quality, format); contentType is not accepted since the stored content type always comes from the optimizer output. Deprecates the optimizeImage option on put and the putFromUrl function in favor of putImage; both keep working.

@​vercel/blob@​2.7.0

Minor Changes

  • ad5a134: Add image optimization support: a new optimizeImage option on put and a new putFromUrl method. Both optimize the image through Vercel Image Optimization before storing it (only the optimized output is stored) and require OIDC authentication.

    const result = await put("avatars/foo.webp", body, {
      access: "public",
      optimizeImage: { width: 128, quality: 75, format: "webp" },
    });
    const result = await putFromUrl(
    "avatars/foo.webp",
    "https://example.com/photo.jpg",
    {
    access: "public",
    optimizeImage: { width: 128, quality: 75, format: "webp" },
    }
    );

Changelog

Sourced from @​vercel/blob's changelog.

2.8.0

Minor Changes

  • 8b49164: Add putImage(pathname, bodyOrUrl, options): optimizes an image through Vercel Image Optimization and stores only the optimized output. The source can be the image content itself (string, File, Blob, Buffer or Stream) or a URL instance pointing at a public http(s) image, which is fetched server-side. Options mirror put (access, addRandomSuffix, allowOverwrite, cacheControlMaxAge, ifMatch) plus the required optimizeImage parameters (width, quality, format); contentType is not accepted since the stored content type always comes from the optimizer output. Deprecates the optimizeImage option on put and the putFromUrl function in favor of putImage; both keep working.

2.7.0

Minor Changes

  • ad5a134: Add image optimization support: a new optimizeImage option on put and a new putFromUrl method. Both optimize the image through Vercel Image Optimization before storing it (only the optimized output is stored) and require OIDC authentication.

    const result = await put("avatars/foo.webp", body, {
      access: "public",
      optimizeImage: { width: 128, quality: 75, format: "webp" },
    });
    const result = await putFromUrl(
    "avatars/foo.webp",
    "https://example.com/photo.jpg",
    {
    access: "public",
    optimizeImage: { width: 128, quality: 75, format: "webp" },
    }
    );

Commits

@dependabot dependabot Bot added the dependencies Automated dependency updates label Aug 10, 2026
@vercel

vercel Bot commented Aug 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
arcadeghosts-site Ready Ready Preview Sep 14, 2026 1:13pm UTC

Request Review

@dependabot dependabot Bot changed the title deps: bump @vercel/blob from 2.6.1 to 2.7.0 in the platform-services group deps: bump @vercel/blob from 2.6.1 to 2.8.0 in the platform-services group across 1 directory Aug 29, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/platform-services-87483488a3 branch from 1f37e06 to 1d76147 Compare August 29, 2026 20:29
Bumps the platform-services group with 1 update in the / directory: [@vercel/blob](https://github.com/vercel/storage/tree/HEAD/packages/blob).


Updates `@vercel/blob` from 2.6.1 to 2.8.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/blob@2.8.0/packages/blob)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/platform-services-87483488a3 branch from 1d76147 to 5d6ed07 Compare September 14, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Automated dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants