Skip to content

deps(dev): bump typescript from 5.8.2 to 5.8.3 #466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"eslint": "^9.23.0",
"prettier": "^3.4.2",
"tsup": "^8.3.6",
"typescript": "^5.8.2"
"typescript": "^5.8.3"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint": "^9.23.0",
"globals": "^16.0.0",
"tsup": "^8.3.6",
"typescript": "^5.8.2"
"typescript": "^5.8.3"
},
"peerDependencies": {
"eslint": "^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"globals": "^16.0.0",
"prettier": "^3.4.2",
"tsup": "^8.3.6",
"typescript": "^5.8.2"
"typescript": "^5.8.3"
},
"peerDependencies": {
"eslint": "^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"globals": "^16.0.0",
"prettier": "^3.4.2",
"tsup": "^8.3.6",
"typescript": "^5.8.2"
"typescript": "^5.8.3"
},
"peerDependencies": {
"prettier": "^2.4.0 || ^3.0.0"
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ __metadata:
eslint: "npm:^9.23.0"
prettier: "npm:^3.4.2"
tsup: "npm:^8.3.6"
typescript: "npm:^5.8.2"
typescript: "npm:^5.8.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -56,7 +56,7 @@ __metadata:
eslint-plugin-react-hooks: "npm:^5.2.0"
globals: "npm:^16.0.0"
tsup: "npm:^8.3.6"
typescript: "npm:^5.8.2"
typescript: "npm:^5.8.3"
peerDependencies:
eslint: ^9.0.0
languageName: unknown
Expand All @@ -75,7 +75,7 @@ __metadata:
globals: "npm:^16.0.0"
prettier: "npm:^3.4.2"
tsup: "npm:^8.3.6"
typescript: "npm:^5.8.2"
typescript: "npm:^5.8.3"
peerDependencies:
eslint: ^9.0.0
languageName: unknown
Expand All @@ -91,7 +91,7 @@ __metadata:
globals: "npm:^16.0.0"
prettier: "npm:^3.4.2"
tsup: "npm:^8.3.6"
typescript: "npm:^5.8.2"
typescript: "npm:^5.8.3"
peerDependencies:
prettier: ^2.4.0 || ^3.0.0
bin:
Expand Down Expand Up @@ -5289,23 +5289,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.8.2":
version: 5.8.2
resolution: "typescript@npm:5.8.2"
"typescript@npm:^5.8.3":
version: 5.8.3
resolution: "typescript@npm:5.8.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/dbc2168a55d56771f4d581997be52bab5cbc09734fec976cfbaabd787e61fb4c6cf9125fd48c6f98054ce549c77ecedefc7f64252a830dd8e9c3381f61fbeb78
checksum: 10/65c40944c51b513b0172c6710ee62e951b70af6f75d5a5da745cb7fab132c09ae27ffdf7838996e3ed603bb015dadd099006658046941bd0ba30340cc563ae92
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>":
version: 5.8.2
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=5786d5"
"typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>":
version: 5.8.3
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/97920a082ffc57583b1cb6bc4faa502acc156358e03f54c7fc7fdf0b61c439a717f4c9070c449ee9ee683d4cfc3bb203127c2b9794b2950f66d9d307a4ff262c
checksum: 10/b9b1e73dabac5dc730c041325dbd9c99467c1b0d239f1b74ec3b90d831384af3e2ba973946232df670519147eb51a2c20f6f96163cea2b359f03de1e2091cc4f
languageName: node
linkType: hard

Expand Down
Loading