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

chore(deps): bump tabbable from 4.0.0 to 5.2.1 #61

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 16, 2021

Bumps tabbable from 4.0.0 to 5.2.1.

Release notes

Sourced from tabbable's releases.

v5.2.1

Patch Changes

  • 1d5fcb5: Fixed: Form elements in disabled fieldsets should not be tabbable/focusable (#413)

v5.2.0

Minor Changes

  • bf0a8f0: Exposed an option to select the way that an element is checked as displayed

v5.1.6

Patch Changes

  • f9f6d25: Replaces Karma/Mocha/Sinon/Chai in test suite with Jest/Dom Testing Library. Removes README reference to identifying anchor tags with an xlink:href attribute as tabbable since that information is incorrect.

v5.1.5

Patch Changes

  • c048203: fix crash when radio button name attributes contain CSS selector special characters (#168)

v5.1.4

Patch Changes

  • a188c71: use element.matches fallback for IE11 and Webkit5
  • 0d4cdf8: Update the code to use const/let and function declarations only for the repo; this does NOT affect browser compatibility as the code is still transpiled when published into the ./dist directory for various targets.

v5.1.3

Patch Changes

  • 5579825: fixes to details elements
    • ignore elements nested under a closed details element
    • ignore any extra summary elements after the first summary element
    • add details element as tabbable in case it has no direct summary element

v5.1.2

Patch Changes

  • d3c6514: Fix UMD build incorrectly using focusTrap as output name.
  • 95563c2: Fix #99: Transpile ESM bundle down to the same browser target used for the CJS and UMD bundles. ESM is just the module system, not the browser target.

v5.1.1

Patch Changes

  • fb49d23: Fix #96: Transpile non-minified bundles for expected browser targets.

v5.1.0

Minor Changes

  • bd21d91: Add focusable() for getting all focusable nodes.

... (truncated)

Changelog

Sourced from tabbable's changelog.

5.2.1

Patch Changes

  • 1d5fcb5: Fixed: Form elements in disabled fieldsets should not be tabbable/focusable (#413)

5.2.0

Minor Changes

  • bf0a8f0: Exposed an option to select the way that an element is checked as displayed

5.1.6

Patch Changes

  • f9f6d25: Replaces Karma/Mocha/Sinon/Chai in test suite with Jest/Dom Testing Library. Removes README reference to identifying anchor tags with an xlink:href attribute as tabbable since that information is incorrect.

5.1.5

Patch Changes

  • c048203: fix crash when radio button name attributes contain CSS selector special characters (#168)

5.1.4

Patch Changes

  • a188c71: use element.matches fallback for IE11 and Webkit5
  • 0d4cdf8: Update the code to use const/let and function declarations only for the repo; this does NOT affect browser compatibility as the code is still transpiled when published into the ./dist directory for various targets.

5.1.3

Patch Changes

  • 5579825: fixes to details elements
    • ignore elements nested under a closed details element
    • ignore any extra summary elements after the first summary element
    • add details element as tabbable in case it has no direct summary element

5.1.2

Patch Changes

  • d3c6514: Fix UMD build incorrectly using focusTrap as output name.
  • 95563c2: Fix #99: Transpile ESM bundle down to the same browser target used for the CJS and UMD bundles. ESM is just the module system, not the browser target.

5.1.1

Patch Changes

... (truncated)

Commits
  • 4507ab7 Version Packages (#422)
  • 1d5fcb5 #413 Form elements in disabled fieldsets are not tabbable/focusable (#414)
  • cc8b7b2 [DEPENDABOT]: Bump @​babel/core from 7.14.8 to 7.15.0 (#420)
  • 6f06a30 [DEPENDABOT]: Bump path-parse from 1.0.6 to 1.0.7 (#421)
  • a77a69b [DEPENDABOT]: Bump cypress from 7.7.0 to 8.2.0 (#416)
  • ce5ffa9 [DEPENDABOT]: Bump @​types/node from 16.4.11 to 16.4.13 (#419)
  • a74926e [DEPENDABOT]: Bump @​babel/preset-env from 7.14.9 to 7.15.0 (#418)
  • 5bfd786 [DEPENDABOT]: Bump rollup from 2.55.1 to 2.56.2 (#417)
  • ab8cd85 [DEPENDABOT]: Bump eslint-plugin-import from 2.23.4 to 2.24.0 (#415)
  • 938491b [DEPENDABOT]: Bump @​types/node from 16.4.10 to 16.4.11 (#411)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by stefcameron, 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 16, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tabbable-5.2.1 branch from 94537de to 71e6fb1 Compare August 16, 2021 09:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tabbable-5.2.1 branch from 71e6fb1 to d816fc7 Compare October 4, 2021 06:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tabbable-5.2.1 branch from d816fc7 to ba3e548 Compare December 1, 2021 14:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tabbable-5.2.1 branch from ba3e548 to 067d630 Compare March 24, 2022 09:32
Bumps [tabbable](https://github.com/focus-trap/tabbable) from 4.0.0 to 5.2.1.
- [Release notes](https://github.com/focus-trap/tabbable/releases)
- [Changelog](https://github.com/focus-trap/tabbable/blob/master/CHANGELOG.md)
- [Commits](focus-trap/tabbable@4.0.0...v5.2.1)

---
updated-dependencies:
- dependency-name: tabbable
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tabbable-5.2.1 branch from 067d630 to 455f65b Compare May 20, 2022 08:06
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants