Skip to content

Update dependency eslint-plugin-vue to v10#2473

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/eslint-plugin-vue-10.x
Open

Update dependency eslint-plugin-vue to v10#2473
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/eslint-plugin-vue-10.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 16, 2025

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-vue (source) ^9.0.0^10.0.0 age confidence

Release Notes

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

v10.8.0

Compare Source

Minor Changes
Patch Changes

v10.7.0

Compare Source

Minor Changes
Patch Changes
  • Fixed false positives in vue/define-props-destructuring rule when imported types are passed to defineProps (#​2995)
  • Updated Vue 3 export names resources: added DirectiveModifiers (#​2996)
  • Updated Vue 3 export names resources: added nodeOps and patchProp (#​2986)

v10.6.2

Compare Source

Patch Changes

v10.6.1

Compare Source

Patch Changes

v10.6.0

Compare Source

Minor Changes
Patch Changes

v10.5.1

Compare Source

Patch Changes

v10.5.0

Compare Source

Minor Changes
Patch Changes

v10.4.0

Compare Source

Minor Changes
Patch Changes

v10.3.0

Compare Source

Minor Changes
Patch Changes

v10.2.0

Compare Source

Minor Changes
Patch Changes

v10.1.0

Compare Source

✨ Enhancements

Full Changelog: vuejs/eslint-plugin-vue@v10.0.1...v10.1.0

v10.0.1

Compare Source

🐛 Bug Fixes

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v10.0.0...v10.0.1

v10.0.0

Compare Source

💥 Breaking changes

✨ Enhancements

⚙️ Updates

  • #​2171 Updated resources.
  • #​2675 Deprecated Vue 2 only rules. They will be removed in eslint-plugin-vue v11.

Full Changelog: vuejs/eslint-plugin-vue@v9.33.0...v10.0.0

v9.33.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.32.0...v9.33.0

v9.32.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.31.0...v9.32.0

v9.31.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v9.30.0...v9.31.0

v9.30.0

Compare Source

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.29.1...v9.30.0

v9.29.1

Compare Source

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.29.0...v9.29.1

v9.29.0

Compare Source

✨ Enhancements

New Rules
Others

⚙️ Updates

  • #​2528, #​2566 Added TypeScript declarations for configs.
  • #​2565 Added support for recognizing Vue components in .tsx files.

v9.28.0

Compare Source

✨ Enhancements

New Rules
New Features

🐛 Bug Fixes

⚙️ Updates

  • #​2498 Renamed flat config names for inspector.

Full Changelog: vuejs/eslint-plugin-vue@v9.27.0...v9.28.0

v9.27.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

⚙️ Updates

Full Changelog: vuejs/eslint-plugin-vue@v9.26.0...v9.27.0

v9.26.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.25.0...v9.26.0


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 is behind base branch, 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. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 16, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: frontend/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: reposense@1.0.0
npm error Found: vue-eslint-parser@9.4.2
npm error node_modules/vue-eslint-parser
npm error   vue-eslint-parser@"^9.3.1" from @vue/eslint-config-typescript@13.0.0
npm error   node_modules/@vue/eslint-config-typescript
npm error     dev @vue/eslint-config-typescript@"^13.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error dev eslint-plugin-vue@"^10.0.0" from the root project
npm error
npm error Conflicting peer dependency: vue-eslint-parser@10.4.0
npm error node_modules/vue-eslint-parser
npm error   peer vue-eslint-parser@"^10.0.0" from eslint-plugin-vue@10.8.0
npm error   node_modules/eslint-plugin-vue
npm error     dev eslint-plugin-vue@"^10.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-03-13T15_56_03_075Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-03-13T15_56_03_075Z-debug-0.log

@github-actions github-actions bot requested a deployment to dashboard-2473 July 16, 2025 07:44 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 July 16, 2025 07:44 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from b8ccf6b to b2ab983 Compare July 22, 2025 13:38
@github-actions github-actions bot requested a deployment to dashboard-2473 July 22, 2025 13:38 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 July 22, 2025 13:38 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from b2ab983 to bd6e3db Compare July 25, 2025 01:03
@github-actions github-actions bot requested a deployment to dashboard-2473 July 25, 2025 01:04 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 July 25, 2025 01:04 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from bd6e3db to 7d73be1 Compare July 25, 2025 01:22
@github-actions github-actions bot requested a deployment to dashboard-2473 July 25, 2025 01:24 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 July 25, 2025 01:24 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from 7d73be1 to 05eef3a Compare July 25, 2025 02:24
@github-actions github-actions bot requested a deployment to dashboard-2473 July 25, 2025 02:24 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 July 25, 2025 02:24 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from 05eef3a to 9317c13 Compare July 25, 2025 04:18
@github-actions github-actions bot requested a deployment to dashboard-2473 July 25, 2025 04:18 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 July 25, 2025 04:18 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from 9317c13 to 31c36eb Compare July 25, 2025 05:53
@github-actions github-actions bot requested a deployment to dashboard-2473 July 25, 2025 05:54 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 July 25, 2025 05:54 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from 31c36eb to c1b7456 Compare August 4, 2025 14:03
@github-actions github-actions bot requested a deployment to dashboard-2473 August 4, 2025 14:05 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 August 4, 2025 14:05 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from c1b7456 to e351dce Compare August 14, 2025 08:42
@github-actions github-actions bot requested a deployment to dashboard-2473 August 14, 2025 08:44 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 August 14, 2025 08:44 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from e351dce to d74094a Compare August 28, 2025 01:58
@github-actions github-actions bot requested a deployment to dashboard-2473 August 28, 2025 01:59 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 August 28, 2025 01:59 Abandoned
@github-actions github-actions bot requested a deployment to dashboard-2473 January 29, 2026 03:08 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 January 29, 2026 03:08 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from 58d51dd to 45b5916 Compare January 29, 2026 08:25
@github-actions github-actions bot requested a deployment to dashboard-2473 January 29, 2026 08:28 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 January 29, 2026 08:28 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from 45b5916 to 0134332 Compare January 30, 2026 02:48
@github-actions github-actions bot requested a deployment to dashboard-2473 January 30, 2026 02:49 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 January 30, 2026 02:49 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from 0134332 to 08de307 Compare February 9, 2026 04:13
@github-actions github-actions bot requested a deployment to dashboard-2473 February 9, 2026 04:13 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 February 9, 2026 04:13 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from 08de307 to dbe8e8a Compare February 9, 2026 10:06
@github-actions github-actions bot requested a deployment to dashboard-2473 February 9, 2026 10:07 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 February 9, 2026 10:07 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from dbe8e8a to ab12791 Compare February 18, 2026 08:07
@github-actions github-actions bot requested a deployment to dashboard-2473 February 18, 2026 08:09 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 February 18, 2026 08:09 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from ab12791 to 0fe4407 Compare March 5, 2026 09:13
@github-actions github-actions bot requested a deployment to dashboard-2473 March 5, 2026 09:15 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 March 5, 2026 09:15 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from 0fe4407 to 311583a Compare March 9, 2026 04:30
@github-actions github-actions bot requested a deployment to dashboard-2473 March 9, 2026 04:34 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 March 9, 2026 04:34 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from 311583a to 9b38864 Compare March 9, 2026 05:45
@github-actions github-actions bot requested a deployment to dashboard-2473 March 9, 2026 05:55 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 March 9, 2026 05:55 Abandoned
@renovate renovate bot force-pushed the renovate/eslint-plugin-vue-10.x branch from 9b38864 to 567bcf0 Compare March 10, 2026 18:24
@github-actions github-actions bot requested a deployment to dashboard-2473 March 10, 2026 18:31 Abandoned
@github-actions github-actions bot requested a deployment to docs-2473 March 10, 2026 18:31 Abandoned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants