Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Update dependency karma-jasmine-html-reporter to v2 (#1382)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) | devDependencies | major | [`1.7.0` -> `2.0.0`](https://renovatebot.com/diffs/npm/karma-jasmine-html-reporter/1.7.0/2.0.0) |

---

### Release Notes

<details>
<summary>dfederm/karma-jasmine-html-reporter</summary>

### [`v2.0.0`](https://github.com/dfederm/karma-jasmine-html-reporter/releases/tag/v2.0.0)

[Compare Source](dfederm/karma-jasmine-html-reporter@v1.7.0...v2.0.0)

This version rewrites the package to use the peer jasmine-core package instead of repackaging the html reporting code. This fixes support for Jasmine v4 and (hopefully) will require less package updates going forward.

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1382
Reviewed-by: crapStone <crapstone@noreply.codeberg.org>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
  • Loading branch information
2 people authored and crapStone committed May 28, 2022
1 parent 4a231dd commit d62ca3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"karma-chrome-launcher": "3.1.1",
"karma-coverage": "2.2.0",
"karma-jasmine": "5.0.1",
"karma-jasmine-html-reporter": "1.7.0",
"karma-jasmine-html-reporter": "2.0.0",
"prettier": "2.6.2",
"ts-node": "10.8.0",
"typescript": "4.6.4",
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5211,10 +5211,10 @@ karma-coverage@2.2.0:
istanbul-reports "^3.0.5"
minimatch "^3.0.4"

karma-jasmine-html-reporter@1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-1.7.0.tgz#52c489a74d760934a1089bfa5ea4a8fcb84cc28b"
integrity sha512-pzum1TL7j90DTE86eFt48/s12hqwQuiD+e5aXx2Dc9wDEn2LfGq6RoAxEZZjFiN0RDSCOnosEKRZWxbQ+iMpQQ==
karma-jasmine-html-reporter@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-2.0.0.tgz#76c26ce40e217dc36a630fbcd7b31c3462948bf2"
integrity sha512-SB8HNNiazAHXM1vGEzf8/tSyEhkfxuDdhYdPBX2Mwgzt0OuF2gicApQ+uvXLID/gXyJQgvrM9+1/2SxZFUUDIA==

karma-jasmine@5.0.1:
version "5.0.1"
Expand Down

0 comments on commit d62ca3d

Please sign in to comment.