Skip to content

Comments

fix: pin eslint-plugin-vue to 10.6.x#1270

Closed
susnux wants to merge 1 commit intomainfrom
fix/eslint-plugin-vue
Closed

fix: pin eslint-plugin-vue to 10.6.x#1270
susnux wants to merge 1 commit intomainfrom
fix/eslint-plugin-vue

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Jan 19, 2026

Ref: vuejs/eslint-plugin-vue#2916 (comment)

The utils are no longer exported, and unless this becomes a ESLint language plugin1 we cannot really add our own Vue Template rules.

Ref: vuejs/eslint-plugin-vue#2916 (comment)

The utils are no longer exported, and unless this becomes a ESLint
language plugin[1] we cannot really add our own Vue Template rules.

[1]: vuejs/eslint-plugin-vue#2778

Signed-off-by: Ferdinand Thiessen <[email protected]>
@susnux susnux requested review from Antreesy and ShGKme January 19, 2026 15:19
@susnux susnux added bug Something isn't working 3. to review labels Jan 19, 2026
@ShGKme
Copy link
Contributor

ShGKme commented Jan 19, 2026

We probably also need to add it to dependabot ignore. Even with a specific exact version, it bumps the version

@Antreesy
Copy link
Contributor

We probably also need to add it to dependabot ignore. Even with a specific exact version, it bumps the version

Should be then:

  ignore:
    - dependency-name: "eslint-plugin-vue"
      update-types: ["version-update:semver-major", "version-update:semver-minor"]

@susnux susnux closed this in #1277 Jan 20, 2026
@susnux susnux deleted the fix/eslint-plugin-vue branch January 20, 2026 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants