Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps tabbable from 6.3.0 to 6.4.0.

Release notes

Sourced from tabbable's releases.

v6.4.0

Minor Changes

  • 26a1d80: Enable CSS selector matching for whether an element is in an inert subtree ([inert] *).

    This was previously disabled due to JSDOM's CSS selector engine being incompatible with this selector, and throwing all the results off. Instead, tabbable would perform manual checks for an element being in an inert subtree. The CSS selector issue appears to have been fixed in recent JSDOM versions (at least 26), so this version reintroduces the selector fast path.

Changelog

Sourced from tabbable's changelog.

6.4.0

Minor Changes

  • 26a1d80: Enable CSS selector matching for whether an element is in an inert subtree ([inert] *).

    This was previously disabled due to JSDOM's CSS selector engine being incompatible with this selector, and throwing all the results off. Instead, tabbable would perform manual checks for an element being in an inert subtree. The CSS selector issue appears to have been fixed in recent JSDOM versions (at least 26), so this version reintroduces the selector fast path.

Commits
  • 3f8ee59 Version Packages (#1899)
  • 2a4be6d [DEPENDABOT]: bump @​typescript-eslint/eslint-plugin from 8.50.1 to 8.51.0 (#1...
  • afb4030 [DEPENDABOT]: bump eslint-plugin-jest from 29.11.0 to 29.12.0 (#1908)
  • a97fe4b [DEPENDABOT]: bump @​typescript-eslint/parser from 8.50.1 to 8.51.0 (#1909)
  • 6f0c151 [DEPENDABOT]: bump eslint-plugin-testing-library from 7.15.1 to 7.15.3 (#1900)
  • 9310806 [DEPENDABOT]: bump cypress from 15.8.0 to 15.8.1 (#1901)
  • f8216cf [DEPENDABOT]: bump @​typescript-eslint/eslint-plugin from 8.50.0 to 8.50.1 (#1...
  • fc2285f [DEPENDABOT]: bump webpack from 5.104.0 to 5.104.1 (#1903)
  • f8a046f [DEPENDABOT]: bump eslint-plugin-jest from 29.5.0 to 29.11.0 (#1904)
  • df6e832 [DEPENDABOT]: bump @​typescript-eslint/parser from 8.50.0 to 8.50.1 (#1905)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for tabbable since your current version.


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 [tabbable](https://github.com/focus-trap/tabbable) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/focus-trap/tabbable/releases)
- [Changelog](https://github.com/focus-trap/tabbable/blob/master/CHANGELOG.md)
- [Commits](focus-trap/tabbable@v6.3.0...v6.4.0)

---
updated-dependencies:
- dependency-name: tabbable
  dependency-version: 6.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 2026
@mergify mergify bot deployed to Mergify Merge Protections January 1, 2026 07:11 Active
@mergify
Copy link
Contributor

mergify bot commented Jan 1, 2026

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟠 ❄️ Christmas-merge-freeze [Scheduled Freeze]

Waiting for scheduled freeze to end.

A freeze on the repository is scheduled for the following reason: Christmas-merge-freeze

  • current-datetime != 2025-12-22T09:53:00/2026-01-05T08:00:00[Europe/Paris]

🟢 🤖 Continuous Integration

Wonderful, this rule succeeded.
  • all of:
    • check-success = build
    • check-success = lint
    • check-success = test
    • any of:
      • check-success = test-broken-links
      • label = ignore-broken-links
    • any of:
      • check-success=Cloudflare Pages
      • -head-repo-full-name~=^Mergifyio/

🟢 👀 Review Requirements

Wonderful, this rule succeeded.
  • any of:
    • author = dependabot[bot]
    • #approved-reviews-by >= 2
    • author = mergify-ci-bot

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

🟢 🔎 Reviews

Wonderful, this rule succeeded.
  • #changes-requested-reviews-by = 0
  • #review-requested = 0
  • #review-threads-unresolved = 0

🟢 📕 PR description

Wonderful, this rule succeeded.
  • body ~= (?ms:.{48,})

@mergify
Copy link
Contributor

mergify bot commented Jan 1, 2026

Merge Queue Status

✅ All checks passed. This pull request is ready to merge.

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 javascript Pull requests that update Javascript code queued

Development

Successfully merging this pull request may close these issues.

0 participants