fix(deps): update dependency focus-trap to v7.6.2 #13
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:
7.1.0
->7.6.2
Release Notes
focus-trap/focus-trap (focus-trap)
v7.6.2
Compare Source
Patch Changes
d4a4c34
: Replace findIndex with native implementation - [Closes #1305][https://github.com/focus-trap/focus-trap/issues/1305](https://redirect.github.com/focus-trap/focus-trap/issues/1305)5v7.6.1
Compare Source
Patch Changes
fc5910d
: Fix fallbackFocus not used when initialFocus is selector to non-existent node (#1218)v7.6.0
Compare Source
Minor Changes
8aeacee
: MoveEscape
key handler to target phase to allow more control inescapeDeactivates
(#1247)v7.5.4
Compare Source
Patch Changes
680f6e8
: Fix issue with not being able to cycle back to the start from the last element if there is a focusable web component inside the focus-trap ((#1068)[https://github.com/focus-trap/focus-trap/issues/1068](https://redirect.github.com/focus-trap/focus-trap/issues/1068)8])v7.5.3
Compare Source
Patch Changes
203b322
: Fix missing typings for initialFocus option (#1060)v7.5.2
Compare Source
Patch Changes
b73eb02
: Remove references toArray.prototype.findLast()
not well supported in Safari (#996)v7.5.1
Compare Source
Patch Changes
d9e2546
: Fix possible exception in newTabbable.getTabIndex()
when initializing trapv7.5.0
Compare Source
Minor Changes
5e2f913
: Adds support for nodes with a positive tabindex in single-container traps only (#375)v7.4.3
Compare Source
Patch Changes
134678b
: Ensure focus is kept inside the trap when focused element is removed from the DOM (focus-trap/focus-trap-react#962)v7.4.2
Compare Source
Patch Changes
db62ce3
: Clicking on open shadowDOM components within a focus trap's container whenclickOutsideDeactivates=true
should not deactivate the focus trap. (#959)v7.4.1
Compare Source
Patch Changes
4f720ff
: Bump tabbable to v6.1.2 for nwsapi patchv7.4.0
Compare Source
Minor Changes
da97007
: Added new onPost/Pause and onPost/Unpause hooks when un/pausing a trap (also called when auto-un/paused as a result of de/activating a second trap while another is currently active). (focus-trap-react#948)v7.3.1
Compare Source
Patch Changes
a00cfa5
: Bump tabbable to v6.1.1 for JSDom fixesv7.3.0
Compare Source
Minor Changes
ae7129d
: Bump tabbable to v6.1.0 adding support for the new HTMLinert
attribute in browsers that support it (NOTE: FireFox does not support it at this time). Also fixes a bug. See tabbable CHANGELOG for more info.Patch Changes
a27ad58
: Fix incorrect behavior ofreturnFocusOnDeactivate
option when set to true (or defaulted to true) along withclickOutsideDeactivates=true
and the outside click that deactivates is on a focusable node. Focus was remaining on that node instead of returning to the node focused just prior to activation. (#893)v7.2.0
Compare Source
Minor Changes
b0482af
: Add newisKeyForward()
andisKeyBackward()
options (#612)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.