Socket
Socket
Sign inDemoInstall

@stryker-mutator/jest-runner

Package Overview
Dependencies
Maintainers
4
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stryker-mutator/jest-runner - npm Package Versions

1
11

6.2.0

Diff

Changelog

Source

6.2.0 (2022-09-06)

Bug Fixes

  • deps: update babel monorepo to ~7.19.0 (#3716) (edc1ae0)
  • deps: update dependency log4js to ~6.6.0 (#3628) (201bba2)
  • json-report: make all file paths relative in report (#3617) (d51f1a9)
  • mutant placing: computed member expressions (#3713) (e6ee245)
  • regex: support unicode regex flags(#3642) (fcf3a6b), closes #3579
  • typescript: support TS v4.8 (#3700) (f6b8ff4)

Features

strykermutator-npa
published 6.2.0-beta.0 •

Changelog

Source

6.2.0-beta.0 (2022-06-28)

Features

  • incremental: add incremental mode (04cf8a2)
strykermutator-npa
published 6.1.2 •

Changelog

Source

6.1.2 (2022-06-28)

Note: Version bump only for package stryker-parent

strykermutator-npa
published 6.0.2 •

Changelog

Source

6.0.2 (2022-05-05)

Bug Fixes

strykermutator-npa
published 6.0.1 •

Changelog

Source

6.0.1 (2022-05-04)

Bug Fixes

  • plugin loader: no warn when not using plugins (#3498) (54aa298)
strykermutator-npa
published 6.0.0 •

Changelog

Source

6.0.0 (2022-05-03)

Bug Fixes

  • core: allow parallel schedules (#3485) (bbbd514)
  • html-report: set correct background color for html report (#3456) (a72ecf1)
  • karma-runner: allow dispose during init (#3487) (4fcf148)
  • reporter: report progress of failed check results only once (#3472) (dce5882)
  • stryker-cli: allow stryker-cli integration (330ef6c)

chore

  • node: drop support for Node 12 (10d874e)

Code Refactoring

  • file: move File from api to util (#3489) (ac4bcca)

Features

  • config file: accept hidden config file by default. (#3457) (701374f)
  • mocha-runner: widen mocha peer dependency to include v10 (#3492) (0dde30f)
  • mutation testing: sort tests to improve performance (#3467) (47344d3)
  • progress: improve progressbar ETC estimate (#3469) (ec63d93)
  • react: support react 18 projects by default (#3491) (82d9bce)
  • warn slow: warn users for slow runs (#3490) (1103958)

BREAKING CHANGES

  • file: The File class is no longer part of the public api and is thus no longer exported from @stryker-mutator/api. Plugin creators shouldn't rely on it anymore.
  • progress: Reporter API method onAllMutantsMatchedWithTests has been replaced by onMutationTestingPlanReady. Please use that for your reporter plugin instead.
  • progress: Reporter API method onAllSourceFilesRead has been removed, please use onMutationTestReportReady to retrieve the source files.
  • progress: Reporter API method onSourceFileRead has been removed, please use onMutationTestReportReady to retrieve the source files.
  • node: Drop support for Node 12. Minimal version is now Node 14.18.0.
strykermutator-npa
published 6.0.0-beta.0 •

Changelog

Source

6.0.0-beta.0 (2022-03-02)

Bug Fixes

  • jest: hit limit spread over multiple files (#3446) (51308f4)

Features

Performance Improvements

BREAKING CHANGES

  • checker-api: The check method of checker plugins now receives a group of mutants and should provide a CheckResult per mutant id.
  • html reporter: Configuration option htmlReporter.baseDir is deprecated and will be removed in a later version. Please use htmlReporter.fileName instead.
  • esm config: Exporting a function (using module.exports = function(config) {}) from your stryker.conf.js file is no longer supported. This was already deprecated but now will give an error.
  • esm: StrykerJS is now a pure ESM. Please read this.
  • esm: Node 12.20 is now the min version.
  • esm: Karma v6.3 is now the min supported karma version for @stryker-mutator/karma-runner, since that version added support for async config loading
  • esm: The @stryker-mutator/jamsine-runner now requires jasmine@3.10 or higher.
  • esm: The @stryker-mutator/mocha-runner now requires mocha@7.2 or higher.
  • reload test environment: Test runner plugins must provide TestRunnerCapabilities by implementing the capabilities method.
strykermutator-npa
published 5.6.1 •

Changelog

Source

5.6.1 (2022-01-23)

Bug Fixes

nicojs
published 5.6.0 •

Changelog

Source

5.6.0 (2022-01-09)

Bug Fixes

  • jasmine: correct peer dependency for jasmine (#3341) (07b50a9)
  • report: dramatically improve rendering performance of HTML report (ad38c82)
  • tsconfig: force declarationDir false for non-build projects (#3313) (461f39c)

Features

  • clear-text reporter: show n/a instead of NaN (68c5c51)
nicojs
published 5.5.1 •

Changelog

Source

5.5.1 (2021-12-02)

Bug Fixes

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc