Skip to content

chore(deps): update all non-major dependencies#1208

Open
renovate[bot] wants to merge 1 commit into
stagefrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#1208
renovate[bot] wants to merge 1 commit into
stagefrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 25, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@ai-sdk/react (source) 3.0.1843.0.193 age confidence dependencies patch
@datadog/datadog-ci (source) 5.16.15.17.0 age confidence devDependencies minor
@harperfast/agent-tools (source) 1.1.61.1.7 age confidence dependencies patch
@harperfast/skills (source) 1.4.31.4.7 age confidence dependencies patch
@hookform/resolvers (source) 5.2.25.4.0 age confidence dependencies minor
@stripe/react-stripe-js 6.3.06.4.0 age confidence dependencies minor
@stripe/stripe-js (source) 9.5.09.6.0 age confidence dependencies minor
@tanstack/react-query (source) 5.100.105.100.13 age confidence dependencies patch 5.100.14
@tanstack/react-query-devtools (source) 5.100.105.100.13 age confidence dependencies patch 5.100.14
@types/react (source) 19.2.1419.2.15 age confidence devDependencies patch
@vitest/coverage-v8 (source) 4.1.64.1.7 age confidence devDependencies patch
ai (source) 6.0.1826.0.191 age confidence dependencies patch
harper (source) 5.0.155.0.21 age confidence devDependencies patch
motion 12.38.012.40.0 age confidence dependencies minor
node (source) 24.15.024.16.0 age confidence minor
oxlint (source) 1.64.01.66.0 age confidence devDependencies minor
pnpm (source) 11.1.211.2.2 age confidence packageManager minor 11.3.0
react-hook-form (source) 7.75.07.76.0 age confidence dependencies minor 7.76.1
vite (source) 8.0.138.0.14 age confidence devDependencies patch
vitest (source) 4.1.64.1.7 age confidence devDependencies patch

Release Notes

vercel/ai (@​ai-sdk/react)

v3.0.193

Compare Source

Patch Changes
  • ai@​6.0.191

v3.0.192

Compare Source

Patch Changes
  • ai@​6.0.190

v3.0.191

Compare Source

Patch Changes
  • Updated dependencies [356c3cf]
    • ai@​6.0.189

v3.0.190

Compare Source

Patch Changes
  • Updated dependencies [c98715a]
    • ai@​6.0.188

v3.0.189

Compare Source

Patch Changes
  • ai@​6.0.187

v3.0.187

Compare Source

Patch Changes
  • ai@​6.0.185

v3.0.186

Compare Source

Patch Changes
  • Updated dependencies [40fc5e4]
    • ai@​6.0.184

v3.0.185

Compare Source

Patch Changes
  • ai@​6.0.183
DataDog/datadog-ci (@​datadog/datadog-ci)

v5.17.0

Compare Source

What's Changed

datadog-ci
Dependencies
Documentation
Software Delivery
Serverless
Synthetics
Chores

New Contributors

Full Changelog: DataDog/datadog-ci@v5.16.1...v5.17.0

HarperFast/agent-tools (@​harperfast/agent-tools)

v1.1.7

Compare Source

Bug Fixes
Dependency Updates
  • deps: update all non-major dependencies (52766f9)
HarperFast/skills (@​harperfast/skills)

v1.4.7

Compare Source

v1.4.6

Compare Source

Bug Fixes
  • Add codeowners (85e753c)
  • Condense the deploy command suggestion (537426b)

v1.4.5

Compare Source

v1.4.4

Compare Source

react-hook-form/resolvers (@​hookform/resolvers)

v5.4.0

Compare Source

Features
  • feat: add ata-validator resolver (#​845)
Fixes
  • fix issue with toNestErrors.ts (#​848)
  • add guidance on passing context to yupResolver (useForm context) (#​835) (3d29924)
stripe/react-stripe-js (@​stripe/react-stripe-js)

v6.4.0

Compare Source

New features
  • Add availablepaymentmethodschange functionality (#​674)
Fixes
Changed
stripe/stripe-js (@​stripe/stripe-js)

v9.6.0

Compare Source

New features
  • Add types for automatic_surcharge (#​918)
Fixes
Changed
TanStack/query (@​tanstack/react-query)

v5.100.13

Compare Source

Patch Changes

v5.100.12

Compare Source

Patch Changes

v5.100.11

Patch Changes
TanStack/query (@​tanstack/react-query-devtools)

v5.100.13

Compare Source

Patch Changes

v5.100.12

Compare Source

Patch Changes

v5.100.11

Patch Changes
vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
harperfast/harper (harper)

v5.0.21

Compare Source

What's Changed

  • fix(replication): propagate per-event expiresAt to record writes

Full Changelog: HarperFast/harper@v5.0.20...v5.0.21

v5.0.20

Compare Source

What's Changed

  • feat(deploy-component): add install_allow_scripts flag
  • feat(add-component): add install_allow_scripts flag (consistent with deploy_component)
  • fix(v5.0): backport subscription startTime gate fix from main
  • test(v5.0): skip race-condition count test that flakes without dedup fix
  • test(v5.0): skip subscriptionReplay tests + remove replay-stress test
  • chore: Pick .nvmrc to stabilize lock file
  • cherry-pick: fix(deps): update all non-major dependenciesv5.0 (PR #​563)

Full Changelog: HarperFast/harper@v5.0.19...v5.0.20

v5.0.19

Compare Source

What's Changed

  • Formatting
  • cherry-pick: yield every 100 entries in subscription catchup (8bbbc4c)
  • fix: resolve unresolved merge conflict markers from cherry-pick #​581
  • Skip update tests

Full Changelog: HarperFast/harper@v5.0.18...v5.0.19

v5.0.18

Compare Source

What's Changed

  • Update package.json
  • cherry-pick: fix: skip corrupt audit entries during iteration instead of throwingv5.0 (conflict) (#​581)
  • Retry saveStructures transaction on busy
  • fix(table): arm eviction scanner for sourcedFrom and eviction-only configs
  • fix: address PR review comments on #​529
  • fix: prevent silent index gaps when per-record puts fail during schema migration
  • test: schema-migration fragility probes (reproduces F2 silent index gap)
  • cherry-pick: fix(migrate): skip Symbol.for('structures') entries in copyDbiToRocks (PR #​518)
  • cherry-pick: fix: defer and yield audit-store commit notificationsv5.0 (conflict) (#​544)
  • Revert "Merge pull request #​518 from HarperFast/fix/migrate-shared-structures (#​543)"
  • Merge pull request #​518 from HarperFast/fix/migrate-shared-structures (#​543)
  • test(replay): add SIGKILL/restart stress test for transaction-log replay
  • review: switch replay guard from type strings to action-bit mask
  • fix(replay): skip corrupt audit entries instead of crash-looping on replay

Full Changelog: HarperFast/harper@v5.0.15...v5.0.18

v5.0.17

Compare Source

What's Changed

  • Update version

Full Changelog: HarperFast/harper@v5.1.1...v5.0.17

motiondivision/motion (motion)

v12.40.0

Compare Source

Added
  • path option to transition.
  • arc() for motion along an arc.

v12.39.0

Compare Source

Added
  • Support for repeatType and repeatDelay in animation sequences.
Fixed
  • Variants: Re-run keyframe animations when switching between variant labels even when they share identical keyframe arrays.
  • Drag: Preserve in-flight motion value animations across React 19 reorder unmount/remount so dragSnapToOrigin no longer leaves the drag transform stranded after a layout swap.
  • LazyMotion: Share React contexts between the framer-motion and framer-motion/m (and therefore motion/react and motion/react-m) CJS bundles so that <m.div> from the /m subpath picks up features loaded by <LazyMotion> from the main entry point.
  • useScroll: Support hydrating target and container refs from anywhere in the tree.
  • Drag: Gesture no longer starts from incorrect start point when rendered inside <AnimatePresence initial={false} />.
  • Drag: dragConstraints, when set as viewport-relative ref, no longer break on scroll.§
  • Updated visualElement hydration order.
  • useAnimate: Now respects skipAnimations.
  • AnimatePresence: Fix object-form initial values not applied on re-entry after exit completes.
  • scroll: Fixed callback progress when tracking an element.
  • useScroll: Fix hardware acceleration when tracking an element.
nodejs/node (node)

v24.16.0: 2026-05-21, Version 24.16.0 'Krypton' (LTS), @​aduh95

Compare Source

Notable Changes
  • [b267f6bca3] - (SEMVER-MINOR) crypto: implement randomUUIDv7() (nabeel378) #​62553
  • [ec2451b9cd] - (SEMVER-MINOR) debugger: add edit-free runtime expression probes to node inspect (Joyee Cheung) #​62713
  • [9705f628d9] - (SEMVER-MINOR) fs: add signal option to fs.stat() (Mert Can Altin) #​57775
  • [40ccfdecf9] - (SEMVER-MINOR) fs: expose frsize field in statfs (Jinho Jang) #​62277
  • [d7188af5c9] - (SEMVER-MINOR) http: harden ClientRequest options merge (Matteo Collina) #​63082
  • [aa1d8a9afc] - (SEMVER-MINOR) http: add req.signal to IncomingMessage (Akshat) #​62541
  • [6f37f7e240] - (SEMVER-MINOR) stream: propagate destruction in duplexPair (Ahmed Elhor) #​61098
  • [d14029be7f] - (SEMVER-MINOR) test_runner: support test order randomization (Pietro Marchini) #​61747
  • [d142c584cd] - (SEMVER-MINOR) test_runner: align mock timeout api (sangwook) #​62820
  • [01a9552585] - (SEMVER-MINOR) test_runner: add mock-timers support for AbortSignal.timeout (DeveloperViraj) #​60751
  • [00705a459a] - (SEMVER-MINOR) util: colorize text with hex colors (Guilherme Araújo) #​61556
Commits

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "before 9am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner May 25, 2026 05:13
@renovate renovate Bot requested a review from dawsontoth May 25, 2026 05:13
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 94a46c8 to 03992a5 Compare May 25, 2026 20:42
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 03992a5 to 9522e4f Compare May 26, 2026 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants