This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
chore(deps): update stryker monorepo to v3 (major) #71
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.5.0
->3.1.0
2.5.0
->3.1.0
2.5.0
->3.1.0
2.5.0
->3.1.0
2.5.0
->3.1.0
2.5.0
->3.1.0
Release Notes
stryker-mutator/stryker
v3.1.0
Compare Source
Bug Fixes
Features
3.0.2 (2020-03-13)
Bug Fixes
3.0.1 (2020-03-12)
Bug Fixes
v3.0.2
Compare Source
Bug Fixes
v3.0.1
Compare Source
Bug Fixes
v3.0.0
Compare Source
Bug Fixes
Features
stryker.conf.json
as default config file. (#2092) (2279813)BREAKING CHANGES
1
if an error of any kind occurs.onMutationTestReportReady
event and themutation-testing-metrics
npm package to calculate the mutation testing report metrics.This
Becomes this:
html
reporter is now enabled by default. If you don't want to use it, be sure to override thereporters
configuration option.Migrating:
Almost every mutator has been renamed and/or split. Stryker will warn you about any deprecated mutator names in the
mutator.excludedMutations
section of your config.To migrate, please run stryker to see if your project is affected. If this is the case, please take a look at the mutator types on the handbook (see above).
These are the changes:
New mutations
Due to the migration, some new mutations were added to the javascript mutator.
new Array()
tonew Array([])
[]
to["Stryker was here"]
These mutations were already performed by the typescript mutator.
Renovate configuration
📅 Schedule: 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by WhiteSource Renovate. View repository job log here.