Skip to content

Commit a183198

Browse files
Version Packages
1 parent 217153b commit a183198

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/soft-penguins-eat.md

-7
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# eslint-config-seek
22

3+
## 13.0.0
4+
5+
### Major Changes
6+
7+
- Upgrade Typescript Eslint to 7.2.0 to support Typescript 5.4. ([#136](https://github.com/seek-oss/eslint-config-seek/pull/136))
8+
9+
This bumps the minimum required versions of Node.js to 18.18.0, Eslint to 8.56.0 and Typescript to 4.7.5 due to a breaking change introduced by Typescript Eslint in 7.0.0.
10+
311
## 12.1.1
412

513
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-seek",
3-
"version": "12.1.1",
3+
"version": "13.0.0",
44
"description": "ESLint configuration used by SEEK",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)