chore(deps): update all non-major dependencies#307
Conversation
|
Deployment failed with the following error: |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Hi! I'm the It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the autofix.ci GitHub App has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃 |
68d9129 to
6188e43
Compare
6188e43 to
a37ca5e
Compare
|
Thank you for following the naming conventions! 🙏 |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
^3.0.154→^3.0.168^2.30.0→^2.31.0^5.2.0→^5.3.0^0.2.1→^0.3.1^0.17.2→^0.17.3>=11.1.18→>=11.1.19^11.1.18→^11.1.19^1.7.2→^1.8.0^3.12.0→^3.13.0^4.0.2→^4.0.3^4.6.1→^4.7.0^8.0.12→^8.0.14^1.167.9→^1.167.20>=6.0.154→>=6.0.168^6.0.154→^6.0.168>=1.2.0→>=1.6.9^1.6.2→^1.6.9^12.8.0→^12.9.01.2.22→1.3.13^2.11.0→^2.14.0>=5.8.4→>=5.8.5^5.8.4→^5.8.5^20.8.9→^20.9.0^2.2.0→^2.2.1>=16.2.3→>=16.2.4^16.2.3→^16.2.4^1.6.0→^1.6.1>=7.14.0→>=7.14.2^7.14.0→^7.14.2^2.5.92→^2.5.109^4.2.2→^4.2.4^0.21.7→^0.21.10^2.9.5→^2.9.6^6.0.2→^6.0.3^8.0.8→^8.0.10^4.1.4→^4.1.53.5.32→3.5.33^3.2.6→^3.2.7Release Notes
vercel/ai (@ai-sdk/vue)
v3.0.168Compare Source
Patch Changes
b8d28f4]v3.0.167Compare Source
Patch Changes
v3.0.166Compare Source
Patch Changes
v3.0.165Compare Source
Patch Changes
v3.0.164Compare Source
Patch Changes
v3.0.163Compare Source
Patch Changes
v3.0.162Compare Source
Patch Changes
v3.0.161Compare Source
Patch Changes
v3.0.160Compare Source
Patch Changes
295beba]v3.0.159Compare Source
Patch Changes
ff11aee]v3.0.158Compare Source
Patch Changes
v3.0.157Compare Source
Patch Changes
06764c5]v3.0.156Compare Source
Patch Changes
v3.0.155Compare Source
Patch Changes
f152133]changesets/changesets (@changesets/cli)
v2.31.0Compare Source
Minor Changes
#1889
96ca062Thanks @mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.#1873
42943b7Thanks @mixelburg! - Respond to--helpon all subcommands. Previously,--helpwas only handled when it was the sole argument; passing it alongside a subcommand (e.g.changeset version --help) would silently execute the command instead. Now--helpalways exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.Patch Changes
d2121dcThanks @Andarist! - Fix npm auth for path-based registries during publish by preserving configured registry URLs instead of normalizing them.#1888
036fdd4Thanks @mixelburg! - Fix severalchangeset versionissues with workspace protocol dependencies. Valid explicitworkspace:ranges and aliases are no longer rewritten unnecessarily, and workspace path references are handled correctly during versioning.#1903
5c4731fThanks @Andarist! - Gracefully handle stalenpm infodata leading to duplicate publish attempts.#1867
f61e716Thanks @Andarist! - Improved detection forpublishedstate of prerelease-only packages withoutlatestdist-tag on GitHub Packages registry.Updated dependencies [
036fdd4,036fdd4,036fdd4]:CodSpeedHQ/codspeed-node (@codspeed/vitest-plugin)
v5.3.0Compare Source
What's Changed
We now collect buildtime and runtime environment data to warn users about differences in their runtime environment when comparing two runs against one another.
This data includes toolchain metadata like version and build options, as well as a list of dynamically loaded linked libraries.
Full Changelog: CodSpeedHQ/codspeed-node@v5.2.0...v5.3.0
comarkdown/comark (@comark/nuxt)
v0.3.1: @comark/nuxt v0.3.1Compare Source
Features
dumpoptions for frontmatter serialization (#101) (d294b0d)Bug Fixes
\$(b1641ce)tursodatabase/libsql-client-ts (@libsql/client)
v0.17.3Compare Source
nestjs/nest (@nestjs/common)
v11.1.19Compare Source
v11.1.19 (2026-04-13)
Bug fixes
microservicesCommitters: 2
paulmillr/noble-hashes (@noble/hashes)
v1.8.0Compare Source
Preparation for v2
The release contains bugfixes and a few improvements which pave the way for upcoming v2.0.
.jsextension@noble/hashes/sha2@noble/hashes/sha2.jsDeprecations
In v2, some modules will be removed. For example, sha256 will become sha2. In v1.8, the old names still exist, but are marked as deprecated, to simplify upgrade path.
One of the reasons for moving those was the fact sha384 resided in sha512, sha224 in sha256 - which was confusing. New naming scheme simplifies reasoning and decreases amount of modules.
sha256becamesha2(which already existed for several releases)sha512becamesha2_assertbecameutilsblake2bbecameblake2blake2sbecameblake2ripemd160becamelegacy(to signify its low security level 2^80)sha1becamelegacyFull Changelog: paulmillr/noble-hashes@1.7.2...1.8.0
nuxt/content (@nuxt/content)
v3.13.0Compare Source
Bug Fixes
mdc:configSourceshook (#3736) (57f5552)nuxt/test-utils (@nuxt/test-utils)
v4.0.3Compare Source
👉 Changelog
compare changes
🩹 Fixes
compilerOptionsconditionally (#1659)isActiveslot props (#1640)startServer(#1675)🏡 Chore
❤️ Contributors
nuxt/ui (@nuxt/ui)
v4.7.0Compare Source
Features
separatorslot (#6305) (81c7ddb)titleanddescriptionprops (3cf7d75), closes #6001group-labelslot (#6329) (7fc773c)searchDelayprop (7d2af05)@nuxtjs/i18nis installed (#5537) (92cfda0)autoResizemethod (#6120) (9c5c0df)Bug Fixes
leading-nonefrom fallback (#6383) (77ce09a)disabledprop when status is notready(600a2ca)defaultVariantsin template logic (#6361) (75b37d0)colorandhighlightinstead of raw props (bb5a9ed)v-showand$elresolution (#6310) (2c4ff35)tagPriorityfor inline style tags (#6299) (ae693d0)codeprop is missing (#6333) (b808ce4)item-alignedposition mode (#6358) (255807a)nuxt-modules/sitemap (@nuxtjs/sitemap)
v8.0.14Compare Source
🐞 Bug Fixes
🏎 Performance
fast-xml-parserin parseSitemapIndex - by @harlan-zw in #609 (a3ee4)View changes on GitHub
v8.0.13Compare Source
🐞 Bug Fixes
View changes on GitHub
TanStack/router (@tanstack/start-client-core)
v1.167.20Compare Source
Patch Changes
493148b]:v1.167.19Compare Source
Patch Changes
CustomFetchtype (#7258)v1.167.18Compare Source
Patch Changes
4d864ee]:v1.167.17Compare Source
Patch Changes
16f6892]:v1.167.16Compare Source
Patch Changes
0e2c900]:v1.167.15Compare Source
Patch Changes
812792f]:v1.167.14Compare Source
Patch Changes
8ec9ca9]:v1.167.13Compare Source
Patch Changes
6355bb7]:v1.167.12Compare Source
Patch Changes
migrate createStore > createAtom for simpler API (#7150)
Updated dependencies [
459057c]:v1.167.11Compare Source
Patch Changes
f8ac427)v1.167.10Compare Source
Patch Changes
better-auth/better-auth (better-auth)
v1.6.9Compare Source
Patch Changes
815ecf6]:v1.6.8Compare Source
Patch Changes
#9253
856ab24Thanks @baptisteArno! - fix(organization): allow passing id throughbeforeCreateTeamandbeforeCreateInvitationMirrors #4765 for teams and invitations:
adapter.createTeamandadapter.createInvitationnow passforceAllowId: true, so ids returned from the respective hooks survive the DB insert.#9331
9aa8e63Thanks @gustavovalverde! - fix(oauth): supportmapProfileToUserfallback for providers that may omit emailSocial sign-in with OAuth providers that may return no email address (Discord phone-only accounts, Apple subsequent sign-ins, GitHub private emails, Facebook, LinkedIn, and Microsoft Entra ID managed users) can now be unblocked by synthesizing an email inside
mapProfileToUser. Rejection logger messages now point at this workaround and at the new "Handling Providers Without Email" docs section.Provider profile types now reflect where
emailcan benullor absent:DiscordProfile.emailisstring | nulland optional (absent when theemailscope is not granted)AppleProfile.emailis optionalGithubProfile.emailisstring | nullFacebookProfile.emailis optionalFacebookProfile.email_verifiedis optional (Meta's Graph API does not include this field)LinkedInProfile.emailis optionalLinkedInProfile.email_verifiedis optionalMicrosoftEntraIDProfile.emailis optionalTypeScript consumers who previously dereferenced
profile.emaildirectly insidemapProfileToUserwill see a compile error that matches the runtime reality; use a nullish-coalescing fallback (profile.email ?? ...) or null-check the field.Sign-in still rejects with
error=email_not_found(social callback) orerror=email_is_missing(Generic OAuth plugin) when neither the provider normapProfileToUserproduces an email. First-class support for users without an email, keyed on(providerId, accountId)per OpenID Connect Core §5.7, is tracked in #9124.Updated dependencies [
9aa8e63]:v1.6.7Compare Source
Patch Changes
#9211
307196aThanks @stewartjarod! - PreserveSet-Cookieheaders accumulated onctx.responseHeaderswhen an endpoint throwsAPIError. Cookie side-effects fromdeleteSessionCookie(and anyctx.setCookie/ctx.setHeadercalls before the throw) are no longer silently discarded on the error path.#9292
4f373eeThanks [@gustavovaConfiguration
📅 Schedule: (in timezone 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.