From fa77b20c13ec8824655dfb556f26e3423b96ab44 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 16 Sep 2022 15:51:37 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to v9.5.0 (#2371) Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2371 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- src/components/sharing/userTeam.vue | 2 ++ yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0873c2824..b1fa76a85 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "cypress": "10.8.0", "esbuild": "0.15.7", "eslint": "8.23.1", - "eslint-plugin-vue": "9.4.0", + "eslint-plugin-vue": "9.5.0", "express": "4.18.1", "happy-dom": "6.0.4", "netlify-cli": "11.7.1", diff --git a/src/components/sharing/userTeam.vue b/src/components/sharing/userTeam.vue index d961d382c..e675ee07c 100644 --- a/src/components/sharing/userTeam.vue +++ b/src/components/sharing/userTeam.vue @@ -242,6 +242,7 @@ const sharableName = computed(() => { if (props.shareType === 'user') { searchService = shallowReactive(new UserService()) + // eslint-disable-next-line vue/no-ref-as-operand sharable = ref(new UserModel()) searchLabel.value = 'username' @@ -258,6 +259,7 @@ if (props.shareType === 'user') { } } else if (props.shareType === 'team') { searchService = new TeamService() + // eslint-disable-next-line vue/no-ref-as-operand sharable = ref(new TeamModel()) searchLabel.value = 'name' diff --git a/yarn.lock b/yarn.lock index 673e0e991..6a8d2af8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5675,10 +5675,10 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-plugin-vue@9.4.0: - version "9.4.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.4.0.tgz#31c2d9002b5bb437b351a5feffdf37c4397e5cb9" - integrity sha512-Nzz2QIJ8FG+rtJaqT/7/ru5ie2XgT9KCudkbN0y3uFYhQ41nuHEaboLAiqwMcK006hZPQv/rVMRhUIwEGhIvfQ== +eslint-plugin-vue@9.5.0: + version "9.5.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.5.0.tgz#bbfea787cee8d57d6418d0425c5daa00d044f530" + integrity sha512-Dm4KJRD6yFZGy6OhtgcG35oMR9rAhGfP6vbANw2k5wvQn9YjKu9huRV3Y63pYUbqPTHJ3V4v5+EcGmJSSjWgSA== dependencies: eslint-utils "^3.0.0" natural-compare "^1.4.0"