chore(deps): update all non-major dependencies#3662
Merged
renovate[bot] merged 1 commit intomainfrom Oct 14, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
b1cc32f to
d5f7cf3
Compare
d5f7cf3 to
21639f5
Compare
21639f5 to
ef152f5
Compare
ef152f5 to
88b022c
Compare
88b022c to
7429054
Compare
7429054 to
00bbb5f
Compare
00bbb5f to
37880c6
Compare
37880c6 to
ee184e9
Compare
ee184e9 to
4c139d8
Compare
4c139d8 to
d2f3fd6
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:
2.2.5->2.2.61.19.1->1.20.01.4.1->1.4.21.4.1->1.4.21.4.1->1.4.22.44.0->2.46.51.23.5->1.23.71.23.5->1.23.71.2.23->1.3.024.6.2->24.7.219.2.0->19.2.219.2.0->19.2.21.3.26->1.3.273.18.2->3.18.40.544.0->0.545.00.544.0->0.545.00.544.0->0.545.00.544.0->0.545.015.5.4->15.5.54.1.2->4.1.37.64.0->7.65.05.39.9->5.39.124.3.2->4.3.348.2.0->48.2.94.5.1->4.6.03.1.0->3.1.1Release Notes
biomejs/biome (@biomejs/biome)
v2.2.6Compare Source
Patch Changes
#7071
a8e7301Thanks @ptkagori! - Added theuseQwikMethodUsagelint rule for the Qwik domain.This rule validates Qwik hook usage. Identifiers matching
useXxxmust be called only within serialisable reactive contexts (for example, insidecomponent$, route loaders/actions, or within other Qwik hooks), preventing common Qwik antipatterns.Invalid:
Valid:
#7685
52071f5Thanks @denbezrukov! - Fixed #6981: The NoUnknownPseudoClass rule no longer reports local pseudo-classes when CSS Modules are used.#7640
899f7b2Thanks @arendjr! - Fixed #7638:useImportExtensionsno longer emits diagnostics on valid import paths that end with a query or hash.Example
#7071
a8e7301Thanks @ptkagori! - Added theuseQwikValidLexicalScoperule to the Qwik domain.This rule helps you avoid common bugs in Qwik components by checking that your variables and functions are declared in the correct place.
Invalid:
Valid:
#7620
5beb1eeThanks @Netail! - Added the ruleuseDeprecatedDate, which makes a deprecation date required for the graphql@deprecateddirective.Invalid
Valid
#7709
d6da4d5Thanks @siketyan! - Fixed #7704: TheuseExhaustiveDependenciesrule now correctly adds an object dependency when its method is called within the closure.For example:
will now be fixed to:
#7624
309ae41Thanks @lucasweng! - Fixed #7595:noUselessEscapeInStringno longer reports$\{escape in template literals.#7665
29e4229Thanks @ryan-m-walker! - Fixed #7619: Added support for parsing the CSS:state()pseudo-class.#7608
41df59bThanks @ritoban23! - Fixed #7604: theuseMaxParamsrule now highlights parameter lists instead of entire function bodies. This provides more precise error highlighting. Previously, the entire function was highlighted; now only the parameter list is highlighted, such as(a, b, c, d, e, f, g, h).#7643
459a6acThanks @daivinhtran! - Fixed #7580: Include plugin in summary reportmodelcontextprotocol/typescript-sdk (@modelcontextprotocol/sdk)
v1.20.0Compare Source
What's Changed
New Contributors 🙏
Full Changelog: modelcontextprotocol/typescript-sdk@1.19.0...1.20.0
chakra-ui/panda (@pandacss/dev)
v1.4.2Compare Source
Patch Changes
1290a27: Only log errors that are instances ofPandaError, preventing test framework and other non-Panda errors frombeing logged during development.
0679f6f]1290a27]70420dd]chakra-ui/panda (@pandacss/preset-base)
v1.4.2Compare Source
Patch Changes
chakra-ui/panda (@pandacss/preset-panda)
v1.4.2Compare Source
Patch Changes
sveltejs/kit (@sveltejs/kit)
v2.46.5Compare Source
Patch Changes
formremote functions'fields.settriggers reactivity (#14661)v2.46.4Compare Source
Patch Changes
untrackfunction (#14658)v2.46.3Compare Source
Patch Changes
fix: merge
field.set(...)calls (#14651)fix: don't automatically reset form after an enhanced submission (#14626)
fix: normalize path strings when updating field values (#14649)
v2.46.2Compare Source
Patch Changes
envmodules (#14637)v2.46.1Compare Source
Patch Changes
fix: use
$derivedfor form fields (#14621)docs: remove
@exampleblocks to allow docs to deploy (#14636)fix: require a value with
submitandhiddenfields (#14635)fix: delete hydration cache on effect teardown (#14611)
v2.46.0Compare Source
Minor Changes
Patch Changes
fix: wait a tick before collecting form data for validation (#14631)
fix: prevent code execution order issues around SvelteKit's
envmodules (#14632)v2.45.0Compare Source
Minor Changes
form.for(id)now implicitly sets id on form object (#14623)Patch Changes
fetchin remote function without emitting a warning (#14610)TanStack/form (@tanstack/svelte-form)
v1.23.7Compare Source
Patch Changes
33cce81]:v1.23.6Compare Source
Patch Changes
74af33e]:deleteField(#1706)TanStack/form (@tanstack/vue-form)
v1.23.7Compare Source
Patch Changes
33cce81]:v1.23.6Compare Source
Patch Changes
74af33e]:deleteField(#1706)better-auth/better-auth (better-auth)
v1.3.27Compare Source
🐞 Bug Fixes
options.advanced.generateIdtype - by @himself65 (4e057)ssoplugin export - by @Bekacru in #5138 (2da12)View changes on GitHub
Effect-TS/effect (effect)
v3.18.4Compare Source
Patch Changes
#5617
6ae2f5dThanks @gcanti! - JSONSchema: Fix issue where invaliddefaults were included in the output.Now they are ignored, similar to invalid
examples.Before
After
v3.18.3Compare Source
Patch Changes
#5612
25fab81Thanks @gcanti! - Fix JSON Schema generation withtopLevelReferenceStrategy: "skip", closes #5611This patch fixes a bug that occurred when generating JSON Schemas with nested schemas that had identifiers, while using
topLevelReferenceStrategy: "skip".Previously, the generator would still output
$refentries even though references were supposed to be skipped, leaving unresolved definitions.Before
After
Now schemas are correctly inlined, and no leftover
$refentries or unused definitions remain.lucide-icons/lucide (lucide-react)
v0.545.0Compare Source
lucide-icons/lucide (lucide-solid)
v0.545.0: Version 0.545.0Compare Source
What's Changed
flameicon by @jamiemlaw in #3600square-micon by @jguddas in #3549combineicon by @jguddas in #3200building-2icon by @karsa-mistmere in #3509motorbikeicon by @jamiemlaw in #3371Full Changelog: lucide-icons/lucide@0.544.0...0.545.0
vercel/next.js (next)
v15.5.5Compare Source
nuxt/nuxt (nuxt)
v4.1.3Compare Source
✅ Upgrading
Our recommendation for upgrading is to run:
This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
compare changes
🔥 Performance
🩹 Fixes
prepare:typeshook (#33239)h(#33046)headoption onuseHead(#33318)cdnURLis set (#33333)imports.dirs(#33334)<NuxtLink>(#33335)v-slot:fallbacklongform syntax in<DevOnly>(#33368)typeFromwhen generating auto-import type templates (#33373)@nuxt/scripts(bed410d60)useAsyncData(#33325)_pathproperty configurable for HMR (#33379)useAsyncDatawith different key on ssr (#33341)💅 Refactors
typed-router.d.tsearly for consistency (#33285)nitro:prepare:typeshook (#33286)filenameintocomponentsIslandsTemplatedefinition (#33394)📖 Documentation
4.xprefix to all internal links (#33264)useFetchreactivity (#33317)4.xprefixes in urls (47ea684c7)nuxt.configpage (b438d44e1)preparecommandNODE_ENVbehavior (#33330)nuxtcommand pages (#33336)🏡 Chore
.npmrc(14514329b)✅ Tests
gotoPathtimeout in CI (f1e5a2d4c)🤖 CI
❤️ Contributors
react-hook-form/react-hook-form (react-hook-form)
v7.65.0Compare Source
sveltejs/svelte (svelte)
v5.39.12Compare Source
Patch Changes
fix: better input cursor restoration for
bind:value(#16925)fix: track the user's getter of
bind:this(#16916)fix: generate correct SSR code for the case where
pendingis an attribute (#16919)fix: generate correct code for
eachblocks with async body (#16923)v5.39.11Compare Source
Patch Changes
v5.39.10Compare Source
Patch Changes
fix: hydrate each blocks inside element correctly (#16908)
fix: allow await in if block consequent and alternate (#16890)
fix: don't replace rest props with
$$propsfor excluded props (#16898)fix: correctly transform
$derivedprivate fields on server (#16894)fix: add
UNKNOWNevaluation value before breaking forbinding.initial===SnippetBlock(#16910)sveltejs/language-tools (svelte-check)
v4.3.3Compare Source
Patch Changes
fix: prevent file watcher issue (#2859)
fix: allow
undefinedandnullvalues for#eachin Svelte 5 (#2863)perf: check if file content changed in tsconfig file watch (#2859)
vercel/vercel (vercel)
v48.2.9Compare Source
Patch Changes
42c79ea5c3b19d7a117930ddb94b5374350be8ad]:v48.2.8Compare Source
Patch Changes
v48.2.7Compare Source
Patch Changes
164f315092324dafdb5be3b3dd0437e6d11c92c9]:v48.2.6Compare Source
Patch Changes
0beba3d232717612203a04d7523dcb0dab06be38,60b7697ccd433859dc922ab1780b95304f76c5fc]:v48.2.5Compare Source
Patch Changes
df38583152228b40060a5b11ef63c6a33cb12249]:v48.2.4Compare Source
Patch Changes
0fd2477a7510c7856c6d7e6622c72b712c285fe7]:v48.2.3Compare Source
Patch Changes
v48.2.2Compare Source
Patch Changes
9f72ec949fb0bb62f6780a6641cc1828a618e2d7,be090db4f0504cea4258eec835e00efe3cd31d91]:v48.2.1Compare Source
Patch Changes
629b79e4a92d24c773ec6b3928e3f3274fb4dc8b,dfb057d11dadbf394258ece1aae823d327165a40]:Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.