⬆️ Bump swiper from 6.5.1 to 8.4.4 in /website (#1398)

Bumps [swiper](https://github.com/nolimits4web/Swiper) from 6.5.1 to 8.4.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nolimits4web/Swiper/releases">swiper's releases</a>.</em></p>
<blockquote>
<h2>v8.4.4</h2>
<h3>Features</h3>
<ul>
<li>add direct JS/CSS core and bundle exports
(<a href="f519f80f1f">f519f80</a>)</li>
</ul>
<h2>v8.4.2</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>onTouchStart.js:</strong> Fix target element assignment
(<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6065">#6065</a>)
(<a href="cb46a9a56b">cb46a9a</a>)</li>
</ul>
<h2>v8.4.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>core:</strong> fix swiping over nested shadow doms
(<a href="7d09ab0066">7d09ab0</a>),
closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6063">#6063</a></li>
<li><strong>react:</strong> fix issue with checking children
(<a href="37a94eaa12">37a94ea</a>),
closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6064">#6064</a></li>
</ul>
<h2>v8.4.0</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>a11y:</strong> don't handle focus on pointer events
(<a href="b2516014b2">b251601</a>), closes
<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5962">#5962</a> <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5814">#5814</a>
<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5524">#5524</a> <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5490">#5490</a>
<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5437">#5437</a></li>
<li><strong>angular:</strong> slidesPerGroupAuto is missing in params list for angular (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5933">#5933</a>)
(<a href="b80352a227">b80352a</a>)</li>
<li><strong>core:</strong> fix <code>beforeSlideChangeStart</code> event routing
(<a href="0e8a8b85f7">0e8a8b8</a>), closes
<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5913">#5913</a></li>
<li>event.path =&gt; event.composedPath
(<a href="8df7edffb8">8df7edf</a>), closes
<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5925">#5925</a></li>
<li><strong>types:</strong> add isLocked definition
(<a href="f2bbae60ce">f2bbae6</a>), closes
<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5941">#5941</a></li>
<li><strong>types:</strong> add missing AutoplayMethods members (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5956">#5956</a>)
(<a href="6220c2270a">6220c22</a>)</li>
<li><strong>vue:</strong> fix swiperRef for Vue swiperSlide (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5994">#5994</a>)
(<a href="a2bcbb1790">a2bcbb1</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>build:</strong> upgrade deps &amp; cjs to esm (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5927">#5927</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md">swiper's changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/nolimits4web/Swiper/compare/v8.4.3...v8.4.4">8.4.4</a> (2022-10-12)</h1>
<h3>Features</h3>
<ul>
<li>add direct JS/CSS core and bundle exports (<a href="f519f80f1f">f519f80</a>)</li>
</ul>
<h1><a href="https://github.com/nolimits4web/Swiper/compare/v8.4.2...v8.4.3">8.4.3</a> (2022-10-06)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>a11y:</strong> don't focus slide on slide inner elements clicks (<a href="c8e22f7a3e">c8e22f7</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6116">#6116</a></li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>build-config:</strong> allow to custom modules by process.env.SWIPER_BUILD_MODULES (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6043">#6043</a>) (<a href="b3c51c5ff7">b3c51c5</a>)</li>
<li><strong>solid:</strong> fix handling dynamic slides (<a href="708133d90c">708133d</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6031">#6031</a></li>
<li><strong>solid:</strong> keep solid components in <code>.jsx</code> (<a href="d7f7f65052">d7f7f65</a>)</li>
</ul>
<h1><a href="https://github.com/nolimits4web/Swiper/compare/v8.4.1...8.4.2">8.4.2</a> (2022-09-15)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>onTouchStart.js:</strong> Fix target element assignment (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6065">#6065</a>) (<a href="cb46a9a56b">cb46a9a</a>)</li>
</ul>
<h1><a href="https://github.com/nolimits4web/Swiper/compare/v8.4.0...v8.4.1">8.4.1</a> (2022-09-15)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>core:</strong> fix swiping over nested shadow doms (<a href="7d09ab0066">7d09ab0</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6063">#6063</a></li>
<li><strong>react:</strong> fix issue with checking children (<a href="37a94eaa12">37a94ea</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6064">#6064</a></li>
</ul>
<h1><a href="https://github.com/nolimits4web/Swiper/compare/v8.3.2...v8.4.0">8.4.0</a> (2022-09-14)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>a11y:</strong> don't handle focus on pointer events (<a href="b2516014b2">b251601</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5962">#5962</a> <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5814">#5814</a> <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5524">#5524</a> <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5490">#5490</a> <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5437">#5437</a></li>
<li><strong>angular:</strong> slidesPerGroupAuto is missing in params list for angular (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5933">#5933</a>) (<a href="b80352a227">b80352a</a>)</li>
<li><strong>core:</strong> fix <code>beforeSlideChangeStart</code> event routing (<a href="0e8a8b85f7">0e8a8b8</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5913">#5913</a></li>
<li>event.path =&gt; event.composedPath (<a href="8df7edffb8">8df7edf</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5925">#5925</a></li>
<li><strong>types:</strong> add isLocked definition (<a href="f2bbae60ce">f2bbae6</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5941">#5941</a></li>
<li><strong>types:</strong> add missing AutoplayMethods members (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5956">#5956</a>) (<a href="6220c2270a">6220c22</a>)</li>
<li><strong>vue:</strong> fix swiperRef for Vue swiperSlide (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5994">#5994</a>) (<a href="a2bcbb1790">a2bcbb1</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>build:</strong> upgrade deps &amp; cjs to esm (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5927">#5927</a>) (<a href="921809b963">921809b</a>)</li>
<li><strong>cards-effect:</strong> add <code>perSlideRotate</code> and <code>perSlideOffset</code> parameters (<a href="db08a70fcd">db08a70</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5939">#5939</a></li>
<li><strong>core:</strong> new <code>loopedSlidesLimit</code> parameter to re-duplicate slides (<a href="1afa4b84b9">1afa4b8</a>)</li>
<li><strong>react:</strong> Allow SwiperSlide children as long as displayName includes SwiperSlide (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5954">#5954</a>) (<a href="d1f7582633">d1f7582</a>)</li>
<li><strong>solid:</strong> keep solid components incompiled (<a href="18c66709a0">18c6670</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5943">#5943</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="3bc5466688"><code>3bc5466</code></a> 8.4.4 release</li>
<li><a href="f519f80f1f"><code>f519f80</code></a> feat: add direct JS/CSS core and bundle exports</li>
<li><a href="57f405e090"><code>57f405e</code></a> 8.4.3 release</li>
<li><a href="b3c51c5ff7"><code>b3c51c5</code></a> feat(build-config): allow to custom modules by process.env.SWIPER_BUILD_MODUL...</li>
<li><a href="739783c155"><code>739783c</code></a> chore: fix build</li>
<li><a href="c8e22f7a3e"><code>c8e22f7</code></a> fix(a11y): don't focus slide on slide inner elements clicks</li>
<li><a href="708133d90c"><code>708133d</code></a> feat(solid): fix handling dynamic slides</li>
<li><a href="d7f7f65052"><code>d7f7f65</code></a> feat(solid): keep solid components in <code>.jsx</code></li>
<li><a href="0f1e5dd29e"><code>0f1e5dd</code></a> 8.4.2 release</li>
<li><a href="cb46a9a56b"><code>cb46a9a</code></a> fix(onTouchStart.js): Fix target element assignment (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6065">#6065</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/nolimits4web/Swiper/compare/v6.5.1...v8.4.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=swiper&package-manager=npm_and_yarn&previous-version=6.5.1&new-version=8.4.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
This commit is contained in:
dependabot[bot] 2022-11-01 18:23:09 +00:00 committed by GitHub
parent a64abcb702
commit fe7729b91b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View File

@ -44,7 +44,7 @@
"jarallax": "^2.0.4",
"js-datepicker": "^5.18.1",
"shufflejs": "^6.1.0",
"swiper": "6.5.1",
"swiper": "8.4.4",
"tiny-slider": "^2.9.4",
"tobii": "^2.0.0-alpha",
"wow.js": "^1.2.2"

View File

@ -1527,12 +1527,12 @@ dom-serializer@^2.0.0:
domhandler "^5.0.2"
entities "^4.2.0"
dom7@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/dom7/-/dom7-3.0.0.tgz#b861ce5d67a6becd7aaa3ad02942ff14b1240331"
integrity sha512-oNlcUdHsC4zb7Msx7JN3K0Nro1dzJ48knvBOnDPKJ2GV9wl1i5vydJZUSyOfrkKFDZEud/jBsTk92S/VGSAe/g==
dom7@^4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/dom7/-/dom7-4.0.4.tgz#8b68c5d8e5e2ed0fddb1cb93e433bc9060c8f3fb"
integrity sha512-DSSgBzQ4rJWQp1u6o+3FVwMNnT5bzQbMb+o31TjYYeRi05uAcpF8koxdfzeoe5ElzPmua7W7N28YJhF7iEKqIw==
dependencies:
ssr-window "^3.0.0-alpha.1"
ssr-window "^4.0.0"
domelementtype@1:
version "1.3.1"
@ -5327,10 +5327,10 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
ssr-window@^3.0.0, ssr-window@^3.0.0-alpha.1:
version "3.0.0"
resolved "https://registry.yarnpkg.com/ssr-window/-/ssr-window-3.0.0.tgz#fd5b82801638943e0cc704c4691801435af7ac37"
integrity sha512-q+8UfWDg9Itrg0yWK7oe5p/XRCJpJF9OBtXfOPgSJl+u3Xd5KI328RUEvUqSMVM9CiQUEf1QdBzJMkYGErj9QA==
ssr-window@^4.0.0, ssr-window@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/ssr-window/-/ssr-window-4.0.2.tgz#dc6b3ee37be86ac0e3ddc60030f7b3bc9b8553be"
integrity sha512-ISv/Ch+ig7SOtw7G2+qkwfVASzazUnvlDTwypdLoPoySv+6MqlOV10VwPSE6EWkGjhW50lUmghPmpYZXMu/+AQ==
stable@~0.1.6:
version "0.1.8"
@ -5562,13 +5562,13 @@ svgstore@^3.0.0-2:
dependencies:
cheerio v1.0.0-rc.10
swiper@6.5.1:
version "6.5.1"
resolved "https://registry.yarnpkg.com/swiper/-/swiper-6.5.1.tgz#795630e45bbebb3b3b2945d55c22ffdcf5536c1b"
integrity sha512-iuyg4cr+L7wo5EI0fWUuW+lT3BnNtVTYtInhUC5JImTr0i8jNranx8BPyN8AOSKa6jBYN+oaCzj8DAwGK+ngRg==
swiper@8.4.4:
version "8.4.4"
resolved "https://registry.yarnpkg.com/swiper/-/swiper-8.4.4.tgz#868ccad5384624e84143b469c75bc54ba004e668"
integrity sha512-jA/8BfOZwT8PqPSnMX0TENZYitXEhNa7ZSNj1Diqh5LZyUJoBQaZcqAiPQ/PIg1+IPaRn/V8ZYVb0nxHMh51yw==
dependencies:
dom7 "^3.0.0"
ssr-window "^3.0.0"
dom7 "^4.0.4"
ssr-window "^4.0.2"
symbol-observable@1.0.1:
version "1.0.1"