Skip to content

build(deps): bump the site-minor-and-patch group across 1 directory with 151 updates - #26

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/site/site-minor-and-patch-90aff207b1
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/site/site-minor-and-patch-90aff207b1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown

Bumps the site-minor-and-patch group with 51 updates in the /site directory:

Package From To
@astrojs/starlight 0.41.3 0.41.10
@astrojs/vercel 11.0.3 11.0.8
@vercel/blob 2.6.1 2.8.0
astro 7.1.0 7.2.9
zod 4.4.3 4.5.2
@astrojs/check 0.9.9 0.9.10
@emnapi/core 1.11.2 1.11.3
@emnapi/runtime 1.11.2 1.11.3
oxlint 1.74.0 1.80.0
vitest 4.1.10 4.1.11
@astrojs/language-server 2.16.12 2.16.16
@babel/parser 7.29.7 7.29.8
@expressive-code/core 0.44.0 0.44.2
@expressive-code/plugin-frames 0.44.0 0.44.2
@expressive-code/plugin-shiki 0.44.0 0.44.2
@expressive-code/plugin-text-markers 0.44.0 0.44.2
@jridgewell/sourcemap-codec 1.5.5 1.6.0
@ungap/structured-clone 1.3.3 1.4.0
@vercel/functions 3.7.5 3.9.5
@vercel/nft 1.10.2 1.11.0
acorn 8.17.0 8.18.0
astro-expressive-code 0.44.0 0.44.2
brace-expansion 5.0.7 5.0.9
devalue 5.8.1 5.9.2
es-module-lexer 2.3.1 2.3.2
esbuild 0.28.1 0.28.2
fast-uri 3.1.3 3.1.6
i18next 26.3.6 26.4.1
js-yaml 4.3.0 4.3.2
lightningcss 1.32.0 1.33.0
magicast 0.5.3 0.5.4
minimatch 10.2.5 10.2.6
nanoid 3.3.16 3.3.18
node-mock-http 1.0.4 1.0.5
obug 2.1.3 2.1.4
p-limit 7.3.0 7.3.2
p-queue 9.3.1 9.3.3
package-manager-detector 1.7.0 1.8.0
postcss 8.5.19 8.5.26
prettier 3.9.5 3.9.6
remark-smartypants 3.0.2 3.0.3
sax 1.6.0 1.6.1
shiki 4.3.1 4.4.3
smol-toml 1.7.0 1.8.0
svgo 4.0.2 4.1.0
tar 7.5.20 7.5.22
tinyexec 1.2.4 1.3.0
undici 6.27.0 6.28.0
vite 8.1.5 8.2.2
vscode-languageserver-textdocument 1.0.12 1.0.14
vscode-uri 3.1.0 3.2.0

Updates @astrojs/starlight from 0.41.3 to 0.41.10

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.41.10

Patch Changes

@​astrojs/starlight@​0.41.9

Patch Changes

@​astrojs/starlight@​0.41.8

Patch Changes

@​astrojs/starlight@​0.41.7

Patch Changes

  • #4114 3e486fb Thanks @​delucis! - Fixes processing of code examples in RTL languages when using Astro’s Sätteri Markdown processor

@​astrojs/starlight@​0.41.6

Patch Changes

@​astrojs/starlight@​0.41.5

Patch Changes

@​astrojs/starlight@​0.41.4

Patch Changes

Changelog

Sourced from @​astrojs/starlight's changelog.

0.41.10

Patch Changes

0.41.9

Patch Changes

0.41.8

Patch Changes

0.41.7

Patch Changes

  • #4114 3e486fb Thanks @​delucis! - Fixes processing of code examples in RTL languages when using Astro’s Sätteri Markdown processor

0.41.6

Patch Changes

0.41.5

Patch Changes

0.41.4

Patch Changes

... (truncated)

Commits

Updates @astrojs/vercel from 11.0.3 to 11.0.8

Release notes

Sourced from @​astrojs/vercel's releases.

@​astrojs/vercel@​11.0.8

Patch Changes

  • #17794 dd29ce8 Thanks @​astro-factory! - Fixes a bug where @vercel/nft file tracing silently dropped all dependency files when outDir was configured outside root, causing deployed functions to crash with ERR_MODULE_NOT_FOUND

@​astrojs/vercel@​11.0.7

Patch Changes

  • #17687 0a22ff5 Thanks @​asmyshlyaev177! - Fixes middlewareMode: 'edge' not running your middleware when isr is also enabled

    Previously, enabling both options deployed the edge middleware but never reached it: requests went straight to the ISR function, which skips rendering entirely on a cache hit. Middleware now runs at the edge for ISR-backed routes before the cached response is served, and query strings are preserved when it forwards the request.

  • Updated dependencies [05763a0]:

    • @​astrojs/internal-helpers@​0.10.4

@​astrojs/vercel@​11.0.6

Patch Changes

@​astrojs/vercel@​11.0.5

Patch Changes

  • #17569 d1bb7fa Thanks @​lazerg! - Prevents astro build from crashing with EEXIST when .vercel/output/server/ already exists by creating it with { recursive: true }, matching the sibling static/ directory call

@​astrojs/vercel@​11.0.4

Patch Changes

  • Updated dependencies [c895b12]:
    • @​astrojs/internal-helpers@​0.10.2
Changelog

Sourced from @​astrojs/vercel's changelog.

11.0.8

Patch Changes

  • #17794 dd29ce8 Thanks @​astro-factory! - Fixes a bug where @vercel/nft file tracing silently dropped all dependency files when outDir was configured outside root, causing deployed functions to crash with ERR_MODULE_NOT_FOUND

11.0.7

Patch Changes

  • #17687 0a22ff5 Thanks @​asmyshlyaev177! - Fixes middlewareMode: 'edge' not running your middleware when isr is also enabled

    Previously, enabling both options deployed the edge middleware but never reached it: requests went straight to the ISR function, which skips rendering entirely on a cache hit. Middleware now runs at the edge for ISR-backed routes before the cached response is served, and query strings are preserved when it forwards the request.

  • Updated dependencies [05763a0]:

    • @​astrojs/internal-helpers@​0.10.4

11.0.6

Patch Changes

11.0.5

Patch Changes

  • #17569 d1bb7fa Thanks @​lazerg! - Prevents astro build from crashing with EEXIST when .vercel/output/server/ already exists by creating it with { recursive: true }, matching the sibling static/ directory call

11.0.4

Patch Changes

  • Updated dependencies [c895b12]:
    • @​astrojs/internal-helpers@​0.10.2
Commits

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

Updates astro from 7.1.0 to 7.2.9

Release notes

Sourced from astro's releases.

astro@7.2.9

Patch Changes

astro@7.2.8

Patch Changes

astro@7.2.7

Patch Changes

  • #17415 55d38c8 Thanks @​iseraph-dev! - Deserializes each route once when loading the SSR manifest

  • #17772 023b48b Thanks @​matthewp! - Fixes route selection for normalized request paths in adapter and development request handling

  • #17819 633855b Thanks @​matthewp! - Updates generated and default Cloudflare compatibility_date values to match the installed runtime and requires Wrangler ^4.125.0

  • #17813 ae26d18 Thanks @​matthewp! - Fixes rewrite() and next(payload) for GET and HEAD requests with host-provided bodies

  • #17816 a0d2fe3 Thanks @​astro-factory! - Fixes the experimental svgOptimizer not generating unique per-file ID prefixes when using SVGO's prefixIds plugin

astro@7.2.6

Patch Changes

  • #17812 29af6da Thanks @​matthewp! - Fixes a bug where new FetchState(request) could fail in development when server dependencies were optimized

astro@7.2.5

Patch Changes

  • #17758 5f419e2 Thanks @​astro-factory! - Fixes a bug where experimental_getFontFileURL() rejected valid font URLs when using the Cloudflare adapter

  • #17416 493796b Thanks @​iseraph-dev! - Skips no-op pathname writes when normalizing SSR request URLs

  • #17712 bd374b7 Thanks @​fkatsuhiro! - Updates deprecation messages target from Astro 7 to 8

  • #17719 dac1768 Thanks @​astrobot-houston! - Fixes session ID validation to reject non-UUID cookie values before using them as storage keys

  • #17770 84eb7e7 Thanks @​astro-factory! - Fixes --mode, --site, --base, --out-dir, --verbose, --silent, and --open flags being silently dropped when using astro dev --background or astro preview --background

  • #17713 d035290 Thanks @​wakqasahmed! - Fixes content-modules.mjs not removing entries for deleted or renamed content files, which could cause Vite to attempt to resolve non-existent modules

... (truncated)

Changelog

Sourced from astro's changelog.

7.2.9

Patch Changes

7.2.8

Patch Changes

7.2.7

Patch Changes

  • #17415 55d38c8 Thanks @​iseraph-dev! - Deserializes each route once when loading the SSR manifest

  • #17772 023b48b Thanks @​matthewp! - Fixes route selection for normalized request paths in adapter and development request handling

  • #17819 633855b Thanks @​matthewp! - Updates generated and default Cloudflare compatibility_date values to match the installed runtime and requires Wrangler ^4.125.0

  • #17813 ae26d18 Thanks @​matthewp! - Fixes rewrite() and next(payload) for GET and HEAD requests with host-provided bodies

  • #17816 a0d2fe3 Thanks @​astro-factory! - Fixes the experimental svgOptimizer not generating unique per-file ID prefixes when using SVGO's prefixIds plugin

7.2.6

Patch Changes

  • #17812 29af6da Thanks @​matthewp! - Fixes a bug where new FetchState(request) could fail in development when server dependencies were optimized

7.2.5

Patch Changes

... (truncated)

Commits

Updates zod from 4.4.3 to 4.5.2

Release notes

Sourced from zod's releases.

v4.5.2

Commits:

  • a354314ac04fdd5484aa62dd5c3a4b553211a0e4 fix(docs): keep blog posts out of the docs collection (#6484)
  • d378c42aff6869f0929058a7923cd775880f5c4c ci: drop canary publishing from the release workflow (#6487)
  • 212b941791e7faae078e17645eb612824fd8f79a fix(v4): let a prototype method getter answer a bare call so vi.spyOn works (#6488)
  • e7576f542a7bc7ef3cc5eeec237714fd0e6b6e98 docs(blog): let the page show through the navbar in dark mode (#6489)
  • fedb06fafe33a66ce0b5c236ad2557e0a5a170fe fix(docs): match the blog TOC hover bar to the 2px active indicator
  • 6c932fcb2eea6eb671710ea058ca9fdc382ada89 chore: bump devcontainer image to Node 24 (#6470)
  • 6635d9dd367a664109de83c021995821f48efa29 docs(blog): soften the "method memoization" attribution
  • 019ae299cc75daa132bf1acf59086a520abf6b85 fix(docs): drop ISR on the docs route so the home page hydrates
  • 652bb438aa4c626c1cd7948c6849c4691239fca7 chore(docs): drop the scroll log from the route-change scroller
  • 571c8e8a3d73b4305f4abfdd6977773cc12f2bf5 fix(docs): render blog tabs with the stock fumadocs tab card
  • 9a193aa24b4efa3b315b91d4c56c8bc385b8513f 4.5.2

v4.5.1

Commits:

  • 2e862dbf89da2835e5206a8fd3d3be61afe3cf7f ci: gate the GitHub release and JSR publish on the version being live on npm
  • 8e03380510db36fa6fda979fc78a375fdea8021c 4.5.1

v4.5.0

Zod 4.5 is now available.

npm install zod@latest

At a glance:

…ith 151 updates

Bumps the site-minor-and-patch group with 51 updates in the /site directory:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.41.3` | `0.41.10` |
| [@astrojs/vercel](https://github.com/withastro/astro/tree/HEAD/packages/integrations/vercel) | `11.0.3` | `11.0.8` |
| [@vercel/blob](https://github.com/vercel/storage/tree/HEAD/packages/blob) | `2.6.1` | `2.8.0` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `7.1.0` | `7.2.9` |
| [zod](https://github.com/colinhacks/zod) | `4.4.3` | `4.5.2` |
| [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) | `0.9.9` | `0.9.10` |
| [@emnapi/core](https://github.com/toyobayashi/emnapi) | `1.11.2` | `1.11.3` |
| [@emnapi/runtime](https://github.com/toyobayashi/emnapi) | `1.11.2` | `1.11.3` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.74.0` | `1.80.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.10` | `4.1.11` |
| [@astrojs/language-server](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/language-server) | `2.16.12` | `2.16.16` |
| [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.29.7` | `7.29.8` |
| [@expressive-code/core](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/core) | `0.44.0` | `0.44.2` |
| [@expressive-code/plugin-frames](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/plugin-frames) | `0.44.0` | `0.44.2` |
| [@expressive-code/plugin-shiki](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/plugin-shiki) | `0.44.0` | `0.44.2` |
| [@expressive-code/plugin-text-markers](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/@expressive-code/plugin-text-markers) | `0.44.0` | `0.44.2` |
| [@jridgewell/sourcemap-codec](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/sourcemap-codec) | `1.5.5` | `1.6.0` |
| [@ungap/structured-clone](https://github.com/ungap/structured-clone) | `1.3.3` | `1.4.0` |
| [@vercel/functions](https://github.com/vercel/vercel/tree/HEAD/packages/functions) | `3.7.5` | `3.9.5` |
| [@vercel/nft](https://github.com/vercel/nft) | `1.10.2` | `1.11.0` |
| [acorn](https://github.com/acornjs/acorn) | `8.17.0` | `8.18.0` |
| [astro-expressive-code](https://github.com/expressive-code/expressive-code/tree/HEAD/packages/astro-expressive-code) | `0.44.0` | `0.44.2` |
| [brace-expansion](https://github.com/juliangruber/brace-expansion) | `5.0.7` | `5.0.9` |
| [devalue](https://github.com/sveltejs/devalue) | `5.8.1` | `5.9.2` |
| [es-module-lexer](https://github.com/guybedford/es-module-lexer) | `2.3.1` | `2.3.2` |
| [esbuild](https://github.com/evanw/esbuild) | `0.28.1` | `0.28.2` |
| [fast-uri](https://github.com/fastify/fast-uri) | `3.1.3` | `3.1.6` |
| [i18next](https://github.com/i18next/i18next) | `26.3.6` | `26.4.1` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `4.3.0` | `4.3.2` |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.32.0` | `1.33.0` |
| [magicast](https://github.com/unjs/magicast) | `0.5.3` | `0.5.4` |
| [minimatch](https://github.com/isaacs/minimatch) | `10.2.5` | `10.2.6` |
| [nanoid](https://github.com/ai/nanoid) | `3.3.16` | `3.3.18` |
| [node-mock-http](https://github.com/unjs/node-mock-http) | `1.0.4` | `1.0.5` |
| [obug](https://github.com/sxzz/obug) | `2.1.3` | `2.1.4` |
| [p-limit](https://github.com/sindresorhus/p-limit) | `7.3.0` | `7.3.2` |
| [p-queue](https://github.com/sindresorhus/p-queue) | `9.3.1` | `9.3.3` |
| [package-manager-detector](https://github.com/antfu-collective/package-manager-detector) | `1.7.0` | `1.8.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.19` | `8.5.26` |
| [prettier](https://github.com/prettier/prettier) | `3.9.5` | `3.9.6` |
| [remark-smartypants](https://github.com/silvenon/remark-smartypants) | `3.0.2` | `3.0.3` |
| [sax](https://github.com/isaacs/sax-js) | `1.6.0` | `1.6.1` |
| [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) | `4.3.1` | `4.4.3` |
| [smol-toml](https://github.com/squirrelchat/smol-toml) | `1.7.0` | `1.8.0` |
| [svgo](https://github.com/svg/svgo) | `4.0.2` | `4.1.0` |
| [tar](https://github.com/isaacs/node-tar) | `7.5.20` | `7.5.22` |
| [tinyexec](https://github.com/tinylibs/tinyexec) | `1.2.4` | `1.3.0` |
| [undici](https://github.com/nodejs/undici) | `6.27.0` | `6.28.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.1.5` | `8.2.2` |
| [vscode-languageserver-textdocument](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/textDocument) | `1.0.12` | `1.0.14` |
| [vscode-uri](https://github.com/microsoft/vscode-uri) | `3.1.0` | `3.2.0` |



Updates `@astrojs/starlight` from 0.41.3 to 0.41.10
- [Release notes](https://github.com/withastro/starlight/releases)
- [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md)
- [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.41.10/packages/starlight)

Updates `@astrojs/vercel` from 11.0.3 to 11.0.8
- [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.8/packages/integrations/vercel)

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)

Updates `astro` from 7.1.0 to 7.2.9
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@7.2.9/packages/astro)

Updates `zod` from 4.4.3 to 4.5.2
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v4.4.3...v4.5.2)

Updates `@astrojs/check` from 0.9.9 to 0.9.10
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/check@0.9.10/packages/language-tools/astro-check)

Updates `@emnapi/core` from 1.11.2 to 1.11.3
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](https://github.com/toyobayashi/emnapi/compare/v1.11.2...v1.11.3)

Updates `@emnapi/runtime` from 1.11.2 to 1.11.3
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](https://github.com/toyobayashi/emnapi/compare/v1.11.2...v1.11.3)

Updates `oxlint` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.80.0/npm/oxlint)

Updates `vitest` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

Updates `@astrojs/compiler-binding` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/withastro/compiler-rs/releases)
- [Changelog](https://github.com/withastro/compiler-rs/blob/main/crates/astro_napi/CHANGELOG.md)
- [Commits](https://github.com/withastro/compiler-rs/commits/@astrojs/compiler-binding@0.4.0/crates/astro_napi)

Updates `@astrojs/compiler-binding-darwin-arm64` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/withastro/compiler-rs/releases)
- [Changelog](https://github.com/withastro/compiler-rs/blob/main/crates/astro_napi/CHANGELOG.md)
- [Commits](https://github.com/withastro/compiler-rs/commits/v0.4.0/crates/astro_napi)

Updates `@astrojs/compiler-binding-darwin-x64` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/withastro/compiler-rs/releases)
- [Changelog](https://github.com/withastro/compiler-rs/blob/main/crates/astro_napi/CHANGELOG.md)
- [Commits](https://github.com/withastro/compiler-rs/commits/v0.4.0/crates/astro_napi)

Updates `@astrojs/compiler-binding-linux-arm64-gnu` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/withastro/compiler-rs/releases)
- [Changelog](https://github.com/withastro/compiler-rs/blob/main/crates/astro_napi/CHANGELOG.md)
- [Commits](https://github.com/withastro/compiler-rs/commits/v0.4.0/crates/astro_napi)

Updates `@astrojs/compiler-binding-linux-arm64-musl` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/withastro/compiler-rs/releases)
- [Changelog](https://github.com/withastro/compiler-rs/blob/main/crates/astro_napi/CHANGELOG.md)
- [Commits](https://github.com/withastro/compiler-rs/commits/v0.4.0/crates/astro_napi)

Updates `@astrojs/compiler-binding-linux-x64-gnu` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/withastro/compiler-rs/releases)
- [Changelog](https://github.com/withastro/compiler-rs/blob/main/crates/astro_napi/CHANGELOG.md)
- [Commits](https://github.com/withastro/compiler-rs/commits/v0.4.0/crates/astro_napi)

Updates `@astrojs/compiler-binding-linux-x64-musl` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/withastro/compiler-rs/releases)
- [Changelog](https://github.com/withastro/compiler-rs/blob/main/crates/astro_napi/CHANGELOG.md)
- [Commits](https://github.com/withastro/compiler-rs/commits/v0.4.0/crates/astro_napi)

Updates `@astrojs/compiler-binding-wasm32-wasi` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/withastro/compiler-rs/releases)
- [Changelog](https://github.com/withastro/compiler-rs/blob/main/crates/astro_napi/CHANGELOG.md)
- [Commits](https://github.com/withastro/compiler-rs/commits/v0.4.0/crates/astro_napi)

Updates `@astrojs/compiler-binding-win32-arm64-msvc` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/withastro/compiler-rs/releases)
- [Changelog](https://github.com/withastro/compiler-rs/blob/main/crates/astro_napi/CHANGELOG.md)
- [Commits](https://github.com/withastro/compiler-rs/commits/v0.4.0/crates/astro_napi)

Updates `@astrojs/compiler-binding-win32-x64-msvc` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/withastro/compiler-rs/releases)
- [Changelog](https://github.com/withastro/compiler-rs/blob/main/crates/astro_napi/CHANGELOG.md)
- [Commits](https://github.com/withastro/compiler-rs/commits/v0.4.0/crates/astro_napi)

Updates `@astrojs/compiler-rs` from 0.3.1 to 0.4.0
- [Release notes](https://github.com/withastro/compiler-rs/releases)
- [Commits](https://github.com/withastro/compiler-rs/compare/@astrojs/compiler-rs@0.3.1...@astrojs/compiler-rs@0.4.0)

Updates `@astrojs/internal-helpers` from 0.10.1 to 0.10.4
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/internal-helpers/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/internal-helpers@0.10.4/packages/internal-helpers)

Updates `@astrojs/language-server` from 2.16.12 to 2.16.16
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/language-server/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/language-server@2.16.16/packages/language-tools/language-server)

Updates `@astrojs/markdown-remark` from 7.2.1 to 7.2.4
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/markdown/remark/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/markdown-remark@7.2.4/packages/markdown/remark)

Updates `@astrojs/markdown-satteri` from 0.3.4 to 0.3.8
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/markdown/satteri/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/markdown-satteri@0.3.8/packages/markdown/satteri)

Updates `@astrojs/mdx` from 7.0.3 to 7.0.8
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@7.0.8/packages/integrations/mdx)

Updates `@babel/parser` from 7.29.7 to 7.29.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.8/packages/babel-parser)

Updates `@babel/types` from 7.29.7 to 7.29.8
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.8/packages/babel-types)

Updates `@expressive-code/core` from 0.44.0 to 0.44.2
- [Release notes](https://github.com/expressive-code/expressive-code/releases)
- [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/core/CHANGELOG.md)
- [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/core@0.44.2/packages/@expressive-code/core)

Updates `@expressive-code/plugin-frames` from 0.44.0 to 0.44.2
- [Release notes](https://github.com/expressive-code/expressive-code/releases)
- [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/plugin-frames/CHANGELOG.md)
- [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/plugin-frames@0.44.2/packages/@expressive-code/plugin-frames)

Updates `@expressive-code/plugin-shiki` from 0.44.0 to 0.44.2
- [Release notes](https://github.com/expressive-code/expressive-code/releases)
- [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/plugin-shiki/CHANGELOG.md)
- [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/plugin-shiki@0.44.2/packages/@expressive-code/plugin-shiki)

Updates `@expressive-code/plugin-text-markers` from 0.44.0 to 0.44.2
- [Release notes](https://github.com/expressive-code/expressive-code/releases)
- [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/@expressive-code/plugin-text-markers/CHANGELOG.md)
- [Commits](https://github.com/expressive-code/expressive-code/commits/@expressive-code/plugin-text-markers@0.44.2/packages/@expressive-code/plugin-text-markers)

Updates `@img/sharp-darwin-arm64` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/commits/v0.35.4/npm/darwin-arm64)

Updates `@img/sharp-darwin-x64` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/commits/v0.35.4/npm/darwin-x64)

Updates `@img/sharp-freebsd-wasm32` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/commits/v0.35.4/npm/freebsd-wasm32)

Updates `@img/sharp-libvips-darwin-arm64` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/lovell/sharp-libvips/releases)
- [Commits](https://github.com/lovell/sharp-libvips/commits/v1.3.3/npm/darwin-arm64)

Updates `@img/sharp-libvips-darwin-x64` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/lovell/sharp-libvips/releases)
- [Commits](https://github.com/lovell/sharp-libvips/commits/v1.3.3/npm/darwin-x64)

Updates `@img/sharp-libvips-linux-arm` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/lovell/sharp-libvips/releases)
- [Commits](https://github.com/lovell/sharp-libvips/commits/v1.3.3/npm/linux-arm)

Updates `@img/sharp-libvips-linux-arm64` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/lovell/sharp-libvips/releases)
- [Commits](https://github.com/lovell/sharp-libvips/commits/v1.3.3/npm/linux-arm64)

Updates `@img/sharp-libvips-linux-ppc64` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/lovell/sharp-libvips/releases)
- [Commits](https://github.com/lovell/sharp-libvips/commits/v1.3.3/npm/linux-ppc64)

Updates `@img/sharp-libvips-linux-riscv64` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/lovell/sharp-libvips/releases)
- [Commits](https://github.com/lovell/sharp-libvips/commits/v1.3.3/npm/linux-riscv64)

Updates `@img/sharp-libvips-linux-s390x` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/lovell/sharp-libvips/releases)
- [Commits](https://github.com/lovell/sharp-libvips/commits/v1.3.3/npm/linux-s390x)

Updates `@img/sharp-libvips-linux-x64` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/lovell/sharp-libvips/releases)
- [Commits](https://github.com/lovell/sharp-libvips/commits/v1.3.3/npm/linux-x64)

Updates `@img/sharp-libvips-linuxmusl-arm64` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/lovell/sharp-libvips/releases)
- [Commits](https://github.com/lovell/sharp-libvips/commits/v1.3.3/npm/linuxmusl-arm64)

Updates `@img/sharp-libvips-linuxmusl-x64` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/lovell/sharp-libvips/releases)
- [Commits](https://github.com/lovell/sharp-libvips/commits/v1.3.3/npm/linuxmusl-x64)

Updates `@img/sharp-linux-arm` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/commits/v0.35.4/npm/linux-arm)

Updates `@img/sharp-linux-arm64` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/commits/v0.35.4/npm/linux-arm64)

Updates `@img/sharp-linux-ppc64` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/commits/v0.35.4/npm/linux-ppc64)

Updates `@img/sharp-linux-riscv64` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/commits/v0.35.4/npm/linux-riscv64)

Updates `@img/sharp-linux-s390x` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/commits/v0.35.4/npm/linux-s390x)

Updates `@img/sharp-linux-x64` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/commits/v0.35.4/npm/linux-x64)

Updates `@img/sharp-linuxmusl-arm64` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/commits/v0.35.4/npm/linuxmusl-arm64)

Updates `@img/sharp-linuxmusl-x64` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/commits/v0.35.4/npm/linuxmusl-x64)

Updates `@img/sharp-wasm32` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/commits/v0.35.4/npm/wasm32)

Updates `@img/sharp-webcontainers-wasm32` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/commits/v0.35.4/npm/webcontainers-wasm32)

Updates `@img/sharp-win32-arm64` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/commits/v0.35.4/npm/win32-arm64)

Updates `@img/sharp-win32-ia32` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/commits/v0.35.4/npm/win32-ia32)

Updates `@img/sharp-win32-x64` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/commits/v0.35.4/npm/win32-x64)

Updates `@jridgewell/sourcemap-codec` from 1.5.5 to 1.6.0
- [Changelog](https://github.com/jridgewell/sourcemaps/blob/main/packages/sourcemap-codec/CHANGELOG.md)
- [Commits](https://github.com/jridgewell/sourcemaps/commits/sourcemap-codec/1.6.0/packages/sourcemap-codec)

Updates `@napi-rs/wasm-runtime` from 1.1.6 to 1.2.3
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Changelog](https://github.com/napi-rs/napi-rs/blob/main/wasm-runtime/CHANGELOG.md)
- [Commits](https://github.com/napi-rs/napi-rs/commits/@napi-rs/wasm-runtime@1.2.3/wasm-runtime)

Updates `@oxlint/binding-android-arm-eabi` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-android-arm64` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-darwin-arm64` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-darwin-x64` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-freebsd-x64` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-linux-arm-gnueabihf` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-linux-arm-musleabihf` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-linux-arm64-gnu` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-linux-arm64-musl` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-linux-ppc64-gnu` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-linux-riscv64-gnu` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-linux-riscv64-musl` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-linux-s390x-gnu` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-linux-x64-gnu` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-linux-x64-musl` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-openharmony-arm64` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-win32-arm64-msvc` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-win32-ia32-msvc` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@oxlint/binding-win32-x64-msvc` from 1.74.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/apps_v1.80.0/npm/oxlint)

Updates `@ungap/structured-clone` from 1.3.3 to 1.4.0
- [Commits](https://github.com/ungap/structured-clone/compare/v1.3.3...v1.4.0)

Updates `@vercel/functions` from 3.7.5 to 3.9.5
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/functions/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/HEAD/packages/functions)

Updates `@vercel/nft` from 1.10.2 to 1.11.0
- [Release notes](https://github.com/vercel/nft/releases)
- [Commits](https://github.com/vercel/nft/compare/1.10.2...1.11.0)

Updates `@vercel/oidc` from 3.8.0 to 3.8.5
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/oidc/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/frameworks@3.8.5/packages/oidc)

Updates `@vitest/expect` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/expect)

Updates `@vitest/mocker` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/mocker)

Updates `@vitest/pretty-format` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/pretty-format)

Updates `@vitest/runner` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/runner)

Updates `@vitest/snapshot` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/snapshot)

Updates `@vitest/spy` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/spy)

Updates `@vitest/utils` from 4.1.10 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/utils)

Updates `acorn` from 8.17.0 to 8.18.0
- [Commits](https://github.com/acornjs/acorn/compare/8.17.0...8.18.0)

Updates `ansi-regex` from 5.0.1 to 6.3.0
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.1...v6.3.0)

Updates `ansi-styles` from 4.3.0 to 6.2.3
- [Release notes](https://github.com/chalk/ansi-styles/releases)
- [Commits](https://github.com/chalk/ansi-styles/compare/v4.3.0...v6.2.3)

Updates `astro-expressive-code` from 0.44.0 to 0.44.2
- [Release notes](https://github.com/expressive-code/expressive-code/releases)
- [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/astro-expressive-code/CHANGELOG.md)
- [Commits](https://github.com/expressive-code/expressive-code/commits/astro-expressive-code@0.44.2/packages/astro-expressive-code)

Updates `brace-expansion` from 5.0.7 to 5.0.9
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v5.0.7...v5.0.9)

Updates `cliui` from 8.0.1 to 9.0.1
- [Release notes](https://github.com/yargs/cliui/releases)
- [Changelog](https://github.com/yargs/cliui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/cliui/compare/v8.0.1...v9.0.1)

Updates `cookie` from 1.1.1 to 2.0.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v1.1.1...v2.0.1)

Updates `devalue` from 5.8.1 to 5.9.2
- [Release notes](https://github.com/sveltejs/devalue/releases)
- [Changelog](https://github.com/sveltejs/devalue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/devalue/compare/v5.8.1...v5.9.2)

Updates `diff` from 8.0.4 to 9.0.0
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](https://github.com/kpdecker/jsdiff/compare/8.0.4...v9.0.0)

Updates `emoji-regex` from 8.0.0 to 10.6.0
- [Commits](https://github.com/mathiasbynens/emoji-regex/compare/v8.0.0...v10.6.0)

Updates `es-module-lexer` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/guybedford/es-module-lexer/releases)
- [Commits](https://github.com/guybedford/es-module-lexer/compare/2.3.1...2.3.2)

Updates `esbuild` from 0.28.1 to 0.28.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.28.1...v0.28.2)

Updates `estree-util-scope` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/syntax-tree/estree-util-scope/releases)
- [Commits](https://github.com/syntax-tree/estree-util-scope/compare/1.0.0...1.0.1)

Updates `expressive-code` from 0.44.0 to 0.44.1
- [Release notes](https://github.com/expressive-code/expressive-code/releases)
- [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/expressive-code/CHANGELOG.md)
- [Commits](https://github.com/expressive-code/expressive-code/commits/expressive-code@0.44.1/packages/expressive-code)

Updates `fast-uri` from 3.1.3 to 3.1.6
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.3...v3.1.6)

Updates `i18next` from 26.3.6 to 26.4.1
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v26.3.6...v26.4.1)

Updates `js-yaml` from 4.3.0 to 4.3.2
- [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.2/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.3.0...4.3.2)

Updates `lightningcss` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.32.0...v1.33.0)

Updates `lightningcss-android-arm64` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.32.0...v1.33.0)

Updates `lightningcss-darwin-arm64` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.32.0...v1.33.0)

Updates `lightningcss-darwin-x64` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.32.0...v1.33.0)

Updates `lightningcss-freebsd-x64` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.32.0...v1.33.0)

Updates `lightningcss-linux-arm-gnueabihf` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.32.0...v1.33.0)

Updates `lightningcss-linux-arm64-gnu` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.32.0...v1.33.0)

Updates `lightningcss-linux-arm64-musl` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.32.0...v1.33.0)

Updates `lightningcss-linux-x64-gnu` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.32.0...v1.33.0)

Updates `lightningcss-linux-x64-musl` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.32.0...v1.33.0)

Updates `lightningcss-win32-arm64-msvc` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.32.0...v1.33.0)

Updates `lightningcss-win32-x64-msvc` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.32.0...v1.33.0)

Updates `magicast` from 0.5.3 to 0.5.4
- [Release notes](https://github.com/unjs/magicast/releases)
- [Changelog](https://github.com/unjs/magicast/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unjs/magicast/compare/v0.5.3...v0.5.4)

Updates `minimatch` from 10.2.5 to 10.2.6
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v10.2.5...v10.2.6)

Updates `nanoid` from 3.3.16 to 3.3.18
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/3.3.18/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.16...3.3.18)

Updates `neotraverse` from 0.6.18 to 1.0.1
- [Release notes](https://github.com/PuruVJ/neotraverse/releases)
- [Changelog](https://github.com/PuruVJ/neotraverse/blob/main/packages/neotraverse/CHANGELOG.md)
- [Commits](https://github.com/PuruVJ/neotraverse/commits/neotraverse@1.0.1/packages/neotraverse)

Updates `node-mock-http` from 1.0.4 to 1.0.5
- [Release notes](https://github.com/unjs/node-mock-http/releases)
- [Changelog](https://github.com/unjs/node-mock-http/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unjs/node-mock-http/compare/v1.0.4...v1.0.5)

Updates `obug` from 2.1.3 to 2.1.4
- [Release notes](https://github.com/sxzz/obug/releases)
- [Commits](https://github.com/sxzz/obug/compare/v2.1.3...v2.1.4)

Updates `ohash` from 2.0.11 to 2.0.12
- [Release notes](https://github.com/unjs/ohash/releases)
- [Changelog](https://github.com/unjs/ohash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unjs/ohash/compare/v2.0.11...v2.0.12)

Updates `p-limit` from 7.3.0 to 7.3.2
- [Release notes](https://github.com/sindresorhus/p-limit/releases)
- [Commits](https://github.com/sindresorhus/p-limit/compare/v7.3.0...v7.3.2)

Updates `p-queue` from 9.3.1 to 9.3.3
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v9.3.1...v9.3.3)

Updates `package-manager-detector` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/antfu-collective/package-manager-detector/releases)
- [Commits](https://github.com/antfu-collective/package-manager-detector/compare/v1.7.0...v1.8.0)

Updates `postcss` from 8.5.19 to 8.5.26
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.19...8.5.26)

Updates `prettier` from 3.9.5 to 3.9.6
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.9.5...3.9.6)

Updates `rehype-expressive-code` from 0.44.0 to 0.44.1
- [Release notes](https://github.com/expressive-code/expressive-code/releases)
- [Changelog](https://github.com/expressive-code/expressive-code/blob/main/packages/rehype-expressive-code/CHANGELOG.md)
- [Commits](https://github.com/expressive-code/expressive-code/commits/rehype-expressive-code@0.44.1/packages/rehype-expressive-code)

Updates `remark-smartypants` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/silvenon/remark-smartypants/releases)
- [Commits](https://github.com/silvenon/remark-smartypants/compare/v3.0.2...v3.0.3)

Updates `sax` from 1.6.0 to 1.6.1
- [Commits](https://github.com/isaacs/sax-js/compare/v1.6.0...v1.6.1)

Updates `sharp` from 0.35.3 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/compare/v0.35.3...v0.35.4)

Updates `shiki` from 4.3.1 to 4.4.3
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v4.4.3/packages/shiki)

Updates `smol-toml` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/squirrelchat/smol-toml/releases)
- [Commits](https://github.com/squirrelchat/smol-toml/compare/v1.7.0...v1.8.0)

Updates `string-width` from 4.2.3 to 7.2.0
- [Release notes](https://github.com/sindresorhus/string-width/releases)
- [Commits](https://github.com/sindresorhus/string-width/compare/v4.2.3...v7.2.0)

Updates `strip-ansi` from 6.0.1 to 7.2.0
- [Release notes](https://github.com/chalk/strip-ansi/releases)
- [Commits](https://github.com/chalk/strip-ansi/compare/v6.0.1...v7.2.0)

Updates `svgo` from 4.0.2 to 4.1.0
- [Release notes](https://github.com/svg/svgo/releases)
- [Commits](https://github.com/svg/svgo/compare/v4.0.2...v4.1.0)

Updates `tar` from 7.5.20 to 7.5.22
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.20...v7.5.22)

Updates `tinyexec` from 1.2.4 to 1.3.0
- [Release notes](https://github.com/tinylibs/tinyexec/releases)
- [Commits](https://github.com/tinylibs/tinyexec/compare/1.2.4...1.3.0)

Updates `tinyrainbow` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/tinylibs/tinyrainbow/releases)
- [Commits](https://github.com/tinylibs/tinyrainbow/compare/v3.1.0...v3.1.1)

Updates `undici` from 6.27.0 to 6.28.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v6.27.0...v6.28.0)

Updates `unifont` from 0.7.4 to 0.7.5
- [Release notes](https://github.com/unjs/unifont/releases)
- [Commits](https://github.com/unjs/unifont/compare/v0.7.4...v0.7.5)

Updates `vite` from 8.1.5 to 8.2.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.2.2/packages/vite)

Updates `vscode-languageserver-textdocument` from 1.0.12 to 1.0.14
- [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases)
- [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/HEAD/textDocument)

Updates `vscode-uri` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/microsoft/vscode-uri/releases)
- [Commits](https://github.com/microsoft/vscode-uri/compare/v3.1.0...v3.2.0)

Updates `wrap-ansi` from 7.0.0 to 9.0.2
- [Release notes](https://github.com/chalk/wrap-ansi/releases)
- [Commits](https://github.com/chalk/wrap-ansi/compare/v7.0.0...v9.0.2)

Updates `yargs` from 17.7.3 to 18.1.0
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs/compare/v17.7.3...v18.1.0)

Updates `yargs-parser` from 21.1.1 to 22.0.0
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs-parser/compare/yargs-parser-v21.1.1...yargs-parser-v22.0.0)

---
updated-dependencies:
- dependency-name: "@astrojs/starlight"
  dependency-version: 0.41.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/vercel"
  dependency-version: 11.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@vercel/blob"
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: astro
  dependency-version: 7.2.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: zod
  dependency-version: 4.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/check"
  dependency-version: 0.9.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@emnapi/core"
  dependency-version: 1.11.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@emnapi/runtime"
  dependency-version: 1.11.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: oxlint
  dependency-version: 1.80.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/compiler-binding"
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/compiler-binding-darwin-arm64"
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/compiler-binding-darwin-x64"
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/compiler-binding-linux-arm64-gnu"
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/compiler-binding-linux-arm64-musl"
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/compiler-binding-linux-x64-gnu"
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/compiler-binding-linux-x64-musl"
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/compiler-binding-wasm32-wasi"
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/compiler-binding-win32-arm64-msvc"
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/compiler-binding-win32-x64-msvc"
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/compiler-rs"
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/internal-helpers"
  dependency-version: 0.10.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/language-server"
  dependency-version: 2.16.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/markdown-remark"
  dependency-version: 7.2.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/markdown-satteri"
  dependency-version: 0.3.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@astrojs/mdx"
  dependency-version: 7.0.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@babel/parser"
  dependency-version: 7.29.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@babel/types"
  dependency-version: 7.29.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@expressive-code/core"
  dependency-version: 0.44.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@expressive-code/plugin-frames"
  dependency-version: 0.44.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@expressive-code/plugin-shiki"
  dependency-version: 0.44.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@expressive-code/plugin-text-markers"
  dependency-version: 0.44.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-darwin-arm64"
  dependency-version: 0.35.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-darwin-x64"
  dependency-version: 0.35.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-freebsd-wasm32"
  dependency-version: 0.35.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-libvips-darwin-arm64"
  dependency-version: 1.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-libvips-darwin-x64"
  dependency-version: 1.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-libvips-linux-arm"
  dependency-version: 1.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-libvips-linux-arm64"
  dependency-version: 1.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-libvips-linux-ppc64"
  dependency-version: 1.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-libvips-linux-riscv64"
  dependency-version: 1.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-libvips-linux-s390x"
  dependency-version: 1.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-libvips-linux-x64"
  dependency-version: 1.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-libvips-linuxmusl-arm64"
  dependency-version: 1.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-libvips-linuxmusl-x64"
  dependency-version: 1.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-linux-arm"
  dependency-version: 0.35.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-linux-arm64"
  dependency-version: 0.35.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-linux-ppc64"
  dependency-version: 0.35.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-linux-riscv64"
  dependency-version: 0.35.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-linux-s390x"
  dependency-version: 0.35.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-linux-x64"
  dependency-version: 0.35.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-linuxmusl-arm64"
  dependency-version: 0.35.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-linuxmusl-x64"
  dependency-version: 0.35.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-wasm32"
  dependency-version: 0.35.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-webcontainers-wasm32"
  dependency-version: 0.35.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-win32-arm64"
  dependency-version: 0.35.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-win32-ia32"
  dependency-version: 0.35.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@img/sharp-win32-x64"
  dependency-version: 0.35.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@jridgewell/sourcemap-codec"
  dependency-version: 1.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@napi-rs/wasm-runtime"
  dependency-version: 1.2.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-android-arm-eabi"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-android-arm64"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-darwin-arm64"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-darwin-x64"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-freebsd-x64"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-linux-arm-gnueabihf"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-linux-arm-musleabihf"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-linux-arm64-gnu"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-linux-arm64-musl"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-linux-ppc64-gnu"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-linux-riscv64-gnu"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-linux-riscv64-musl"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-linux-s390x-gnu"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-linux-x64-gnu"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-linux-x64-musl"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-openharmony-arm64"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-win32-arm64-msvc"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-win32-ia32-msvc"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@oxlint/binding-win32-x64-msvc"
  dependency-version: 1.80.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@ungap/structured-clone"
  dependency-version: 1.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@vercel/functions"
  dependency-version: 3.9.5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@vercel/nft"
  dependency-version: 1.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: "@vercel/oidc"
  dependency-version: 3.8.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@vitest/expect"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@vitest/mocker"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@vitest/pretty-format"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@vitest/runner"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@vitest/snapshot"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@vitest/spy"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: "@vitest/utils"
  dependency-version: 4.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: acorn
  dependency-version: 8.18.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: ansi-regex
  dependency-version: 6.3.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: site-minor-and-patch
- dependency-name: ansi-styles
  dependency-version: 6.2.3
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: site-minor-and-patch
- dependency-name: astro-expressive-code
  dependency-version: 0.44.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: brace-expansion
  dependency-version: 5.0.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: cliui
  dependency-version: 9.0.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: site-minor-and-patch
- dependency-name: cookie
  dependency-version: 2.0.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: site-minor-and-patch
- dependency-name: devalue
  dependency-version: 5.9.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: diff
  dependency-version: 9.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: site-minor-and-patch
- dependency-name: emoji-regex
  dependency-version: 10.6.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: site-minor-and-patch
- dependency-name: es-module-lexer
  dependency-version: 2.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: esbuild
  dependency-version: 0.28.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: estree-util-scope
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: expressive-code
  dependency-version: 0.44.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: fast-uri
  dependency-version: 3.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: i18next
  dependency-version: 26.4.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: js-yaml
  dependency-version: 4.3.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: lightningcss
  dependency-version: 1.33.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: lightningcss-android-arm64
  dependency-version: 1.33.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: lightningcss-darwin-arm64
  dependency-version: 1.33.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: lightningcss-darwin-x64
  dependency-version: 1.33.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: lightningcss-freebsd-x64
  dependency-version: 1.33.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: lightningcss-linux-arm-gnueabihf
  dependency-version: 1.33.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: lightningcss-linux-arm64-gnu
  dependency-version: 1.33.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: lightningcss-linux-arm64-musl
  dependency-version: 1.33.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: lightningcss-linux-x64-gnu
  dependency-version: 1.33.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: lightningcss-linux-x64-musl
  dependency-version: 1.33.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: lightningcss-win32-arm64-msvc
  dependency-version: 1.33.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: lightningcss-win32-x64-msvc
  dependency-version: 1.33.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: site-minor-and-patch
- dependency-name: magicast
  dependency-version: 0.5.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: minimatch
  dependency-version: 10.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: nanoid
  dependency-version: 3.3.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: neotraverse
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: site-minor-and-patch
- dependency-name: node-mock-http
  dependency-version: 1.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: obug
  dependency-version: 2.1.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- dependency-name: ohash
  dependency-version: 2.0.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: site-minor-and-patch
- depend...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 1, 2026
@dependabot
dependabot Bot requested a review from strantalis as a code owner September 1, 2026 13:41
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 1, 2026
@vercel

vercel Bot commented Sep 1, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated
reviewarc Ready Ready Preview Sep 1, 2026 1:41pm UTC

This branch was successfully deployed

1 active deployment
Preview 3d6d5ab3 Deployed Sep 1, 2026 by vercel[bot]
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants