Skip to content

Commit 19042e7

Browse files
committed
chore: update @typescript-eslint packages to version 8.60.1
1 parent f7dbd6e commit 19042e7

3 files changed

Lines changed: 448 additions & 270 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
> - :house: [Internal]
1010
> - :nail_care: [Polish]
1111

12+
## 4.12.5
13+
14+
#### :house: Internal
15+
16+
- **Dependencies**: `npm ci` failed with an `ERESOLVE` error because `typescript@^6.0.2` clashed with the peer range of `@typescript-eslint/*@8.57` (`>=4.8.4 <6.0.0`). Bumped `@typescript-eslint/eslint-plugin` and `@typescript-eslint/parser` to `^8.60.1`, whose peer range (`>=4.8.4 <6.1.0`) allows TypeScript 6, and regenerated the lockfile so a clean `npm ci` install succeeds. Fixes [#1368](https://github.com/xdan/jodit/issues/1368).
17+
1218
## 4.12.4
1319

1420
#### :bug: Bug Fix

0 commit comments

Comments
 (0)