Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump vue3-carousel from 0.3.1 to 0.11.0 #49

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps vue3-carousel from 0.3.1 to 0.11.0.

Release notes

Sourced from vue3-carousel's releases.

v0.11.0

What's Changed

New Contributors

Full Changelog: ismail9k/vue3-carousel@v0.10.0...v0.11.0

v0.10.0

What's Changed

New Contributors

Full Changelog: ismail9k/vue3-carousel@v0.9.0...v0.10.0

v0.9.0

What's Changed

  • Fixed carousel flickering during resize in ismail9k/vue3-carousel#431
  • Fixed carousel: Dynamic slot recalculation in render function in ismail9k/vue3-carousel#430
  • Documentation: Updated events file in ismail9k/vue3-carousel#432
  • Refactored: Improved provide/inject using a single symbol in ismail9k/vue3-carousel#434
  • Feature: Added easy addon customization in ismail9k/vue3-carousel#435
  • Fixed issues from recent updates in ismail9k/vue3-carousel#440
  • Fixed SSR for cloned slides in ismail9k/vue3-carousel#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

Full Changelog: ismail9k/vue3-carousel@v0.8.1...v0.9.0

v0.8.1

What's Changed

... (truncated)

Changelog

Sourced from vue3-carousel's changelog.

0.11.0 - 2024-12-23

  • fix: reorder exports in package.json by @​BR0kEN- in #458
  • 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

0.10.0 - 2024-12-16

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

  • fix: cannot set properties on null (setting 'index') issue by @​ismail9k in #427
  • Better support for typescript and add CarouselExposed type by @​ismail9k in #429

0.8.0 - 2024-11-24

0.7.1 - 2024-11-17

  • Feat support vertical slides by n #423
  • Feat support config carousel height
  • Fix assets build

... (truncated)

Commits
  • 7e5fdf0 0.11.0
  • 89179cf Merge pull request #461 from ismail9k/validate-itemsToShow
  • 45e86c0 Validate itemsToShow configuration
  • a9ddf34 Merge pull request #460 from ismail9k/459-incorrect-vue-peer-dependency
  • c449ee7 feat: enhance package.json with description, author, license, and keywords; u...
  • ebaaf45 feat(docs): add Carbon Ads configuration to VitePress setup
  • 58f2ecd fix(examples): update import paths to use .mjs for module compatibility
  • 4617f44 Merge branch '459-incorrect-vue-peer-dependency' of github.com:ismail9k/vue3-...
  • 9fbe53d fix: update Vue version to 3.5.0 in package.json and pnpm-lock.yaml
  • 4a15258 Merge pull request #456 from ismail9k/generic-enhancements
  • 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 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 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 [vue3-carousel](https://github.com/ismail9k/vue3-carousel) from 0.3.1 to 0.11.0.
- [Release notes](https://github.com/ismail9k/vue3-carousel/releases)
- [Changelog](https://github.com/ismail9k/vue3-carousel/blob/master/CHANGELOG.md)
- [Commits](ismail9k/vue3-carousel@v0.3.1...v0.11.0)

---
updated-dependencies:
- dependency-name: vue3-carousel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 23, 2024
Copy link
Author

dependabot bot commented on behalf of github Dec 26, 2024

Superseded by #53.

@dependabot dependabot bot closed this Dec 26, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vue3-carousel-0.11.0 branch December 26, 2024 17:21
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