Skip to content

chore(deps): update dependency jasmine-spec-reporter to v7#103

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/jasmine-spec-reporter-7.x
Open

chore(deps): update dependency jasmine-spec-reporter to v7#103
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/jasmine-spec-reporter-7.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Apr 30, 2021

Mend Renovate

This PR contains the following updates:

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

Release Notes

bcaudan/jasmine-spec-reporter

v7.0.0

Compare Source

Bugfix

  • 'SpecReporter' is not assignable to type 'Reporter | CustomReporter' #​588

Breaking change

Update signature of CustomReporterResult to fix collision with new jasmine properties

Before:

export interface CustomReporterResult extends jasmine.CustomReporterResult {
  duration?: string
}

Now:

export interface CustomReporterResult extends jasmine.CustomReporterResult {
  _jsr?: {
    formattedDuration?: string
  }
}

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" in timezone Europe/Paris, Automerge - 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@codecov
Copy link

codecov bot commented Apr 30, 2021

Codecov Report

Merging #103 (0386863) into master (13c6c93) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #103   +/-   ##
=======================================
  Coverage   96.47%   96.47%           
=======================================
  Files           6        6           
  Lines          85       85           
  Branches       11       11           
=======================================
  Hits           82       82           
  Partials        3        3           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 13c6c93...0386863. Read the comment docs.

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

1 participant