Skip to content

chore(deps): update supported eslint version to v10#5

Merged
JustinDugas merged 1 commit into
mainfrom
feature/update-eslint-10
May 14, 2026
Merged

chore(deps): update supported eslint version to v10#5
JustinDugas merged 1 commit into
mainfrom
feature/update-eslint-10

Conversation

@JustinDugas
Copy link
Copy Markdown
Contributor

This pull request updates dependencies and configuration for the ESLint base and Vue configurations to support newer versions and improve compatibility. It also removes a redundant rule override in the Vue config.

Dependency updates and compatibility:

Configuration cleanup:

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository’s shareable ESLint configurations and root dev tooling to support ESLint v10 (while still allowing v9), including dependency/version bumps and a small cleanup in the Vue config rules.

Changes:

  • Broadened supported ranges for ESLint-related dependencies (root eslint, base config @eslint/js and globals).
  • Bumped package versions and upgraded eslint-plugin-vue to the v10 line.
  • Removed an indent rule override from the Vue config.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
package.json Updates root devDependencies to allow ESLint v9/v10 and adds supporting packages.
packages/eslint-config-base/package.json Bumps base config version and expands deps to support @eslint/js v10 and include globals.
packages/eslint-config-vue/package.json Bumps Vue config version and upgrades eslint-plugin-vue.
packages/eslint-config-vue/index.js Removes an indent override rule from the Vue flat config.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread packages/eslint-config-vue/package.json Outdated
Comment thread package.json
@JustinDugas JustinDugas force-pushed the feature/update-eslint-10 branch from 9d45d42 to be57bd7 Compare May 13, 2026 17:48
@JustinDugas JustinDugas force-pushed the feature/update-eslint-10 branch from be57bd7 to e798cd5 Compare May 14, 2026 15:02
@JustinDugas JustinDugas merged commit 3673e02 into main May 14, 2026
4 checks passed
@JustinDugas JustinDugas deleted the feature/update-eslint-10 branch May 14, 2026 15:03
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.

2 participants