chore(deps): update dependency eslint-plugin-vue to v10.5.0 #551

Merged
martinr92 merged 1 commit from renovate/eslint-plugin-vue-10.x-lockfile into develop 2025-10-02 13:58:26 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
eslint-plugin-vue (source) devDependencies minor 10.3.0 -> 10.5.0

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

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

v10.5.0

Compare Source

Minor Changes
Patch Changes

v10.4.0

Compare Source

Minor Changes
Patch Changes

Configuration

📅 Schedule: 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 Renovate Bot.

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 | minor | [`10.3.0` -> `10.5.0`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/10.3.0/10.5.0) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>vuejs/eslint-plugin-vue (eslint-plugin-vue)</summary> ### [`v10.5.0`](https://github.com/vuejs/eslint-plugin-vue/blob/HEAD/CHANGELOG.md#1050) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v10.4.0...v10.5.0) ##### Minor Changes - Added `ignoredObjectNames` option to [`vue/no-async-in-computed-properties`](https://eslint.vuejs.org/rules/no-async-in-computed-properties.html) ([#&#8203;2927](https://github.com/vuejs/eslint-plugin-vue/pull/2927)) - Added `ignorePattern` option to [`vue/no-v-html`](https://eslint.vuejs.org/rules/no-v-html.html) ([#&#8203;2857](https://github.com/vuejs/eslint-plugin-vue/pull/2857)) - Added `sortLineLength` option to [`vue/attributes-order`](https://eslint.vuejs.org/rules/attributes-order.html) ([#&#8203;2759](https://github.com/vuejs/eslint-plugin-vue/pull/2759)) - Changed [`vue/component-name-in-template-casing`](https://eslint.vuejs.org/rules/component-name-in-template-casing.html) `globals` option to support regex patterns ([#&#8203;2928](https://github.com/vuejs/eslint-plugin-vue/pull/2928)) - Changed [`vue/valid-define-options`](https://eslint.vuejs.org/rules/valid-define-options.html) to allow local literal constant references ([#&#8203;2920](https://github.com/vuejs/eslint-plugin-vue/pull/2920)) - Changed [`vue/no-mutating-props`](https://eslint.vuejs.org/rules/no-mutating-props.html) and [`vue/no-side-effects-in-computed-properties`](https://eslint.vuejs.org/rules/no-side-effects-in-computed-properties.html) rules to detect `Object.assign` mutations ([#&#8203;2929](https://github.com/vuejs/eslint-plugin-vue/pull/2929)) - Added [`@stylistic/eslint-plugin`](https://eslint.style/) as optional peer dependency ([#&#8203;2884](https://github.com/vuejs/eslint-plugin-vue/pull/2884)) ##### Patch Changes - Changed [`vue/define-macros-order`](https://eslint.vuejs.org/rules/define-macros-order.html) to ignore enum declarations and `declare` statements ([#&#8203;2918](https://github.com/vuejs/eslint-plugin-vue/pull/2918)) ### [`v10.4.0`](https://github.com/vuejs/eslint-plugin-vue/blob/HEAD/CHANGELOG.md#1040) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v10.3.0...v10.4.0) ##### Minor Changes - Added `ignoreParents` option to [`vue/no-deprecated-slot-attribute`](https://eslint.vuejs.org/rules/no-deprecated-slot-attribute.html) ([#&#8203;2784](https://github.com/vuejs/eslint-plugin-vue/pull/2784)) - Added new [`vue/no-negated-v-if-condition`](https://eslint.vuejs.org/rules/no-negated-v-if-condition.html) rule ([#&#8203;2794](https://github.com/vuejs/eslint-plugin-vue/pull/2794)) - Added new [`vue/no-negated-condition`](https://eslint.vuejs.org/rules/no-negated-condition.html) rule ([#&#8203;2795](https://github.com/vuejs/eslint-plugin-vue/pull/2795)) ##### Patch Changes - Resolved TypeScript compatibility issues introduced by [eslint-typegen](https://github.com/antfu/eslint-typegen) ([#&#8203;2790](https://github.com/vuejs/eslint-plugin-vue/pull/2790)) - Fixed inconsistent quotes in [`vue/block-lang`](https://eslint.vuejs.org/rules/block-lang.html) error messages ([#&#8203;2805](https://github.com/vuejs/eslint-plugin-vue/pull/2805)) </details> --- ### Configuration 📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTMuMCIsInVwZGF0ZWRJblZlciI6IjQxLjExMy4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->
chore(deps): update dependency eslint-plugin-vue to v10.5.0
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 46s
Build and Release / Checks (pull_request) Successful in 1m46s
Build and Release / Sonar (pull_request) Successful in 1m3s
Build and Release / Build (pull_request) Successful in 1m21s
Build and Release / Build Container (pull_request) Successful in 3m58s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
3e34f070a3
martinr92 force-pushed renovate/eslint-plugin-vue-10.x-lockfile from 3e34f070a3
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 46s
Build and Release / Checks (pull_request) Successful in 1m46s
Build and Release / Sonar (pull_request) Successful in 1m3s
Build and Release / Build (pull_request) Successful in 1m21s
Build and Release / Build Container (pull_request) Successful in 3m58s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to 77145d8dfa
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 43s
Build and Release / Checks (pull_request) Successful in 2m3s
Build and Release / Sonar (pull_request) Successful in 51s
Build and Release / Build (pull_request) Successful in 1m38s
Build and Release / Build Container (pull_request) Successful in 3m19s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-10-02 07:38:37 +00:00
Compare
martinr92 force-pushed renovate/eslint-plugin-vue-10.x-lockfile from 77145d8dfa
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 43s
Build and Release / Checks (pull_request) Successful in 2m3s
Build and Release / Sonar (pull_request) Successful in 51s
Build and Release / Build (pull_request) Successful in 1m38s
Build and Release / Build Container (pull_request) Successful in 3m19s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to 707bd118b3
All checks were successful
Build and Release / Build Container (pull_request) Successful in 3m5s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Pre-Processor (pull_request) Successful in 38s
Build and Release / Checks (pull_request) Successful in 2m31s
Build and Release / Sonar (pull_request) Successful in 51s
Build and Release / Build (pull_request) Successful in 2m2s
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-10-02 08:37:48 +00:00
Compare
martinr92 force-pushed renovate/eslint-plugin-vue-10.x-lockfile from 707bd118b3
All checks were successful
Build and Release / Build Container (pull_request) Successful in 3m5s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Pre-Processor (pull_request) Successful in 38s
Build and Release / Checks (pull_request) Successful in 2m31s
Build and Release / Sonar (pull_request) Successful in 51s
Build and Release / Build (pull_request) Successful in 2m2s
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to c05b270b5f
All checks were successful
Build and Release / Sonar (pull_request) Successful in 1m0s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Build Container (pull_request) Successful in 3m26s
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
Build and Release / Build (pull_request) Successful in 2m11s
Build and Release / Pre-Processor (pull_request) Successful in 34s
Build and Release / Checks (pull_request) Successful in 2m37s
2025-10-02 09:39:22 +00:00
Compare
martinr92 force-pushed renovate/eslint-plugin-vue-10.x-lockfile from c05b270b5f
All checks were successful
Build and Release / Sonar (pull_request) Successful in 1m0s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Build Container (pull_request) Successful in 3m26s
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
Build and Release / Build (pull_request) Successful in 2m11s
Build and Release / Pre-Processor (pull_request) Successful in 34s
Build and Release / Checks (pull_request) Successful in 2m37s
to 587a2786bb
Some checks failed
Build and Release / Pre-Processor (pull_request) Successful in 49s
Build and Release / Checks (pull_request) Failing after 1m24s
Build and Release / Build Container (pull_request) Has been skipped
Build and Release / Sonar (pull_request) Has been skipped
Build and Release / Build (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-10-02 10:36:17 +00:00
Compare
martinr92 force-pushed renovate/eslint-plugin-vue-10.x-lockfile from 587a2786bb
Some checks failed
Build and Release / Pre-Processor (pull_request) Successful in 49s
Build and Release / Checks (pull_request) Failing after 1m24s
Build and Release / Build Container (pull_request) Has been skipped
Build and Release / Sonar (pull_request) Has been skipped
Build and Release / Build (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to e9c894ac6b
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 55s
Build and Release / Checks (pull_request) Successful in 3m27s
Build and Release / Sonar (pull_request) Successful in 51s
Build and Release / Build (pull_request) Successful in 2m35s
Build and Release / Build Container (pull_request) Successful in 3m55s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-10-02 11:34:54 +00:00
Compare
martinr92 force-pushed renovate/eslint-plugin-vue-10.x-lockfile from e9c894ac6b
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 55s
Build and Release / Checks (pull_request) Successful in 3m27s
Build and Release / Sonar (pull_request) Successful in 51s
Build and Release / Build (pull_request) Successful in 2m35s
Build and Release / Build Container (pull_request) Successful in 3m55s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to 37dcdcbf01
Some checks failed
Build and Release / Pre-Processor (pull_request) Successful in 42s
Build and Release / Checks (pull_request) Failing after 1m27s
Build and Release / Sonar (pull_request) Has been skipped
Build and Release / Build (pull_request) Has been skipped
Build and Release / Build Container (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-10-02 12:34:17 +00:00
Compare
martinr92 force-pushed renovate/eslint-plugin-vue-10.x-lockfile from 37dcdcbf01
Some checks failed
Build and Release / Pre-Processor (pull_request) Successful in 42s
Build and Release / Checks (pull_request) Failing after 1m27s
Build and Release / Sonar (pull_request) Has been skipped
Build and Release / Build (pull_request) Has been skipped
Build and Release / Build Container (pull_request) Has been skipped
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
to 917f859197
All checks were successful
Build and Release / Pre-Processor (pull_request) Successful in 34s
Build and Release / Checks (pull_request) Successful in 3m5s
Build and Release / Sonar (pull_request) Successful in 1m5s
Build and Release / Build (pull_request) Successful in 2m44s
Build and Release / Build Container (pull_request) Successful in 3m14s
Build and Release / Docker Manifest (pull_request) Has been skipped
Build and Release / Semantic Release (pull_request) Has been skipped
Build and Release / Docker Manifest Latest Tag (pull_request) Has been skipped
2025-10-02 13:34:22 +00:00
Compare
martinr92 merged commit 54f782a760 into develop 2025-10-02 13:58:26 +00:00
martinr92 deleted branch renovate/eslint-plugin-vue-10.x-lockfile 2025-10-02 13:58:28 +00:00
Sign in to join this conversation.
No description provided.