Skip to content

Commit 2a6318d

Browse files
authored
Bump to TS 5.5, typescript-eslint (#1017)
1 parent 139d5f9 commit 2a6318d

File tree

10 files changed

+201
-398
lines changed

10 files changed

+201
-398
lines changed

.changeset/gorgeous-carrots-fetch.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@definitelytyped/eslint-plugin": patch
3+
---
4+
5+
Bump typescript-eslint to v7

.changeset/new-spies-collect.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@definitelytyped/definitions-parser": patch
3+
"@definitelytyped/eslint-plugin": patch
4+
"@definitelytyped/dts-critic": patch
5+
"dts-gen": patch
6+
"@definitelytyped/dtslint": patch
7+
"@definitelytyped/dtslint-runner": patch
8+
"@definitelytyped/header-parser": patch
9+
"@definitelytyped/typescript-packages": patch
10+
"@definitelytyped/typescript-versions": patch
11+
"@definitelytyped/utils": patch
12+
---
13+
14+
Bump TypeScript to 5.5

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"@types/jest": "^29.5.11",
1919
"@types/node": "^18.19.7",
2020
"@types/yargs": "^17.0.32",
21-
"@typescript-eslint/eslint-plugin": "^6.19.0",
22-
"@typescript-eslint/parser": "^6.19.0",
23-
"eslint": "^8.56.0",
21+
"@typescript-eslint/eslint-plugin": "^7.14.1",
22+
"@typescript-eslint/parser": "^7.14.1",
23+
"eslint": "^8.57.0",
2424
"eslint-plugin-import": "^2.29.1",
2525
"eslint-plugin-jsdoc": "^48.0.2",
2626
"jest": "^29.7.0",
2727
"knip": "^4.0.2",
2828
"prettier": "^3.2.2",
2929
"ts-jest": "^29.1.1",
30-
"typescript": "^5.4.2"
30+
"typescript": "^5.5.2"
3131
},
3232
"pnpm": {
3333
"overrides": {

packages/definitions-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@types/pacote": "^11.1.8",
32-
"typescript": "^5.4.2"
32+
"typescript": "^5.5.2"
3333
},
3434
"peerDependencies": {
3535
"typescript": "*"

packages/dts-critic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@definitelytyped/header-parser": "workspace:*",
11-
"typescript": "^5.4.2",
11+
"typescript": "^5.5.2",
1212
"yargs": "^17.7.2"
1313
},
1414
"peerDependencies": {

packages/dts-gen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"dts-dom": "^3.7.0",
2828
"parse-git-config": "^3.0.0",
29-
"typescript": "^5.4.2",
29+
"typescript": "^5.5.2",
3030
"yargs": "^17.7.2"
3131
},
3232
"devDependencies": {

packages/dtslint/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"@definitelytyped/typescript-packages": "workspace:*",
2929
"@definitelytyped/typescript-versions": "workspace:*",
3030
"@definitelytyped/utils": "workspace:*",
31-
"@typescript-eslint/eslint-plugin": "^6.19.0",
32-
"@typescript-eslint/parser": "^6.19.0",
33-
"@typescript-eslint/types": "^6.19.0",
34-
"@typescript-eslint/typescript-estree": "^6.19.0",
35-
"@typescript-eslint/utils": "^6.19.0",
36-
"eslint": "^8.56.0",
31+
"@typescript-eslint/eslint-plugin": "^7.14.1",
32+
"@typescript-eslint/parser": "^7.14.1",
33+
"@typescript-eslint/types": "^7.14.1",
34+
"@typescript-eslint/typescript-estree": "^7.14.1",
35+
"@typescript-eslint/utils": "^7.14.1",
36+
"eslint": "^8.57.0",
3737
"eslint-plugin-import": "^2.29.1",
3838
"semver": "^7.5.4",
3939
"strip-json-comments": "^3.1.1"
@@ -45,7 +45,7 @@
4545
"@types/eslint": "^8.56.2",
4646
"@types/semver": "^7.5.5",
4747
"@types/strip-json-comments": "^3.0.0",
48-
"typescript": "^5.4.2"
48+
"typescript": "^5.5.2"
4949
},
5050
"engines": {
5151
"node": ">=18.18.0"

packages/eslint-plugin/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
},
2424
"dependencies": {
2525
"@definitelytyped/utils": "workspace:*",
26-
"@typescript-eslint/types": "^6.19.0",
27-
"@typescript-eslint/utils": "^6.19.0"
26+
"@typescript-eslint/types": "^7.14.1",
27+
"@typescript-eslint/utils": "^7.14.1"
2828
},
2929
"peerDependencies": {
30-
"@typescript-eslint/eslint-plugin": "^6.11.0",
31-
"@typescript-eslint/parser": "^6.11.0",
30+
"@typescript-eslint/eslint-plugin": "^7.14.1",
31+
"@typescript-eslint/parser": "^7.14.1",
3232
"eslint": "^8.40.0",
3333
"eslint-plugin-jsdoc": "^44.0.0",
3434
"typescript": ">= 3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.7.0-dev || >= 3.8.0-dev || >= 3.9.0-dev || >= 4.0.0-dev || >=5.0.0-dev"
@@ -39,7 +39,7 @@
3939
"glob": "^10.3.10",
4040
"jest-file-snapshot": "^0.5.0",
4141
"strip-ansi": "^6.0.1",
42-
"typescript": "^5.4.2"
42+
"typescript": "^5.5.2"
4343
},
4444
"engines": {
4545
"node": ">=18.18.0"

packages/publisher/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"longjohn": "^0.2.12",
1414
"pacote": "^17.0.5",
1515
"semver": "^7.5.4",
16-
"typescript": "^5.4.2",
16+
"typescript": "^5.5.2",
1717
"yargs": "^17.7.2"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)