Skip to content

Commit e21d4aa

Browse files
chore: decrease min tseslint version
1 parent 6cfe283 commit e21d4aa

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
- Decrease minimum `typescript-eslint` version to ^8.1.0 (matches import-x plugin).
6+
37
## v0.2.0
48

59
- Improved CJS typing to avoid needing `.default`.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"typecheck": "tsc --noEmit"
5454
},
5555
"dependencies": {
56-
"@typescript-eslint/scope-manager": "^8.12.2",
57-
"@typescript-eslint/utils": "^8.12.2",
56+
"@typescript-eslint/scope-manager": "^8.1.0",
57+
"@typescript-eslint/utils": "^8.1.0",
5858
"common-tags": "^1.8.0",
5959
"decamelize": "^5.0.1",
6060
"ts-api-utils": "^1.3.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ __metadata:
10901090
languageName: node
10911091
linkType: hard
10921092

1093-
"@typescript-eslint/scope-manager@npm:8.12.2, @typescript-eslint/scope-manager@npm:^8.12.2":
1093+
"@typescript-eslint/scope-manager@npm:8.12.2, @typescript-eslint/scope-manager@npm:^8.1.0":
10941094
version: 8.12.2
10951095
resolution: "@typescript-eslint/scope-manager@npm:8.12.2"
10961096
dependencies:
@@ -2409,8 +2409,8 @@ __metadata:
24092409
"@types/common-tags": "npm:^1.8.4"
24102410
"@types/node": "npm:^18.18.0"
24112411
"@typescript-eslint/rule-tester": "npm:^8.12.2"
2412-
"@typescript-eslint/scope-manager": "npm:^8.12.2"
2413-
"@typescript-eslint/utils": "npm:^8.12.2"
2412+
"@typescript-eslint/scope-manager": "npm:^8.1.0"
2413+
"@typescript-eslint/utils": "npm:^8.1.0"
24142414
"@typescript/vfs": "npm:^1.6.0"
24152415
"@vitest/coverage-v8": "npm:^2.1.4"
24162416
"@vitest/eslint-plugin": "npm:^1.1.7"

0 commit comments

Comments
 (0)