Skip to content

chore(deps): bump swiper from 12.1.2 to 14.2.0 in /apps/files_mediaviewer - #22

Open
dependabot[bot] wants to merge 1 commit into
monorepofrom
dependabot/npm_and_yarn/apps/files_mediaviewer/swiper-14.2.0
Open

chore(deps): bump swiper from 12.1.2 to 14.2.0 in /apps/files_mediaviewer#22
dependabot[bot] wants to merge 1 commit into
monorepofrom
dependabot/npm_and_yarn/apps/files_mediaviewer/swiper-14.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor

Bumps swiper from 12.1.2 to 14.2.0.

Release notes

Sourced from swiper's releases.

v14.2.0

Bug Fixes

  • cards: prevent invalid calc() transform with low perSlideOffset (d8ff235), closes #8211
  • core: do not emit index-change events from loopFix teleports (#8015) (9b78f71)
  • core: harden extend() against prototype-method override in key filtering (93154fc), closes #8189
  • core: recompute rtlTranslate in changeDirection (#8053) (b4b49bf)
  • core: size loop buffer from actual offset width, not centeredSlides geometry (#8203) (bc4a658)

Features

  • core: add lazyPreload param to disable built-in lazy image handling (#7570) (81345db)
  • fade: add fadeEffect "mode" param with new "out-in" transition mode (#8051) (b907702)

v14.1.0

Bug Fixes

  • core: keep module defaults when params come from another realm (4bb6caf)
  • core: make elementOffset viewport-relative again (1115f9e), closes #8209
  • types: preserve module options in breakpoints (d598495), closes #8207

v14.0.7

Bug Fixes

  • zoom: zoom to the tapped point on the first double-tap (e0d4ed5)

v14.0.5

Bug Fixes

  • virtual: render first slide on initial update (ebdb054), closes #8202

v14.0.2

Bug Fixes

  • build: spawn npx via shell on Windows in emit-types (494f7b1), closes #8197
  • pagination: divide fraction/progressbar total by grid rows (edfbfa5)
  • react: bind Thumbs tap handler when thumbs swiper is set after init (4fb72b9), closes #8198

v14.0.1

Patch release fixing two web-component (and Vue wrapper) regressions introduced by the v14 rewrite.

Bug Fixes

  • core: restore slide detection in web component — the <swiper-container> element initialized with zero slides because slidesEl was resolved to the shadow root instead of the host element (b3b822f), closes #8196
  • element: render navigation/pagination/scrollbar when set as boolean params — bare boolean usage (<swiper-container navigation>, Vue :navigation="true") stopped rendering the built-in controls (253fa39), closes #8196

v14.0.0

Swiper v14 is a ground-up TypeScript rewrite of the entire codebase, focused on smaller bundles, more accurate types, and a modern browser baseline. (We skipped v13.)

Upgrading from v12 requires no code changes. Every option, default, event, payload, method signature, and module import (swiper/modules, swiper/react, swiper/vue, swiper/element, …) behaves exactly as before. The only differences you may notice are tighter TypeScript types and a narrower set of supported browsers — see Breaking Changes below.

... (truncated)

Changelog

Sourced from swiper's changelog.

14.2.0 (2026-08-26)

Bug Fixes

  • cards: prevent invalid calc() transform with low perSlideOffset (d8ff235), closes #8211
  • core: do not emit index-change events from loopFix teleports (#8015) (9b78f71)
  • core: harden extend() against prototype-method override in key filtering (93154fc), closes #8189
  • core: recompute rtlTranslate in changeDirection (#8053) (b4b49bf)
  • core: size loop buffer from actual offset width, not centeredSlides geometry (#8203) (bc4a658)

Features

  • core: add lazyPreload param to disable built-in lazy image handling (#7570) (81345db)
  • fade: add fadeEffect "mode" param with new "out-in" transition mode (#8051) (b907702)

14.1.0 (2026-08-06)

Bug Fixes

  • core: keep module defaults when params come from another realm (4bb6caf)
  • core: make elementOffset viewport-relative again (1115f9e), closes #8209
  • types: preserve module options in breakpoints (d598495), closes #8207

14.0.7 (2026-07-28)

Bug Fixes

  • zoom: zoom to the tapped point on the first double-tap (e0d4ed5)

14.0.6 (2026-07-20)

Bug Fixes

  • loop: stop false "not enough slides" warning with auto + centeredSlides (ec9a170), closes #7586
  • scrollbar: resolve string el selector on non-element swiper (c75a7f9)

14.0.5 (2026-07-09)

Bug Fixes

  • virtual: render first slide on initial update (ebdb054), closes #8202

14.0.2 (2026-07-07)

Bug Fixes

  • build: spawn npx via shell on Windows in emit-types (494f7b1), closes #8197
  • pagination: divide fraction/progressbar total by grid rows (edfbfa5)
  • react: bind Thumbs tap handler when thumbs swiper is set after init (4fb72b9), closes #8198

... (truncated)

Commits
  • c653f82 14.2.0
  • 81345db feat(core): add lazyPreload param to disable built-in lazy image handling (#7...
  • b907702 feat(fade): add fadeEffect "mode" param with new "out-in" transition mode (#8...
  • bc4a658 fix(core): size loop buffer from actual offset width, not centeredSlides geom...
  • 93154fc fix(core): harden extend() against prototype-method override in key filtering
  • d8ff235 fix(cards): prevent invalid calc() transform with low perSlideOffset
  • 9b78f71 fix(core): do not emit index-change events from loopFix teleports (#8015)
  • d91654d Merge pull request #8212 from Jaybhade/fix/8053-rtl-translate-change-direction
  • b4b49bf fix(core): recompute rtlTranslate in changeDirection (#8053)
  • 6138c2a 14.1.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 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 12.1.2 to 14.2.0.
- [Release notes](https://github.com/nolimits4web/Swiper/releases)
- [Changelog](https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md)
- [Commits](nolimits4web/swiper@v12.1.2...v14.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 4, 2026
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