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 @exadel/esl from 5.0.0-beta.38 to 5.0.0-beta.41 #903

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps @exadel/esl from 5.0.0-beta.38 to 5.0.0-beta.41.

Release notes

Sourced from @​exadel/esl's releases.

v5.0.0-beta.41

5.0.0-beta.41 (2024-11-18)

Bug Fixes

  • esl-toggleable: fix focus should return to activator (3033b33)
  • esl-toggleable: focus management reworked to use scopes. Introduced ESLToggleableFocusManager (fbac20e)
  • eslint-config: update file lines limit to 500 LOC (f0825ff)

v5.0.0-beta.40

5.0.0-beta.40 (2024-11-15)

⚠ BREAKING CHANGES

  • esl-popup: 'autofocus' no longer available for popup, use 'focus-behaviour' instead
  • esl-share: ESLSharePopup no longer inherits ESLTooltip, ESLPopup now direct base for ESLSharePopup
  • esl-tooltip: hasFocusLoop no longer available use focusBehaviour instead

Features

  • esl-drag-to-scroll: update draggable state based on content size (63d83a9)
  • esl-popup: get rid from all focus management code (11b10ea)
  • esl-share: separate ESLSharePopup implementation from ESLTooltip (b5260b9)
  • esl-toggleable: add out of the box ESLToggleable focus manager (c954d72)
  • esl-toggleable: update focusBehaviour option to smoothly support boundary focus actions across different options (2b8a0c7)
  • esl-tooltip: get rid from inner hasFocusLoop and custom focus manager, now utilizes ESLToggleable features (6ef1f2e)
  • esl-utils: add extended handleFocusFlow keyboard based focus manager (376f388)

Bug Fixes

  • esl-footnotes: fix improper note highlighting (c7c3d1c)
  • esl-share: fix inner ESLToggleableActionParams instances type (ea8dd94)
  • esl-share: simplify code and remove overrides (according to esl-popup base state) (04d6a63)
  • esl-tooltip: fix tooltip arrow disappearing (780b295)
  • esl-tooltip: simplify code and remove overrides (according to esl-popup base state) (699ac7f)
  • esl-utils: fix visibility and a11y checks for getKeyboardFocusableElements (e078c78)

v5.0.0-beta.39

5.0.0-beta.39 (2024-11-11)

Features

  • esl-popup: add position-origin attribute (6be5133)
  • esl-utils: safeContains traverse utility (7ca4f8b)
Changelog

Sourced from @​exadel/esl's changelog.

5.0.0-beta.41 (2024-11-18)

Bug Fixes

  • esl-toggleable: fix focus should return to activator (3033b33)
  • esl-toggleable: focus management reworked to use scopes. Introduced ESLToggleableFocusManager (fbac20e)
  • eslint-config: update file lines limit to 500 LOC (f0825ff)

5.0.0-beta.40 (2024-11-15)

⚠ BREAKING CHANGES

  • esl-popup: 'autofocus' no longer available for popup, use 'focus-behaviour' instead
  • esl-share: ESLSharePopup no longer inherits ESLTooltip, ESLPopup now direct base for ESLSharePopup
  • esl-tooltip: hasFocusLoop no longer available use focusBehaviour instead

Features

  • esl-drag-to-scroll: update draggable state based on content size (63d83a9)
  • esl-popup: get rid from all focus management code (11b10ea)
  • esl-share: separate ESLSharePopup implementation from ESLTooltip (b5260b9)
  • esl-toggleable: add out of the box ESLToggleable focus manager (c954d72)
  • esl-toggleable: update focusBehaviour option to smoothly support boundary focus actions across different options (2b8a0c7)
  • esl-tooltip: get rid from inner hasFocusLoop and custom focus manager, now utilizes ESLToggleable features (6ef1f2e)
  • esl-utils: add extended handleFocusFlow keyboard based focus manager (376f388)

Bug Fixes

  • esl-footnotes: fix improper note highlighting (c7c3d1c)
  • esl-share: fix inner ESLToggleableActionParams instances type (ea8dd94)
  • esl-share: simplify code and remove overrides (according to esl-popup base state) (04d6a63)
  • esl-tooltip: fix tooltip arrow disappearing (780b295)
  • esl-tooltip: simplify code and remove overrides (according to esl-popup base state) (699ac7f)
  • esl-utils: fix visibility and a11y checks for getKeyboardFocusableElements (e078c78)

5.0.0-beta.39 (2024-11-11)

Features

  • esl-popup: add position-origin attribute (6be5133)
  • esl-utils: safeContains traverse utility (7ca4f8b)
Commits
  • c859750 chore(release): 5.0.0-beta.41
  • b4eedce Merge pull request #2775 from exadel-inc/fix/focus-flow-fix
  • 4cddb9b style(esl-toggleable): small condition correction - allow fallback if scope i...
  • 3033b33 fix(esl-toggleable): fix focus should return to activator
  • 13c2b83 chore: revisit package-lock.json
  • 69464f3 Merge pull request #2771 from exadel-inc/fix/nested-focus-mgmnt
  • 7f75696 docs(esl-toggleable): fix TS doc according to review points
  • 7bb8d0b Merge pull request #2772 from exadel-inc/dependabot/npm_and_yarn/main-beta/es...
  • aa31b04 Merge pull request #2773 from exadel-inc/dependabot/npm_and_yarn/main-beta/es...
  • f470723 chore(deps-dev): bump eslint from 9.14.0 to 9.15.0
  • 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 [@exadel/esl](https://github.com/exadel-inc/esl) from 5.0.0-beta.38 to 5.0.0-beta.41.
- [Release notes](https://github.com/exadel-inc/esl/releases)
- [Changelog](https://github.com/exadel-inc/esl/blob/v5.0.0-beta.41/CHANGELOG.md)
- [Commits](exadel-inc/esl@v5.0.0-beta.38...v5.0.0-beta.41)

---
updated-dependencies:
- dependency-name: "@exadel/esl"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependencies update label Nov 25, 2024
@ala-n ala-n merged commit c0b563b into main Nov 27, 2024
4 checks passed
@ala-n ala-n deleted the dependabot/npm_and_yarn/exadel/esl-5.0.0-beta.41 branch November 27, 2024 12:57
@github-actions github-actions bot locked and limited conversation to collaborators Nov 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Dependencies update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant