Uh oh!
There was an error while loading. Please reload this page.
fix(deps): update dependency @testing-library/user-event (14.6.3 → 14.6.4) - #760
Conversation
There was a problem hiding this comment.
AI Automated Review
Full PR review.
Analysis engine: dsv4f@https://litellm.jory.dev/v1 (openai) — primary route
Recommendation
Approve. This PR is a lockfile-only patch upgrade of the dev dependency @testing-library/user-event from 14.6.3 to 14.6.4. package.json already declares ^14.6.1, so the new version is within the declared semver range and no manifest change is required. The upstream change is a single bug fix, and CI — including the full test suite — is green.
Change-by-change findings
package-lock.json(3 additions / 3 deletions): only thenode_modules/@testing-library/user-evententry changes (version,resolvedtarball, andintegrityhash). No source, config, or other dependency entries are touched.
Must-check items
- Check for breaking API changes in updated dependencies: Verified against the upstream v14.6.4 release notes and compare metadata. The delta is a dev-only behavior fix for the keyboard event
repeatproperty; no exported API, option signature, or runtime contract changed. This package is a test utility, so it does not affect the deployed application surface. - Run full test suite after upgrade: Verified via CI status for commit
5539d9b—Testsended insuccess, as didBuild,Typecheck,Lint,npm audit, andDocker Build. This satisfies the requirement to run the full test suite after the upgrade.
The host/peer platform compatibility-matrix check does not apply here: @testing-library/user-event is a dev-only test utility, and no host or peer platform version is pinned elsewhere in the repo.
Sources
- Upstream release page: https://github.com/testing-library/user-event/releases/tag/v14.6.4
Tool Harness Findings
read_file package.jsonconfirmed the declared devDependency range^14.6.1, so the lockfile bump is semver-compatible without a manifest edit.gh_apirelease lookup confirmed v14.6.4 is a non-prerelease patch release published 2026-08-11 with a single bug fix.git_logonpackage-lock.jsonshows this PR follows the repository's established bot-managed dependency-update pattern.
Standards Compliance
Reviewed against AGENTS.md. The PR changes no environment variables, Prisma schema, API routes, auth logic, or source files. It only updates a dev dependency lockfile entry, which is consistent with the repository's dependency-update conventions and does not conflict with any documented standard. No secrets are introduced.
This PR contains the following updates:
14.6.3→14.6.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
testing-library/user-event (@testing-library/user-event)
v14.6.4Compare Source
Bug Fixes
Configuration
📅 Schedule: (in timezone America/Edmonton)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.