Skip to content

Commit

Permalink
build(deps-dev): bump jest-junit (#168)
Browse files Browse the repository at this point in the history
Bumps [jest-junit](https://github.com/jest-community/jest-junit) from 9.0.0 to 10.0.0.
<details>
<summary>Release notes</summary>

*Sourced from [jest-junit's releases](https://github.com/jest-community/jest-junit/releases).*

> ## v10.0.0
> Add option to shorten console output by [@&#8203;cisum-la](https://github.com/cisum-la) - [jest-community/jest-junit#111](https://github-redirect.dependabot.com/jest-community/jest-junit/pull/111)
</details>
<details>
<summary>Commits</summary>

- [`87e3413`](jest-community/jest-junit@87e3413) Merge pull request [#115](https://github-redirect.dependabot.com/jest-community/jest-junit/issues/115) from palmerj3/v10.0.0
- [`6509fb9`](jest-community/jest-junit@6509fb9) v10.0.0
- [`ca9240f`](jest-community/jest-junit@ca9240f) Merge pull request [#113](https://github-redirect.dependabot.com/jest-community/jest-junit/issues/113) from maxkomarychev/addFileAttribute-readme-fix
- [`badfa6f`](jest-community/jest-junit@badfa6f) Fix readme entry for `addFileAttribute`
- [`01a40a4`](jest-community/jest-junit@01a40a4) Merge pull request [#111](https://github-redirect.dependabot.com/jest-community/jest-junit/issues/111) from cisum-la/ISSUE-97-shorten-console-output
- [`50a49e4`](jest-community/jest-junit@50a49e4) Added tests for short console output
- [`771e44a`](jest-community/jest-junit@771e44a) Added options for short console output
- [`665893a`](jest-community/jest-junit@665893a) Added support for short console output
- [`764bc3d`](jest-community/jest-junit@764bc3d) Added note about short console output to README.md
- See full diff in [compare view](jest-community/jest-junit@v9.0.0...v10.0.0)
</details>
<br />

[![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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)



</details>
  • Loading branch information
dependabot-preview[bot] authored and dbjorge committed Dec 2, 2019
1 parent 1550c4b commit 64dc59a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion typescript-selenium-webdriver-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions typescript-selenium-webdriver-sample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 64dc59a

Please sign in to comment.