Skip to content

chore(deps): bump swiper from 9.4.1 to 11.2.10 #169

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: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps swiper from 9.4.1 to 11.2.10.

Release notes

Sourced from swiper's releases.

v11.2.10

Bug Fixes

  • core: fix clickedIndex with grid (863d8bd)

v11.2.9

Bug Fixes

  • core: clear blank slides within loopCreate() (#8033) (377d53c)
  • core: escape brackets when transforming classes to selector (#8014) (0c53ee8)
  • core: slideTo function does not work when grid.rows > 1 (#8030) (1fde9d3)
  • core: using loop and slideToClickedSlide / slideToLoop with centeredSlides (b6692e2), closes #8031
  • element: don't set subprops on boolean values (090caa1), closes #8003
  • keyboard: detect contenteditable element in keyboard module (#8006) (fcd434a)
  • vue: add missing event (839cafb), closes #8002

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)

... (truncated)

Changelog

Sourced from swiper's changelog.

11.2.10 (2025-06-28)

Bug Fixes

  • core: fix clickedIndex with grid (863d8bd)

11.2.9 (2025-06-27)

Bug Fixes

  • core: clear blank slides within loopCreate() (#8033) (377d53c)
  • core: escape brackets when transforming classes to selector (#8014) (0c53ee8)
  • core: slideTo function does not work when grid.rows > 1 (#8030) (1fde9d3)
  • core: using loop and slideToClickedSlide / slideToLoop with centeredSlides (b6692e2), closes #8031
  • element: don't set subprops on boolean values (090caa1), closes #8003
  • keyboard: detect contenteditable element in keyboard module (#8006) (fcd434a)
  • vue: add missing event (839cafb), closes #8002

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

... (truncated)

Commits
  • 8df837e 11.2.10
  • 863d8bd fix(core): fix clickedIndex with grid
  • 8d5de62 11.2.9
  • b6692e2 fix(core): using loop and slideToClickedSlide / slideToLoop with centeredSlides
  • aa2d243 Fix gridEnabled usage before declaration in loopCreate
  • 1fde9d3 fix(core): slideTo function does not work when grid.rows > 1 (#8030)
  • 377d53c fix(core): clear blank slides within loopCreate() (#8033)
  • 57e5508 Bump ssr-window dependency to 5.0.1
  • fcd434a fix(keyboard): detect contenteditable element in keyboard module (#8006)
  • d72ce1a chore: sponsors
  • 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 9.4.1 to 11.2.10.
- [Release notes](https://github.com/nolimits4web/Swiper/releases)
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md)
- [Commits](nolimits4web/swiper@v9.4.1...v11.2.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 28, 2025
Copy link

vercel bot commented Jul 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-book ❌ Failed (Inspect) Jul 28, 2025 11:12pm

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