Skip to content

Commit dee05d2

Browse files
Bump typescript from 5.8.2 to 5.8.3 (#484)
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 ec8cff2 commit dee05d2

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
@@ -50,7 +50,7 @@
5050
"fetch-mock": "^9.11.0",
5151
"laboperator-middleware-development": "labforward/laboperator-middleware-development",
5252
"prettier": "^3.5.3",
53-
"typescript": "^5.8.2"
53+
"typescript": "^5.8.3"
5454
},
5555
"packageManager": "[email protected]"
5656
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6006,7 +6006,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
60066006
prettier: "npm:^3.5.3"
60076007
snakecase-keys: "npm:^8.0.1"
60086008
swagger-client: "npm:^3.18.5"
6009-
typescript: "npm:^5.8.2"
6009+
typescript: "npm:^5.8.3"
60106010
winston: "npm:^3.17.0"
60116011
yaml: "npm:^2.7.1"
60126012
yargs: "npm:^17.7.2"
@@ -8189,23 +8189,23 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
81898189
languageName: node
81908190
linkType: hard
81918191

8192-
"typescript@npm:^5.4.5, typescript@npm:^5.8.2":
8193-
version: 5.8.2
8194-
resolution: "typescript@npm:5.8.2"
8192+
"typescript@npm:^5.4.5, typescript@npm:^5.8.3":
8193+
version: 5.8.3
8194+
resolution: "typescript@npm:5.8.3"
81958195
bin:
81968196
tsc: bin/tsc
81978197
tsserver: bin/tsserver
8198-
checksum: 10c0/5c4f6fbf1c6389b6928fe7b8fcd5dc73bb2d58cd4e3883f1d774ed5bd83b151cbac6b7ecf11723de56d4676daeba8713894b1e9af56174f2f9780ae7848ec3c6
8198+
checksum: 10c0/5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48
81998199
languageName: node
82008200
linkType: hard
82018201

8202-
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.8.2#optional!builtin<compat/typescript>":
8203-
version: 5.8.2
8204-
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=5adc0c"
8202+
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.8.3#optional!builtin<compat/typescript>":
8203+
version: 5.8.3
8204+
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5adc0c"
82058205
bin:
82068206
tsc: bin/tsc
82078207
tsserver: bin/tsserver
8208-
checksum: 10c0/8a6cd29dfb59bd5a978407b93ae0edb530ee9376a5b95a42ad057a6f80ffb0c410489ccd6fe48d1d0dfad6e8adf5d62d3874bbd251f488ae30e11a1ce6dabd28
8208+
checksum: 10c0/92ea03509e06598948559ddcdd8a4ae5a7ab475766d5589f1b796f5731b3d631a4c7ddfb86a3bd44d58d10102b132cd4b4994dda9b63e6273c66d77d6a271dbd
82098209
languageName: node
82108210
linkType: hard
82118211

0 commit comments

Comments
 (0)