From cc90a1cea51af2c3d80f895c6b52793f125610ab Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 26 Nov 2021 19:59:31 +0000 Subject: [PATCH] fix(deps): update dependency @vueuse/core to v7.1.2 (#1092) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@vueuse/core](https://github.com/vueuse/vueuse) | dependencies | patch | [`7.1.1` -> `7.1.2`](https://renovatebot.com/diffs/npm/@vueuse%2fcore/7.1.1/7.1.2) | --- ### Release Notes
vueuse/vueuse ### [`v7.1.2`](https://github.com/vueuse/vueuse/releases/v7.1.2) [Compare Source](https://github.com/vueuse/vueuse/compare/v7.1.1...v7.1.2) ##### Bug Fixes - **useAsyncState:** optional argument of `execute` ([#​972](https://github.com/vueuse/vueuse/issues/972)) ([6661a09](https://github.com/vueuse/vueuse/commit/6661a09)) - **UseVirtualList:** fix list not being reactive in component ([#​968](https://github.com/vueuse/vueuse/issues/968)) ([fb7cd78](https://github.com/vueuse/vueuse/commit/fb7cd78)) ##### Features - **useEyeDropper:** add initialValue option, improve types ([#​950](https://github.com/vueuse/vueuse/issues/950)) ([cf8ced3](https://github.com/vueuse/vueuse/commit/cf8ced3))
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1092 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4e7571d8..a8b56e91 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@sentry/tracing": "6.15.0", "@sentry/vue": "6.15.0", "@vue/compat": "3.2.23", - "@vueuse/core": "7.1.1", + "@vueuse/core": "7.1.2", "bulma-css-variables": "0.9.33", "camel-case": "4.1.2", "codemirror": "5.64.0", diff --git a/yarn.lock b/yarn.lock index a2186049..43046761 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3760,18 +3760,18 @@ resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.23.tgz#e885a2ba099d40b69d5461157f3ade31e46a09a9" integrity sha512-U+/Jefa0QfXUF2qVy9Dqlrb6HKJSr9/wJcM66wXmWcTOoqg7hOWzF4qruDle51pyF4x3wMn6TSH54UdjKjCKMA== -"@vueuse/core@7.1.1": - version "7.1.1" - resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-7.1.1.tgz#fa25fa8a11346911dbd478f49017e636368f1fa4" - integrity sha512-c1t2uKGARqibJxYBGWsrCF/McDsTXayONBDgDWBpbEjiRX4M1MOHYsWI3Lici4MK6C6XPX2XhUs2vJbKjYPTRw== +"@vueuse/core@7.1.2": + version "7.1.2" + resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-7.1.2.tgz#61ab2698c725ccaf168676f34cf6f41f76f8df34" + integrity sha512-SLoOPfhZdNRNUkZfx+wrHj6WycWdSw2RmNS8E4ngQ2kmBoJjRarGy51/GkGdjqHQqmhuwuFoNO2WaU0yBn3ffg== dependencies: - "@vueuse/shared" "7.1.1" + "@vueuse/shared" "7.1.2" vue-demi "*" -"@vueuse/shared@7.1.1": - version "7.1.1" - resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-7.1.1.tgz#3b24420e1390a96353cf7596e3148d4a5899538b" - integrity sha512-+FimthLGxGfYUpkBZKhnB8RtwFKSsoXmcWiE/0nCHvYsms6acmWLwQsaVwWZ7Z621a/8v4neo0cmL0z3oO+5fQ== +"@vueuse/shared@7.1.2": + version "7.1.2" + resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-7.1.2.tgz#caee72d0669ecdb2b845349e8fea9431e50c09d6" + integrity sha512-AjYh4y9S5FMOoHDsysqcXY/1mpqNTrnWUD50yaaiyf+5kGWQVIpAkkjKZlYSC/NHKxxCRn0cLR4nWMzceUWewQ== dependencies: vue-demi "*"