Skip to content

Commit b8d255b

Browse files
authoredOct 24, 2024··
chore(deps): update dependency swc-plugin-coverage-instrument to ^0.0.25 (#9676)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [swc-plugin-coverage-instrument](https://redirect.github.com/kwonoj/swc-coverage-instrument) | [`^0.0.24` -> `^0.0.25`](https://renovatebot.com/diffs/npm/swc-plugin-coverage-instrument/0.0.24/0.0.25) | [![age](https://developer.mend.io/api/mc/badges/age/npm/swc-plugin-coverage-instrument/0.0.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/swc-plugin-coverage-instrument/0.0.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/swc-plugin-coverage-instrument/0.0.24/0.0.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/swc-plugin-coverage-instrument/0.0.24/0.0.25?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kwonoj/swc-coverage-instrument (swc-plugin-coverage-instrument)</summary> ### [`v0.0.25`](https://redirect.github.com/kwonoj/swc-coverage-instrument/compare/v0.0.24...v0.0.25) [Compare Source](https://redirect.github.com/kwonoj/swc-coverage-instrument/compare/v0.0.24...v0.0.25) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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/swc-project/swc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dacb6cf commit b8d255b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"source-map": "^0.7.3",
6868
"source-map-support": "^0.5.19",
6969
"sourcemap-validator": "^2.1.0",
70-
"swc-plugin-coverage-instrument": "^0.0.24",
70+
"swc-plugin-coverage-instrument": "^0.0.25",
7171
"terser": "^5.7.1",
7272
"ts-node": "^10.5.0",
7373
"typescript": "^5.3.3",

‎yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -4794,7 +4794,7 @@ __metadata:
47944794
source-map: "npm:^0.7.3"
47954795
source-map-support: "npm:^0.5.19"
47964796
sourcemap-validator: "npm:^2.1.0"
4797-
swc-plugin-coverage-instrument: "npm:^0.0.24"
4797+
swc-plugin-coverage-instrument: "npm:^0.0.25"
47984798
terser: "npm:^5.7.1"
47994799
ts-node: "npm:^10.5.0"
48004800
typescript: "npm:^5.3.3"
@@ -16498,10 +16498,10 @@ __metadata:
1649816498
languageName: unknown
1649916499
linkType: soft
1650016500

16501-
"swc-plugin-coverage-instrument@npm:^0.0.24":
16502-
version: 0.0.24
16503-
resolution: "swc-plugin-coverage-instrument@npm:0.0.24"
16504-
checksum: 7eeb04408430d79ee8ec7a628955e7680d62c89f49a002fa482e5bed73c0d01fa8d262303ff93a6e3efdae7667b1eaa984a4b07aa32b56f48d7e154a3645de97
16501+
"swc-plugin-coverage-instrument@npm:^0.0.25":
16502+
version: 0.0.25
16503+
resolution: "swc-plugin-coverage-instrument@npm:0.0.25"
16504+
checksum: 110cf8074a2932c9cc370dbd833db4b71dca5a386ab13ca1116811fcf3be5498f98ab755cdf7395cf19cdd0da711119ac3edc9ab3c8bc26e50ca60ca07ae834d
1650516505
languageName: node
1650616506
linkType: hard
1650716507

0 commit comments

Comments
 (0)
Please sign in to comment.