Skip to content

Commit cb4688f

Browse files
chore(deps): update dependency typescript to v5.8.3 (#181)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`5.8.2` -> `5.8.3`](https://renovatebot.com/diffs/npm/typescript/5.8.2/5.8.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.8.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.8.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.8.2/5.8.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.8.2/5.8.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.8.3`](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.2...68cead182cc24afdc3f1ce7c8ff5853aba14b65a) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.2...68cead182cc24afdc3f1ce7c8ff5853aba14b65a) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c41bd88 commit cb4688f

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.9",
5959
"prettier": "3.5.3",
6060
"rimraf": "5.0.10",
61-
"typescript": "5.8.2"
61+
"typescript": "5.8.3"
6262
},
6363
"packageManager": "yarn@4.2.2"
6464
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5320,7 +5320,7 @@ __metadata:
53205320
nodemon: "npm:3.1.9"
53215321
prettier: "npm:3.5.3"
53225322
rimraf: "npm:5.0.10"
5323-
typescript: "npm:5.8.2"
5323+
typescript: "npm:5.8.3"
53245324
bin:
53255325
nodejs-typescript-modern-starter: dist/src/index.js
53265326
ntms: dist/src/index.js
@@ -6236,23 +6236,23 @@ __metadata:
62366236
languageName: node
62376237
linkType: hard
62386238

6239-
"typescript@npm:5.8.2":
6240-
version: 5.8.2
6241-
resolution: "typescript@npm:5.8.2"
6239+
"typescript@npm:5.8.3":
6240+
version: 5.8.3
6241+
resolution: "typescript@npm:5.8.3"
62426242
bin:
62436243
tsc: bin/tsc
62446244
tsserver: bin/tsserver
6245-
checksum: 10/dbc2168a55d56771f4d581997be52bab5cbc09734fec976cfbaabd787e61fb4c6cf9125fd48c6f98054ce549c77ecedefc7f64252a830dd8e9c3381f61fbeb78
6245+
checksum: 10/65c40944c51b513b0172c6710ee62e951b70af6f75d5a5da745cb7fab132c09ae27ffdf7838996e3ed603bb015dadd099006658046941bd0ba30340cc563ae92
62466246
languageName: node
62476247
linkType: hard
62486248

6249-
"typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>":
6250-
version: 5.8.2
6251-
resolution: "typescript@patch:typescript@npm%3A5.8.2#optional!builtin<compat/typescript>::version=5.8.2&hash=b45daf"
6249+
"typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>":
6250+
version: 5.8.3
6251+
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=b45daf"
62526252
bin:
62536253
tsc: bin/tsc
62546254
tsserver: bin/tsserver
6255-
checksum: 10/6ae9b2c4d3254ec2eaee6f26ed997e19c02177a212422993209f81e87092b2bb0a4738085549c5b0164982a5609364c047c72aeb281f6c8d802cd0d1c6f0d353
6255+
checksum: 10/98470634034ec37fd9ea61cc82dcf9a27950d0117a4646146b767d085a2ec14b137aae9642a83d1c62732d7fdcdac19bb6288b0bb468a72f7a06ae4e1d2c72c9
62566256
languageName: node
62576257
linkType: hard
62586258

0 commit comments

Comments
 (0)