chore(deps): update astro monorepo (major)#306
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
40f643f to
bfbcb6f
Compare
bfbcb6f to
82f2bc7
Compare
0cb0bed to
03a5d31
Compare
38f3f6f to
6511552
Compare
6511552 to
9b87490
Compare
c965677 to
f9764d6
Compare
f9764d6 to
1eb0115
Compare
1eb0115 to
6c1f9b0
Compare
6c1f9b0 to
a68cfd7
Compare
a68cfd7 to
1c1ce1e
Compare
1c1ce1e to
6503314
Compare
1194370 to
6150ab4
Compare
6150ab4 to
4791924
Compare
4791924 to
5be9356
Compare
c753044 to
bc17f29
Compare
bc17f29 to
9c25ce6
Compare
3dcece6 to
409b7f4
Compare
90d4791 to
df36223
Compare
df36223 to
0478595
Compare
0478595 to
75fa3a4
Compare
73d15e5 to
434ec38
Compare
434ec38 to
001d295
Compare
2615f39 to
213de23
Compare
424a395 to
b8929d7
Compare
b8929d7 to
797a0e5
Compare
722d317 to
df975db
Compare
df975db to
c1fe80f
Compare
ffbd262 to
6699b36
Compare
1b04b68 to
d0c3d7d
Compare
d6983d3 to
1264cce
Compare
fac864e to
2c38a21
Compare
74b7eda to
fe2e55c
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:
5.7.3→8.1.25.1.5→6.0.2Release Notes
withastro/astro (@astrojs/svelte)
v8.1.2Compare Source
Patch Changes
4d79750Thanks @fkatsuhiro! - Fixed an issue where type errors occurred during testing library type checks because Astro overrides Svelte 5 component types.v8.1.1Compare Source
Patch Changes
53059beThanks @ocavue! - Adds support for TypeScript v6 to peer dependencies range.v8.1.0Compare Source
Minor Changes
31b6198Thanks @fkatsuhiro! - This change updates the Svelte integration's type shims to treat non-childrensnippet props and
any-typed props as optional. Previously, these wereincorrectly marked as required in Astro files, causing false-positive type
errors when using Svelte 5 components.
HandleSnippetPropsto make Snippets optional in Astro.v8.0.5Compare Source
Patch Changes
e030bd0Thanks @matthewp! - Fixes.sveltefiles innode_modulesfailing withUnknown file extension ".svelte"when using the Cloudflare adapter withprerenderEnvironment: 'node'v8.0.4Compare Source
Patch Changes
#15604
3e1ac66Thanks @pierreeurope! - Adds a temporary workaround for a Svelte bug causing empty class attributes in SSR output.#16050
89a7250Thanks @seroperson! - Using a Svelte component with generic type parameters now correctly infer props in .astro filesv8.0.3Compare Source
Patch Changes
7e8d0eeThanks @matthewp! - Fix Cloudflare dev SSR dependency optimization to compile.svelte.jsand.svelte.tsdependency modules that use Svelte runes.v8.0.2Compare Source
Patch Changes
d3c7de9Thanks @florian-lefebvre! - Removes temporary support for Node >=20.19.1 because Stackblitz now uses Node 22 by defaultv8.0.1Compare Source
Patch Changes
6f8f0bcThanks @ematipico! - Updates the AstropeerDependencies#astroto be6.0.0.v8.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)Minor Changes
48ea241Thanks @ocavue! - Update@sveltejs/vite-plugin-svelteto v6.Patch Changes
#15125
6feb0d7Thanks @florian-lefebvre! - Improve Sveltechildrenprop type checking#15264
11efb05Thanks @florian-lefebvre! - Lower the Node version requirement to allow running on Stackblitz until it supports v22#15581
2851f10Thanks @renovate! - Updatessvelteto v5.51.5v7.2.5Compare Source
Patch Changes
fa9c464Thanks @antonyfaris! - Improve Sveltechildrenprop type checkingv7.2.4Compare Source
Patch Changes
16f3994Thanks @antonyfaris! - Fixes an issue where Svelte components used in Astro files would incorrectly report type errors when usingclient:*directives.v7.2.3Compare Source
Patch Changes
4264a36Thanks @antonyfaris! - Fixes an issue where Svelte 5 components used in Astro files would not have proper type checking and IntelliSense.v7.2.2Compare Source
Patch Changes
#14715
3d55c5dThanks @ascorbic! - Adds support for client hydration ingetContainerRenderer()The
getContainerRenderer()function is exported by Astro framework integrations to simplify the process of rendering framework components when using the experimental Container API inside a Vite or Vitest environment. This update adds the client hydration entrypoint to the returned object, enabling client-side interactivity for components rendered using this function. Previously this required users to manually callcontainer.addClientRenderer()with the appropriate client renderer entrypoint.See the
container-with-vitestdemo for a usage example, and the Container API documentation for more information on using framework components with the experimental Container API.v7.2.1Compare Source
Patch Changes
e3175d9Thanks @GameRoMan! - Updatesviteversion to fix CVEv7.2.0Compare Source
Minor Changes
#14430
78011baThanks @ascorbic! - Adds support for async server renderingSvelte 5.36 added experimental support for async rendering. This allows you to use
awaitin your components in several new places. This worked out of the box with client-rendered components, but server-rendered components needed some extra help. This update adds support for async server rendering in Svelte components used in Astro.To use async rendering, you must enable it in your Svelte config:
Then you can use
awaitin your components:See the Svelte docs for more information on using
awaitin Svelte components, including inside$derivedblocks and directly in markup.Patch Changes
9cc8f21Thanks @ascorbic! - Fixes a bug that prevented Svelte 5.39.1+ components rendering when multiple frameworks were presentv7.1.1Compare Source
Patch Changes
c24a8f4Thanks @jsparkdev! - Updatesviteversion to fix CVEv7.1.0Compare Source
Minor Changes
#13809
3c3b492Thanks @ascorbic! - Increases minimum Node.js version to 18.20.8Node.js 18 has now reached end-of-life and should not be used. For now, Astro will continue to support Node.js 18.20.8, which is the final LTS release of Node.js 18, as well as Node.js 20 and Node.js 22 or later. We will drop support for Node.js 18 in a future release, so we recommend upgrading to Node.js 22 as soon as possible. See Astro's Node.js support policy for more details.
v7.0.13Compare Source
Patch Changes
c3e80c2Thanks @jsparkdev! - update vite to latest version for fixing CVEv7.0.12Compare Source
Patch Changes
e1cd1aeThanks @florian-lefebvre! - Fixes SSR renderer typev7.0.11Compare Source
Patch Changes
a19a185Thanks @florian-lefebvre! - Improves type-safety of renderersv7.0.10Compare Source
Patch Changes
#13596
3752519Thanks @jsparkdev! - update vite to latest version to fix CVE#13547
360cb91Thanks @jsparkdev! - Updates vite to the latest versionv7.0.9Compare Source
Patch Changes
ff9d69eThanks @jsparkdev! - updateviteto the latest versionv7.0.8Compare Source
Patch Changes
a98ae5bThanks @ematipico! - Updates the dependencyviteto the latest.v7.0.7Compare Source
Patch Changes
ecadb6bThanks @ascorbic! - Hides fallback content when renderingclient:onlyislandv7.0.6Compare Source
Patch Changes
a05e6abThanks @Hugos68! - Fixes a case where$props.id()would not be unique across multiple islandsv7.0.5Compare Source
Patch Changes
80926faThanks @ematipico! - Updatesesbuildandviteto the latest to avoid false positives audits warnings caused byesbuild.v7.0.4Compare Source
Patch Changes
cf30880Thanks @ascorbic! - Upgrades Vitev7.0.3Compare Source
Patch Changes
8809b85Thanks @aminevg! - Fixes an issue where TypeScript couldn't infer the correct types of theserver.mjsfilev7.0.2Compare Source
Patch Changes
739dbfbThanks @ascorbic! - Upgrades Vite to pin esbuildv7.0.1Compare Source
Patch Changes
c3e80c2Thanks @jsparkdev! - update vite to latest version for fixing CVEv7.0.0Compare Source
Major Changes
#12060
cb5d3aeThanks @Princesseuh! - Updates peer dependency range to support Astro 5#12524
9f44019Thanks @bluwy! - Updates@sveltejs/vite-plugin-svelteto v5 to handle Vite 6#12524
9f44019Thanks @bluwy! - Updates Vite dependency to v6 to match Astro v5Minor Changes
827093eThanks @bluwy! - Drops node 21 supportPatch Changes
#12102
dcc1e89Thanks @hermit99! - Fixes an Reference Error that occurred during client transitions#12551
b21a075Thanks @ematipico! - New release to include changes from 5.7.3v6.0.2Compare Source
Patch Changes
#12481
8a46e80Thanks @marbrex! - Resolvevitepeer dependency problem for strict package managers like Yarn in PnP mode.Updated dependencies [
c48916c,4364bff,c8f877c,8309c61,af867f3,3f02d5f]:v6.0.1Compare Source
Patch Changes
bde49f1Thanks @bluwy! - Publishes missing filev6.0.0Compare Source
Major Changes
#12364
9fc2ab8Thanks @jdtjenkins! - Adds support for Svelte 5. Svelte 3 and 4 are no longer supported.The integration will now also no longer add
vitePreprocess()by default if a preprocessor is not set up insvelte.config.js. It is recommended to set up the Svelte config manually so that features like IDE completion and syntax highlighting work properly.If you're using SCSS, Stylus, etc in your Svelte component style tags, make sure that the preprocessor is also set up in
svelte.config.js. For example:Refer to the Svelte 5 migration guide and
@sveltejs/vite-plugin-sveltechangelog for details of their respective breaking changes.withastro/astro (@astrojs/tailwind)
v6.0.2Compare Source
Patch Changes
a98ae5bThanks @ematipico! - Updates the dependencyviteto the latest.v6.0.1Compare Source
Patch Changes
020c542Thanks @delucis! - Updates the README to indicate that the Tailwind integration is deprecatedv6.0.0Compare Source
Major Changes
#13049
2ed4bd9Thanks @florian-lefebvre! - Deprecates the integrationTailwind CSS now offers a Vite plugin which is the preferred way to use Tailwind 4 in Astro. Please uninstall
@astrojs/tailwindand follow the Tailwind documentation for manual installation.This updated major version is only provided as a convenience for existing projects until they are able to migrate to the new plugin. It offers no additional functionality and is no longer recommended, but may continue to be used in your projects until it is removed entirely.
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.