From 64dc59a75586394c74d45ec3d62d8cb3d99915c2 Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
<27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon, 2 Dec 2019 12:17:04 -0800
Subject: [PATCH] build(deps-dev): bump jest-junit (#168)
Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 9.0.0 to 10.0.0.
Release notes
*Sourced from [jest-junit's releases](https://github.com/jest-community/jest-junit/releases).*
> ## v10.0.0
> Add option to shorten console output by [@cisum-la](https://github.com/cisum-la) - [jest-community/jest-junit#111](https://github-redirect.dependabot.com/jest-community/jest-junit/pull/111)
Commits
- [`87e3413`](https://github.com/jest-community/jest-junit/commit/87e3413fce60dfd420f78aa0b6a47cf98600134a) Merge pull request [#115](https://github-redirect.dependabot.com/jest-community/jest-junit/issues/115) from palmerj3/v10.0.0
- [`6509fb9`](https://github.com/jest-community/jest-junit/commit/6509fb9e898f7027a284a26ebbede4c20b7e875b) v10.0.0
- [`ca9240f`](https://github.com/jest-community/jest-junit/commit/ca9240ffd3460ed58d61c0c1655513b6a4640027) Merge pull request [#113](https://github-redirect.dependabot.com/jest-community/jest-junit/issues/113) from maxkomarychev/addFileAttribute-readme-fix
- [`badfa6f`](https://github.com/jest-community/jest-junit/commit/badfa6fedace97dc2536d331e1a0d631779e330f) Fix readme entry for `addFileAttribute`
- [`01a40a4`](https://github.com/jest-community/jest-junit/commit/01a40a472785e58b6356f18e5e9ae4e1bef6a6d5) Merge pull request [#111](https://github-redirect.dependabot.com/jest-community/jest-junit/issues/111) from cisum-la/ISSUE-97-shorten-console-output
- [`50a49e4`](https://github.com/jest-community/jest-junit/commit/50a49e41b9ec9128936a07a8b5596ba5bd7b54b4) Added tests for short console output
- [`771e44a`](https://github.com/jest-community/jest-junit/commit/771e44a73d2be353668bad19278f260948716dde) Added options for short console output
- [`665893a`](https://github.com/jest-community/jest-junit/commit/665893a433973d0ab86166ec796bf2bedad01a45) Added support for short console output
- [`764bc3d`](https://github.com/jest-community/jest-junit/commit/764bc3dd7eaa10985ec2816a470b0f3f903a74f3) Added note about short console output to README.md
- See full diff in [compare view](https://github.com/jest-community/jest-junit/compare/v9.0.0...v10.0.0)
[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=jest-junit&package-manager=npm_and_yarn&previous-version=9.0.0&new-version=10.0.0)](https://dependabot.com/compatibility-score.html?dependency-name=jest-junit&package-manager=npm_and_yarn&previous-version=9.0.0&new-version=10.0.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
---
typescript-selenium-webdriver-sample/package.json | 2 +-
typescript-selenium-webdriver-sample/yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/typescript-selenium-webdriver-sample/package.json b/typescript-selenium-webdriver-sample/package.json
index 7f268414..3eb7d511 100644
--- a/typescript-selenium-webdriver-sample/package.json
+++ b/typescript-selenium-webdriver-sample/package.json
@@ -14,7 +14,7 @@
"geckodriver": "^1.19.1",
"jest": "^24.9.0",
"jest-circus": "^24.9.0",
- "jest-junit": "^9.0.0",
+ "jest-junit": "^10.0.0",
"selenium-webdriver": "^4.0.0-alpha.5",
"ts-jest": "^24.2.0",
"typescript": "^3.7.2"
diff --git a/typescript-selenium-webdriver-sample/yarn.lock b/typescript-selenium-webdriver-sample/yarn.lock
index e86a8839..4d2d4ef2 100644
--- a/typescript-selenium-webdriver-sample/yarn.lock
+++ b/typescript-selenium-webdriver-sample/yarn.lock
@@ -2150,10 +2150,10 @@ jest-jasmine2@^24.9.0:
pretty-format "^24.9.0"
throat "^4.0.0"
-jest-junit@^9.0.0:
- version "9.0.0"
- resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-9.0.0.tgz#9eb247dda7a8d2e1647a92f58a03a1490c74aea5"
- integrity sha512-jnABGjL5pd2lhE1w3RIslZSufFbWQZGx8O3eluDES7qKxQuonXMtsPIi+4AKl4rtjb4DvMAjwLi4eHukc2FP/Q==
+jest-junit@^10.0.0:
+ version "10.0.0"
+ resolved "https://registry.yarnpkg.com/jest-junit/-/jest-junit-10.0.0.tgz#c94b91c24920a327c9d2a075e897b2dba4af494b"
+ integrity sha512-dbOVRyxHprdSpwSAR9/YshLwmnwf+RSl5hf0kCGlhAcEeZY9aRqo4oNmaT0tLC16Zy9D0zekDjWkjHGjXlglaQ==
dependencies:
jest-validate "^24.9.0"
mkdirp "^0.5.1"