Skip to content

Bump eslint-plugin-vue from 10.6.2 to 10.7.0#821

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/eslint-plugin-vue-10.7.0
Closed

Bump eslint-plugin-vue from 10.6.2 to 10.7.0#821
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/eslint-plugin-vue-10.7.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2026

Bumps eslint-plugin-vue from 10.6.2 to 10.7.0.

Release notes

Sourced from eslint-plugin-vue's releases.

v10.7.0

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)
Changelog

Sourced from eslint-plugin-vue's changelog.

10.7.0

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)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 10.6.2 to 10.7.0.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md)
- [Commits](vuejs/eslint-plugin-vue@v10.6.2...v10.7.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-vue
  dependency-version: 10.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Dependency updates javascript labels Jan 16, 2026
@dependabot dependabot bot requested a review from beatrizsmerino as a code owner January 16, 2026 18:02
@dependabot dependabot bot added dependencies Dependency updates javascript labels Jan 16, 2026
@beatrizsmerino
Copy link
Owner

❌ Cannot merge - Incompatible with ESLint 8

Problem

eslint-plugin-vue@10.7.0 introduced TypeScript support in its build process (#2916), which generates files using export default. This causes the following error with ESLint 8 legacy config format (.eslintrc.js):

ESLint configuration in .eslintrc.js » plugin:vue/recommended » 
.../eslint-plugin-vue/dist/configs/vue3-strongly-recommended.js is invalid:
- Unexpected top-level property "default".

Current setup

  • ESLint version: 8.57.0
  • Config format: Legacy (.eslintrc.js)

Required to upgrade

Migrating to ESLint 9 with flat config (eslint.config.js) would be required to use this version.

Decision

Closing this PR as the migration effort is not justified for a minor version bump. Will revisit when migrating to ESLint 9.

@dependabot ignore this minor version

@dependabot dependabot bot closed this Jan 16, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 16, 2026

OK, I won't notify you about version 10.7.x again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-plugin-vue-10.7.0 branch January 16, 2026 19:02
beatrizsmerino added a commit that referenced this pull request Jan 17, 2026
Error:
- `npm install` fails with "Unexpected top-level property default" error
- ESLint cannot parse configuration from `eslint-plugin-vue` v10.7.0

Reason:
- Version `^10.6.2` allows automatic updates to `10.7.0`
- `eslint-plugin-vue@10.7.0` introduced TypeScript in build process generating `export default`
- This is incompatible with ESLint 8 legacy config format (`.eslintrc.js`)
- Upgrading to ESLint 9 is not viable because `@vue/cli-plugin-eslint` does not support it
- Project uses Vue 2 with vue-cli which requires ESLint 8

Solution:
- Pin exact version `10.6.2` (remove caret) to prevent automatic updates

References:
- PR #821
- vuejs/eslint-plugin-vue#2916
beatrizsmerino added a commit that referenced this pull request Jan 17, 2026
Steps:
- Update version field in `package.json`

Reason:
- Hotfix release to pin `eslint-plugin-vue` to version `10.6.2`

References:
- PR #821
@beatrizsmerino beatrizsmerino modified the milestones: Legacy, Dependabot Jan 30, 2026
@beatrizsmerino beatrizsmerino changed the title build(deps-dev): bump eslint-plugin-vue from 10.6.2 to 10.7.0 build(deps-dev): bump eslint-plugin-vue from 10.6.2 to 10.7.0 Feb 1, 2026
@beatrizsmerino beatrizsmerino changed the title build(deps-dev): bump eslint-plugin-vue from 10.6.2 to 10.7.0 Bump eslint-plugin-vue from 10.6.2 to 10.7.0 Feb 2, 2026
@beatrizsmerino beatrizsmerino added the dependabot Dependabot configuration and automated PRs label Feb 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot Dependabot configuration and automated PRs dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant