Skip to content

Bump @astrojs/vercel from 9.0.4 to 11.0.3 - #3451

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/astrojs/vercel-10.0.8
Closed

Bump @astrojs/vercel from 9.0.4 to 11.0.3#3451
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/astrojs/vercel-10.0.8

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps @astrojs/vercel from 9.0.4 to 11.0.3.

Release notes

Sourced from @​astrojs/vercel's releases.

@​astrojs/vercel@​11.0.3

Patch Changes

@​astrojs/vercel@​11.0.2

Patch Changes

  • Updated dependencies [eb6f97e]:
    • @​astrojs/internal-helpers@​0.10.1

@​astrojs/vercel@​11.0.1

Patch Changes

@​astrojs/vercel@​11.0.0

Major Changes

Minor Changes

  • #163359a53f77 Thanks @​ascorbic! - Adds a CDN cache provider for Astro route caching on Vercel

    Setup

    Import cacheVercel() from @astrojs/vercel/cache and set it as your cache provider:

    import{defineConfig}from'astro/config';importvercelfrom'@astrojs/vercel';import{cacheVercel}from'@astrojs/vercel/cache';exportdefaultdefineConfig({adapter: vercel(),cache: {provider: cacheVercel(),},});

    Caching responses

    Use Astro.cache.set() in your pages and API routes to cache responses on Vercel's edge network. The provider sets Vercel-CDN-Cache-Control and Vercel-Cache-Tag headers on responses.

    ---Astro.cache.set({ maxAge: 300, tags: ['products'] });const data =awaitfetchProducts();

... (truncated)

Changelog

Sourced from @​astrojs/vercel's changelog.

11.0.3

Patch Changes

11.0.2

Patch Changes

  • Updated dependencies [eb6f97e]:
    • @​astrojs/internal-helpers@​0.10.1

11.0.1

Patch Changes

11.0.0

Major Changes

Minor Changes

  • #163359a53f77 Thanks @​ascorbic! - Adds a CDN cache provider for Astro route caching on Vercel

    Setup

    Import cacheVercel() from @astrojs/vercel/cache and set it as your cache provider:

    import{defineConfig}from'astro/config';importvercelfrom'@astrojs/vercel';import{cacheVercel}from'@astrojs/vercel/cache';exportdefaultdefineConfig({adapter: vercel(),cache: {provider: cacheVercel(),},});

    Caching responses

    Use Astro.cache.set() in your pages and API routes to cache responses on Vercel's edge network. The provider sets Vercel-CDN-Cache-Control and Vercel-Cache-Tag headers on responses.

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label Jun 22, 2026
@vercel

vercelBot commented Jun 22, 2026

Copy link
Copy Markdown

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

ProjectDeploymentActionsUpdated (UTC)
shepherd-docsReadyReadyPreview, CommentJul 15, 2026 11:49am
shepherd-landingErrorErrorJul 15, 2026 11:49am

Request Review

Bumps [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) from 9.0.4 to 11.0.3.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/vercel/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/vercel@11.0.3/packages/integrations/vercel)
---
updated-dependencies:
- dependency-name: "@astrojs/vercel"
dependency-version: 10.0.8
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot changed the title Bump @astrojs/vercel from 9.0.4 to 10.0.8Bump @astrojs/vercel from 9.0.4 to 11.0.3Jul 15, 2026
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/astrojs/vercel-10.0.8 branch from da5ee84 to 380bbe0CompareJuly 15, 2026 11:48
@dependabot@github

dependabotBot commented on behalf of githubAug 10, 2026

Copy link
Copy Markdown
ContributorAuthor

Superseded by #3467.

@dependabotdependabotBot closed this Aug 10, 2026
@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/astrojs/vercel-10.0.8 branch August 10, 2026 10:06
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants