Skip to content

deps(web)(deps): Bump the web-minor-patch group across 1 directory with 3 updates#13

Merged
JoshuaMart merged 1 commit into
mainfrom
dependabot/npm_and_yarn/web/web-minor-patch-ab965256fb
May 18, 2026
Merged

deps(web)(deps): Bump the web-minor-patch group across 1 directory with 3 updates#13
JoshuaMart merged 1 commit into
mainfrom
dependabot/npm_and_yarn/web/web-minor-patch-ab965256fb

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps the web-minor-patch group with 3 updates in the /web directory: @astrojs/preact, astro and preact.

Updates @astrojs/preact from 5.1.2 to 5.1.3

Release notes

Sourced from @​astrojs/preact's releases.

@​astrojs/preact@​5.1.3

Patch Changes

  • Updated dependencies [d365c97]:
    • @​astrojs/internal-helpers@​0.9.1
Changelog

Sourced from @​astrojs/preact's changelog.

5.1.3

Patch Changes

  • Updated dependencies [d365c97]:
    • @​astrojs/internal-helpers@​0.9.1
Commits

Updates astro from 6.3.1 to 6.3.4

Release notes

Sourced from astro's releases.

astro@6.3.4

Patch Changes

  • #16723 0f10bfe Thanks @​matthewp! - Adds fetchFile option to experimental.advancedRouting to customize or disable the entrypoint file

    export default defineConfig({
      experimental: {
        advancedRouting: {
          fetchFile: 'fetch.ts',
        },
      },
    });
  • #16723 0f10bfe Thanks @​matthewp! - Fixes Hono cache() middleware to follow the standard wrapper pattern

  • #16723 0f10bfe Thanks @​matthewp! - Adds App.Providers interface for typing custom context providers on Astro and ctx

    declare namespace App {
      interface Providers {
        oauth: import('./lib/oauth').OAuthSession;
      }
    }
  • #16723 0f10bfe Thanks @​matthewp! - Adds FetchState.response property, set automatically after pages() or middleware() completes

    const response = await middleware(state, (s) => pages(s));
    console.log(state.response === response); // true
  • #16723 0f10bfe Thanks @​matthewp! - Adds Fetchable type export for typing the advanced routing entrypoint

    import type { Fetchable } from 'astro';
    export default {
    async fetch(request) {
    return new Response('ok');
    },
    } satisfies Fetchable;

  • #16572 4a5a077 Thanks @​DORI2001! - Suppresses [WARN] Vite warning: unused imports from "@astrojs/internal-helpers/remote" during prerender builds. The package is now bundled alongside astro in the prerender environment, matching how it is handled in the SSR environment.

  • #16756 b6ee23d Thanks @​astrobot-houston! - Fixes styles from Markdoc/MDX custom components not being extracted to <head> in the dev server when using the Cloudflare adapter with prerenderEnvironment: 'node' and rendering content through a wrapper component.

... (truncated)

Changelog

Sourced from astro's changelog.

6.3.4

Patch Changes

  • #16723 0f10bfe Thanks @​matthewp! - Adds fetchFile option to experimental.advancedRouting to customize or disable the entrypoint file

    export default defineConfig({
      experimental: {
        advancedRouting: {
          fetchFile: 'fetch.ts',
        },
      },
    });
  • #16723 0f10bfe Thanks @​matthewp! - Fixes Hono cache() middleware to follow the standard wrapper pattern

  • #16723 0f10bfe Thanks @​matthewp! - Adds App.Providers interface for typing custom context providers on Astro and ctx

    declare namespace App {
      interface Providers {
        oauth: import('./lib/oauth').OAuthSession;
      }
    }
  • #16723 0f10bfe Thanks @​matthewp! - Adds FetchState.response property, set automatically after pages() or middleware() completes

    const response = await middleware(state, (s) => pages(s));
    console.log(state.response === response); // true
  • #16723 0f10bfe Thanks @​matthewp! - Adds Fetchable type export for typing the advanced routing entrypoint

    import type { Fetchable } from 'astro';
    export default {
    async fetch(request) {
    return new Response('ok');
    },
    } satisfies Fetchable;

  • #16572 4a5a077 Thanks @​DORI2001! - Suppresses [WARN] Vite warning: unused imports from "@astrojs/internal-helpers/remote" during prerender builds. The package is now bundled alongside astro in the prerender environment, matching how it is handled in the SSR environment.

  • #16756 b6ee23d Thanks @​astrobot-houston! - Fixes styles from Markdoc/MDX custom components not being extracted to <head> in the dev server when using the Cloudflare adapter with prerenderEnvironment: 'node' and rendering content through a wrapper component.

... (truncated)

Commits
  • 45b7fa9 [ci] release (#16742)
  • 67a1016 [ci] format
  • 0f10bfe feat: advanced routing types and config gaps (#16723)
  • 904d19a Fix actions and server islands in dev mode with prerendered catch-all routes ...
  • 03b8f7f chore: update typescript to v6 (#16661)
  • b6ee23d fix(dev): return correct SSR environment from module loader for prerender rou...
  • fca1c32 fix(live-collections): add missing utility type ExtractDataType (#16614)
  • 3f5fc25 fix: throw image generation errors (#16731)
  • a8ad2b1 [ci] format
  • 3261c0c Extract Vite build config assembly into testable function (#16741)
  • Additional commits viewable in compare view

Updates preact from 10.29.1 to 10.29.2

Release notes

Sourced from preact's releases.

10.29.2

Fixes

Maintenance

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for preact since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 18, 2026
…th 3 updates

Bumps the web-minor-patch group with 3 updates in the /web directory: [@astrojs/preact](https://github.com/withastro/astro/tree/HEAD/packages/integrations/preact), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [preact](https://github.com/preactjs/preact).


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

Updates `astro` from 6.3.1 to 6.3.4
- [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@6.3.4/packages/astro)

Updates `preact` from 10.29.1 to 10.29.2
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.29.1...10.29.2)

---
updated-dependencies:
- dependency-name: "@astrojs/preact"
  dependency-version: 5.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-minor-patch
- dependency-name: astro
  dependency-version: 6.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-minor-patch
- dependency-name: preact
  dependency-version: 10.29.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: web-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title deps(web)(deps): Bump the web-minor-patch group in /web with 3 updates deps(web)(deps): Bump the web-minor-patch group across 1 directory with 3 updates May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/web/web-minor-patch-ab965256fb branch from 71b0a3b to f868c4e Compare May 18, 2026 15:25
@JoshuaMart JoshuaMart merged commit 7bca143 into main May 18, 2026
6 checks passed
@JoshuaMart JoshuaMart deleted the dependabot/npm_and_yarn/web/web-minor-patch-ab965256fb branch May 18, 2026 15:27
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.

1 participant