attack-navigator
attack-navigator copied to clipboard
Bump jasmine-spec-reporter from 5.0.2 to 7.0.0 in /nav-app
Bumps jasmine-spec-reporter from 5.0.2 to 7.0.0.
Release notes
Sourced from jasmine-spec-reporter's releases.
v7.0.0
Bugfix
- 'SpecReporter' is not assignable to type 'Reporter | CustomReporter' #588
Breaking change
Update signature of
CustomReporterResultto fix collision with new jasmine propertiesBefore:
export interface CustomReporterResult extends jasmine.CustomReporterResult { duration?: string; }Now:
export interface CustomReporterResult extends jasmine.CustomReporterResult { _jsr?: { formattedDuration?: string; }; }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
themecomponent 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; } } </tr></table>
... (truncated)
Changelog
Sourced from jasmine-spec-reporter's changelog.
7.0.0
Bugfix
- 'SpecReporter' is not assignable to type 'Reporter | CustomReporter' #588
Breaking change
Update signature of
CustomReporterResultto fix collision with new jasmine propertiesBefore:
export interface CustomReporterResult extends jasmine.CustomReporterResult { duration?: string }Now:
export interface CustomReporterResult extends jasmine.CustomReporterResult { _jsr?: { formattedDuration?: string } }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
themecomponent 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:
... (truncated)
Commits
bdd03467.0.0000ead1💥 update jasmine typeseca3f45🔼 update dependenciesc7a4323🔼 update node version93e5a28[Security] Bump y18n from 4.0.0 to 4.0.15712600Bump jasmine from 3.6.3 to 3.6.40484090Bump@types/nodefrom 14.14.14 to 14.14.3328fd33aBump@types/nodefrom 14.14.13 to 14.14.143d17586Bump diff from 4.0.2 to 5.0.0a963a8bBump jasmine from 3.6.1 to 3.6.3- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)