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 vue-debounce from 2.6.0 to 4.0.0 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 6, 2022

Bumps vue-debounce from 2.6.0 to 4.0.0.

Release notes

Sourced from vue-debounce's releases.

v4.0.0

Breaking Changes

  • Removed getDirective flow there is now a dedicated import for vue 2, and vue 3 #73

Improved

  • Made usage easier, instead of trying to support complex backwards compatability, I simply separated the two into their own imports
  • Usage should be less convoluted

Fixed

v3.1.1

Fixed

  • Erroring out when there were no attributes on your element tag #71
  • Potential issue if passed events was just an empty array or string would cause debounce to stop listening all together
    • This falls back on the value of listenTo

v3.1.0

Improved

  • Now using vNode instead of raw events, this allows us to use events no matter how deep (#66)
    • The above improves compatability with libraries like Vuetify

Chore

  • Dependency Updates and Audit fixes

v3.0.1

Improved

v3.0.0

BREAKING CHANGES

  • Lots of code condencing, shouldn't break anything but just in case
  • Changed how debouncing fireonempty works. It had a bug so I made it a bit more strict to fix this
    • Please open issues ASAP if this functionality is not working as expected

New

  • Added new trim option and modifier, this allows you to trim inputs that come through
    • The value given to your function will NOT be the trimmed value, trim is only used for logic to see if things should be ran
  • Added getDirective function which allows you to create a directive instance at lower levels other than global should help with #53

... (truncated)

Changelog

Sourced from vue-debounce's changelog.

v4.0.0

Breaking Changes

  • Removed getDirective flow there is now a dedicated import for vue 2, and vue 3

Improved

  • Made usage easier, instead of trying to support complex backwards compatability, I simply separated the two into their own imports
  • Usage should be less convoluted

Fixed

  • Vue 3 compatability should be stabalized and working again

v3.1.1

Fixed

  • Erroring out when there were no attributes on your element tag #71
  • Potential issue if passed events was just an empty array or string would cause debounce to stop listening all together
    • This falls back on the value of listenTo

v3.1.0

Improved

  • Now using vNode instead of raw events, this allows us to use events no matter how deep #66
    • The above improves compatability with libraries like Vuetify

Chore

  • Dependency Updates and Audit fixes

v3.0.2

New

  • The build will now push out a esm module as well with the other minified versions check the readme on how to use it

Chores

  • Updated dependencies
  • Ran Audit on dev deps (and fixed)

Fixed

  • Some documentation mis communications

v3.0.1

... (truncated)

Commits
  • 5fb4bd4 Merge pull request #74 from dhershman1/development
  • a633aa7 Updated: Readme
  • d931587 Updated: Types
  • 87f607c Chore: Bump to v4.0.0
  • c0e2281 Updated: Better vue 3 support
  • 929656e Updated: Cleaned vue 2 directive
  • 85e993a Added: Vue 3 dedicated directive
  • a991f5b Updated: Moved common fns to internals
  • 5d7d5c0 Merge pull request #72 from dhershman1/development
  • a8a4839 Fixed: Issue with empty attributes on tags
  • 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 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 [vue-debounce](https://github.com/dhershman1/vue-debounce) from 2.6.0 to 4.0.0.
- [Release notes](https://github.com/dhershman1/vue-debounce/releases)
- [Changelog](https://github.com/dhershman1/vue-debounce/blob/master/CHANGELOG.md)
- [Commits](dhershman1/vue-debounce@v2.6.0...v4.0.0)

---
updated-dependencies:
- dependency-name: vue-debounce
  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 6, 2022
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
0 participants