vue-use-kit
vue-use-kit copied to clipboard
🛠️Useful collection of Vue composition API functions https://microcipcip.github.io/vue-use-kit/
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.0.2 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...
runOnMount is set to true by default, so if you just instance it with a callback and then run `start()` then the loop would be running double. See https://github.com/davedbase/solid-primitives/pull/73
Hello, @microcipcip. It throws error on import @vue/composition-api with vue3. How I can use it with vue3?
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.7 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp), [commitizen](https://github.com/commitizen/cz-cli), [handlebars](https://github.com/wycats/handlebars.js) and [npm](https://github.com/npm/cli). These dependencies need to be updated together. Updates `minimist` from 1.2.0 to 1.2.7 Changelog Sourced...
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [json5](https://github.com/json5/json5), [json5](https://github.com/json5/json5), [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) and [jest-config](https://github.com/facebook/jest/tree/HEAD/packages/jest-config). These dependencies need to be updated together. Updates `json5` from 2.1.1 to 2.2.3 Release notes Sourced...
Removes [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git). It's no longer used after updating ancestor dependency [lint-staged](https://github.com/okonet/lint-staged). These dependencies need to be updated together. Removes `simple-git` Updates `lint-staged` from 8.2.1 to 13.2.2 Release notes Sourced from...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
It looks like the `e.preventDefault()` is not enough in some browsers (Brave is where I tested). However, if I also do `e.returnValue = ''`, it does prevent and ask if...