From d408276c6be3c955de6c20f4628c82908d818842 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:16:30 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-vue to v9.30.0 (#654) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://redirect.github.com/vuejs/eslint-plugin-vue)) | [`9.29.1` -> `9.30.0`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/9.29.1/9.30.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-vue/9.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-vue/9.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-vue/9.29.1/9.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-vue/9.29.1/9.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
vuejs/eslint-plugin-vue (eslint-plugin-vue) ### [`v9.30.0`](https://redirect.github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...50bde65aa298cc26c3369077e5bb6c25399e4b8d) [Compare Source](https://redirect.github.com/vuejs/eslint-plugin-vue/compare/v9.29.1...v9.30.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/tomacheese/tomacheese.com). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 80af1466..cc37aabe 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-nuxt": "4.0.0", "eslint-plugin-prettier": "5.2.1", - "eslint-plugin-vue": "9.29.1", + "eslint-plugin-vue": "9.30.0", "husky": "8.0.3", "lint-staged": "14.0.1", "postcss-html": "1.7.0", diff --git a/yarn.lock b/yarn.lock index e0bdc475..861794ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5283,10 +5283,10 @@ eslint-plugin-unicorn@^44.0.2: semver "^7.3.7" strip-indent "^3.0.0" -eslint-plugin-vue@9.29.1: - version "9.29.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.29.1.tgz#1af4f81347734f3e62eee4ba898c025bc5457662" - integrity sha512-MH/MbVae4HV/tM8gKAVWMPJbYgW04CK7SuzYRrlNERpxbO0P3+Zdsa2oAcFBW6xNu7W6lIkGOsFAMCRTYmrlWQ== +eslint-plugin-vue@9.30.0: + version "9.30.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.30.0.tgz#801a7d2d7d3bb878fcf71932a1e11fd07529e2c4" + integrity sha512-CyqlRgShvljFkOeYK8wN5frh/OGTvkj1S7wlr2Q2pUvwq+X5VYiLd6ZjujpgSgLnys2W8qrBLkXQ41SUYaoPIQ== dependencies: "@eslint-community/eslint-utils" "^4.4.0" globals "^13.24.0"