socialnetworknews-web.meta

Issues/PRs archive for SocialNetworkNews/SocialNetworkNews-Web
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.meta.git
Log | Files | Refs

95.json (4418B)


      1 {
      2   "number": 95,
      3   "title": "Update dependency jasmine-spec-reporter to v6 - autoclosed",
      4   "state": "closed",
      5   "diff_file": "95.diff",
      6   "author": "renovate[bot]",
      7   "created_at": "2020-10-26T04:01:06Z",
      8   "closed_at": "2021-04-26T17:45:28Z",
      9   "merged_at": null,
     10   "base_ref": "master",
     11   "head_ref": "renovate/jasmine-spec-reporter-6.x",
     12   "labels": [],
     13   "assignees": [],
     14   "requested_reviewers": [],
     15   "body": "[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](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` -> `^6.0.0`](https://renovatebot.com/diffs/npm/jasmine-spec-reporter/4.2.1/6.0.0) | [![age](https://badges.renovateapi.com/packages/npm/jasmine-spec-reporter/6.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/jasmine-spec-reporter/6.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/jasmine-spec-reporter/6.0.0/compatibility-slim/4.2.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/jasmine-spec-reporter/6.0.0/confidence-slim/4.2.1)](https://docs.renovatebot.com/merge-confidence/) |\n\n---\n\n### Release Notes\n\n<details>\n<summary>bcaudan/jasmine-spec-reporter</summary>\n\n### [`v6.0.0`](https://togithub.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md#&#8203;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 [#&#8203;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#&#8203;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 [#&#8203;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#&#8203;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 [#&#8203;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#&#8203;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 [#&#8203;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### Renovate configuration\n\n:date: **Schedule**: At any time (no schedule defined).\n\n:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.\n\n:no_bell: **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 }