101.json (5127B)
1 { 2 "number": 101, 3 "title": "Update dependency jasmine-spec-reporter to v7", 4 "state": "open", 5 "diff_file": "101.diff", 6 "author": "renovate[bot]", 7 "created_at": "2021-04-26T17:44:50Z", 8 "closed_at": null, 9 "merged_at": null, 10 "base_ref": "master", 11 "head_ref": "renovate/jasmine-spec-reporter-7.x", 12 "labels": [], 13 "assignees": [], 14 "requested_reviewers": [], 15 "body": "[](https://renovatebot.com)\n\nThis PR contains the following updates:\n\n| Package | Change | Age | Adoption | Passing | Confidence |\n|---|---|---|---|---|---|\n| [jasmine-spec-reporter](https://togithub.com/bcaudan/jasmine-spec-reporter) | [`^4.1.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/jasmine-spec-reporter/4.2.1/7.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/) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>bcaudan/jasmine-spec-reporter</summary>\n\n### [`v7.0.0`](https://togithub.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md#​700)\n\n[Compare Source](https://togithub.com/bcaudan/jasmine-spec-reporter/compare/v6.0.0...v7.0.0)\n\n#### Bugfix\n\n- 'SpecReporter' is not assignable to type 'Reporter | CustomReporter' [#​588](https://togithub.com/bcaudan/jasmine-spec-reporter/pull/588)\n\n#### Breaking change\n\nUpdate signature of `CustomReporterResult` to fix collision with new jasmine properties\n\n**Before:**\n\n```ts\nexport interface CustomReporterResult extends jasmine.CustomReporterResult {\n duration?: string\n}\n```\n\n**Now:**\n\n```ts\nexport interface CustomReporterResult extends jasmine.CustomReporterResult {\n _jsr?: {\n formattedDuration?: string\n }\n}\n```\n\n### [`v6.0.0`](https://togithub.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md#​600)\n\n[Compare Source](https://togithub.com/bcaudan/jasmine-spec-reporter/compare/v5.0.2...v6.0.0)\n\n#### Feature\n\n- Use colors/safe [#​538](https://togithub.com/bcaudan/jasmine-spec-reporter/pull/538)\n\n#### Breaking change\n\nString 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).\n\n**Before:**\n\n```ts\nclass MyProcessor extends DisplayProcessor {\n public displaySuccessfulSpec(spec: CustomReporterResult, log: string): string {\n return 'OK '.successful + log\n }\n}\n```\n\n**Now:**\n\n```ts\nclass MyProcessor extends DisplayProcessor {\n public displaySuccessfulSpec(spec: CustomReporterResult, log: string): string {\n return this.theme.successful('OK ') + log\n }\n}\n```\n\n### [`v5.0.2`](https://togithub.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md#​502)\n\n[Compare Source](https://togithub.com/bcaudan/jasmine-spec-reporter/compare/v5.0.1...v5.0.2)\n\n#### Bugfix\n\n- pretty stacktrace: catch uncaught exception on node internal files [#​479](https://togithub.com/bcaudan/jasmine-spec-reporter/pull/479)\n\n### [`v5.0.1`](https://togithub.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md#​501)\n\n[Compare Source](https://togithub.com/bcaudan/jasmine-spec-reporter/compare/v5.0.0...v5.0.1)\n\n#### Bugfix\n\n- Promote colors as a dependency [#​472](https://togithub.com/bcaudan/jasmine-spec-reporter/pull/472)\n\n### [`v5.0.0`](https://togithub.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md#​500)\n\n[Compare Source](https://togithub.com/bcaudan/jasmine-spec-reporter/compare/v4.2.1...v5.0.0)\n\n#### Feature\n\n- New option to display pretty stacktraces [#​467](https://togithub.com/bcaudan/jasmine-spec-reporter/pull/467)\n\n#### Breaking change\n\n`displayStacktrace` options now take a value among `none`, `raw` and `pretty`.\n\n</details>\n\n---\n\n### Configuration\n\n\ud83d\udcc5 **Schedule**: At any time (no schedule defined).\n\n\ud83d\udea6 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n\u267b\ufe0f **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.\n\n\ud83d\udd15 **Ignore**: Close this PR and you won't be reminded about this update again.\n\n---\n\n - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.\n\n---\n\nThis 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).", 16 "comments": [], 17 "review_comments": [] 18 }