Skip to content

Conversation

desrosj
Copy link
Member

@desrosj desrosj commented Jul 29, 2025

Proposed changes

ESLint >=9.0.0 is not supported by @wordpress/eslint-plugin and related dependencies.

Fixes #331.

Type of Change

Production

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Dependency update
  • Refactoring / housekeeping (changes to files not directly related to functionality)

Development

  • Tests
  • Dependency update
  • Environment update / refactoring
  • Documentation Update

Visual

Checklist

  • I have read the CONTRIBUTING doc
  • I have viewed my change in a web-browser
  • Linting and tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

@desrosj desrosj self-assigned this Jul 29, 2025
@Copilot Copilot AI review requested due to automatic review settings July 29, 2025 22:46
Copy link
Contributor

@Copilot 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 downgrades ESLint from version 9.24.0 to version 8.57.1 to resolve compatibility issues with @wordpress/eslint-plugin and related dependencies that do not support ESLint versions >= 9.0.0.

  • Downgrade ESLint dependency from version 9 to version 8 for compatibility
  • Addresses issue #331 related to ESLint dependency conflicts
Comments suppressed due to low confidence (1)

package.json:32

  • ESLint version 8.57.1 does not exist. The latest version in the 8.x series is 8.57.0. Please update to "^8.57.0".
		"eslint": "^8.57.1",

Copy link
Contributor

@circlecube circlecube merged commit 5dd4e91 into main Aug 4, 2025
17 of 18 checks passed
@circlecube circlecube deleted the downgrade/eslint branch August 4, 2025 13:51
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.

Module uses version of ESLint that is incompatible with other dependencies
2 participants