Skip to content

Bug: All downstream version-bump builds are failing after the rewrite was released #308

@lumirlumir

Description

@lumirlumir

Which packages are affected?

  • @eslint/compat
  • @eslint/config-array
  • @eslint/config-helpers
  • @eslint/core
  • @eslint/mcp
  • @eslint/migrate-config
  • @eslint/object-schema
  • @eslint/plugin-kit

Environment

Node version: 20.19.4
npm version: 10.9.2
ESLint version: 9.38.0
Operating System: Windows 11

What did you do?

After releasing rewrite yesterday, all downstream version-bump builds have been failing.

I found failures in the following repositories:

What did you expect to happen?

No CI failures are expected.

What actually happened?

CI fails.

Link to Minimal Reproducible Example

rewrite repository: https://github.com/eslint/rewrite/actions/runs/18911067847/job/53981668641

Participation

  • I am willing to submit a pull request for this issue.

Additional comments

I took a stab at this problem, but I am not sure about the exact problem.

In this core package, the following line is causing the problem:

// check back compat
const oldConfigObjectExample: Linter.Config = configObjectExample;

Image

The following link contains the full git diff for the @eslint/core package:

7f592e3...f5ecc7e#diff-4c2458380e50c967c70d7afe819dc7412180f9f817043f27441de3498e4d0479

Image

What is the correct solution to this problem?

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingrepro:neededThis issue should include a reproducible example

Type

No type

Projects

Status

Complete

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions