-
-
Notifications
You must be signed in to change notification settings - Fork 37
Description
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:
- chore: update dependency @eslint/core to ^0.17.0 eslint#20256
- chore: update eslint markdown#572
- chore: update eslint css#314
- chore: update eslint json#174
- chore: update dependency @eslint/core to ^0.17.0 #307
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:
rewrite/packages/core/tests/types/types.test.ts
Lines 480 to 481 in f5ecc7e
| // check back compat | |
| const oldConfigObjectExample: Linter.Config = configObjectExample; |
The following link contains the full git diff for the @eslint/core package:
7f592e3...f5ecc7e#diff-4c2458380e50c967c70d7afe819dc7412180f9f817043f27441de3498e4d0479
What is the correct solution to this problem?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status