[Snyk] Upgrade vue3-carousel from 0.1.48 to 0.17.0 #1768
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.
Snyk has created this PR to upgrade vue3-carousel from 0.1.48 to 0.17.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 37 versions ahead of your current version.
The recommended version was released a month ago.
Release notes
Package name: vue3-carousel
-
0.17.0 - 2025-10-26
- Improve prop validation with descriptive warnings in Carousel component by @ Krishnaku007 in #532
- Fix critical issues: mobile scrolling, auto mode crash, and wrapAround itemsToScroll in #527
- Optimizations and performance improvements by @ ismail9k in #533
- feat: exclude invisible and cloned slides from tab navigation (#521) by @ abduelmorsi in #535
- Add smooth slide transition by @ nikki-infinte in #539
- @ Krishnaku007 made their first contribution in #532
- @ abduelmorsi made their first contribution in #535
- @ nikki-infinte made their first contribution in #539
-
0.16.0 - 2025-06-11
- Lower default drag threshold by @ Tofandel in #517
- Fix carousel vModel is allowed toSlide outside of bounds by @ Tofandel in #516
-
0.15.1 - 2025-05-03
- fix: allow users to pinch zoom on mobile and prevent click properly only if user drags more than 10px by @ Tofandel in #507
-
0.15.0 - 2025-03-14
- Allow carousel ref to be passed to Pagination and Navigation by @ Tofandel in #487
- feat: add threshold option for slide transition customization by @ tbranger in #489
- Mouse scroll support by @ ismail9k in #494
- Refactor: Use Composable Functions by @ ismail9k in #493
- @ tbranger made their first contribution in #489
-
0.14.0 - 2025-02-09
- use LiveCodes for docs examples by @ hatemhosny in #476
- Replace rollup-plugin-dts with vite-plugin-dts to fix type declaration issues by @ olafyang in #478
- Add a convenient option for styling pagination by @ ismail9k in #475
- @ hatemhosny made their first contribution in #476
- @ olafyang made their first contribution in #478
-
0.13.0 - 2025-01-15
- feat: add preventExcessiveDragging option to limit boundary slide gestures by @ aovcina in #468
- Support items to show auto by @ ismail9k in #467
- Refactor/enhancments by @ ismail9k in #469
-
0.12.0 - 2024-12-26
- Generate cloned slides dynamically based on the active slides @ ismail9k in #462, #465
- Add logo, footer, and features showcase to documentation by @ ismail9k in #463
- Add fade in-out animation effect to carousel by @ ismail9k in #464
- General fixes and enhancements
-
0.11.0 - 2024-12-23
- fix: reorder exports in
- Enhance carousel performance and slide management in #456
- fix: update Vue peer dependency version to 3.5.0 in #460
- Validate itemsToShow configuration in #461
- @ BR0kEN- made their first contribution in #458
-
0.10.0 - 2024-12-16
- docs: enable local search by @ vintagesucks in #447
- Allow ignoring animations by @ Tofandel in #441
- fix: exported symbol differs from internal by @ Tofandel in #449
- fix: SSR hydration issue by @ Tofandel in #453
- feat: add paginated navigation for carousel pagination by @ Tofandel in #446
- @ vintagesucks made their first contribution in #447
-
0.9.0 - 2024-12-09
- Fixed carousel flickering during resize in #431
- Fixed carousel: Dynamic slot recalculation in render function in #430
- Documentation: Updated events file in #432
- Refactored: Improved provide/inject using a single symbol in #434
- Feature: Added easy addon customization in #435
- Fixed issues from recent updates in #440
- Fixed SSR for cloned slides in #444
- Fixed reactivity: Using provide to register slides instead of traversing nodes (fixes #433, #350)
- Fixed reactivity: Using computed and watchers instead of manual updates
- Fixed reactivity: Updated vModel during sliding rather than after transition (fixes #428)
- Fixed carousel: Updated sizes during animations (fixes #338)
- Fixed accessibility: Made elements in cloned slides non-focusable (fixes #346)
- Fixed accessibility: Added arrow key support for focused carousel (via tab)
- Fixed performance: Cloning only itemsToShow + 11 elements instead of all slides
- Improved types: Enhanced typings, added TSC during tests, and exported properly defined components
- Fixed package: Corrected order of browser, require, and import
-
0.8.1 - 2024-11-26
-
0.8.0 - 2024-11-24
-
0.7.1 - 2024-11-17
-
0.7.0 - 2024-11-17
-
0.6.0 - 2024-11-15
-
0.5.1 - 2024-11-06
-
0.5.0 - 2024-11-04
-
0.4.0 - 2024-10-23
-
0.3.4 - 2024-09-13
-
0.3.3 - 2024-04-02
-
0.3.1 - 2023-04-29
-
0.3.0 - 2023-04-09
-
0.2.16 - 2023-04-02
-
0.2.15 - 2023-04-02
-
0.2.14 - 2023-03-24
-
0.2.13 - 2023-03-18
-
0.2.12 - 2023-03-02
-
0.2.11 - 2023-02-22
-
0.2.10 - 2023-02-22
-
0.2.9 - 2022-12-12
-
0.2.8 - 2022-11-28
-
0.2.6 - 2022-11-27
-
0.2.5 - 2022-11-03
-
0.2.4 - 2022-10-16
-
0.2.2 - 2022-10-16
-
0.2.1 - 2022-10-16
-
0.2.0 - 2022-10-03
-
0.1.48 - 2022-09-30
from vue3-carousel GitHub release notesWhat's Changed
New Contributors
Full Changelog: v0.16.0...v0.17.0
What's Changed
Full Changelog: v0.15.1...v0.16.0
What's Changed
Full Changelog: v0.15.0...v0.15.1
What's Changed
New Contributors
Full Changelog: v0.14.0...v0.15.0
What's Changed
New Contributors
Full Changelog: v0.13.0...v0.14.0
What's Changed
Full Changelog: v0.12.0...v0.13.0
What's Changed
Full Changelog: v0.11.0...v0.12.0
What's Changed
package.jsonby @ BR0kEN- in #458New Contributors
Full Changelog: v0.10.0...v0.11.0
What's Changed
New Contributors
Full Changelog: v0.9.0...v0.10.0
What's Changed
Full Changelog: v0.8.1...v0.9.0
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: