task(deps): update all non-major dependencies#4500
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
01dd173 to
863085a
Compare
af5ccc8 to
c70c6db
Compare
d7bf00f to
8cbbb34
Compare
8cbbb34 to
54a378c
Compare
54a378c to
be4ff3f
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:
6.0.0-alpha.0→6.0.19.0.0-alpha.2→9.0.111.0.0-alpha.0→11.0.21.5.1→1.6.0^0.4.0→^0.5.010.4.0→10.5.01.2.86→1.2.881.17.0→1.23.01.17.0→1.23.01.60.0→1.61.10.1.4→0.2.04.2.0→4.3.14.2.0→4.3.14.2.0→4.3.14.2.0→4.3.14.2.0→4.3.14.2.0→4.3.11.11.0→1.11.16.3.3→6.3.42.65.0→2.69.14.3.0→4.3.21.170.15→1.170.171.168.25→1.168.271.167.17→1.167.1825.9.3→25.9.44.1.8→4.1.91.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.01.41.2→1.42.07.0.0-beta.3→7.0.62.0.0→2.0.11.6.17→1.6.23^0.4.0→^0.5.01.17.0→1.23.05.1.11→5.1.1611.20.0→11.23.01.69.0→1.72.00.23.0→0.24.01.6.0→1.7.01.60.0→1.61.111.6.0→11.9.08.5.15→8.5.163.8.4→3.9.44.1.0→4.1.17.8.4→7.8.50.35.1→0.35.34.2.0→4.3.15.56.3→5.56.44.6.0→4.7.14.3.0→4.3.20.22.2→0.22.31.4.1→1.4.28.0.16→8.1.34.1.8→4.1.92.1.1→2.2.0Release Notes
withastro/astro (@astrojs/react)
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 alphav6.0.0-beta.2Compare Source
Minor 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.v6.0.0-beta.1Compare Source
Patch Changes
241250bThanks @ocavue! - Triggers beta prereleases for packages that are still on alphawithastro/astro (@astrojs/svelte)
v9.0.1Compare Source
Patch Changes
02b73b0Thanks @ematipico! - Fixes an issue where thepeerDependenciesfield used incorrect dependencies.v9.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.#16549
9d9d516Thanks @ocavue! - Updates@sveltejs/vite-plugin-svelteto v7. No user action is necessary.Patch Changes
241250bThanks @ocavue! - Triggers beta prereleases for packages that are still on alphav9.0.0-beta.4Compare Source
Minor 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.v9.0.0-beta.3Compare Source
Patch Changes
241250bThanks @ocavue! - Triggers beta prereleases for packages that are still on alphawithastro/astro (@astrojs/vercel)
v11.0.2Compare Source
Patch Changes
eb6f97e]:v11.0.1Compare Source
Patch Changes
02b73b0Thanks @ematipico! - Fixes an issue where thepeerDependenciesfield used incorrect dependencies.v11.0.0Compare Source
Major Changes
cafec4eThanks @delucis! - Upgrade to Vite v8Minor Changes
9a53f77Thanks @ascorbic! - Adds a CDN cache provider for Astro route caching on VercelSetup
Import
cacheVercel()from@astrojs/vercel/cacheand set it as your cache provider:Caching responses
Use
Astro.cache.set()in your pages and API routes to cache responses on Vercel's edge network. The provider setsVercel-CDN-Cache-ControlandVercel-Cache-Tagheaders on responses.You can also set cache rules for groups of routes in your config:
Invalidation
Purge cached responses by tag or path from any API route or server endpoint:
Both tag-based and path-based invalidation are supported. Tag invalidation is a soft invalidation, marking cached responses as stale so they can be revalidated in the background via stale-while-revalidate.
Patch Changes
241250bThanks @ocavue! - Triggers beta prereleases for packages that are still on alphav11.0.0-beta.1Compare Source
Patch Changes
241250bThanks @ocavue! - Triggers beta prereleases for packages that are still on alphabombshell-dev/clack (@clack/prompts)
v1.6.0Compare Source
Minor Changes
#568
f87933fThanks @florian-lefebvre! - Updates default formatter ofnote()to note dim lines anymoreIf you want the old behavior, provide a
format()function:import { note } from '@​clack/prompts'; +import { styleText } from 'node:util'; note( 'You can edit the file src/index.jsx', 'Next steps.' + { format: (text) => styleText('dim', text) } );#567
cc6aab5Thanks @dreyfus92! - Add keyboard instruction footers toselect,multiselect, andgroupMultiselectin the active state, matching autocomplete. No option — always shown.Patch Changes
2f2b52f,e1b6ee7]:comarkdown/comark (@comark/svelte)
v0.5.0: @comark/nuxt v0.5.0Compare Source
0.5.0 (2026-07-02)
faker-js/faker (@faker-js/faker)
v10.5.0Compare Source
New Locales
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.