Skip to content

Commit

Permalink
Revert "Update TypeScript dep from 5.3.3 to 5.4.2 (latest) (#10428)" (#…
Browse files Browse the repository at this point in the history
…10439)

This reverts commit f5dc68b.
  • Loading branch information
Andarist authored Mar 14, 2024
1 parent 71b7c92 commit 3ca214b
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 39 deletions.
4 changes: 2 additions & 2 deletions package.json

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

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

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

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

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

24 changes: 12 additions & 12 deletions packages/e2e-tests/examples/rdt-react-versions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1936,7 +1936,7 @@ __metadata:
"@vitejs/plugin-react-swc": ^3.3.2
react: ^18.2.0
react-dom: ^18.2.0
typescript: ^5.4.2
typescript: ^5.0.2
vite: ^4.4.5
languageName: unknown
linkType: soft
Expand All @@ -1951,7 +1951,7 @@ __metadata:
"@vitejs/plugin-react-swc": ^3.3.2
react: ^15
react-dom: ^15
typescript: ^5.4.2
typescript: ^5.0.2
vite: ^4.4.5
languageName: unknown
linkType: soft
Expand All @@ -1966,7 +1966,7 @@ __metadata:
"@vitejs/plugin-react-swc": ^3.3.2
react: ^16
react-dom: ^16
typescript: ^5.4.2
typescript: ^5.0.2
vite: ^4.4.5
languageName: unknown
linkType: soft
Expand All @@ -1981,7 +1981,7 @@ __metadata:
"@vitejs/plugin-react-swc": ^3.3.2
react: ^17
react-dom: ^17
typescript: ^5.4.2
typescript: ^5.0.2
vite: ^4.4.5
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2511,23 +2511,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.4.2":
version: 5.4.2
resolution: "typescript@npm:5.4.2"
"typescript@npm:^5.0.2":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 96d80fde25a09bcb04d399082fb27a808a9e17c2111e43849d2aafbd642d835e4f4ef0de09b0ba795ec2a700be6c4c2c3f62bf4660c05404c948727b5bbfb32a
checksum: 7912821dac4d962d315c36800fe387cdc0a6298dba7ec171b350b4a6e988b51d7b8f051317786db1094bd7431d526b648aba7da8236607febb26cf5b871d2d3c
languageName: node
linkType: hard

"typescript@patch:typescript@^5.4.2#~builtin<compat/typescript>":
version: 5.4.2
resolution: "typescript@patch:typescript@npm%3A5.4.2#~builtin<compat/typescript>::version=5.4.2&hash=7ad353"
"typescript@patch:typescript@^5.0.2#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=7ad353"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: c1b669146bca5529873aae60870e243fa8140c85f57ca32c42f898f586d73ce4a6b4f6bb02ae312729e214d7f5859a0c70da3e527a116fdf5ad00c9fc733ecc6
checksum: 07106822b4305de3f22835cbba949a2b35451cad50888759b6818421290ff95d522b38ef7919e70fb381c5fe9c1c643d7dea22c8b31652a717ddbd57b7f4d554
languageName: node
linkType: hard

Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@ function getFiltersPanel(page: Page) {
return page.locator('div.filters')
}

export async function testFunction(page: Page, expect: typeof expectType) {
export default async function testFunction(
page: Page,
expect: typeof expectType
) {
const listItems = getTodoListItems(page)

async function waitForListItemsCount(count: number) {
Expand Down Expand Up @@ -140,5 +143,5 @@ export async function testFunction(page: Page, expect: typeof expectType) {

// add a little delay to ensure that the last click was added
// to the recording, see [FE-2286] and [RUN-3258]
await delay(500)
await delay(500);
}
18 changes: 9 additions & 9 deletions packages/e2e-tests/examples/redux-fundamentals/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2528,7 +2528,7 @@ __metadata:
react-dom: ^18.2.0
react-redux: ^8.1.2
seedrandom: ^3.0.5
typescript: ^5.4.2
typescript: ^5.0.2
vite: ^4.4.5
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3055,23 +3055,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.4.2":
version: 5.4.2
resolution: "typescript@npm:5.4.2"
"typescript@npm:^5.0.2":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 96d80fde25a09bcb04d399082fb27a808a9e17c2111e43849d2aafbd642d835e4f4ef0de09b0ba795ec2a700be6c4c2c3f62bf4660c05404c948727b5bbfb32a
checksum: 7912821dac4d962d315c36800fe387cdc0a6298dba7ec171b350b4a6e988b51d7b8f051317786db1094bd7431d526b648aba7da8236607febb26cf5b871d2d3c
languageName: node
linkType: hard

"typescript@patch:typescript@^5.4.2#~builtin<compat/typescript>":
version: 5.4.2
resolution: "typescript@patch:typescript@npm%3A5.4.2#~builtin<compat/typescript>::version=5.4.2&hash=7ad353"
"typescript@patch:typescript@^5.0.2#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=7ad353"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: c1b669146bca5529873aae60870e243fa8140c85f57ca32c42f898f586d73ce4a6b4f6bb02ae312729e214d7f5859a0c70da3e527a116fdf5ad00c9fc733ecc6
checksum: 07106822b4305de3f22835cbba949a2b35451cad50888759b6818421290ff95d522b38ef7919e70fb381c5fe9c1c643d7dea22c8b31652a717ddbd57b7f4d554
languageName: node
linkType: hard

Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15091,7 +15091,7 @@ __metadata:
tailwindcss: ^3.2.4
ts-node: ^10.7.0
tsconfig-paths: ^3.14.1
typescript: ^5.4.2
typescript: ^5.3.3
use-context-menu: 0.4.13
utf-8-validate: ^5.0.8
uuid: ^7.0.3
Expand Down Expand Up @@ -17208,23 +17208,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.4.2":
version: 5.4.2
resolution: "typescript@npm:5.4.2"
"typescript@npm:5.3.3":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 96d80fde25a09bcb04d399082fb27a808a9e17c2111e43849d2aafbd642d835e4f4ef0de09b0ba795ec2a700be6c4c2c3f62bf4660c05404c948727b5bbfb32a
checksum: 2007ccb6e51bbbf6fde0a78099efe04dc1c3dfbdff04ca3b6a8bc717991862b39fd6126c0c3ebf2d2d98ac5e960bcaa873826bb2bb241f14277034148f41f6a2
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.4.2#~builtin<compat/typescript>":
version: 5.4.2
resolution: "typescript@patch:typescript@npm%3A5.4.2#~builtin<compat/typescript>::version=5.4.2&hash=7ad353"
"typescript@patch:typescript@npm%3A5.3.3#~builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#~builtin<compat/typescript>::version=5.3.3&hash=7ad353"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: c1b669146bca5529873aae60870e243fa8140c85f57ca32c42f898f586d73ce4a6b4f6bb02ae312729e214d7f5859a0c70da3e527a116fdf5ad00c9fc733ecc6
checksum: f61375590b3162599f0f0d5b8737877ac0a7bc52761dbb585d67e7b8753a3a4c42d9a554c4cc929f591ffcf3a2b0602f65ae3ce74714fd5652623a816862b610
languageName: node
linkType: hard

Expand Down

0 comments on commit 3ca214b

Please sign in to comment.