Update dependency @astrojs/preact to v6 - #48
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
❌ Deploy Preview for mmert9008-astroblogtutorial failed.
|
renovate
Bot
force-pushed
the
renovate/astrojs-preact-6.x
branch
from
July 2, 2026 21:16
8a5d4c0 to
1c6b858
Compare
renovate
Bot
force-pushed
the
renovate/astrojs-preact-6.x
branch
2 times, most recently
from
July 17, 2026 11:17
24da4a5 to
2191240
Compare
renovate
Bot
force-pushed
the
renovate/astrojs-preact-6.x
branch
2 times, most recently
from
July 24, 2026 17:18
e71a9e5 to
93b4673
Compare
renovate
Bot
force-pushed
the
renovate/astrojs-preact-6.x
branch
2 times, most recently
from
July 30, 2026 20:09
d153e39 to
2d2437b
Compare
renovate
Bot
force-pushed
the
renovate/astrojs-preact-6.x
branch
3 times, most recently
from
August 18, 2026 17:11
dd1fc3b to
2948222
Compare
renovate
Bot
force-pushed
the
renovate/astrojs-preact-6.x
branch
2 times, most recently
from
August 26, 2026 15:12
6a83735 to
fb28c91
Compare
renovate
Bot
force-pushed
the
renovate/astrojs-preact-6.x
branch
4 times, most recently
from
September 7, 2026 20:42
796bcd0 to
8cdafef
Compare
renovate
Bot
force-pushed
the
renovate/astrojs-preact-6.x
branch
from
September 10, 2026 19:57
8cdafef to
9361f63
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
renovate
Bot
force-pushed
the
renovate/astrojs-preact-6.x
branch
from
September 15, 2026 16:17
9361f63 to
9c6113a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.1.3→^6.0.0Release Notes
withastro/astro (@astrojs/preact)
v6.0.5Compare Source
Patch Changes
f8e9458]:v6.0.4Compare Source
Patch Changes
05763a0]:v6.0.3Compare Source
Patch Changes
8c193f6]:v6.0.2Compare Source
Patch Changes
c895b12]:v6.0.1Compare Source
Patch Changes
eb6f97e]:v6.0.0Compare Source
Major Changes
cafec4eThanks @delucis! - Upgrade to Vite v8Minor Changes
#17093
4585fe5Thanks @Princesseuh! - Replaces the import entrypoint ofgetContainerRenderer()A new
container-rendererentrypoint exportinggetContainerRenderer()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:Importing
getContainerRenderer()from the package root still works, but is now deprecated and logs a warning.Patch Changes
241250bThanks @ocavue! - Triggers beta prereleases for packages that are still on alphav5.1.5Compare Source
Patch Changes
17a0fbdThanks @ocavue! - Bumpsdevaluedependency to v5.8.1v5.1.4Compare Source
Patch Changes
f732f3c]:v5.1.3Compare Source
Patch Changes
d365c97]:v5.1.2Compare Source
Patch Changes
99464ed,f3485c3]:v5.1.1Compare Source
Patch Changes
1d1448cThanks @matthewp! - Pre-optimizes@preact/signalsandpreact/hooksin the Vite dep optimizer to prevent late discovery triggering full page reloads during devv5.1.0Compare Source
Minor Changes
#15862
06fba3aThanks @crutchcorn! - Adds support for passing a Babel config to the Preact Vite Plugin:v5.0.2Compare Source
Patch Changes
d3c7de9Thanks @florian-lefebvre! - Removes temporary support for Node >=20.19.1 because Stackblitz now uses Node 22 by defaultv5.0.1Compare Source
Patch Changes
de2860cThanks @matthewp! - FixuseId()collisions across multiple Astro islands by seeding a unique per-island root mask for Preact SSR and hydration.v5.0.0Compare Source
Major Changes
#14427
e131261Thanks @florian-lefebvre! - Increases minimum Node.js version to 22.12.0 - (v6 upgrade guidance)#14445
ecb0b98Thanks @florian-lefebvre! - Astro v6.0 upgrades to Vite v7.0 as the development server and production bundler - (v6 upgrade guidance)Patch Changes
#15187
bbb5811Thanks @matthewp! - Update to Astro 6 beta#15619
bbfa7c8Thanks @rururux! - Fixed an issue where the Preact integration would incorrectly intercept React 19 components, triggering "Invalid hook call" error logs.#15383
876b664Thanks @matthewp! - Fixes Preact components failing to render when using the Cloudflare adapter in dev mode.#15264
11efb05Thanks @florian-lefebvre! - Lower the Node version requirement to allow running on Stackblitz until it supports v22#15700
4e7f3e8Thanks @ocavue! - Improves how Preact components are identified when setting theincludeand/orexcludeoptions in projects where multiple JSX frameworks are used togetherUpdated dependencies [
4ebc1e3,4e7f3e8,a164c77,cf6ea6b,a18d727,240c317,745e632]:Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.