Skip to content

Commit 7a331ca

Browse files
Bump typescript from 5.8.2 to 5.8.3 (#568)
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 b2f9b6c commit 7a331ca

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
@@ -63,7 +63,7 @@
6363
"ts-jest": "^29.3.1",
6464
"ts-node": "^10.9.2",
6565
"tsc-alias": "^1.8.13",
66-
"typescript": "^5.8.2"
66+
"typescript": "^5.8.3"
6767
},
6868
"packageManager": "[email protected]"
6969
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ __metadata:
840840
ts-jest: "npm:^29.3.1"
841841
ts-node: "npm:^10.9.2"
842842
tsc-alias: "npm:^1.8.13"
843-
typescript: "npm:^5.8.2"
843+
typescript: "npm:^5.8.3"
844844
unified: "npm:^11.0.5"
845845
languageName: unknown
846846
linkType: soft
@@ -7111,23 +7111,23 @@ __metadata:
71117111
languageName: node
71127112
linkType: hard
71137113

7114-
"typescript@npm:^5.8.2":
7115-
version: 5.8.2
7116-
resolution: "typescript@npm:5.8.2"
7114+
"typescript@npm:^5.8.2, typescript@npm:^5.8.3":
7115+
version: 5.8.3
7116+
resolution: "typescript@npm:5.8.3"
71177117
bin:
71187118
tsc: bin/tsc
71197119
tsserver: bin/tsserver
7120-
checksum: 5c4f6fbf1c6389b6928fe7b8fcd5dc73bb2d58cd4e3883f1d774ed5bd83b151cbac6b7ecf11723de56d4676daeba8713894b1e9af56174f2f9780ae7848ec3c6
7120+
checksum: 5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48
71217121
languageName: node
71227122
linkType: hard
71237123

7124-
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>":
7125-
version: 5.8.2
7126-
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=29ae49"
7124+
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>":
7125+
version: 5.8.3
7126+
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=29ae49"
71277127
bin:
71287128
tsc: bin/tsc
71297129
tsserver: bin/tsserver
7130-
checksum: 8a6cd29dfb59bd5a978407b93ae0edb530ee9376a5b95a42ad057a6f80ffb0c410489ccd6fe48d1d0dfad6e8adf5d62d3874bbd251f488ae30e11a1ce6dabd28
7130+
checksum: 92ea03509e06598948559ddcdd8a4ae5a7ab475766d5589f1b796f5731b3d631a4c7ddfb86a3bd44d58d10102b132cd4b4994dda9b63e6273c66d77d6a271dbd
71317131
languageName: node
71327132
linkType: hard
71337133

0 commit comments

Comments
 (0)