chore(deps): lock file maintenance - #229
Merged
Merged
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit abe44e4. Configure here.
designcode
approved these changes
Aug 3, 2026
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
2 times, most recently
from
August 3, 2026 10:12
1ad7984 to
304aa3f
Compare
renovate
Bot
force-pushed
the
renovate/lock-file-maintenance
branch
from
August 3, 2026 10:14
304aa3f to
22d8685
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:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: (in timezone UTC)
* 0-5 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
Note
Medium Risk
Lock-only but bumps
@testing-library/jest-domto a deprecated 6.10.0 under an unchanged^6.9.1range, which may affect React package tests on Node versions below 22.Overview
Renovate lock file maintenance only:
pnpm-lock.yamlis regenerated so resolved versions move within existing semver ranges—nopackage.jsonedits in this diff.Notable resolution changes include
tsx4.23.1 → 4.23.5 (root vitest/tsup/vite/agent-kit paths),rollup4.62.2 → 4.62.4 (and matching platform bindings, plus optional@napi-rs/lzma-linux-x64-gnu), and assorted transitive bumps (Babel 7.29.8,js-yaml,@csstools/*,publint0.3.22, Vitest toolchain peers).packages/reactstill specifies@testing-library/jest-dom^6.9.1, but the lock now pins6.10.0, which the registry marks deprecated (incorrect minor with Node ≥22 and stricter@testing-library/dompeer). Worth confirming CI Node version and whether to pin 6.9.1 or move to 7.x intentionally.Reviewed by Cursor Bugbot for commit 22d8685. Bugbot is set up for automated code reviews on this repo. Configure here.