Skip to content

chore(deps): update dependency typescript to v5.8.3 #1521

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"sharp": "0.34.1",
"svgo": "3.3.2",
"tailwindcss": "3.4.17",
"typescript": "5.6.3",
"typescript": "5.8.3",
"ufo": "1.6.1",
"unenv": "1.10.0",
"vite-plugin-image-optimizer": "1.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-persona/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-unicorn": "54.0.0",
"eslint-plugin-varspacing": "1.2.2",
"eslint-plugin-vue": "9.23.0",
"typescript": "5.6.3"
"typescript": "5.8.3"
},
"keywords": [
"eslint",
Expand Down
28 changes: 4 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3837,7 +3837,7 @@ __metadata:
tabbable: "npm:6.2.0"
tailwindcss: "npm:3.4.17"
tiptap-extension-font-size: "npm:^1.2.0"
typescript: "npm:5.6.3"
typescript: "npm:5.8.3"
ufo: "npm:1.6.1"
unenv: "npm:1.10.0"
vite-plugin-image-optimizer: "npm:1.1.8"
Expand Down Expand Up @@ -3873,7 +3873,7 @@ __metadata:
eslint-plugin-unicorn: 54.0.0
eslint-plugin-varspacing: 1.2.2
eslint-plugin-vue: 9.23.0
typescript: 5.6.3
typescript: 5.8.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -20419,17 +20419,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.6.3":
version: 5.6.3
resolution: "typescript@npm:5.6.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/c328e418e124b500908781d9f7b9b93cf08b66bf5936d94332b463822eea2f4e62973bfb3b8a745fdc038785cb66cf59d1092bac3ec2ac6a3e5854687f7833f1
languageName: node
linkType: hard

"typescript@npm:^5.4.4":
"typescript@npm:5.8.3, typescript@npm:^5.4.4":
version: 5.8.3
resolution: "typescript@npm:5.8.3"
bin:
Expand All @@ -20439,17 +20429,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>":
version: 5.6.3
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10/00504c01ee42d470c23495426af07512e25e6546bce7e24572e72a9ca2e6b2e9bea63de4286c3cfea644874da1467dcfca23f4f98f7caf20f8b03c0213bb6837
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.4.4#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.4.4#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:
Expand Down
Loading