Skip to content

Update dependency @astrojs/preact to v6 - #48

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astrojs-preact-6.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astrojs-preact-6.x

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/preact (source) ^4.1.3^6.0.0 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/preact)

v6.0.5

Compare Source

Patch Changes

v6.0.4

Compare Source

Patch Changes

v6.0.3

Compare Source

Patch Changes

v6.0.2

Compare Source

Patch Changes

v6.0.1

Compare Source

Patch Changes

v6.0.0

Compare Source

Major Changes
Minor Changes
  • #​17093 4585fe5 Thanks @​Princesseuh! - Replaces the import entrypoint of getContainerRenderer()

    A new container-renderer entrypoint exporting getContainerRenderer() has been added to the following integrations: React, Preact, Svelte, SolidJS, Vue, and MDX. This prevents bundlers from trying to bundle unrelated exports from the package root when only the Container API is used.

    If you are using the Container API, update your import statements to use the new entrypoint. The following example updates the getContainerRenderer() import for React:

    - import { getContainerRenderer } from '@astrojs/react';
    + import { getContainerRenderer } from '@astrojs/react/container-renderer';

    Importing getContainerRenderer() from the package root still works, but is now deprecated and logs a warning.

Patch Changes

v5.1.5

Compare Source

Patch Changes

v5.1.4

Compare Source

Patch Changes

v5.1.3

Compare Source

Patch Changes

v5.1.2

Compare Source

Patch Changes

v5.1.1

Compare Source

Patch Changes
  • #​16180 1d1448c Thanks @​matthewp! - Pre-optimizes @preact/signals and preact/hooks in the Vite dep optimizer to prevent late discovery triggering full page reloads during dev

v5.1.0

Compare Source

Minor Changes
  • #​15862 06fba3a Thanks @​crutchcorn! - Adds support for passing a Babel config to the Preact Vite Plugin:

    // astro.config.mjs
    import { defineConfig } from 'astro/config';
    import preact from '@astrojs/preact';
    
    export default defineConfig({
      integrations: [
        preact({
          babel: {
            generatorOpts: {
              importAttributesKeyword: 'with',
            },
          },
        }),
      ],
    });

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes
  • #​15881 de2860c Thanks @​matthewp! - Fix useId() collisions across multiple Astro islands by seeding a unique per-island root mask for Preact SSR and hydration.

v5.0.0

Compare Source

Major Changes
Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify

netlify Bot commented Jun 22, 2026

Copy link
Copy Markdown

Deploy Preview for mmert9008-astroblogtutorial failed.

Name Link
🔨 Latest commit 9c6113a
🔍 Latest deploy log https://app.netlify.com/projects/mmert9008-astroblogtutorial/deploys/6aa96fab64675b0008f8bc0f

@renovate
renovate Bot force-pushed the renovate/astrojs-preact-6.x branch from 8a5d4c0 to 1c6b858 Compare July 2, 2026 21:16
@renovate
renovate Bot force-pushed the renovate/astrojs-preact-6.x branch 2 times, most recently from 24da4a5 to 2191240 Compare July 17, 2026 11:17
@renovate
renovate Bot force-pushed the renovate/astrojs-preact-6.x branch 2 times, most recently from e71a9e5 to 93b4673 Compare July 24, 2026 17:18
@renovate
renovate Bot force-pushed the renovate/astrojs-preact-6.x branch 2 times, most recently from d153e39 to 2d2437b Compare July 30, 2026 20:09
@renovate
renovate Bot force-pushed the renovate/astrojs-preact-6.x branch 3 times, most recently from dd1fc3b to 2948222 Compare August 18, 2026 17:11
@renovate
renovate Bot force-pushed the renovate/astrojs-preact-6.x branch 2 times, most recently from 6a83735 to fb28c91 Compare August 26, 2026 15:12
@renovate
renovate Bot force-pushed the renovate/astrojs-preact-6.x branch 4 times, most recently from 796bcd0 to 8cdafef Compare September 7, 2026 20:42
@renovate
renovate Bot force-pushed the renovate/astrojs-preact-6.x branch from 8cdafef to 9361f63 Compare September 10, 2026 19:57
@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: c4a098db-ea2c-405d-ad64-fec18d132ee0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@renovate
renovate Bot force-pushed the renovate/astrojs-preact-6.x branch from 9361f63 to 9c6113a Compare September 15, 2026 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants