Skip to content

Commit 99556cd

Browse files
build(deps-dev): Bump typescript from 5.7.3 to 5.8.2 (#4803)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Proffitt <[email protected]>
1 parent fd16758 commit 99556cd

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"react-test-renderer": "^19.0.0",
122122
"svgo": "^3",
123123
"ts-jest": "^29.2.6",
124-
"typescript": "^5.7.3",
124+
"typescript": "^5.8.2",
125125
"typescript-eslint": "^8.26.1",
126126
"yarn-audit-fix": "^10.1.1"
127127
},

ui/pages/__tests__/Signin.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe("SignIn", () => {
2727
});
2828

2929
afterEach(() => {
30-
window.location = location;
30+
window.location.assign(location.toString());
3131
});
3232

3333
it("should show no buttons or user/password fields with no flags set", async () => {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4462,7 +4462,7 @@ __metadata:
44624462
styled-components: "npm:^6.1.16"
44634463
svgo: "npm:^3"
44644464
ts-jest: "npm:^29.2.6"
4465-
typescript: "npm:^5.7.3"
4465+
typescript: "npm:^5.8.2"
44664466
typescript-eslint: "npm:^8.26.1"
44674467
yarn-audit-fix: "npm:^10.1.1"
44684468
peerDependencies:
@@ -12605,23 +12605,23 @@ __metadata:
1260512605
languageName: node
1260612606
linkType: hard
1260712607

12608-
"typescript@npm:^5.7.3":
12609-
version: 5.7.3
12610-
resolution: "typescript@npm:5.7.3"
12608+
"typescript@npm:^5.8.2":
12609+
version: 5.8.2
12610+
resolution: "typescript@npm:5.8.2"
1261112611
bin:
1261212612
tsc: bin/tsc
1261312613
tsserver: bin/tsserver
12614-
checksum: 10c0/b7580d716cf1824736cc6e628ab4cd8b51877408ba2be0869d2866da35ef8366dd6ae9eb9d0851470a39be17cbd61df1126f9e211d8799d764ea7431d5435afa
12614+
checksum: 10c0/5c4f6fbf1c6389b6928fe7b8fcd5dc73bb2d58cd4e3883f1d774ed5bd83b151cbac6b7ecf11723de56d4676daeba8713894b1e9af56174f2f9780ae7848ec3c6
1261512615
languageName: node
1261612616
linkType: hard
1261712617

12618-
"typescript@patch:typescript@npm%3A^5.7.3#optional!builtin<compat/typescript>":
12619-
version: 5.7.3
12620-
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=5786d5"
12618+
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>":
12619+
version: 5.8.2
12620+
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=5786d5"
1262112621
bin:
1262212622
tsc: bin/tsc
1262312623
tsserver: bin/tsserver
12624-
checksum: 10c0/6fd7e0ed3bf23a81246878c613423730c40e8bdbfec4c6e4d7bf1b847cbb39076e56ad5f50aa9d7ebd89877999abaee216002d3f2818885e41c907caaa192cc4
12624+
checksum: 10c0/5448a08e595cc558ab321e49d4cac64fb43d1fa106584f6ff9a8d8e592111b373a995a1d5c7f3046211c8a37201eb6d0f1566f15cdb7a62a5e3be01d087848e2
1262512625
languageName: node
1262612626
linkType: hard
1262712627

0 commit comments

Comments
 (0)