From be40266d5b03cee694000a147d3f132e5fa99e91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 16:55:36 -0800 Subject: [PATCH] chore(deps): update dependency jest-junit to v15 (#7175) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend 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) | [`14.0.1` -> `15.0.0`](https://renovatebot.com/diffs/npm/jest-junit/14.0.1/15.0.0) | [![age](https://badges.renovateapi.com/packages/npm/jest-junit/15.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/jest-junit/15.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/jest-junit/15.0.0/compatibility-slim/14.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/jest-junit/15.0.0/confidence-slim/14.0.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
jest-community/jest-junit ### [`v15.0.0`](https://togithub.com/jest-community/jest-junit/releases/tag/v15.0.0) [Compare Source](https://togithub.com/jest-community/jest-junit/compare/v14.0.1...v15.0.0) Remove invalid ESC control sequence from XML output [https://github.com/jest-community/jest-junit/pull/230](https://togithub.com/jest-community/jest-junit/pull/230) - by [@​stevenxu-db](https://togithub.com/stevenxu-db)
--- ### 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 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/apollographql/apollo-server). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 426c355514f..1497662ae37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "graphql-tag": "2.12.6", "jest": "29.3.1", "jest-config": "29.3.1", - "jest-junit": "14.0.1", + "jest-junit": "15.0.0", "jest-mock": "29.3.1", "jest-mock-random": "1.1.1", "jest-serializer-html": "7.1.0", @@ -9026,9 +9026,9 @@ } }, "node_modules/jest-junit": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-14.0.1.tgz", - "integrity": "sha512-h7/wwzPbllgpQhhVcRzRC76/cc89GlazThoV1fDxcALkf26IIlRsu/AcTG64f4nR2WPE3Cbd+i/sVf+NCUHrWQ==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-15.0.0.tgz", + "integrity": "sha512-Z5sVX0Ag3HZdMUnD5DFlG+1gciIFSy7yIVPhOdGUi8YJaI9iLvvBb530gtQL2CHmv0JJeiwRZenr0VrSR7frvg==", "dev": true, "dependencies": { "mkdirp": "^1.0.4", @@ -19873,9 +19873,9 @@ } }, "jest-junit": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-14.0.1.tgz", - "integrity": "sha512-h7/wwzPbllgpQhhVcRzRC76/cc89GlazThoV1fDxcALkf26IIlRsu/AcTG64f4nR2WPE3Cbd+i/sVf+NCUHrWQ==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-15.0.0.tgz", + "integrity": "sha512-Z5sVX0Ag3HZdMUnD5DFlG+1gciIFSy7yIVPhOdGUi8YJaI9iLvvBb530gtQL2CHmv0JJeiwRZenr0VrSR7frvg==", "dev": true, "requires": { "mkdirp": "^1.0.4", diff --git a/package.json b/package.json index 73776737a24..bbe280cdf8c 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "graphql-tag": "2.12.6", "jest": "29.3.1", "jest-config": "29.3.1", - "jest-junit": "14.0.1", + "jest-junit": "15.0.0", "jest-mock": "29.3.1", "jest-mock-random": "1.1.1", "jest-serializer-html": "7.1.0",