Bump swiper from 12.2.0 to 14.0.0#141
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [swiper](https://github.com/nolimits4web/Swiper) from 12.2.0 to 14.0.0. - [Release notes](https://github.com/nolimits4web/Swiper/releases) - [Changelog](https://github.com/nolimits4web/swiper/blob/v14.0.0/CHANGELOG.md) - [Commits](nolimits4web/swiper@v12.2.0...v14.0.0) --- updated-dependencies: - dependency-name: swiper dependency-version: 14.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
gamarr-bot2
pushed a commit
that referenced
this pull request
Jul 1, 2026
PR #140 bumped prettier 3.8.4 -> 3.9.1 but never reformatted the tree. 3.9.1 changed short-union formatting (collapses onto one line), so the frontend/src tree no longer matched. The frontend lint job only runs on pull_request, not on push to main, so main went latently red: every PR's Frontend Build/Test failed on prettier/prettier errors in ~19 files (surfaced by the swiper dependabot PR #141). - Reformat 19 files with the pinned prettier 3.9.1 (whitespace only). - Bump swiper 12.2.0 -> 14.0.0 (supersedes dependabot #141). v14 removed the swiper/types/modules/* subpaths; NavigationOptions now comes from swiper/types. One-line import change in CollectionOverview.tsx; all other swiper entry points (swiper/react, swiper/modules, css) unchanged. Verified: yarn format:check, yarn lint (0 errors), and yarn build all pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01R24A6Km4JpFdYFcRMb9nAS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps swiper from 12.2.0 to 14.0.0.
Release notes
Sourced from swiper's releases.
Changelog
Sourced from swiper's changelog.
Commits
900ec1a14.0.038153dbdocs(v14): record Phase 8 SSR runtime parity work45c664dtest(v14): add SSR runtime smoke testedfc6bbfix(v14): guard instantiation path for non-DOM (SSR) environmentsb38192eMerge branch 'master' into v14a824a7514.0.0-beta.2119c3e2docs(v14): note swiper/bundle types fix in planea70e59test(v14): cover swiper/bundle module options in consumer types8e5d26ffix(v14): expose module options on swiper/bundle types8fe712814.0.0-beta.1Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)