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

Bump swiper from 8.4.5 to 9.1.1 #60

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 19, 2023

Bumps swiper from 8.4.5 to 9.1.1.

Release notes

Sourced from swiper's releases.

v9.1.0

Bug Fixes

  • autoplay: fix a crash with resize when the autoplay has gone away during timeout (#6431) (adb40f4)
  • core: correctly calc slide's DOM indexes, actual for Element (18b1f2b)
  • core: fix loop when slidesPerGroup is not even to number of slides (f998115), closes #6412
  • core: prevent observer trigger because of grab cursor (9597442), closes #6423
  • core: proceed iOS's pointercancel as pointerup (50b65f6), closes #6414 #6382
  • effect-creative: fix origin (7883408), closes #6439
  • element: fix ignored on event handlers (898f76c), closes #6399
  • pagination: double check if bullet exists (a335a41), closes #6422
  • pagination: fix clickable pagination with slidesPerView > 1 and loop (cf8cdf5), closes #6415
  • virtual: fix escaped HTML in virtual slides content (a61638a), closes #6404
  • zoom: fix zoom stick on pointer out (6700980), closes #6396

v9.0.5

Bug Fixes

  • scrollbar: fix duplicated scrollbar (e99361d), closes #6386

v9.0.4

Bug Fixes

  • autoplay: fixing autoplay undefined error (#6366) (f2a0572)
  • pagination: fix pagination bullets children clicks

... (truncated)

Changelog

Sourced from swiper's changelog.

9.1.1 (2023-03-16)

Bug Fixes

  • core: fixed loop when using custom slideActiveClass (#6495) (756ecdb)
  • element: reset initialized flag on disconnectedCallback (#6474) (1e4a235)
  • loop: fix loopFix for controlled swipers (d7c0ef7), closes #6491
  • loop: fix slides closure when removing last slide (1a02271), closes #6477
  • pagination: correctly support multiple bullets paginations (e24bd8c), closes #6462
  • pagination: escape + char in pagination classes (d0beb9f), closes #6486
  • pagination: support bulle multiple classes (20b05fa), closes #6447
  • react: fix virtual loop when not enough slides (57d8eea), closes #6487

Features

  • element: add eventsPrefix prop to avoid collision with native events (d5df91f), closes #6450
  • pagination: add border-radius variable (#6476) (c912590)

9.1.0 (2023-02-28)

Bug Fixes

  • autoplay: fix a crash with resize when the autoplay has gone away during timeout (#6431) (adb40f4)
  • core: correctly calc slide's DOM indexes, actual for Element (18b1f2b)
  • core: fix loop when slidesPerGroup is not even to number of slides (f998115), closes #6412
  • core: prevent observer trigger because of grab cursor (9597442), closes #6423
  • core: proceed iOS's pointercancel as pointerup (50b65f6), closes #6414 #6382
  • effect-creative: fix origin (7883408), closes #6439
  • element: fix ignored on event handlers (898f76c), closes #6399
  • pagination: double check if bullet exists (a335a41), closes #6422
  • pagination: fix clickable pagination with slidesPerView > 1 and loop (cf8cdf5), closes #6415
  • virtual: fix escaped HTML in virtual slides content (a61638a), closes #6404
  • zoom: fix zoom stick on pointer out (6700980), closes #6396

Features

  • element: new global window.SwiperElementRegisterParams method to register acceptable element props (fb63358)

9.0.5 (2023-02-13)

Bug Fixes

  • scrollbar: fix duplicated scrollbar (e99361d), closes #6386

9.0.4 (2023-02-10)

Bug Fixes

  • autoplay: fixing autoplay undefined error (#6366) (f2a0572)
  • pagination: fix pagination bullets children clicks (8bcff39), closes #6361

... (truncated)

Commits
  • 8f48d7f 9.1.1
  • d5df91f feat(element): add eventsPrefix prop to avoid collision with native events
  • d7c0ef7 fix(loop): fix loopFix for controlled swipers
  • 57d8eea fix(react): fix virtual loop when not enough slides
  • d0beb9f fix(pagination): escape + char in pagination classes
  • 1a02271 fix(loop): fix slides closure when removing last slide
  • 20b05fa fix(pagination): support bulle multiple classes
  • bcb275f chore: add getSlideIndexByData method
  • e24bd8c fix(pagination): correctly support multiple bullets paginations
  • c912590 feat(pagination): add border-radius variable (#6476)
  • 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 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 8.4.5 to 9.1.1.
- [Release notes](https://github.com/nolimits4web/Swiper/releases)
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md)
- [Commits](nolimits4web/swiper@v8.4.5...v9.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 19, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 19, 2023

Dependabot tried to add @Nikhil-Ladha as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/Chadha93/layer5/pulls/60/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the Chadha93/layer5 repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

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
Projects
None yet
0 participants