Skip to content

Commit 9911a90

Browse files
chore(deps): update dependency typescript to v5.9.2 (#202)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`](https://renovatebot.com/diffs/npm/typescript/5.8.3/5.9.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.8.3/5.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.9.2`](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.3...5be33469d551655d878876faa9e30aa3b49f8ee9) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/xddq/nodejs-typescript-modern-starter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dd7a586 commit 9911a90

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
@@ -58,7 +58,7 @@
5858
"nodemon": "3.1.10",
5959
"prettier": "3.6.2",
6060
"rimraf": "5.0.10",
61-
"typescript": "5.8.3"
61+
"typescript": "5.9.2"
6262
},
6363
"packageManager": "[email protected]"
6464
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5265,7 +5265,7 @@ __metadata:
52655265
nodemon: "npm:3.1.10"
52665266
prettier: "npm:3.6.2"
52675267
rimraf: "npm:5.0.10"
5268-
typescript: "npm:5.8.3"
5268+
typescript: "npm:5.9.2"
52695269
bin:
52705270
nodejs-typescript-modern-starter: dist/src/index.js
52715271
ntms: dist/src/index.js
@@ -6191,23 +6191,23 @@ __metadata:
61916191
languageName: node
61926192
linkType: hard
61936193

6194-
"typescript@npm:5.8.3":
6195-
version: 5.8.3
6196-
resolution: "typescript@npm:5.8.3"
6194+
"typescript@npm:5.9.2":
6195+
version: 5.9.2
6196+
resolution: "typescript@npm:5.9.2"
61976197
bin:
61986198
tsc: bin/tsc
61996199
tsserver: bin/tsserver
6200-
checksum: 10/65c40944c51b513b0172c6710ee62e951b70af6f75d5a5da745cb7fab132c09ae27ffdf7838996e3ed603bb015dadd099006658046941bd0ba30340cc563ae92
6200+
checksum: 10/cc2fe6c822819de5d453fa25aa9f32096bf70dde215d481faa1ad84a283dfb264e33988ed8f6d36bc803dd0b16dbe943efa311a798ef76d5b3892a05dfbfd628
62016201
languageName: node
62026202
linkType: hard
62036203

6204-
"typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>":
6205-
version: 5.8.3
6206-
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=b45daf"
6204+
"typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>":
6205+
version: 5.9.2
6206+
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=b45daf"
62076207
bin:
62086208
tsc: bin/tsc
62096209
tsserver: bin/tsserver
6210-
checksum: 10/98470634034ec37fd9ea61cc82dcf9a27950d0117a4646146b767d085a2ec14b137aae9642a83d1c62732d7fdcdac19bb6288b0bb468a72f7a06ae4e1d2c72c9
6210+
checksum: 10/a8606016982f2f46ed085e9b4b84d8a5251b42ff0560c995c20f3c3ab9543e37c1015d92ab2f1cc7b2af2b499d12bac57e11789da271fb3225af8ec0b24e5b64
62116211
languageName: node
62126212
linkType: hard
62136213

0 commit comments

Comments
 (0)