chore(deps-dev): bump jasmine-spec-reporter from 5.0.2 to 6.0.0 #35

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/jasmine-spec-reporter-6.0.0 into master 2020-10-20 12:54:24 +08:00
dependabot[bot] commented 2020-10-16 19:20:42 +08:00 (Migrated from github.com)

Bumps jasmine-spec-reporter from 5.0.2 to 6.0.0.

Release notes

Sourced from jasmine-spec-reporter's releases.

v6.0.0

Feature

  • Use colors/safe #538

Breaking change

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.

Before:

class MyProcessor extends DisplayProcessor {
    public displaySuccessfulSpec(spec: CustomReporterResult, log: string): string {
        return "OK ".successful + log;
    }
}

Now:

class MyProcessor extends DisplayProcessor {
    public displaySuccessfulSpec(spec: CustomReporterResult, log: string): string {
        return this.theme.successful("OK ") + log;
    }
}
Changelog

Sourced from jasmine-spec-reporter's changelog.

6.0.0

Feature

  • Use colors/safe #538

Breaking change

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.

Before:

class MyProcessor extends DisplayProcessor {
    public displaySuccessfulSpec(spec: CustomReporterResult, log: string): string {
        return "OK ".successful + log;
    }
}

Now:

class MyProcessor extends DisplayProcessor {
    public displaySuccessfulSpec(spec: CustomReporterResult, log: string): string {
        return this.theme.successful("OK ") + log;
    }
}
Commits
  • 0600d22 6.0.0
  • 4d620b8 Bump jasmine from 3.5.0 to 3.6.1
  • 69aa302 Bump jasmine-core from 3.5.0 to 3.6.0
  • 6da977d Bump @types/node from 14.10.0 to 14.11.1
  • ba18d31 prepare changelog
  • 595c17c Remove String prototype pollution in tests
  • 99112ba Introduce theme to use colors/safe
  • cfa2cef Bump @types/jasmine from 3.5.11 to 3.5.14
  • 2226dff Bump @types/node from 14.0.24 to 14.10.0
  • ea95f11 Bump tslint from 6.1.2 to 6.1.3
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter) from 5.0.2 to 6.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bcaudan/jasmine-spec-reporter/releases">jasmine-spec-reporter's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <h2>Feature</h2> <ul> <li>Use colors/safe <a href="https://github-redirect.dependabot.com/bcaudan/jasmine-spec-reporter/pull/538">#538</a></li> </ul> <h2>Breaking change</h2> <p>String prototype does not contain color properties anymore, colors must now be applied with the new <code>theme</code> component available as a field in <a href="https://github.com/bcaudan/jasmine-spec-reporter/blob/HEAD/docs/customize-output.md">custom display processors</a>.</p> <p><strong>Before:</strong></p> <pre lang="ts"><code>class MyProcessor extends DisplayProcessor { public displaySuccessfulSpec(spec: CustomReporterResult, log: string): string { return &quot;OK &quot;.successful + log; } } </code></pre> <p><strong>Now:</strong></p> <pre lang="ts"><code>class MyProcessor extends DisplayProcessor { public displaySuccessfulSpec(spec: CustomReporterResult, log: string): string { return this.theme.successful(&quot;OK &quot;) + log; } } </code></pre> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md">jasmine-spec-reporter's changelog</a>.</em></p> <blockquote> <h1>6.0.0</h1> <h2>Feature</h2> <ul> <li>Use colors/safe <a href="https://github-redirect.dependabot.com/bcaudan/jasmine-spec-reporter/pull/538">#538</a></li> </ul> <h2>Breaking change</h2> <p>String prototype does not contain color properties anymore, colors must now be applied with the new <code>theme</code> component available as a field in <a href="https://github.com/bcaudan/jasmine-spec-reporter/blob/master/docs/customize-output.md">custom display processors</a>.</p> <p><strong>Before:</strong></p> <pre lang="ts"><code>class MyProcessor extends DisplayProcessor { public displaySuccessfulSpec(spec: CustomReporterResult, log: string): string { return &quot;OK &quot;.successful + log; } } </code></pre> <p><strong>Now:</strong></p> <pre lang="ts"><code>class MyProcessor extends DisplayProcessor { public displaySuccessfulSpec(spec: CustomReporterResult, log: string): string { return this.theme.successful(&quot;OK &quot;) + log; } } </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bcaudan/jasmine-spec-reporter/commit/0600d22bfd2aba91638c7f64347c8b69119792a6"><code>0600d22</code></a> 6.0.0</li> <li><a href="https://github.com/bcaudan/jasmine-spec-reporter/commit/4d620b803410f71bf293a9e735eee7d7f0f2419c"><code>4d620b8</code></a> Bump jasmine from 3.5.0 to 3.6.1</li> <li><a href="https://github.com/bcaudan/jasmine-spec-reporter/commit/69aa3025d2dff13a60c8c55d7a3006cd60ced138"><code>69aa302</code></a> Bump jasmine-core from 3.5.0 to 3.6.0</li> <li><a href="https://github.com/bcaudan/jasmine-spec-reporter/commit/6da977d2384c78fd14b398c8ed6062a2a1e2fa71"><code>6da977d</code></a> Bump @types/node from 14.10.0 to 14.11.1</li> <li><a href="https://github.com/bcaudan/jasmine-spec-reporter/commit/ba18d31af33756ae6f58201cc7ab48f27abca71e"><code>ba18d31</code></a> prepare changelog</li> <li><a href="https://github.com/bcaudan/jasmine-spec-reporter/commit/595c17c1f7f40674fec2df611c7a06b5a5f45ab2"><code>595c17c</code></a> Remove String prototype pollution in tests</li> <li><a href="https://github.com/bcaudan/jasmine-spec-reporter/commit/99112ba4a617bc4f30461cc6013beb68c8cd4f71"><code>99112ba</code></a> Introduce theme to use colors/safe</li> <li><a href="https://github.com/bcaudan/jasmine-spec-reporter/commit/cfa2cefdc96c18cfd97da62855a178041d795306"><code>cfa2cef</code></a> Bump @types/jasmine from 3.5.11 to 3.5.14</li> <li><a href="https://github.com/bcaudan/jasmine-spec-reporter/commit/2226dff4ccf211db2d31b26fe8ac168756890038"><code>2226dff</code></a> Bump @types/node from 14.0.24 to 14.10.0</li> <li><a href="https://github.com/bcaudan/jasmine-spec-reporter/commit/ea95f11781ab362e53760db4c640b4d5335953a1"><code>ea95f11</code></a> Bump tslint from 6.1.2 to 6.1.3</li> <li>Additional commits viewable in <a href="https://github.com/bcaudan/jasmine-spec-reporter/compare/v5.0.2...v6.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jasmine-spec-reporter&package-manager=npm_and_yarn&previous-version=5.0.2&new-version=6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
xiaohai2271 (Migrated from github.com) approved these changes 2020-10-20 12:54:12 +08:00
Sign in to join this conversation.
No description provided.