95.md (4145B)
1 # PR #95 Update dependency jasmine-spec-reporter to v6 - autoclosed 2 3 - **Status:** closed 4 - **Author:** @renovate[bot] 5 - **Created:** 2020-10-26T04:01:06Z 6 - **Branch:** renovate/jasmine-spec-reporter-6.x → master 7 - **Closed:** 2021-04-26T17:45:28Z 8 - **Diff:** [95.diff](./95.diff) 9 10 --- 11 12 [](https://renovatebot.com) 13 14 This PR contains the following updates: 15 16 | Package | Change | Age | Adoption | Passing | Confidence | 17 |---|---|---|---|---|---| 18 | [jasmine-spec-reporter](https://togithub.com/bcaudan/jasmine-spec-reporter) | [`^4.1.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/jasmine-spec-reporter/4.2.1/6.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | 19 20 --- 21 22 ### Release Notes 23 24 <details> 25 <summary>bcaudan/jasmine-spec-reporter</summary> 26 27 ### [`v6.0.0`](https://togithub.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md#​600) 28 29 [Compare Source](https://togithub.com/bcaudan/jasmine-spec-reporter/compare/v5.0.2...v6.0.0) 30 31 #### Feature 32 33 - Use colors/safe [#​538](https://togithub.com/bcaudan/jasmine-spec-reporter/pull/538) 34 35 #### Breaking change 36 37 String prototype does not contain color properties anymore, colors must now be applied with the new `theme` component available as a field in [custom display processors](docs/customize-output.md). 38 39 **Before:** 40 41 ```ts 42 class MyProcessor extends DisplayProcessor { 43 public displaySuccessfulSpec(spec: CustomReporterResult, log: string): string { 44 return "OK ".successful + log; 45 } 46 } 47 ``` 48 49 **Now:** 50 51 ```ts 52 class MyProcessor extends DisplayProcessor { 53 public displaySuccessfulSpec(spec: CustomReporterResult, log: string): string { 54 return this.theme.successful("OK ") + log; 55 } 56 } 57 ``` 58 59 ### [`v5.0.2`](https://togithub.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md#​502) 60 61 [Compare Source](https://togithub.com/bcaudan/jasmine-spec-reporter/compare/v5.0.1...v5.0.2) 62 63 #### Bugfix 64 65 - pretty stacktrace: catch uncaught exception on node internal files [#​479](https://togithub.com/bcaudan/jasmine-spec-reporter/pull/479) 66 67 ### [`v5.0.1`](https://togithub.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md#​501) 68 69 [Compare Source](https://togithub.com/bcaudan/jasmine-spec-reporter/compare/v5.0.0...v5.0.1) 70 71 #### Bugfix 72 73 - Promote colors as a dependency [#​472](https://togithub.com/bcaudan/jasmine-spec-reporter/pull/472) 74 75 ### [`v5.0.0`](https://togithub.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md#​500) 76 77 [Compare Source](https://togithub.com/bcaudan/jasmine-spec-reporter/compare/v4.2.1...v5.0.0) 78 79 #### Feature 80 81 - New option to display pretty stacktraces [#​467](https://togithub.com/bcaudan/jasmine-spec-reporter/pull/467) 82 83 #### Breaking change 84 85 `displayStacktrace` options now take a value among `none`, `raw` and `pretty`. 86 87 </details> 88 89 --- 90 91 ### Renovate configuration 92 93 :date: **Schedule**: At any time (no schedule defined). 94 95 :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. 96 97 :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 98 99 :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. 100 101 --- 102 103 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box 104 105 --- 106 107 This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/SocialNetworkNews/SocialNetworkNews-Web). 108