chore(deps): update all non-major dependencies#131
Merged
Conversation
dawsontoth
approved these changes
Jul 20, 2026
dawsontoth
left a comment
Contributor
There was a problem hiding this comment.
Reviewed & approved via scheduled Renovate triage.
Coordinated @ai-sdk/* bump — all providers move together (anthropic, gateway, google, openai) onto @ai-sdk/provider-utils@4.0.39, with ai 6.0.224→6.0.229, all staying within the ai@6 / provider-v3 generation, so no model specificationVersion boundary is crossed. CI is CLEAN (all checks green). Diff is version + lockfile only. LGTM.
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 20, 2026 21:44
548326f to
664e13f
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 21, 2026 05:03
664e13f to
09a68f3
Compare
|
🎉 This PR is included in version 0.16.27 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.96→3.0.983.0.993.0.91→3.0.953.0.97(+1)3.0.84→3.0.861.10.8→1.11.0v6.4.0→v6.5.06.0.224→6.0.2306.0.232(+1)5.1.18→5.1.224.12.29→4.12.304.12.317.1.0→7.1.17.1.0→7.1.11.73.0→1.74.025.0.6→25.0.84.23.0→4.23.1Release Notes
vercel/ai (@ai-sdk/anthropic)
v3.0.98Compare Source
Patch Changes
10366a2: fix(provider/anthropic): preserve web search citations when replaying assistant messages19093fd]v3.0.97Compare Source
Patch Changes
06fb54c]HarperFast/skills (@harperfast/skills)
v1.11.0Compare Source
Features
actions/setup-node (actions/setup-node)
v6.5.0Compare Source
What's Changed
Full Changelog: actions/setup-node@v6.4.0...v6.5.0
harperfast/harper (harper)
v5.1.22Compare Source
Reliability
ERR_TRY_AGAIN(#1696): a replay / source-apply commit that hitsERR_TRY_AGAINis retried on a fresh transaction instead of failing in place — previously this could wedge replication apply for the whole database. Follow-up to #1223 (which retried in place).Full Changelog: HarperFast/harper@v5.1.21...v5.1.22
v5.1.21Compare Source
Reliability
Full Changelog: HarperFast/harper@v5.1.20...v5.1.21
v5.1.20Compare Source
Performance & correctness
get_analyticsno longer risks a multi-million-row scan on largehdb_analyticstables. The query planner estimated a primary-keybetweenrange as a flat 10% of the table rather than from its actual width, so a narrow time window on a selective metric could be judged costlier than a plain metric match — driving iteration off the metric index and decoding its entire history instead of the requested window. On a large analytics table this could turn a routine status query into a scan that never completes and restarts the instance.get_analyticsnow leads with the bounded time window and pins execution order when one is given. (#1798)Security
configValidator's directory-path validation that could hang the CLI at 100% CPU on a crafted input. Replaced the vulnerable regex with a control-character denylist and hardened it further to reject C1 control codes and Unicode line separators. (#1784)Build & packaging
npm-shrinkwrap.jsonno longer vendors dev-only packages.npm prune --omit=devonly touchesnode_modules, not the generated lockfile, so dev-only platform-specific packages (like@esbuild/*, pulled in viatsx) were shipping in the published shrinkwrap — and could causenpm cito fail on a consumer's machine withEBADPLATFORMif their own lockfile folded that subtree in. The build now prunes dev entries from the shrinkwrap after it's generated. (#1781, #1783)v5.1.19Compare Source
Static component & deploy
urlPath: '/'was being treated as a sub-route: the boundary check joined'/' + '/', which never matches any sub-path, so only the exact path/was served and every other asset 404'd.normalizeUrlPathnow treats'/','', andundefinedas "no path constraint," restoring 5.0.x root-mount semantics. Also hardened trailing-slash handling ('/api//','///', etc. now normalize consistently instead of surviving as a residual slash that failed both exact- and boundary-match). (#1766)Configuration
.envfile now warn instead of silently doing nothing.HARPER_DEFAULT_CONFIG/HARPER_CONFIG/HARPER_SET_CONFIGdelivered through a component'sloadEnvwere being composed away before components ever loaded — no error, no effect. Harper now warns at boot and again at component-load time (for components deployed after boot), naming the variable, the file, and where it's actually supported (process environment orharper-config.yaml). (#1513)Full Changelog: HarperFast/harper@v5.1.18...v5.1.19
honojs/hono (hono)
v4.12.30Compare Source
What's Changed
Full Changelog: honojs/hono@v4.12.29...v4.12.30
vadimdemedes/ink (ink)
v7.1.1Compare Source
<Static>line erased after a full-clear frame (#974)e51dfddmeasureElement()also return position coordinates (#968)c073b27oxc-project/oxc (oxlint)
v1.74.0Compare Source
🚀 Features
0433a83linter/eslint/no-inner-declarations: Addnamespacesoption (#24044) (Boshen)🐛 Bug Fixes
8337835linter: Error onignorePatternsthat cannot match files aoutside the config directory (#24341) (leaysgur)2ce5a33linter: ResolveignorePatternsrelative to the config dir (#24339) (leaysgur)⚡ Performance
7f80caclinter/vue/prop-name-casing: PrecompileignorePropsregex pattern (#24413) (connorshea)6272051linter/typescript/no-require-imports: Compile allow patterns once (#24417) (connorshea)33805b9linter/jsdoc/require-param: Compile checkTypesPattern regex once (#24420) (connorshea)semantic-release/semantic-release (semantic-release)
v25.0.8Compare Source
Bug Fixes
v25.0.7Compare Source
Bug Fixes
privatenumber/tsx (tsx)
v4.23.1Compare Source
Bug Fixes
Performance Improvements
This release is also available on:
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.