-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps-dev): bump @testing-library/user-event from 14.5.2 to 14.6.0 #69
build(deps-dev): bump @testing-library/user-event from 14.5.2 to 14.6.0 #69
Conversation
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.5.2 to 14.6.0. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](testing-library/user-event@v14.5.2...v14.6) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Reviewer's Guide by SourceryThis pull request updates the @testing-library/user-event dependency from version 14.5.2 to 14.6.0. This is a minor version update, which includes new features and bug fixes. Sequence diagram for updated FocusEvent behavior in hidden documentssequenceDiagram
participant User as User
participant App as Application
participant HiddenDoc as Hidden Document
participant FE as FocusEvent Handler
User->>App: Interact with element
App->>HiddenDoc: Element in hidden document receives focus
Note right of HiddenDoc: New in v14.6.0:
HiddenDoc->>FE: Dispatch FocusEvent
FE-->>App: Handle focus event
Sequence diagram for updated clipboard behaviorsequenceDiagram
participant User as User
participant App as Application
participant DT as DataTransfer
participant CB as Clipboard
User->>App: Trigger clipboard operation
App->>DT: Get string data
Note right of DT: Fixed in v14.6.0:
DT->>CB: Await getAsString() callback
CB-->>App: Return clipboard data
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
Quality Gate passedIssues Measures |
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps @testing-library/user-event from 14.5.2 to 14.6.0.
Release notes
Sourced from
@testing-library/user-event
's releases.Commits
5f3d28f
fix(pointer): check all fields ofPointerCoords
in `isDifferentPointerPosit...75edef5
fix(pointer): checkPointerCoords.x
inisDifferentPointerPosition
(#1216)8528972
fix(event): assign pointer coords to MouseEvent (#1039)7b11b0e
fix(clipboard): awaitDataTransferItem.getAsString()
callback (#1251)1ed8b15
feat: dispatchFocusEvent
in hidden documents (#1252)63f7468
docs: add remcovaes as a contributor for bug (#1250)139d18f
test: reset DTLasyncWrapper
before assertingsetTimeout
callsa76db96
chore: add TODO to updateupdateSelectionOnFocus
57c9b65
chore: add TODO to simulateFocusEvent
in browsers5057e39
test: convert flaky assertion on\<input type="file"/>
to TODODependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Build: