Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

fix(deps): update karma jasmine group (major) #116

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jasmine-core (source) 3.5.0 -> 4.6.0 age adoption passing confidence
jasmine-spec-reporter 5.0.2 -> 7.0.0 age adoption passing confidence
karma-jasmine 3.3.1 -> 5.1.0 age adoption passing confidence
karma-jasmine-html-reporter 1.5.4 -> 2.0.0 age adoption passing confidence

Release Notes

jasmine/jasmine

v4.6.0: 4.6.0

Compare Source

Please see the release notes.

v4.5.0: 4.5.0

Compare Source

Please see the release notes.

v4.4.0: 4.4.0

Compare Source

Please see the release notes.

v4.3.0: 4.3.0

Compare Source

Please see the release notes.

v4.2.0: 4.2.0

Compare Source

Please see the release notes.

v4.1.1: 4.1.1

Compare Source

Please see the release notes.

v4.1.0: 4.1.0

Compare Source

Please see the release notes.

v4.0.1: 4.0.1

Compare Source

Please see the release notes.

v4.0.0: 4.0.0

Compare Source

Please see the release notes.

v3.99.1: 3.99.1

Compare Source

Please see the release notes.

v3.99.0: 3.99.0

Compare Source

Please see the release notes.

v3.10.1: 3.10.1

Compare Source

Please see the release notes.

v3.10.0: 3.10.0

Compare Source

Please see the release notes.

v3.9.0: 3.9.0

Compare Source

Please see the release notes.

v3.8.0: 3.8.0

Compare Source

Please see the release notes.

v3.7.1: 3.7.1

Compare Source

Please see the release notes.

v3.7.0: 3.7.0

Compare Source

Please see the release notes

v3.6.0: 3.6.0

Compare Source

Please see the 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
  }
}

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
  }
}
karma-runner/karma-jasmine

v5.1.0

Compare Source

Features
  • spec-filter: allow custom specFilter (b73dbd6)

5.0.1 (2022-05-13)

Bug Fixes

v5.0.1

Compare Source

Bug Fixes

v5.0.0

Compare Source

Bug Fixes
  • limit karma peer dependency to ^6.0.0 (d72c124)
Build System
  • drop Node.js 10 support (ea691e8)
Features
  • deps: update dependencies including jasmine-core (821f094)
BREAKING CHANGES
  • The minimum required version of karma is 6.0.0.
  • The minimum required version of Node is 12.0.0.
  • deps: jasmine-core was updated to the 4.1.0.

Please refer to the release notes for the complete list of changes and migration instructions.

4.0.2 (2022-03-30)

Bug Fixes
  • sync package-lock.json and package.json (4dacc5d)

4.0.1 (2020-08-12)

Bug Fixes

v4.0.2

Compare Source

Bug Fixes
  • sync package-lock.json and package.json (4dacc5d)

v4.0.1

Compare Source

Bug Fixes

v4.0.0

Compare Source

chore
BREAKING CHANGES
  • Drop support for node 8 (add support for node 14)

3.3.1 (2020-05-28)

Bug Fixes
dfederm/karma-jasmine-html-reporter

v2.0.0

Compare Source

This version rewrites the package to use the peer jasmine-core package instead of repackaging the html reporting code. This fixes support for Jasmine v4 and (hopefully) will require less package updates going forward.

v1.7.0

Compare Source

Upgrade to Jasmine 3.8

v1.6.0

Compare Source

Upgrade to Jasmine 3.7.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot added the renovate Dependency updates label Aug 26, 2020
@renovate renovate bot force-pushed the renovate/major-karma-jasmine-group branch from 816760c to 08618eb Compare October 29, 2020 09:58
@renovate renovate bot changed the title fix(deps): update dependency karma-jasmine to v4 fix(deps): update karma jasmine group (major) Oct 29, 2020
@renovate renovate bot force-pushed the renovate/major-karma-jasmine-group branch 2 times, most recently from 350ccd0 to 6c58094 Compare January 31, 2021 08:58
@renovate renovate bot force-pushed the renovate/major-karma-jasmine-group branch from 6c58094 to bff9e47 Compare February 9, 2021 15:01
@renovate renovate bot force-pushed the renovate/major-karma-jasmine-group branch from bff9e47 to b6117ae Compare April 26, 2021 17:38
@renovate renovate bot force-pushed the renovate/major-karma-jasmine-group branch from b6117ae to c23dfec Compare June 6, 2021 20:47
@renovate renovate bot force-pushed the renovate/major-karma-jasmine-group branch from c23dfec to 0574bc6 Compare October 18, 2021 19:31
@renovate renovate bot force-pushed the renovate/major-karma-jasmine-group branch from 0574bc6 to 5aed589 Compare March 7, 2022 09:09
@renovate renovate bot force-pushed the renovate/major-karma-jasmine-group branch from 5aed589 to e0f5012 Compare April 25, 2022 01:58
@renovate renovate bot force-pushed the renovate/major-karma-jasmine-group branch from e0f5012 to 882e12d Compare May 16, 2022 01:14
@renovate renovate bot force-pushed the renovate/major-karma-jasmine-group branch from 882e12d to ebcaa35 Compare June 18, 2022 18:07
@renovate renovate bot force-pushed the renovate/major-karma-jasmine-group branch from ebcaa35 to 430b6c0 Compare September 25, 2022 18:55
@renovate renovate bot force-pushed the renovate/major-karma-jasmine-group branch from 430b6c0 to 4cbda35 Compare November 20, 2022 07:24
@renovate renovate bot force-pushed the renovate/major-karma-jasmine-group branch from 4cbda35 to 6ffa71e Compare March 18, 2023 23:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
renovate Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants