File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## Unreleased
9
9
10
+ ## 2.4.0 - 2025-01-22
11
+
10
12
### Changed
11
13
- Upgraded to ` typescript ` from v4 to v5
12
14
- Upgraded ` @typescript-eslint ` packages from v5 to v8
13
15
- Upgaded ` eslint@^8.40.0 ` to ` eslint@^8.57.0 ` to work with latest ` @typescript-eslint ` packages
14
16
- Switched ` eslint ` and ` @typescript-eslint ` styling rules to use recommended ` @stylistic ` package
15
- - Enabled ` no-duplicate-imports ` rule in place of removed ` @typescript-eslint/no-duplicate-imports ` rule
17
+ - Enabled ` no-duplicate-imports ` rule in place of removed ` @typescript-eslint/no-duplicate-imports ` rule
16
18
- Re-enabled ` @typescript-eslint/no-floating-promises ` rule
17
19
- Disabled ` @typescript-eslint/require-await ` , which caused some builds to fail inconsistently and doesn't seem particularly valuable
18
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tinymce/eslint-plugin" ,
3
- "version" : " 2.4.0-rc " ,
3
+ "version" : " 2.4.0" ,
4
4
"description" : " Plugin for ESLint containing Tiny Technologies Inc. standard linting rules" ,
5
5
"author" : " Tiny Technologies Inc." ,
6
6
"main" : " dist/main/ts/api/Main.js" ,
You can’t perform that action at this time.
0 commit comments