This repository was archived by the owner on Apr 7, 2020. It is now read-only.
chore(deps): update stryker monorepo to v3 (major)#71
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update stryker monorepo to v3 (major)#71renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
9d6b9f0 to
6eb779b
Compare
6eb779b to
0b2dc28
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.02.5.0->3.1.02.5.0->3.1.02.5.0->3.1.02.5.0->3.1.02.5.0->3.1.0Release Notes
stryker-mutator/stryker
v3.1.0Compare Source
Bug Fixes
Features
3.0.2 (2020-03-13)
Bug Fixes
3.0.1 (2020-03-12)
Bug Fixes
v3.0.2Compare Source
Bug Fixes
v3.0.1Compare Source
Bug Fixes
v3.0.0Compare Source
Bug Fixes
Features
stryker.conf.jsonas default config file. (#2092) (2279813)BREAKING CHANGES
1if an error of any kind occurs.onMutationTestReportReadyevent and themutation-testing-metricsnpm package to calculate the mutation testing report metrics.This
Becomes this:
htmlreporter is now enabled by default. If you don't want to use it, be sure to override thereportersconfiguration option.{ "reporters": ["progress", "clear-text"] }{ "dashboard": { "reportType": "mutationScore" } }Migrating:
Almost every mutator has been renamed and/or split. Stryker will warn you about any deprecated mutator names in the
mutator.excludedMutationssection 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.