chore(deps): update dependency eslint-plugin-vue to v10.9.2 #666

Open
bot_renovate wants to merge 1 commit from renovate/eslint-plugin-vue-10.x-lockfile into develop
Collaborator

This PR contains the following updates:

Package Type Update Change
eslint-plugin-vue (source) devDependencies patch 10.9.110.9.2

Release Notes

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.9.2

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • 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 Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://github.com/vuejs/eslint-plugin-vue)) | devDependencies | patch | [`10.9.1` → `10.9.2`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/10.9.1/10.9.2) | --- ### Release Notes <details> <summary>vuejs/eslint-plugin-vue (eslint-plugin-vue)</summary> ### [`v10.9.2`](https://github.com/vuejs/eslint-plugin-vue/blob/HEAD/CHANGELOG.md#1092) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v10.9.1...v10.9.2) ##### Patch Changes - Fixed [`vue/custom-event-name-casing`](https://eslint.vuejs.org/rules/custom-event-name-casing.html) to check segments of colon-separated event names like `update:foo-bar` ([#&#8203;3079](https://github.com/vuejs/eslint-plugin-vue/pull/3079)) - Fixed [`vue/one-component-per-file`](https://eslint.vuejs.org/rules/one-component-per-file.html) to not report functions not imported from Vue ([#&#8203;3063](https://github.com/vuejs/eslint-plugin-vue/pull/3063)) - Fixed [`vue/prefer-import-from-vue`](https://eslint.vuejs.org/rules/prefer-import-from-vue.html) to not report imports/exports of names that are not re-exported by `vue` ([#&#8203;3081](https://github.com/vuejs/eslint-plugin-vue/pull/3081)) - Fixed [`vue/return-in-computed-property`](https://eslint.vuejs.org/rules/return-in-computed-property.html) and [`vue/require-render-return`](https://eslint.vuejs.org/rules/require-render-return.html) to not report exhaustive switch statements when TypeScript type information is available ([#&#8203;3067](https://github.com/vuejs/eslint-plugin-vue/pull/3067)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIxNC4zIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
chore(deps): update dependency eslint-plugin-vue to v10.9.2
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 32s
Build and Release / Checks-1 (pull_request) Successful in 2m23s
Build and Release / Checks (pull_request) Successful in 2m24s
Build and Release / Checks-2 (pull_request) Successful in 2m23s
Build and Release / Sonar (pull_request) Successful in 1m1s
Build and Release / Build (pull_request) Successful in 1m10s
Build and Release / Build-1 (pull_request) Successful in 1m14s
Build and Release / Build Container (pull_request) Successful in 1m43s
Build and Release / Build Container-1 (pull_request) Successful in 5m28s
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
26cbdcfd3d
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 32s
Build and Release / Checks-1 (pull_request) Successful in 2m23s
Build and Release / Checks (pull_request) Successful in 2m24s
Build and Release / Checks-2 (pull_request) Successful in 2m23s
Build and Release / Sonar (pull_request) Successful in 1m1s
Build and Release / Build (pull_request) Successful in 1m10s
Build and Release / Build-1 (pull_request) Successful in 1m14s
Build and Release / Build Container (pull_request) Successful in 1m43s
Build and Release / Build Container-1 (pull_request) Successful in 5m28s
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/eslint-plugin-vue-10.x-lockfile:renovate/eslint-plugin-vue-10.x-lockfile
git switch renovate/eslint-plugin-vue-10.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch develop
git merge --no-ff renovate/eslint-plugin-vue-10.x-lockfile
git switch renovate/eslint-plugin-vue-10.x-lockfile
git rebase develop
git switch develop
git merge --ff-only renovate/eslint-plugin-vue-10.x-lockfile
git switch renovate/eslint-plugin-vue-10.x-lockfile
git rebase develop
git switch develop
git merge --no-ff renovate/eslint-plugin-vue-10.x-lockfile
git switch develop
git merge --squash renovate/eslint-plugin-vue-10.x-lockfile
git switch develop
git merge --ff-only renovate/eslint-plugin-vue-10.x-lockfile
git switch develop
git merge renovate/eslint-plugin-vue-10.x-lockfile
git push origin develop
Sign in to join this conversation.
No description provided.