Skip to content

Bump swiper from 11.1.15 to 11.2.8 #6520

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps swiper from 11.1.15 to 11.2.8.

Release notes

Sourced from swiper's releases.

v11.2.8

Bug Fixes

  • virtual: fix error in Virtual slides (7a53208), closes #7997

v11.2.7

Bug Fixes

  • core: fix for slideResetTransition events (#7989) (473ec25)
  • core: set innerHTML using trusted type (8a46954), closes #7961
  • react,vue: fix not rendered slides in effects when Virtual is enabled (e4e1680), closes #7730
  • types: add enabled property on swiper-class.d.ts (#7973) (ccd96dc)
  • types: coverflow effect can be number or string with percentage (#7931) (4d988d8)
  • types: fix effect param type (#7945) (42eec07)
  • vue: added missing props (#7966) (6aa8d05)

v11.2.6

Bug Fixes

  • cards/loop: improve loop behavior with cards effect (9a258d4), closes #7917
  • core: fix initialSlide in loop mode when it there are not enough slides to fill (16818e2), closes #7780
  • core: fix touchReleaseOnEdges in RTL (d841428), closes #7179

v11.2.5

Bug Fixes

  • docs: correct structure of pagination render functions (b259723), closes #7897 #7896
  • thumbs: correct reinit thumbs (1cf24d4), closes #7880
  • zoom: fix transform origin of zoom.in() function (#7904) (f7febe1)

Features

  • check if slidesEl is defined in loopDestroy (#7906) (ced30cb)

v11.2.4

Bug Fixes

v11.2.3

Bug Fixes

  • element: remove infinite preloader in loop (#7886) (c0d3ece)

Features

  • core: export swiper-vars.scss for overwriteability (#7883) (0b688a1), closes #7882
  • update ssr-window to latest (c521888)

v11.2.2

... (truncated)

Changelog

Sourced from swiper's changelog.

11.2.8 (2025-05-23)

Bug Fixes

  • virtual: fix error in Virtual slides (7a53208), closes #7997

11.2.7 (2025-05-19)

Bug Fixes

  • core: fix for slideResetTransition events (#7989) (473ec25)
  • core: set innerHTML using trusted type (8a46954), closes #7961
  • react,vue: fix not rendered slides in effects when Virtual is enabled (e4e1680), closes #7730
  • types: add enabled property on swiper-class.d.ts (#7973) (ccd96dc)
  • types: coverflow effect can be number or string with percentage (#7931) (4d988d8)
  • types: fix effect param type (#7945) (42eec07)
  • vue: added missing props (#7966) (6aa8d05)

11.2.6 (2025-03-19)

Bug Fixes

  • cards/loop: improve loop behavior with cards effect (9a258d4), closes #7917
  • core: fix initialSlide in loop mode when it there are not enough slides to fill (16818e2), closes #7780
  • core: fix touchReleaseOnEdges in RTL (d841428), closes #7179

11.2.5 (2025-03-04)

Bug Fixes

  • docs: correct structure of pagination render functions (b259723), closes #7897 #7896
  • thumbs: correct reinit thumbs (1cf24d4), closes #7880
  • zoom: fix transform origin of zoom.in() function (#7904) (f7febe1)

Features

  • check if slidesEl is defined in loopDestroy (#7906) (ced30cb)

11.2.4 (2025-02-14)

Bug Fixes

11.2.3 (2025-02-12)

Bug Fixes

  • element: remove infinite preloader in loop (#7886) (c0d3ece)

... (truncated)

Commits
  • f6bb016 11.2.8
  • 7a53208 fix(virtual): fix error in Virtual slides
  • 8eb42af chore: fix flip effect in Safari
  • fe526e0 11.2.7
  • e4e1680 fix(react,vue): fix not rendered slides in effects when Virtual is enabled
  • 8a46954 fix(core): set innerHTML using trusted type
  • 473ec25 fix(core): fix for slideResetTransition events (#7989)
  • 4d988d8 fix(types): coverflow effect can be number or string with percentage (#7931)
  • 42eec07 fix(types): fix effect param type (#7945)
  • 6aa8d05 fix(vue): added missing props (#7966)
  • 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 [swiper](https://github.com/nolimits4web/Swiper) from 11.1.15 to 11.2.8.
- [Release notes](https://github.com/nolimits4web/Swiper/releases)
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md)
- [Commits](nolimits4web/swiper@v11.1.15...v11.2.8)

---
updated-dependencies:
- dependency-name: swiper
  dependency-version: 11.2.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from Nikhil-Ladha June 1, 2025 23:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 1, 2025
@l5io
Copy link
Contributor

l5io commented Jun 1, 2025

🚀 Preview for commit 9231c9e at: https://683cde94ebdce2ce55a3dd13--layer5.netlify.app

Copy link

stale bot commented Jun 27, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the issue/stale Issue has not had any activity for an extended period of time label Jun 27, 2025
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 issue/stale Issue has not had any activity for an extended period of time javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant