Skip to content

Commit da4cd66

Browse files
committed
Add support for any newer version of @stylistic/eslint-plugin
1 parent 678c473 commit da4cd66

File tree

3 files changed

+2570
-5143
lines changed

3 files changed

+2570
-5143
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
66

7+
## [3.4.0] - 2025-02-22
8+
#### Added
9+
* Support any version of `@stylistic/eslint-plugin` newer than 3.0. This allows this library to continue working even if they release major versions (which happens frequently).
10+
11+
If a new major versions becomes incompatible for any reason, dependabot will highlight it.
12+
13+
#### Changed
14+
* *Nothing*
15+
16+
#### Deprecated
17+
* *Nothing*
18+
19+
#### Removed
20+
* Drop support for ESLint 8.
21+
22+
#### Fixed
23+
* *Nothing*
24+
25+
726
## [3.3.0] - 2025-01-31
827
#### Added
928
* Update to `@stylistic/eslint-plugin` 3.0

0 commit comments

Comments
 (0)