Skip to content

Commit bb0a11f

Browse files
Bump typescript from 5.8.2 to 5.8.3 (#279)
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 198374d commit bb0a11f

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
@@ -34,7 +34,7 @@
3434
"nodemon": "^3.1.9",
3535
"prettier": "^3.5.3",
3636
"supertest": "^7.1.0",
37-
"typescript": "^5.8.2",
37+
"typescript": "^5.8.3",
3838
"yargs": "^17.7.2"
3939
},
4040
"packageManager": "[email protected]"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5436,7 +5436,7 @@ __metadata:
54365436
nodemon: "npm:^3.1.9"
54375437
prettier: "npm:^3.5.3"
54385438
supertest: "npm:^7.1.0"
5439-
typescript: "npm:^5.8.2"
5439+
typescript: "npm:^5.8.3"
54405440
yargs: "npm:^17.7.2"
54415441
bin:
54425442
laboperator-middleware: ./bin/cli
@@ -7235,23 +7235,23 @@ __metadata:
72357235
languageName: node
72367236
linkType: hard
72377237

7238-
"typescript@npm:^5.8.2":
7239-
version: 5.8.2
7240-
resolution: "typescript@npm:5.8.2"
7238+
"typescript@npm:^5.8.2, typescript@npm:^5.8.3":
7239+
version: 5.8.3
7240+
resolution: "typescript@npm:5.8.3"
72417241
bin:
72427242
tsc: bin/tsc
72437243
tsserver: bin/tsserver
7244-
checksum: 5c4f6fbf1c6389b6928fe7b8fcd5dc73bb2d58cd4e3883f1d774ed5bd83b151cbac6b7ecf11723de56d4676daeba8713894b1e9af56174f2f9780ae7848ec3c6
7244+
checksum: 5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48
72457245
languageName: node
72467246
linkType: hard
72477247

7248-
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>":
7249-
version: 5.8.2
7250-
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=e012d7"
7248+
"typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>":
7249+
version: 5.8.3
7250+
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=e012d7"
72517251
bin:
72527252
tsc: bin/tsc
72537253
tsserver: bin/tsserver
7254-
checksum: 8a6cd29dfb59bd5a978407b93ae0edb530ee9376a5b95a42ad057a6f80ffb0c410489ccd6fe48d1d0dfad6e8adf5d62d3874bbd251f488ae30e11a1ce6dabd28
7254+
checksum: 92ea03509e06598948559ddcdd8a4ae5a7ab475766d5589f1b796f5731b3d631a4c7ddfb86a3bd44d58d10102b132cd4b4994dda9b63e6273c66d77d6a271dbd
72557255
languageName: node
72567256
linkType: hard
72577257

0 commit comments

Comments
 (0)