Skip to content

Commit 4e849f0

Browse files
Bump typescript from 5.8.2 to 5.8.3 (#756)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 to 5.8.3. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/microsoft/TypeScript/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=5.8.2&new-version=5.8.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent 465ebeb commit 4e849f0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"sort-package-json": "^3.0.0",
6161
"ts-jest": "^29.3.1",
6262
"ts-node": "^10.9.2",
63-
"typescript": "^5.8.2",
63+
"typescript": "^5.8.3",
6464
"yaml": "^2.7.1"
6565
},
6666
"packageManager": "[email protected]"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ __metadata:
831831
sort-package-json: "npm:^3.0.0"
832832
ts-jest: "npm:^29.3.1"
833833
ts-node: "npm:^10.9.2"
834-
typescript: "npm:^5.8.2"
834+
typescript: "npm:^5.8.3"
835835
yaml: "npm:^2.7.1"
836836
languageName: unknown
837837
linkType: soft
@@ -6163,23 +6163,23 @@ __metadata:
61636163
languageName: node
61646164
linkType: hard
61656165

6166-
"typescript@npm:^5.8.2":
6167-
version: 5.8.2
6168-
resolution: "typescript@npm:5.8.2"
6166+
"typescript@npm:^5.8.2, typescript@npm:^5.8.3":
6167+
version: 5.8.3
6168+
resolution: "typescript@npm:5.8.3"
61696169
bin:
61706170
tsc: bin/tsc
61716171
tsserver: bin/tsserver
6172-
checksum: 5c4f6fbf1c6389b6928fe7b8fcd5dc73bb2d58cd4e3883f1d774ed5bd83b151cbac6b7ecf11723de56d4676daeba8713894b1e9af56174f2f9780ae7848ec3c6
6172+
checksum: 5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48
61736173
languageName: node
61746174
linkType: hard
61756175

6176-
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>":
6177-
version: 5.8.2
6178-
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=29ae49"
6176+
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>":
6177+
version: 5.8.3
6178+
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=29ae49"
61796179
bin:
61806180
tsc: bin/tsc
61816181
tsserver: bin/tsserver
6182-
checksum: 8a6cd29dfb59bd5a978407b93ae0edb530ee9376a5b95a42ad057a6f80ffb0c410489ccd6fe48d1d0dfad6e8adf5d62d3874bbd251f488ae30e11a1ce6dabd28
6182+
checksum: 92ea03509e06598948559ddcdd8a4ae5a7ab475766d5589f1b796f5731b3d631a4c7ddfb86a3bd44d58d10102b132cd4b4994dda9b63e6273c66d77d6a271dbd
61836183
languageName: node
61846184
linkType: hard
61856185

0 commit comments

Comments
 (0)