Bump eslint-plugin-vue from 10.6.2 to 10.7.0#821
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Bump eslint-plugin-vue from 10.6.2 to 10.7.0#821dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
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>
Owner
❌ Cannot merge - Incompatible with ESLint 8Problem
Current setup
Required to upgradeMigrating to ESLint 9 with flat config ( DecisionClosing 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 |
Contributor
Author
|
OK, I won't notify you about version 10.7.x again, unless you re-open this PR. |
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
10 tasks
eslint-plugin-vue from 10.6.2 to 10.7.0
eslint-plugin-vue from 10.6.2 to 10.7.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps eslint-plugin-vue from 10.6.2 to 10.7.0.
Release notes
Sourced from eslint-plugin-vue's releases.
Changelog
Sourced from eslint-plugin-vue's changelog.
Commits
745fd4eVersion Packages (#2988)4c2efa4feat: add-errorconfigs to types (#3001)ce20297feat: introducetsdown, support mixed js & ts in codebase (#2916)1c77cf9feat: add vue/no-literals-in-template rule (#3000)e9d3f43test: removetypeproperty from asserted errors (#2998)ff8c8e0docs: improve editor interaction experience (#2997)97ff024Update changeset messagebf68a17Update changeset message2713fb2fix(define-props-destructuring): imported props declaration does not work (#2...e13bfc7Updates resources (#2996)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)