Skip to content

chore(deps): update dependency jasmine-spec-reporter to v6#51

Merged
koromerzhin merged 1 commit intodevelopfrom
renovate/jasmine-spec-reporter-6.x
Mar 1, 2021
Merged

chore(deps): update dependency jasmine-spec-reporter to v6#51
koromerzhin merged 1 commit intodevelopfrom
renovate/jasmine-spec-reporter-6.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 28, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jasmine-spec-reporter 5.0.2 -> 6.0.0 age adoption passing confidence

Release Notes

bcaudan/jasmine-spec-reporter

v6.0.0

Compare Source

Feature

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;
    }
}

Renovate 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/jasmine-spec-reporter-6.x branch from 819e94d to 802ce98 Compare February 16, 2021 16:14
@renovate renovate bot force-pushed the renovate/jasmine-spec-reporter-6.x branch from 802ce98 to 250c930 Compare March 1, 2021 10:51
@koromerzhin koromerzhin merged commit 6640622 into develop Mar 1, 2021
@renovate renovate bot deleted the renovate/jasmine-spec-reporter-6.x branch March 1, 2021 12:05
koromerzhin pushed a commit that referenced this pull request Oct 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants