Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

fix(deps): update dependency swiper to v7 #154

Closed
wants to merge 2 commits into from
Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 25, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
swiper (source) 6.8.4 -> 7.0.9 age adoption passing confidence

Release Notes

nolimits4web/Swiper

v7.0.9

Compare Source

Bug Fixes

v7.0.8

Compare Source

Features
  • virtual: improve behavior with cssMode (b478058)

v7.0.7

Compare Source

Bug Fixes

v7.0.6

Compare Source

Bug Fixes
Features

v7.0.5

Compare Source

Bug Fixes
  • core: don't auto create elements on destroy/init (b4cdea8)
  • core: passes modules shouldn't extend prototype (f07d43f), closes #​4928

v7.0.4

Compare Source

Bug Fixes
Features

v7.0.3

Compare Source

Bug Fixes

v7.0.2

Compare Source

Bug Fixes

v7.0.1

Compare Source

Bug Fixes

v7.0.0

Compare Source

Bug Fixes
  • angular: container classNames (#​4854) (fd092dc)
  • angular: demo (9fa84e6)
  • angular: try paths for build/types (04b4eae)
  • angular: tsignore (9011756)
  • types: make loopSlides & loopCreate & loopDestroy internal (d6fdd1b)
  • zoom: zoom elements only in swiper-zoom-container (a4e351f), closes #​4847
  • keyboard: fix not working keyboard module (31ee849)
  • pagination: avoid adding direction classes to other swiper's pagination's (f1c8c89)
  • core: prevent watchOverflow from unlocking slidePrev/Next (f1b7397)
  • scrollbar: fix scrollbar size with centeredSlides (91f2f2f)
  • core: fix slide progress in CSS Mode and centered slides (1b0165a)
  • core: better handle loop fix with cssMode enabled (ff84073)
  • core: fix auto create elements feature with breakpoints (3b50feb)
  • components: add modules prop (596e2a1)
  • types: add modules parameter (0d599e2)
  • core: grab cursor to be set based on touchEventsTarget (cffc3aa)
  • core: double check for documentElement in smoothScroll detection (ac09e38)
Features
  • creative-effect: add shadowPerProgress parameter (980c4c7)
  • angular: better typing (e132ee8)
  • angular: better typing (6b562fa)
  • angular: support 'strictTemplates' flag (613f12c)
  • effect-creative: add progressMultipler option (ed3bd7a)
  • angular: partial ivy build (#​4834) (e86b2b3)
  • core swiper-container class to swiper (ad8002c)
  • core swiper-container class to swiper (c763c9c)
  • core: watchOverflow is now enabled by default (b97286f)
  • core: improve watchOverflow detection (627ae4c)
  • creative-effect: add shadows (cce4f23)
  • cards-effect: add slide shadow (09666c8)
  • cards-effect: new Cards effect (21af858)
  • creative-effect: add limitProgress and perspective options (1c7d49e)
  • core: new "Creative" effect (f72f5ba)
  • svelte: add Svelte components typings (5a64bdc)
  • core: new slidesPerGroupAuto feature (2b6f133), closes #​4168
  • coverflow-effect: support cssMode (e13d268)
  • fade-effect: support cssMode (18b49cc)
  • flip-effect: support cssMode (82859a1)
  • pagination: keep pagination styles when it is outside of container (1b11429), closes #​3736
  • core: better RTL support in CSS Mode (3503ced)
  • core: support for centeredSlides in CSS Mode (c940953)
  • core: support for coverflow effect in CSS Mode (8300225)
  • core: support for Virtual Slides in CSS Mode (0e26d52)
  • core: use easing for custom scroll animation (f40a370)
  • zoom: support Zoom in CSS Mode (4639702)
  • core: watchSlidesProgress and watchSlidesVisibility merged into single watchSlidesProgress (33dbf62)
  • core: custom animation for CSS Mode where smooth scrolling is not supported (a61da6a)
  • core: remove isEdge browser detection (9c9970c)
  • core: move slides manipulation methods to Manipulation module (74873f1)
  • core: move slidesPerColumn functionality to new Grid module (0f1df44)
  • core: increase package build target (65f96c1)
  • core: tweak browserslist (82a23a5)
  • core: convert A11y to functional module (5906115)
  • core: convert Autoplay to functional module (ace1e54)
  • core: convert FreeMode to functional module (4d307c0)
  • core: convert Keyboard to functional module (ed63a3b)
  • core: convert Lazy to functional module (8d4f99a)
  • core: convert Mousewheel to functional module (1e4bf98)
  • core: convert Navigation to functional module (e4aa156)
  • core: convert Pagination to functional module (1c718d0)
  • core: convert Scrollbar to functional module (96b8b17)
  • core: convert Thumbs to functional module (bea5ac2)
  • core: convert Virtual to functional module (6899e83)
  • core: convert Zoom to functional module (eb1437e)
  • core: remove object-syntax modules support (287d14a)
  • core: touchEventsTarget is now default to wrapper (71ffcb5), closes #​4751 #​3816
  • core: convert effects to functional modules (b6f64a5)
  • core: convert HashNavigation to functional module (ac384c6)
  • core: convert History to functional module (7e7c95a)
  • core: convert Observer to functional module (a31b80e)
  • core: convert Parallax to functional module (a7c26b5)
  • core: convert Resize to functional module (133047c)
  • core: new functional modules syntax (e45285a)
  • core: remove mouse events listeners in favor of pointer events (b9254ab)
  • core: remove MutationObserver support detection (consider it is supported everywhere) (6ed6786)
  • core: remove pointerEvents support detection (b7d171b)
  • core: resizeObserver is not enabled by default (552a7ea)
  • package: use type: module (e8d89f2)
  • core: remove CJS formats (3978367)
  • core: remove Less and SCSS variables in favor of CSS variables (91e8ea1)
  • freeMode: init (#​4240) (895da28)
  • slidesPerColumn: init (#​4508) (c469d29)

Configuration

📅 Schedule: "every 2 weeks on Monday before 7am" in timezone Europe/Berlin.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Oct 25, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/technologiestiftung/stadtpuls-frontend/8urkBVPxZ1T8cZE7jJMK9N9PyG1s
✅ Preview: Failed

[Deployment for 240f94e failed]

@vogelino
Copy link
Contributor

I attempted to follow the swiper 7 migration guide, but there seem to be an issue. It could be possible, that the nextjs bundling doesn't support ESM. That surprises me. It might be related to vercel/next.js#9607 but I'm postponing this to later as I've spent too much time already and swiper 6 is still supported.

@renovate
Copy link
Author

renovate bot commented Feb 1, 2022

Autoclosing Skipped

This PR has been flagged for autoclosing, however it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@renovate renovate bot closed this Apr 23, 2022
@renovate renovate bot deleted the renovate/swiper-7.x branch April 23, 2022 16:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants