Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 3, 2022

Bumps @stryker-mutator/core and @stryker-mutator/jest-runner. These dependencies needed to be updated together.
Updates @stryker-mutator/core from 5.4.1 to 6.0.0

Release notes

Sourced from @​stryker-mutator/core's releases.

v6.0.0

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

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.

v6.0.0-beta.0

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

Bug Fixes

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

... (truncated)

Changelog

Sourced from @​stryker-mutator/core's changelog.

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)
  • 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

Features

  • config file: accept hidden config file by default. (#3457) (701374f)
  • mutation testing: sort tests to improve performance (#3467) (47344d3)
  • progress: improve progressbar ETC estimate (#3469) (ec63d93)
  • 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.

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

Features

  • checker-api: support checking on groups of mutants (#3450) (e9bbd39)
  • esm config: support config file as pure esm (#3432) (309a7e2)
  • esm: migrate StrykerJS to pure ESM (#3409) (78c305e)
  • html reporter: allow choice of fileName. (#3438) (d197319)

... (truncated)

Commits
  • 077a7db v6.0.0
  • 330ef6c fix(stryker-cli): allow stryker-cli integration
  • bbbd514 fix(core): allow parallel schedules (#3485)
  • 1103958 feat(warn slow): warn users for slow runs (#3490)
  • ac4bcca refactor(file): move File from api to util (#3489)
  • dce5882 fix(reporter): report progress of failed check results only once (#3472)
  • ec63d93 feat(progress): improve progressbar ETC estimate (#3469)
  • 189e73f test(checker-facade): add unit tests for checker-facade.ts (#3470)
  • 47344d3 feat(mutation testing): sort tests to improve performance (#3467)
  • cba9b99 build(deps): bump commander from 9.0.0 to 9.1.0 (#3404)
  • Additional commits viewable in compare view

Updates @stryker-mutator/jest-runner from 5.4.1 to 6.0.0

Release notes

Sourced from @​stryker-mutator/jest-runner's releases.

v6.0.0

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

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.

v6.0.0-beta.0

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

Bug Fixes

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

... (truncated)

Changelog

Sourced from @​stryker-mutator/jest-runner's changelog.

6.0.0 (2022-05-03)

chore

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

Features

  • react: support react 18 projects by default (#3491) (82d9bce)

BREAKING CHANGES

  • node: Drop support for Node 12. Minimal version is now Node 14.18.0.

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

Bug Fixes

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

Features

  • esm config: support config file as pure esm (#3432) (309a7e2)
  • esm: migrate StrykerJS to pure ESM (#3409) (78c305e)
  • hit limit: infinite loop prevention in jest-runner (#3439) (5fecd52)
  • reload test environment: implement test environment reload (#3369) (b95b907)
  • test runner api: killedBy is always an array (#3187) (c257966)

BREAKING CHANGES

  • 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
  • reload test environment: Test runner plugins must provide TestRunnerCapabilities by implementing the capabilities method.

... (truncated)

Commits
  • 077a7db v6.0.0
  • 82d9bce feat(react): support react 18 projects by default (#3491)
  • 10d874e chore(node): drop support for Node 12
  • f0d5879 v6.0.0-beta.0
  • 3bc0bf8 chore(release): prepare 6.0.0-beta.0 release
  • 02d8b14 Merge branch 'master' into epic/esm
  • 51308f4 fix(jest): hit limit spread over multiple files (#3446)
  • 33357dc refactor(jest-runner): remove unused constants
  • 0667a07 Merge branch 'master' into epic/esm
  • 5fecd52 feat(hit limit): infinite loop prevention in jest-runner (#3439)
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…-runner

Bumps [@stryker-mutator/core](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/core) and [@stryker-mutator/jest-runner](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/jest-runner). These dependencies needed to be updated together.

Updates `@stryker-mutator/core` from 5.4.1 to 6.0.0
- [Release notes](https://github.com/stryker-mutator/stryker-js/releases)
- [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/core/CHANGELOG.md)
- [Commits](https://github.com/stryker-mutator/stryker-js/commits/v6.0.0/packages/core)

Updates `@stryker-mutator/jest-runner` from 5.4.1 to 6.0.0
- [Release notes](https://github.com/stryker-mutator/stryker-js/releases)
- [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/jest-runner/CHANGELOG.md)
- [Commits](https://github.com/stryker-mutator/stryker-js/commits/v6.0.0/packages/jest-runner)

---
updated-dependencies:
- dependency-name: "@stryker-mutator/core"
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@stryker-mutator/jest-runner"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added automerge dependencies Pull requests that update a dependency file labels May 3, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 12, 2022

Superseded by #49.

@dependabot dependabot bot closed this Jul 12, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stryker-mutator/core-and-stryker-mutator/jest-runner-6.0.0 branch July 12, 2022 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant