Skip to content
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

Bump focus-trap from 7.3.1 to 7.6.0 #10

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 24, 2024

Bumps focus-trap from 7.3.1 to 7.6.0.

Release notes

Sourced from focus-trap's releases.

v7.6.0

Minor Changes

  • 8aeacee: Move Escape key handler to target phase to allow more control in escapeDeactivates (#1247)

v7.5.4

Patch Changes

v7.5.3

Patch Changes

  • 203b322: Fix missing typings for initialFocus option (#1060)

v7.5.2

Patch Changes

  • b73eb02: Remove references to Array.prototype.findLast() not well supported in Safari (#996)

v7.5.1

Patch Changes

  • d9e2546: Fix possible exception in new Tabbable.getTabIndex() when initializing trap

v7.5.0

Minor Changes

  • 5e2f913: Adds support for nodes with a positive tabindex in single-container traps only (#375)

v7.4.3

Patch Changes

v7.4.2

Patch Changes

  • db62ce3: Clicking on open shadowDOM components within a focus trap's container when clickOutsideDeactivates=true should not deactivate the focus trap. (#959)

v7.4.1

Patch Changes

  • 4f720ff: Bump tabbable to v6.1.2 for nwsapi patch

v7.4.0

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)
Changelog

Sourced from focus-trap's changelog.

7.6.0

Minor Changes

  • 8aeacee: Move Escape key handler to target phase to allow more control in escapeDeactivates (#1247)

7.5.4

Patch Changes

7.5.3

Patch Changes

  • 203b322: Fix missing typings for initialFocus option (#1060)

7.5.2

Patch Changes

  • b73eb02: Remove references to Array.prototype.findLast() not well supported in Safari (#996)

7.5.1

Patch Changes

  • d9e2546: Fix possible exception in new Tabbable.getTabIndex() when initializing trap

7.5.0

Minor Changes

  • 5e2f913: Adds support for nodes with a positive tabindex in single-container traps only (#375)

7.4.3

Patch Changes

7.4.2

Patch Changes

  • db62ce3: Clicking on open shadowDOM components within a focus trap's container when clickOutsideDeactivates=true should not deactivate the focus trap. (#959)

7.4.1

... (truncated)

Commits
  • 4ab10ba Version Packages (#1262)
  • ef43f6e add jcfranco as a contributor for code (#1261)
  • 8aeacee feat: move Escape key handling to target phase for better escapeDeactivates...
  • 520d260 [DEPENDABOT]: Bump start-server-and-test from 2.0.5 to 2.0.7 (#1258)
  • 7941efb [DEPENDABOT]: Bump cypress from 13.14.1 to 13.14.2 (#1256)
  • ff4b0b7 [DEPENDABOT]: Bump @​changesets/cli from 2.27.7 to 2.27.8 (#1257)
  • 69cbf3d [DEPENDABOT]: Bump typescript from 5.5.4 to 5.6.2 (#1259)
  • 6c74323 [DEPENDABOT]: Bump eslint-plugin-jest from 28.8.2 to 28.8.3 (#1260)
  • cb9681e [DEPENDABOT]: Bump @​babel/cli from 7.24.8 to 7.25.6 (#1249)
  • 85d7591 [DEPENDABOT]: Bump cypress from 13.14.0 to 13.14.1 (#1250)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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)

Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 7.3.1 to 7.6.0.
- [Release notes](https://github.com/focus-trap/focus-trap/releases)
- [Changelog](https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md)
- [Commits](focus-trap/focus-trap@v7.3.1...v7.6.0)

---
updated-dependencies:
- dependency-name: focus-trap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github Sep 24, 2024

Dependabot tried to add @akulkarni7a/owners-js-deps as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/akulkarni7a/7/pulls/10/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the akulkarni7a/7 repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Author

dependabot bot commented on behalf of github Nov 11, 2024

Superseded by #35.

@dependabot dependabot bot closed this Nov 11, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/focus-trap-7.6.0 branch November 11, 2024 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants