Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: karma-runner/karma
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.5
Choose a base ref
...
head repository: karma-runner/karma
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.6
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on May 11, 2020

  1. refactor(test): remove no debug matching option (#3504)

    There is no need to filter out [DEBUG] logs as tests are run with logLevel = "warn" by default.
    devoto13 authored May 11, 2020
    Configuration menu
    Copy the full SHA
    fdc4f9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c24a03 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. fix(dependencies): update production dependencies (#3512)

    Most of the updates are within allowed SemVer range. tmp and rimraf dropped support for ancient Node versions, which are not supported by Karma anyways.
    devoto13 authored May 16, 2020
    Configuration menu
    Copy the full SHA
    0cd696f View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.0.6 [skip ci]

    ## [5.0.6](v5.0.5...v5.0.6) (2020-05-16)
    
    ### Bug Fixes
    
    * **dependencies:** update production dependencies ([#3512](#3512)) ([0cd696f](0cd696f))
    semantic-release-bot committed May 16, 2020
    Configuration menu
    Copy the full SHA
    17b50bc View commit details
    Browse the repository at this point in the history
Loading