Skip to content

chore(deps): bump swiper from 8.4.7 to 9.4.1 #82

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github-enterprise Jun 16, 2023

Bumps swiper from 8.4.7 to 9.4.1.

Release notes

Sourced from swiper's releases.

v9.4.1

Bug Fixes

  • core: fix issue with calling freeMode introduced in 9.4.0 (581eea8), closes #6751

v9.4.0

9.4.0 (2023-06-12)

Bug Fixes

  • core: lazyPreloadPrevNext not working with grid (883f006), closes #6725
  • core: fix case with not enough slides with centeredSlidesBounds (93b4279), closes #6689
  • core: fix error for swiperSlideSize in hidden slider (36ef2e6), closes #6718
  • core: fix issue with allowSlideNext in RTL mode (d61da52), closes #6737
  • core: fix navigation can be disabled in breakpoints (1fd36ad), closes #6746
  • core: fix to preload lazyPreloadPrevNext prior to active slide (d2f718c), closes #6684
  • core: lazyPreloadPrevNext not working with loop mode #6724 (#6726) (69acab4)
  • effect-cards: fixed in RTL mode (e402f05), closes #5534
  • hash-navigation: get active slide element using the old method if Virtual is not being… (#6704) (db7e72f)

Features

  • core: cssMode now supports freeMode (abe1ec7)
  • element: add part="bullet[-active]" to pagination bullets (8b4cccd), closes #6717

... (truncated)

Changelog

Sourced from swiper's changelog.

9.4.1 (2023-06-13)

Bug Fixes

  • core: fix issue with calling freeMode introduced in 9.4.0 (581eea8), closes #6751

9.4.0 (2023-06-12)

Bug Fixes

  • core: lazyPreloadPrevNext not working with grid (883f006), closes #6725
  • core: fix case with not enough slides with centeredSlidesBounds (93b4279), closes #6689
  • core: fix error for swiperSlideSize in hidden slider (36ef2e6), closes #6718
  • core: fix issue with allowSlideNext in RTL mode (d61da52), closes #6737
  • core: fix navigation can be disabled in breakpoints (1fd36ad), closes #6746
  • core: fix to preload lazyPreloadPrevNext prior to active slide (d2f718c), closes #6684
  • core: lazyPreloadPrevNext not working with loop mode #6724 (#6726) (69acab4)
  • effect-cards: fixed in RTL mode (e402f05), closes #5534
  • hash-navigation: get active slide element using the old method if Virtual is not being… (#6704) (db7e72f)

Features

  • core: cssMode now supports freeMode (abe1ec7)
  • element: add part="bullet[-active]" to pagination bullets (8b4cccd), closes #6717

9.3.2 (2023-05-15)

Bug Fixes

  • core: don't call update() on lazy loaded if spv !== auto and no autoHeight (378a3c6)
  • core: don't call update() on lazy loaded in css mode (efc294c)
  • core: fix for smoothScroll check in Support module (e0f4ae4)
  • element: fix not working correctly injectStylesUrls (6a50d45), closes #6662
  • element: remove/re-add navigation, pagination, scrollbar elements based on prop value (45f8d4a), closes #6672
  • hash-navigation: handle slide to none existing hash (#6681) (7f3fa96)

Features

  • add string type for effect param (7340629), closes #6676
  • mousewheel: add noMousewheelClass param (0fcd210)
  • mousewheel: support for swiper-no-mousewheel ignore class (#6671) (c9130c3)
  • react: export SwiperClass type from 'swiper/react' (6768efe), closes #5500

9.3.1 (2023-05-10)

Bug Fixes

  • element: correct extending of HTMLElementEventMap in types (d6a0aca), closes #6657

Features

... (truncated)

Commits
  • 3b6c21c 9.4.1
  • 581eea8 fix(core): fix issue with calling freeMode introduced in 9.4.0
  • 7126109 9.4.0
  • 1fd36ad fix(core): fix navigation can be disabled in breakpoints
  • abe1ec7 feat(core): cssMode now supports freeMode
  • d2f718c fix(core): fix to preload lazyPreloadPrevNext prior to active slide
  • 93b4279 fix(core): fix case with not enough slides with centeredSlidesBounds
  • e402f05 fix(effect-cards): fixed in RTL mode
  • 8b4cccd feat(element): add part="bullet[-active]" to pagination bullets
  • 883f006 fix(core): fix(core): lazyPreloadPrevNext not working with grid
  • Additional commits viewable in compare view

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.7 to 9.4.1.
- [Release notes](https://github.com/nolimits4web/Swiper/releases)
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nolimits4web/Swiper/compare/v8.4.7...v9.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 16, 2023
@dependabot dependabot bot requested a review from a team June 16, 2023 01:09
@dependabot @github-enterprise
Copy link
Author

dependabot bot commented on behalf of github-enterprise Jul 7, 2023

Superseded by #94.

@dependabot @github-enterprise
Copy link
Author

dependabot bot commented on behalf of github-enterprise Jul 7, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot closed this Jul 7, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/swiper-9.4.1 branch July 7, 2023 01:17
Sign in to join this conversation on GitHub.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants