Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2025

Bumps the esl group with 3 updates in the / directory: @exadel/esl, @exadel/eslint-config-esl and @exadel/eslint-plugin-esl.

Updates @exadel/esl from 5.0.0 to 5.1.0

Release notes

Sourced from @​exadel/esl's releases.

v5.1.0

5.1.0 (2025-03-05)

Features

  • esl-lazy-template: introducing esl-lazy-template mixin to load HTML parts lazy and asynchronous (#2535) (344eb8c)
  • esl-media: esl-media-control mixin created to control and observe esl-media state (60695cc), closes #2876
  • esl-media: play-in-viewport feature reworked to be more customizable (3971eda)
  • esl-media: add cancelable esl:media:before:play event-hook to control low-level play call, prevent unnecessary player command execution (#2939) (39eb59e)
  • esl-media: observation for togglebale container state (e66c384)
  • esl-utils: RTL type detection removed as it is out of current browser support list (#2913) (3974302)
  • stylelint-config: introducing @exadel/stylelint-config-esl instead of prettier (db466d9)

Bug Fixes

  • esl-event-listener: fix ESLEventUtils.subscribe(this) does not subscribe descriptors if the host is function/class (#2927) (010d3aa)
  • esl-media: auto-init call for non-lazy players with play-in-viewport feature enabled (d4a30ab)
  • esl-media: detect youtube provider stopped state (#2918) (85da24f)

v5.0.1

5.0.1 (2025-02-05)

Bug Fixes

  • esl-carousel: ability to provide slide size fallback trough --esl-slide-fallback-size variable (78ae62f), closes #2879
  • esl-carousel: fix initial rendering layout shift to eliminate CLS degradation (7d65335), closes #2879
  • esl-image-utils: omit console warnings in case of missing inner image (ca13a8a)
  • esl-media: fix play preconditions for toggle method (#2906) (1f7b8dc)
  • esl-media: postpone BrightcoveProvider ready state notification until metadata is available (e3d4159)
  • eslint-plugin: remove peer dependency for esl (handled via warnings) (c06fbde)

v5.0.1-beta.2

5.0.1-beta.2 (2025-01-24)

Bug Fixes

  • eslint-plugin: remove peer dependency for esl (handled via warnings) (c06fbde)

v5.0.1-beta.1

5.0.1-beta.1 (2025-01-24)

Bug Fixes

  • esl-carousel: ability to provide slide size fallback trough --esl-slide-fallback-size variable (78ae62f), closes #2879
  • esl-carousel: fix initial rendering layout shift to eliminate CLS degradation (7d65335), closes #2879
Changelog

Sourced from @​exadel/esl's changelog.

5.1.0 (2025-03-05)

Features

  • esl-lazy-template: introducing esl-lazy-template mixin to load HTML parts lazy and asynchronous (#2535) (344eb8c)
  • esl-media: esl-media-control mixin created to control and observe esl-media state (60695cc), closes #2876
  • esl-media: play-in-viewport feature reworked to be more customizable (3971eda)
  • esl-media: add cancelable esl:media:before:play event-hook to control low-level play call, prevent unnecessary player command execution (#2939) (39eb59e)
  • esl-media: observation for togglebale container state (e66c384)
  • esl-utils: RTL type detection removed as it is out of current browser support list (#2913) (3974302)
  • stylelint-config: introducing @exadel/stylelint-config-esl instead of prettier (db466d9)

Bug Fixes

  • esl-event-listener: fix ESLEventUtils.subscribe(this) does not subscribe descriptors if the host is function/class (#2927) (010d3aa)
  • esl-media: auto-init call for non-lazy players with play-in-viewport feature enabled (d4a30ab)
  • esl-media: detect youtube provider stopped state (#2918) (85da24f)

5.0.1 (2025-02-05)

Bug Fixes

  • esl-carousel: ability to provide slide size fallback trough --esl-slide-fallback-size variable (78ae62f), closes #2879
  • esl-carousel: fix initial rendering layout shift to eliminate CLS degradation (7d65335), closes #2879
  • esl-image-utils: omit console warnings in case of missing inner image (ca13a8a)
  • esl-media: fix play preconditions for toggle method (#2906) (1f7b8dc)
  • esl-media: postpone BrightcoveProvider ready state notification until metadata is available (e3d4159)
  • eslint-plugin: remove peer dependency for esl (handled via warnings) (c06fbde)

5.0.1-beta.2 (2025-01-24)

Bug Fixes

  • eslint-plugin: remove peer dependency for esl (handled via warnings) (c06fbde)

5.0.1-beta.1 (2025-01-24)

Bug Fixes

  • esl-carousel: ability to provide slide size fallback trough --esl-slide-fallback-size variable (78ae62f), closes #2879
  • esl-carousel: fix initial rendering layout shift to eliminate CLS degradation (7d65335), closes #2879
Commits
  • 63bc62a chore(release): 5.1.0
  • 68d7be9 chore(site): final 5.1.0 fixes
  • f20f409 chore: fix missing asset to commit during release
  • d7d3764 refactor(eslint-config): fix 2 missing linting config rules
  • d3ecc3f Merge pull request #2968 from exadel-inc/epic/lint
  • b059f03 style(eslint-config): fix typos found during review
  • 7ef6f52 docs(eslint-config): fix doc typos
  • 566e972 refactor(eslint-config): extend base rules and provide code fixes
  • a6e0d3a docs(eslint-config): update documentation according latest updates
  • cc8d649 refactor(eslint-config): update sonarjs plugin module
  • Additional commits viewable in compare view

Updates @exadel/eslint-config-esl from 5.0.0 to 5.1.0

Updates @exadel/eslint-plugin-esl from 5.0.0 to 5.1.0

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps the esl group with 3 updates in the / directory: [@exadel/esl](https://github.com/exadel-inc/esl), @exadel/eslint-config-esl and @exadel/eslint-plugin-esl.


Updates `@exadel/esl` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/exadel-inc/esl/releases)
- [Changelog](https://github.com/exadel-inc/esl/blob/main/CHANGELOG.md)
- [Commits](exadel-inc/esl@v5.0.0...v5.1.0)

Updates `@exadel/eslint-config-esl` from 5.0.0 to 5.1.0

Updates `@exadel/eslint-plugin-esl` from 5.0.0 to 5.1.0

---
updated-dependencies:
- dependency-name: "@exadel/esl"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: esl
- dependency-name: "@exadel/eslint-config-esl"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: esl
- dependency-name: "@exadel/eslint-plugin-esl"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: esl
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependencies update label Mar 10, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Apr 28, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/esl-4d99983ff7 branch April 28, 2025 04:58
@github-actions github-actions bot locked and limited conversation to collaborators Apr 28, 2025
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