Skip to content

chore(deps): pin dependency typescript to v5.8.3 (main) #7232

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
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 examples/react-router-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/react-router-ts/package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"globals": "16.2.0",
"typescript": "^5.1.6",
"typescript": "5.8.3",
"typescript-eslint": "8.32.1",
"vite": "6.3.5",
"vite-tsconfig-paths": "5.1.4"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@
"postcss-nesting": "13.0.1",
"prettier": "3.5.3",
"rimraf": "6.0.1",
"typescript": "5.7.3",
"typescript": "5.8.3",
"typescript-eslint": "8.32.1",
"vite": "6.3.5",
"vite-plugin-istanbul": "7.0.0",
2 changes: 1 addition & 1 deletion templates/vite-ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/vite-ts/package.json
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"globals": "16.2.0",
"typescript": "^5.0.2",
"typescript": "5.8.3",
"typescript-eslint": "8.32.1",
"vite": "6.3.5"
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -23683,13 +23683,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.7.3":
version: 5.7.3
resolution: "typescript@npm:5.7.3"
"typescript@npm:5.8.3":
version: 5.8.3
resolution: "typescript@npm:5.8.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa
checksum: 10c0/5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48
languageName: node
linkType: hard

@@ -23713,13 +23713,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>":
version: 5.7.3
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
"typescript@patch:typescript@npm%3A5.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: 10c0/6fd7e0ed3bf23a81246878c613423730c40e8bdbfec4c6e4d7bf1b847cbb39076e56ad5f50aa9d7ebd89877999abaee216002d3f2818885e41c907caaa192cc4
checksum: 10c0/39117e346ff8ebd87ae1510b3a77d5d92dae5a89bde588c747d25da5c146603a99c8ee588c7ef80faaf123d89ed46f6dbd918d534d641083177d5fac38b8a1cb
languageName: node
linkType: hard

@@ -23832,7 +23832,7 @@ __metadata:
rimraf: "npm:6.0.1"
storybook: "npm:8.6.14"
tocbot: "npm:4.36.3"
typescript: "npm:5.7.3"
typescript: "npm:5.8.3"
typescript-eslint: "npm:8.32.1"
vite: "npm:6.3.5"
vite-plugin-istanbul: "npm:7.0.0"

Unchanged files with check annotations Beta

}
interface Members {
global: any[];

Check warning on line 90 in .storybook/components/CommandsAndQueries.tsx

GitHub Actions / lint

Unexpected any. Specify a different type
inner: any[];

Check warning on line 91 in .storybook/components/CommandsAndQueries.tsx

GitHub Actions / lint

Unexpected any. Specify a different type
instance: any[];

Check warning on line 92 in .storybook/components/CommandsAndQueries.tsx

GitHub Actions / lint

Unexpected any. Specify a different type
events: any[];

Check warning on line 93 in .storybook/components/CommandsAndQueries.tsx

GitHub Actions / lint

Unexpected any. Specify a different type
static: any[];

Check warning on line 94 in .storybook/components/CommandsAndQueries.tsx

GitHub Actions / lint

Unexpected any. Specify a different type
}
interface FunctionMetadata {
tags: Tag[];
loc: Loc;
context: Context;
augments: any[];

Check warning on line 102 in .storybook/components/CommandsAndQueries.tsx

GitHub Actions / lint

Unexpected any. Specify a different type
examples: Example[];
implements: any[];

Check warning on line 104 in .storybook/components/CommandsAndQueries.tsx

GitHub Actions / lint

Unexpected any. Specify a different type
params: Param[];
properties: any[];

Check warning on line 106 in .storybook/components/CommandsAndQueries.tsx

GitHub Actions / lint

Unexpected any. Specify a different type
returns: Return[];
sees: any[];

Check warning on line 108 in .storybook/components/CommandsAndQueries.tsx

GitHub Actions / lint

Unexpected any. Specify a different type
throws: any[];

Check warning on line 109 in .storybook/components/CommandsAndQueries.tsx

GitHub Actions / lint

Unexpected any. Specify a different type
todos: any[];
yields: any[];
name: string;