Skip to content

Commit cc1d792

Browse files
chore(deps): update dependency typescript to v5.7.3 (#164)
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.7.2` -> `5.7.3`](https://renovatebot.com/diffs/npm/typescript/5.7.2/5.7.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.7.2/5.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.7.2/5.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.7.3`](https://redirect.github.com/microsoft/TypeScript/compare/v5.7.2...a5e123d9e0690fcea92878ea8a0a382922009fc9) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.7.2...v5.7.3) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ea9388 commit cc1d792

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.4.2",
6060
"rimraf": "5.0.10",
61-
"typescript": "5.7.2"
61+
"typescript": "5.7.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
@@ -5037,7 +5037,7 @@ __metadata:
50375037
nodemon: "npm:3.1.9"
50385038
prettier: "npm:3.4.2"
50395039
rimraf: "npm:5.0.10"
5040-
typescript: "npm:5.7.2"
5040+
typescript: "npm:5.7.3"
50415041
bin:
50425042
nodejs-typescript-modern-starter: dist/src/index.js
50435043
ntms: dist/src/index.js
@@ -5946,23 +5946,23 @@ __metadata:
59465946
languageName: node
59475947
linkType: hard
59485948

5949-
"typescript@npm:5.7.2":
5950-
version: 5.7.2
5951-
resolution: "typescript@npm:5.7.2"
5949+
"typescript@npm:5.7.3":
5950+
version: 5.7.3
5951+
resolution: "typescript@npm:5.7.3"
59525952
bin:
59535953
tsc: bin/tsc
59545954
tsserver: bin/tsserver
5955-
checksum: 10/4caa3904df69db9d4a8bedc31bafc1e19ffb7b24fbde2997a1633ae1398d0de5bdbf8daf602ccf3b23faddf1aeeb9b795223a2ed9c9a4fdcaf07bfde114a401a
5955+
checksum: 10/6a7e556de91db3d34dc51cd2600e8e91f4c312acd8e52792f243c7818dfadb27bae677175fad6947f9c81efb6c57eb6b2d0c736f196a6ee2f1f7d57b74fc92fa
59565956
languageName: node
59575957
linkType: hard
59585958

5959-
"typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>":
5960-
version: 5.7.2
5961-
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=b45daf"
5959+
"typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>":
5960+
version: 5.7.3
5961+
resolution: "typescript@patch:typescript@npm%3A5.7.3#optional!builtin<compat/typescript>::version=5.7.3&hash=b45daf"
59625962
bin:
59635963
tsc: bin/tsc
59645964
tsserver: bin/tsserver
5965-
checksum: 10/ff27fc124bceb8969be722baa38af945b2505767cf794de3e2715e58f61b43780284060287d651fcbbdfb6f917f4653b20f4751991f17e0706db389b9bb3f75d
5965+
checksum: 10/3ac7b7e3e899273d2fbdce6e24b93d4d53a705ad7a7e4cc83b4c57bcb6d25948abcd2a21994f6b9c73ab03960f395aae95f0458de292a66ce0134233261714c3
59665966
languageName: node
59675967
linkType: hard
59685968

0 commit comments

Comments
 (0)