Skip to content

build(deps): Bump focus-trap from 7.4.3 to 7.5.2#7279

Merged
driskull merged 8 commits intomainfrom
dependabot/npm_and_yarn/focus-trap-7.5.1
Jul 6, 2023
Merged

build(deps): Bump focus-trap from 7.4.3 to 7.5.2#7279
driskull merged 8 commits intomainfrom
dependabot/npm_and_yarn/focus-trap-7.5.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 4, 2023

Bumps focus-trap from 7.4.3 to 7.5.2.

Release notes

Sourced from focus-trap's releases.

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

Sourced from focus-trap's changelog.

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)
Commits
  • 07eec1e Version Packages (#995)
  • d9e2546 Fix mostRecentlyFocusedNode being initially null causing exception in getTabI...
  • 72cbfa9 Changes for v7.5.0 that Changesets didn't do for some reason
  • 54ff3e0 Version Packages (#993)
  • b9225d6 add DaviDevMod as a contributor for code, and bug (#992)
  • 5e2f913 Support elements with positive tabindex attributes in single-container traps ...
  • bc4ac04 [DEPENDABOT]: Bump @​changesets/cli from 2.26.1 to 2.26.2 (#988)
  • 1b6694e [DEPENDABOT]: Bump typescript from 5.1.3 to 5.1.5 (#989)
  • 085db4a [DEPENDABOT]: Bump cypress from 12.15.0 to 12.16.0 (#990)
  • a4b3948 [DEPENDABOT]: Bump eslint-plugin-jest from 27.2.1 to 27.2.2 (#983)
  • 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 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.4.3 to 7.5.1.
- [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.4.3...v7.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner July 4, 2023 12:16
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 4, 2023
@driskull driskull changed the title build(deps): Bump focus-trap from 7.4.3 to 7.5.1 build(deps): Bump focus-trap from 7.4.3 to 7.5.2 Jul 6, 2023
@driskull driskull added the pr ready for visual snapshots Adding this label will run visual snapshot testing. label Jul 6, 2023
@driskull driskull merged commit e6e9ce6 into main Jul 6, 2023
@driskull driskull deleted the dependabot/npm_and_yarn/focus-trap-7.5.1 branch July 6, 2023 17:30
@github-actions github-actions Bot added this to the 2023 July Priorities milestone Jul 6, 2023
Elijbet pushed a commit that referenced this pull request Jul 6, 2023
Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 7.4.3
to 7.5.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/focus-trap/focus-trap/releases">focus-trap's
releases</a>.</em></p>
<blockquote>
<h2>v7.5.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>d9e2546: Fix possible exception in new
<code>Tabbable.getTabIndex()</code> when initializing trap</li>
</ul>
<h2>v7.5.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>5e2f913: Adds support for nodes with a positive tabindex in
single-container traps only (<a
href="https://github.com/focus-trap/focus-trap/issues/375">#375</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md">focus-trap's
changelog</a>.</em></p>
<blockquote>
<h2>7.5.1</h2>
<h3>Patch Changes</h3>
<ul>
<li>d9e2546: Fix possible exception in new
<code>Tabbable.getTabIndex()</code> when initializing trap</li>
</ul>
<h2>7.5.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>5e2f913: Adds support for nodes with a positive tabindex in
single-container traps only (<a
href="https://github.com/focus-trap/focus-trap/issues/375">#375</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/focus-trap/focus-trap/commit/07eec1ec96695bef99959e67f80fc891debb7249"><code>07eec1e</code></a>
Version Packages (<a
href="https://github.com/focus-trap/focus-trap/issues/995">#995</a>)</li>
<li><a
href="https://github.com/focus-trap/focus-trap/commit/d9e25466ab5ff1aeb7d5dceadc6b829720285812"><code>d9e2546</code></a>
Fix mostRecentlyFocusedNode being initially null causing exception in
getTabI...</li>
<li><a
href="https://github.com/focus-trap/focus-trap/commit/72cbfa96e7b66bb16fe13d76c21d14fc6fa05da9"><code>72cbfa9</code></a>
Changes for v7.5.0 that Changesets didn't do for some reason</li>
<li><a
href="https://github.com/focus-trap/focus-trap/commit/54ff3e0de43d55fb3afdbbb827674ed5c5425624"><code>54ff3e0</code></a>
Version Packages (<a
href="https://github.com/focus-trap/focus-trap/issues/993">#993</a>)</li>
<li><a
href="https://github.com/focus-trap/focus-trap/commit/b9225d65b8bc39e349dadd73d6dcb491039732d2"><code>b9225d6</code></a>
add DaviDevMod as a contributor for code, and bug (<a
href="https://github.com/focus-trap/focus-trap/issues/992">#992</a>)</li>
<li><a
href="https://github.com/focus-trap/focus-trap/commit/5e2f913b4a4988c813cc51427b1a2b957c50ac15"><code>5e2f913</code></a>
Support elements with positive tabindex attributes in single-container
traps ...</li>
<li><a
href="https://github.com/focus-trap/focus-trap/commit/bc4ac04fda6653bf294640429e55209562e2c340"><code>bc4ac04</code></a>
[DEPENDABOT]: Bump <code>@​changesets/cli</code> from 2.26.1 to 2.26.2
(<a
href="https://github.com/focus-trap/focus-trap/issues/988">#988</a>)</li>
<li><a
href="https://github.com/focus-trap/focus-trap/commit/1b6694e2e7cbfbb9f43a3b91b1bd0f0d62330b34"><code>1b6694e</code></a>
[DEPENDABOT]: Bump typescript from 5.1.3 to 5.1.5 (<a
href="https://github.com/focus-trap/focus-trap/issues/989">#989</a>)</li>
<li><a
href="https://github.com/focus-trap/focus-trap/commit/085db4ac004c8f50fbbfc1897c4eceb673a3c0a6"><code>085db4a</code></a>
[DEPENDABOT]: Bump cypress from 12.15.0 to 12.16.0 (<a
href="https://github.com/focus-trap/focus-trap/issues/990">#990</a>)</li>
<li><a
href="https://github.com/focus-trap/focus-trap/commit/a4b3948c7fce410841dc247227cbaa1292d2efcb"><code>a4b3948</code></a>
[DEPENDABOT]: Bump eslint-plugin-jest from 27.2.1 to 27.2.2 (<a
href="https://github.com/focus-trap/focus-trap/issues/983">#983</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/focus-trap/focus-trap/compare/v7.4.3...v7.5.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=focus-trap&package-manager=npm_and_yarn&previous-version=7.4.3&new-version=7.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Driscoll <mdriscoll@esri.com>
benelan added a commit that referenced this pull request Jul 7, 2023
* origin/main: (22 commits)
  refactor: Ensure all setFocus methods return calls to setFocus (#7287)
  chore: release next
  fix(card): ensure teardown logic is called when disconnected (#7289)
  test: stabilize tests using setFocus (#7295)
  docs: Add implementation example to `skipAnimations` util (#7293)
  docs: Add implementation example to `visualizeMouseCursor` util (#7292)
  feat: improve focus behavior in components (#7277)
  refactor(popover): renames private method (#7286)
  build(deps): Bump focus-trap from 7.4.3 to 7.5.2 (#7279)
  chore: release next
  fix(flow): Call setFocus() on back button click (#7285)
  chore: release next
  feat(flow): Adds setFocus method (#7252)
  chore: release next
  build(deps): Bump autoprefixer from 10.4.13 to 10.4.14 (#7280)
  build(deps): Bump eslint and @types/eslint (#7282)
  fix(list): fix keyboard navigation after a listItem's disabled or closed property changes (#7275)
  fix(action): correctly focus the button after rendering updates. (#7255)
  chore: release next
  fix(tab-title): add full focus outline to closable tab button in high contrast mode (#7272)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file pr ready for visual snapshots Adding this label will run visual snapshot testing.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant