chore(deps): update all non-major dependencies#2244
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
8d3160f to
e42afd9
Compare
danielroe
approved these changes
May 11, 2026
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:
^3.0.74→^3.0.76^1.0.39→^1.0.41^3.0.175→^3.0.177^1.2.105→^1.2.106^1.2.80→^1.2.81^1.2.48→^1.2.49^1.1.0→^1.1.1^0.16.0→^0.16.1^3.5.0→^3.5.1^3.5.33→^3.5.34^6.0.175→^6.0.177^2.15.0→^2.17.0^6.4.11→^6.5.010.33.3→10.33.4^6.12.2→^6.12.3^2.5.112→^2.5.117^1.3.1→^1.4.0^3.5.33→^3.5.34Release Notes
vercel/ai (@ai-sdk/anthropic)
v3.0.76Compare Source
Patch Changes
f591416]v3.0.75Compare Source
Patch Changes
3f06680: Remove staleeffort-2025-11-24beta header — the extended thinking effort parameter is GA and no longer requires the beta flag. Vertex AI's strict validator was actively rejecting requests with this header.nuxt/hints (@nuxt/hints)
v1.1.1Compare Source
🩹 Fixes
❤️ Contributors
nuxt-modules/mcp-toolkit (@nuxtjs/mcp-toolkit)
v0.16.1Compare Source
What's Changed
Features 🚀
Bug Fixes 🐞
swrby default to preserve observability by @HugoRCD in #246Refactoring 🛠
evlog/nuxtby @HugoRCD in #241Dependency Updates 📦
Full Changelog: https://github.com/nuxt-modules/mcp-toolkit/compare/@nuxtjs/mcp-toolkit@0.15.0...@nuxtjs/mcp-toolkit@0.16.1
vercel/vercel (@vercel/functions)
v3.5.1Compare Source
Patch Changes
ae20217: Upgrade to TypeScript 5.9ae20217]vuejs/core (@vue/compiler-sfc)
v3.5.34Compare Source
Bug Fixes
<image>elements (#14756) (090b2e3)HugoRCD/evlog (evlog)
v2.17.0Compare Source
What's Changed
Features 🚀
Bug Fixes 🐞
Documentation 📚
Performance Improvements ⚡️
Full Changelog: https://github.com/HugoRCD/evlog/compare/evlog@2.16.0...evlog@2.17.0
v2.16.0Compare Source
What's Changed
Features 🚀
Bug Fixes 🐞
ai.toolCallslinear step count by @HugoRCD in #322New Contributors
Full Changelog: https://github.com/HugoRCD/evlog/compare/evlog@2.15.0...evlog@2.16.0
nuxt-modules/og-image (nuxt-og-image)
v6.5.0Compare Source
🚀 Features
data-theme- by @harlan-zw in #598 (82cec)🐞 Bug Fixes
View changes on GitHub
pnpm/pnpm (pnpm)
v10.33.4: pnpm 10.33.4Compare Source
Patch Changes
Pin the integrity of git-hosted tarballs (codeload.github.com, gitlab.com, bitbucket.org) in the lockfile so that subsequent installs detect a tampered or substituted tarball and refuse to install it. Previously the lockfile only stored the tarball URL for git dependencies, so a compromised git host or a man-in-the-middle could serve arbitrary code on later installs without lockfile changes.
A new
gitHosted: truefield is recorded on git-hosted tarball resolutions in the lockfile, letting every reader/writer route them by a single typed check instead of pattern-matching the tarball URL in each call site. Lockfiles written by older pnpm versions are enriched on load (URL fallback) so the field can be relied on uniformly across the codebase.Fix a regression where
pnpm --recursive --filter '!<pkg>' run/exec/test/addwould include the workspace root in the matched projects. The workspace root is now correctly excluded by default when only negative--filterarguments are provided, matching the documented behavior. To include the root, pass--include-workspace-root#11341.Platinum Sponsors
Gold Sponsors
resend/resend-node (resend)
v6.12.3Compare Source
What's Changed
svixto silence GHSA-w5hq-g745-h8pq by @ulrichstark in #942paylaodintopayloadtypo in contacts overload signatures by @wesleyramalho in #902New Contributors
Full Changelog: resend/resend-node@v6.12.2...v6.12.3
open-circle/valibot (valibot)
v1.4.0Compare Source
Many thanks to @ksaurav24, @heiwen, @compulim, @ysknsid25, @alaycock-stripe, @IlyaSemenov, @wszgrcy, @LMGO, @yslpn, @EltonLobo07 and @Eronmmer for contributing to this release.
isoDateTimeSecondvalidation action to validate ISO date times with seconds (pull request #1418)toCamelCase,toKebabCase,toPascalCaseandtoSnakeCasetransformation actions to convert strings between common naming conventions (pull request #1457)ReadonlyOutputKeysandOutputWithReadonlytypes ofobjectschemas andWithReadonlytype ofrecordschemas to improve TypeScript type performance (pull request #1442)_LruCacheto use a TypeScriptprivatemethod instead of a#privateclass field to avoid runtime helpers in the transpiled output (pull request #1455)_isValidObjectKeyto useObject.prototype.hasOwnProperty.callinstead ofObject.hasOwnso the distributed output stays compatible with runtimes that lack the ES2022Object.hasOwnbuiltin (pull request #1421)flattenmethod to accept readonly issue arrays (pull request #1269)RangeErrorcaused by spreading large issue arrays (pull request #1437)creditCardvalidation action to reject Mastercard numbers with invalid lengths (pull request #1462)intersectschema to no longer mutate input values, allowing frozen objects and arrays to be merged (pull request #1463)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.