From 1f12be2ee9d3033e7398ee0cabfa77aab74d644c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Tue, 5 Oct 2021 01:59:18 +0000 Subject: [PATCH] Update dependency jest-junit to v13 (#815) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jest-junit](https://togithub.com/jest-community/jest-junit) | [`12.3.0` -> `13.0.0`](https://renovatebot.com/diffs/npm/jest-junit/12.3.0/13.0.0) | [![age](https://badges.renovateapi.com/packages/npm/jest-junit/13.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/jest-junit/13.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/jest-junit/13.0.0/compatibility-slim/12.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/jest-junit/13.0.0/confidence-slim/12.3.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
jest-community/jest-junit ### [`v13.0.0`](https://togithub.com/jest-community/jest-junit/releases/v13.0.0) [Compare Source](https://togithub.com/jest-community/jest-junit/compare/v12.3.0...v13.0.0) Update strip-ansi to newer version - [https://github.com/jest-community/jest-junit/pull/188](https://togithub.com/jest-community/jest-junit/pull/188) Add noStackTrace CLI option - [https://github.com/jest-community/jest-junit/pull/160](https://togithub.com/jest-community/jest-junit/pull/160) Fix rootDir usage - [https://github.com/jest-community/jest-junit/pull/154](https://togithub.com/jest-community/jest-junit/pull/154)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/ttbud/ttbud). --- web/package.json | 2 +- web/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/package.json b/web/package.json index c0693e2ac..0cce57f11 100644 --- a/web/package.json +++ b/web/package.json @@ -26,7 +26,7 @@ "fp-ts": "2.11.4", "immer": "9.0.6", "io-ts": "2.2.16", - "jest-junit": "12.3.0", + "jest-junit": "13.0.0", "jest-websocket-mock": "2.2.1", "mock-socket": "9.0.5", "netlify-cli": "6.9.28", diff --git a/web/yarn.lock b/web/yarn.lock index 733aa71b6..1cd0ab256 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -9438,13 +9438,13 @@ jest-jasmine2@^26.6.3: pretty-format "^26.6.2" throat "^5.0.0" -jest-junit@12.3.0: - version "12.3.0" - resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-12.3.0.tgz#ee41a74e439eecdc8965f163f83035cce5998d6d" - integrity sha512-+NmE5ogsEjFppEl90GChrk7xgz8xzvF0f+ZT5AnhW6suJC93gvQtmQjfyjDnE0Z2nXJqEkxF0WXlvjG/J+wn/g== +jest-junit@13.0.0: + version "13.0.0" + resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-13.0.0.tgz#479be347457aad98ae8a5983a23d7c3ec526c9a3" + integrity sha512-JSHR+Dhb32FGJaiKkqsB7AR3OqWKtldLd6ZH2+FJ8D4tsweb8Id8zEVReU4+OlrRO1ZluqJLQEETm+Q6/KilBg== dependencies: mkdirp "^1.0.4" - strip-ansi "^5.2.0" + strip-ansi "^6.0.1" uuid "^8.3.2" xml "^1.0.1"