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 4.12.0 to 4.14.1 #591

Merged
merged 1 commit into from
Dec 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps @exadel/esl from 4.12.0 to 4.14.1.

Release notes

Sourced from @​exadel/esl's releases.

v4.14.1

4.14.1 (2023-11-27)

Bug Fixes

  • esl-media: fix loading class condition should ignore lazy state (c532ec0) NOTE: loadClsAccepted / loadClsDeclined with loadClsTarget now deprecated, use loadConditionClass + loadConditionClassTarget instead
  • esl-related-target: fixed handling of bubbling events esl:show and esl:hide (6964148)

v4.14.0

4.14.0 (2023-11-24)

Bug Fixes

  • esl-scrollbar: fix esl:change:scroll event handler invoked before scrollbar updates (0c9c952)
  • esl-share: add support types for correct using in Typesript (143d3b6)
  • esl-share: fix a visual issue of displaying a huge list of buttons in a popup (a2ce0a9)
  • esl-share: fix button initialization on create (72775f6)
  • esl-share: fix ESLShareConfig deduplication behavior on selecting buttons for the list (fe0d53a)
  • esl-share: fix ready state attribute and ready state event (3c3dade)
  • esl-share: make list an observable attribute (f418820)
  • esl-tabs: fix iOS auto-scroll / arrow controls boundaries on iOS devices when touch-scroll is enabled (5845c3a), closes #2030

Features

  • esl-panel-group: add ability to enable match-height behavior for tabs height using esl-tabs-equal-height class (6e0ea33), closes #1949
  • esl-popup: internal ESLPopup implementation updated to use ESLEventListeners; usage of cached properties reduced (9c78249)
  • esl-random-text: create auxiliary esl-random-text component to generate dummy text (0af54a1)
  • esl-share: rename attribute into popup-params (f07b471)
  • esl-share: retire esl-share and rename esl-share-popup-trigger into esl-share (04baf4b)
  • esl-toggleable: introduce static option DEFAULT_PARAMS to define toggleable instance default show/hide params (14c9e78)
  • esl-utils: introducing parseCSSTime format utility to extract time values from CSS (#821) (d26c96e)
  • eslint: eslint plugin to find and replace deprecated ESL alias on the customer's projects (#1374) (3d43f92)

v4.13.1

4.13.1 (2023-11-03)

Bug Fixes

  • esl-event-listener: fix subscription to intersects event in IntersectionObserver (0d9ccca)

... (truncated)

Changelog

Sourced from @​exadel/esl's changelog.

4.14.1 (2023-11-27)

Bug Fixes

  • esl-media: fix loading class condition should ignore lazy state (c532ec0)
  • esl-related-target: fixed handling of bubbling events esl:show and esl:hide (6964148)

4.14.0 (2023-11-24)

Bug Fixes

  • esl-scrollbar: fix esl:change:scroll event handler invoked before scrollbar updates (0c9c952)
  • esl-share: add support types for correct using in Typesript (143d3b6)
  • esl-share: fix a visual issue of displaying a huge list of buttons in a popup (a2ce0a9)
  • esl-share: fix button initialization on create (72775f6)
  • esl-share: fix ESLShareConfig deduplication behavior on selecting buttons for the list (fe0d53a)
  • esl-share: fix ready state attribute and ready state event (3c3dade)
  • esl-share: make list an observable attribute (f418820)
  • esl-tabs: fix iOS auto-scroll / arrow controls boundaries on iOS devices when touch-scroll is enabled (5845c3a), closes #2030

Features

  • esl-panel-group: add ability to enable match-height behavior for tabs height using esl-tabs-equal-height class (6e0ea33), closes #1949
  • esl-popup: internal ESLPopup implementation updated to use ESLEventListeners; usage of cached properties reduced (9c78249)
  • esl-random-text: create auxiliary esl-random-text component to generate dummy text (0af54a1)
  • esl-share: rename attribute into popup-params (f07b471)
  • esl-share: retire esl-share and rename esl-share-popup-trigger into esl-share (04baf4b)
  • esl-toggleable: introduce static option DEFAULT_PARAMS to define toggleable instance default show/hide params (14c9e78)
  • esl-tooltip: add inlineStyles param to pass styles into shared instance of tooltip (7b28cf8)
  • esl-utils: introducing parseCSSTime format utility to extract time values from CSS (#821) (d26c96e)
  • eslint: eslint plugin to find and replace deprecated ESL alias on the customer's projects (#1374) (3d43f92)

4.13.1 (2023-11-03)

Bug Fixes

  • esl-event-listener: fix subscription to intersects event in IntersectionObserver (0d9ccca)
  • esl-event-utils: ESLSwipeGestureTarget target prevents inside element actions (8fed4bc), closes #2024

4.13.0 (2023-10-25)

Bug Fixes

  • esl-media: fix brightcove provider autoplay marker flow (58793cd), closes #1979
  • esl-popup: fix default styles for esl-popup tag (uninitialized) (e25eedf)

... (truncated)

Commits
  • 9615914 chore(release): 4.14.1
  • ce60a7e Merge pull request #2076 from exadel-inc/bugfix/related-target
  • fc281c9 Merge branch 'main' into bugfix/related-target
  • c6f6321 Merge pull request #2073 from exadel-inc/fix/esl-media-flow
  • e59b963 docs(esl-media): fix documentation typos
  • fdcdce6 Merge pull request #2075 from exadel-inc/dependabot/npm_and_yarn/stylelint-pr...
  • 0f244ef Merge pull request #2074 from exadel-inc/tech/4.14.0-improvements
  • 276c02a style: fix alignment in esl-related-target/test/related-target.test.ts
  • 6964148 fix(esl-related-target): fixed handling of bubbling events esl:show and `es...
  • 0c66123 test(esl-related-target): add nested targets test cases, rework tests with ES...
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [@exadel/esl](https://github.com/exadel-inc/esl) from 4.12.0 to 4.14.1.
- [Release notes](https://github.com/exadel-inc/esl/releases)
- [Changelog](https://github.com/exadel-inc/esl/blob/main/CHANGELOG.md)
- [Commits](exadel-inc/esl@v4.12.0...v4.14.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Dependencies update label Dec 4, 2023
Copy link

github-actions bot commented Dec 4, 2023

CLA Assistant Lite bot All contributors have signed the CLA ✍️

@ala-n ala-n merged commit 068d9a5 into main Dec 11, 2023
@ala-n ala-n deleted the dependabot/npm_and_yarn/exadel/esl-4.14.1 branch December 11, 2023 16:32
@github-actions github-actions bot locked and limited conversation to collaborators Dec 11, 2023
@yadamskaya
Copy link
Collaborator

🎉 This PR is included in version 2.0.0-beta.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@yadamskaya
Copy link
Collaborator

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants