Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps swiper from 11.2.6 to 12.0.3.

Release notes

Sourced from swiper's releases.

v12.0.3

Bug Fixes

  • element: fixed reference to nav arrows SVG (0b17ecf), closes #8115

Features

  • core: add 'getRotateFix' export to effect utils (c97ae5d), closes #8114

v12.0.2

Features

  • navigation: add styles for when buttons set before slider (4588c57), closes #8085
  • navigation: new addIcons parameter to add SVG icons to nav buttons (b955b0c), closes #8088 #8087

v12.0.1

Bug Fixes

  • navigation: tweak nav styles when adjacent (98440d9)

v12.0.0

Bug Fixes

  • core: fixes issues when slidesOffsetBefore & slidesOffsetAfter are combinated with centeredSlides, slidesPerView & loop (#8038) (74cc297), closes #7298 #7956 #6916
  • effect-cards: fix offset in vertical direction when rotate is unset (a248ca1), closes #8075
  • get-device: regexp tweak (60bb79b), closes #8057
  • types: correct types for getSlideTransformEl (b34bdce), closes #8054

Features

  • a11y: add wrapperLiveRegion param to disable wrapper live region in a11y module (#8061) (d03044e)
  • move to SVG icons for navigation (264603c), closes #6652 #4990
  • remove LESS and SCSS styles in favor of CSS (118ec66)
  • virtual: add slidesPerViewAutoSlideSize parameter for fixed slide dimensions with slidesPerView auto (d472144), closes #8041 #7796

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

... (truncated)

Changelog

Sourced from swiper's changelog.

12.0.3 (2025-10-21)

Bug Fixes

  • element: fixed reference to nav arrows SVG (0b17ecf), closes #8115

Features

  • core: add 'getRotateFix' export to effect utils (c97ae5d), closes #8114

12.0.2 (2025-09-18)

Features

  • navigation: add styles for when buttons set before slider (4588c57), closes #8085
  • navigation: new addIcons parameter to add SVG icons to nav buttons (b955b0c), closes #8088 #8087

12.0.1 (2025-09-11)

Bug Fixes

  • navigation: tweak nav styles when adjacent (98440d9)

12.0.0 (2025-09-11)

Bug Fixes

  • core: fixes issues when slidesOffsetBefore & slidesOffsetAfter are combinated with centeredSlides, slidesPerView & loop (#8038) (74cc297), closes #7298 #7956 #6916
  • effect-cards: fix offset in vertical direction when rotate is unset (a248ca1), closes #8075
  • get-device: regexp tweak (60bb79b), closes #8057
  • types: correct types for getSlideTransformEl (b34bdce), closes #8054

Features

  • a11y: add wrapperLiveRegion param to disable wrapper live region in a11y module (#8061) (d03044e)
  • move to SVG icons for navigation (264603c), closes #6652 #4990
  • remove LESS and SCSS styles in favor of CSS (118ec66)
  • virtual: add slidesPerViewAutoSlideSize parameter for fixed slide dimensions with slidesPerView auto (d472144), closes #8041 #7796

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)

... (truncated)

Commits
  • 06b3510 12.0.3
  • c97ae5d feat(core): add 'getRotateFix' export to effect utils
  • 0b17ecf fix(element): fixed reference to nav arrows SVG
  • 2ae0462 chore: warp (#8093)
  • e5e5707 12.0.2
  • 4588c57 feat(navigation): add styles for when buttons set before slider
  • b955b0c feat(navigation): new addIcons parameter to add SVG icons to nav buttons
  • 3cc3e50 12.0.1
  • 98440d9 fix(navigation): tweak nav styles when adjacent
  • 649143e 12.0.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 [swiper](https://github.com/nolimits4web/Swiper) from 11.2.6 to 12.0.3.
- [Release notes](https://github.com/nolimits4web/Swiper/releases)
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md)
- [Commits](nolimits4web/swiper@v11.2.6...v12.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

Labels

The following labels could not be found: pr: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from ajay-dhangar as a code owner December 22, 2025 17:10
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job, @dependabot[bot]! 🎉 Thank you for submitting your pull request to CodeHarborHub. We appreciate your contribution and enthusiasm! Our team will review it soon. If you have any questions or need further assistance, feel free to reach out. Thanks for contributing!

@deepsource-io
Copy link
Contributor

deepsource-io bot commented Dec 22, 2025

Here's the code health analysis summary for commits 1a673c4..12772f2. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@github-actions
Copy link

⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀

🔗 Site: CodeHarborHub | Live Site

URL 🌐 Performance Accessibility Best Practices SEO 📊
/ 🔴 37 🟡 81 🟡 75 🟢 100 📄
/docs 🟡 54 🟢 92 🟡 75 🟢 100 📄
/courses 🟡 58 🟢 92 🟢 96 🟢 100 📄
/showcase 🟡 55 🟢 91 🟡 75 🟡 86 📄
/community 🟡 60 🟢 92 🟢 96 🟢 100 📄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant