Skip to content

Commit

Permalink
chore(deps-dev): Bump jest-junit from 15.0.0 to 16.0.0 (#1639)
Browse files Browse the repository at this point in the history
Bumps [jest-junit](https://github.com/jest-community/jest-junit) from
15.0.0 to 16.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jest-community/jest-junit/releases">jest-junit's
releases</a>.</em></p>
<blockquote>
<h2>v16.0.0</h2>
<p>Allow adding properties to testcases in junit output by <a
href="https://github.com/eps1lon"><code>@​eps1lon</code></a> - <a
href="https://redirect.github.com/jest-community/jest-junit/pull/247">jest-community/jest-junit#247</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jest-community/jest-junit/commit/a8f75833a9fa0b6f42d6d9b3393cb8340d693b29"><code>a8f7583</code></a>
Merge pull request <a
href="https://redirect.github.com/jest-community/jest-junit/issues/250">#250</a>
from palmerj3/v16</li>
<li><a
href="https://github.com/jest-community/jest-junit/commit/936b3204fe1993a4c5f3b8db5f55a5c00ee14055"><code>936b320</code></a>
v16.0.0</li>
<li><a
href="https://github.com/jest-community/jest-junit/commit/c753b420730d8c5435bba0971a00a9eb64b6e952"><code>c753b42</code></a>
Merge pull request <a
href="https://redirect.github.com/jest-community/jest-junit/issues/247">#247</a>
from eps1lon/feat/testcase-properties</li>
<li><a
href="https://github.com/jest-community/jest-junit/commit/5775c620def7a0562c1d6394aa91a286a521d07f"><code>5775c62</code></a>
Update README.md</li>
<li><a
href="https://github.com/jest-community/jest-junit/commit/fa3594e1b0f10ba96a553755d31f3a5632fa4968"><code>fa3594e</code></a>
feat: Allow adding <code>\&lt;properties&gt;</code> to
<code>\&lt;testcase&gt;</code></li>
<li><a
href="https://github.com/jest-community/jest-junit/commit/64b7cf0530976817a3031bab8781202f7c788973"><code>64b7cf0</code></a>
Bump minimist from 1.2.5 to 1.2.8 (<a
href="https://redirect.github.com/jest-community/jest-junit/issues/244">#244</a>)</li>
<li><a
href="https://github.com/jest-community/jest-junit/commit/9dc472e88daa1cb921438d975a6283bb40d53cea"><code>9dc472e</code></a>
Merge pull request <a
href="https://redirect.github.com/jest-community/jest-junit/issues/243">#243</a>
from plumcoding/outputdir-description</li>
<li><a
href="https://github.com/jest-community/jest-junit/commit/3d9b2c4350e20b2331af2f84457e48a7bf67e2ba"><code>3d9b2c4</code></a>
Update docs regards regards relative paths</li>
<li><a
href="https://github.com/jest-community/jest-junit/commit/5665bbfbda9b388a5d685ad5ba53481b1e808a86"><code>5665bbf</code></a>
Merge pull request <a
href="https://redirect.github.com/jest-community/jest-junit/issues/235">#235</a>
from sezanzeb/patch-1</li>
<li><a
href="https://github.com/jest-community/jest-junit/commit/181b6ccd77bbc3526d9be6c481b4ba2f8e56e652"><code>181b6cc</code></a>
Fixed indentation of reporter config example</li>
<li>See full diff in <a
href="https://github.com/jest-community/jest-junit/compare/v15.0.0...v16.0.0">compare
view</a></li>
</ul>
</details>
  • Loading branch information
dependabot[bot] authored Apr 18, 2023
1 parent 28eb9ae commit e930004
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"jest": "^29.5.0",
"jest-extended": "^3.2.4",
"jest-file-snapshot": "^0.5.0",
"jest-junit": "^15.0.0",
"jest-junit": "^16.0.0",
"js-yaml": "^4.1.0",
"license-check-and-add": "^4.0.5",
"mockdate": "^3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/ado-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jest": "^29.5.0",
"jest-extended": "^3.2.4",
"jest-file-snapshot": "^0.5.0",
"jest-junit": "^15.0.0",
"jest-junit": "^16.0.0",
"js-yaml": "^4.1.0",
"mockdate": "^3.0.5",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"jest": "^29.5.0",
"jest-extended": "^3.2.4",
"jest-file-snapshot": "^0.5.0",
"jest-junit": "^15.0.0",
"jest-junit": "^16.0.0",
"mockdate": "^3.0.5",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.7",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ __metadata:
jest: ^29.5.0
jest-extended: ^3.2.4
jest-file-snapshot: ^0.5.0
jest-junit: ^15.0.0
jest-junit: ^16.0.0
js-yaml: ^4.1.0
mockdate: ^3.0.5
npm-run-all: ^4.1.5
Expand Down Expand Up @@ -67,7 +67,7 @@ __metadata:
jest: ^29.5.0
jest-extended: ^3.2.4
jest-file-snapshot: ^0.5.0
jest-junit: ^15.0.0
jest-junit: ^16.0.0
lodash: ^4.17.21
marked: ^4.3.0
marked-terminal: ^5.1.1
Expand Down Expand Up @@ -2786,7 +2786,7 @@ __metadata:
jest: ^29.5.0
jest-extended: ^3.2.4
jest-file-snapshot: ^0.5.0
jest-junit: ^15.0.0
jest-junit: ^16.0.0
js-yaml: ^4.1.0
license-check-and-add: ^4.0.5
mockdate: ^3.0.5
Expand Down Expand Up @@ -7229,15 +7229,15 @@ __metadata:
languageName: node
linkType: hard

"jest-junit@npm:^15.0.0":
version: 15.0.0
resolution: "jest-junit@npm:15.0.0"
"jest-junit@npm:^16.0.0":
version: 16.0.0
resolution: "jest-junit@npm:16.0.0"
dependencies:
mkdirp: ^1.0.4
strip-ansi: ^6.0.1
uuid: ^8.3.2
xml: ^1.0.1
checksum: e8fe4d2f2ab843383ac41820a6fe495739d154ec435cd44ba590b44ec7fd62095676f3eef13f98392f81d4a3727ea58b4f4fad231fe367ac31243952b9ad716f
checksum: 412aa4bfeec4254a9b34f417fda79107c7cbd295e56ffeb299ac9c977545910fbabe57c91c6cd1f12b700d4a1f60f79872b0075003f02da87d463e30fc2d9d78
languageName: node
linkType: hard

Expand Down

0 comments on commit e930004

Please sign in to comment.