Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit d9dccc9

Browse files
Calciumdibromid Botcabr2-bot
authored and
Epsilon_02
committed
Update dependency ts-node to v10.8.1 (#1393)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ts-node](https://typestrong.org/ts-node) ([source](https://github.com/TypeStrong/ts-node)) | devDependencies | patch | [`10.8.0` -> `10.8.1`](https://renovatebot.com/diffs/npm/ts-node/10.8.0/10.8.1) | --- ### Release Notes <details> <summary>TypeStrong/ts-node</summary> ### [`v10.8.1`](https://github.com/TypeStrong/ts-node/releases/tag/v10.8.1) [Compare Source](TypeStrong/ts-node@v10.8.0...v10.8.1) **Fixed** - Fixed [#&#8203;1769](TypeStrong/ts-node#1769): source URLs in source map cache were malformed on Windows, affecting code coverage reports ([#&#8203;1769](TypeStrong/ts-node#1769), [#&#8203;1771](TypeStrong/ts-node#1771)) [@&#8203;cspotcode](https://github.com/cspotcode) - Fixed [#&#8203;1778](TypeStrong/ts-node#1778): typechecker was erronously resolving imports from ESM files as if they were from CJS files ([#&#8203;1778](TypeStrong/ts-node#1778), [#&#8203;1782](TypeStrong/ts-node#1782)) [@&#8203;cspotcode](https://github.com/cspotcode) https://github.com/TypeStrong/ts-node/milestone/14 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: cabr2-bot <[email protected]> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1393 Co-authored-by: Calciumdibromid Bot <[email protected]> Co-committed-by: Calciumdibromid Bot <[email protected]>
1 parent 3c1d380 commit d9dccc9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"karma-jasmine": "5.0.1",
7474
"karma-jasmine-html-reporter": "2.0.0",
7575
"prettier": "2.6.2",
76-
"ts-node": "10.8.0",
76+
"ts-node": "10.8.1",
7777
"typescript": "4.7.3",
7878
"webpack-bundle-analyzer": "4.5.0"
7979
}

frontend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8142,10 +8142,10 @@ [email protected]:
81428142
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
81438143
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
81448144

8145-
8146-
version "10.8.0"
8147-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.0.tgz#3ceb5ac3e67ae8025c1950626aafbdecb55d82ce"
8148-
integrity sha512-/fNd5Qh+zTt8Vt1KbYZjRHCE9sI5i7nqfD/dzBBRDeVXZXS6kToW6R7tTU6Nd4XavFs0mAVCg29Q//ML7WsZYA==
8145+
8146+
version "10.8.1"
8147+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.1.tgz#ea2bd3459011b52699d7e88daa55a45a1af4f066"
8148+
integrity sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==
81498149
dependencies:
81508150
"@cspotcode/source-map-support" "^0.8.0"
81518151
"@tsconfig/node10" "^1.0.7"

0 commit comments

Comments
 (0)