Skip to content

Commit

Permalink
v4.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Oct 5, 2020
1 parent 01bbdda commit 373ca28
Show file tree
Hide file tree
Showing 40 changed files with 233 additions and 48 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.10](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2020-10-05)


### Bug Fixes

* **instrumenter:** switch case mutant placer ([#2518](https://github.com/stryker-mutator/stryker/issues/2518)) ([a560711](https://github.com/stryker-mutator/stryker/commit/a560711023990dca950700da18269e78249b5c49))


### Features

* **instrumenter:** add excludedMutations support ([#2513](https://github.com/stryker-mutator/stryker/issues/2513)) ([bfd714f](https://github.com/stryker-mutator/stryker/commit/bfd714fe1b4f9c3b2468164a95d0c5bd0cbc8fcf))





# [4.0.0-beta.9](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2020-09-30)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "4.0.0-beta.9",
"version": "4.0.0-beta.10",
"command": {
"version": {
"allowBranch": [
Expand Down
11 changes: 11 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.10](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2020-10-05)


### Features

* **instrumenter:** add excludedMutations support ([#2513](https://github.com/stryker-mutator/stryker/issues/2513)) ([bfd714f](https://github.com/stryker-mutator/stryker/commit/bfd714fe1b4f9c3b2468164a95d0c5bd0cbc8fcf))





# [4.0.0-beta.9](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2020-09-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/api",
"version": "4.0.0-beta.9",
"version": "4.0.0-beta.10",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-transpiler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.10](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2020-10-05)

**Note:** Version bump only for package @stryker-mutator/babel-transpiler





# [4.0.0-beta.9](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2020-09-30)

**Note:** Version bump only for package @stryker-mutator/babel-transpiler
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-transpiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/babel-transpiler",
"version": "4.0.0-beta.9",
"version": "4.0.0-beta.10",
"description": "A plugin for babel projects using Stryker",
"main": "src/index.js",
"scripts": {},
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.10](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2020-10-05)


### Features

* **instrumenter:** add excludedMutations support ([#2513](https://github.com/stryker-mutator/stryker/issues/2513)) ([bfd714f](https://github.com/stryker-mutator/stryker/commit/bfd714fe1b4f9c3b2468164a95d0c5bd0cbc8fcf))





# [4.0.0-beta.9](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2020-09-30)


Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/core",
"version": "4.0.0-beta.9",
"version": "4.0.0-beta.10",
"description": "The extendable JavaScript mutation testing framework",
"main": "src/Stryker.js",
"scripts": {
Expand Down Expand Up @@ -55,9 +55,9 @@
"stryker": "./bin/stryker"
},
"dependencies": {
"@stryker-mutator/api": "4.0.0-beta.9",
"@stryker-mutator/instrumenter": "4.0.0-beta.9",
"@stryker-mutator/util": "4.0.0-beta.9",
"@stryker-mutator/api": "4.0.0-beta.10",
"@stryker-mutator/instrumenter": "4.0.0-beta.10",
"@stryker-mutator/util": "4.0.0-beta.10",
"ajv": "~6.12.0",
"chalk": "~4.1.0",
"commander": "~6.1.0",
Expand Down Expand Up @@ -87,7 +87,7 @@
},
"devDependencies": {
"@stryker-mutator/api": "4.0.0-beta.4",
"@stryker-mutator/test-helpers": "4.0.0-beta.9",
"@stryker-mutator/test-helpers": "4.0.0-beta.10",
"@types/inquirer": "~7.3.1",
"@types/lodash.flatmap": "~4.5.6",
"@types/lodash.groupby": "~4.6.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/grunt-stryker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.10](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2020-10-05)

**Note:** Version bump only for package grunt-stryker





# [4.0.0-beta.9](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2020-09-30)

**Note:** Version bump only for package grunt-stryker
Expand Down
4 changes: 2 additions & 2 deletions packages/grunt-stryker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-stryker",
"description": "Grunt plugin for the mutation testing framework 'stryker'",
"version": "4.0.0-beta.9",
"version": "4.0.0-beta.10",
"bugs": {
"url": "https://github.com/stryker-mutator/stryker/issues"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"main": "Gruntfile.js",
"devDependencies": {
"@stryker-mutator/api": "4.0.0-beta.9",
"@stryker-mutator/api": "4.0.0-beta.10",
"@types/node": "^14.0.1"
},
"peerDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/instrumenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.10](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2020-10-05)


### Bug Fixes

* **instrumenter:** switch case mutant placer ([#2518](https://github.com/stryker-mutator/stryker/issues/2518)) ([a560711](https://github.com/stryker-mutator/stryker/commit/a560711023990dca950700da18269e78249b5c49))


### Features

* **instrumenter:** add excludedMutations support ([#2513](https://github.com/stryker-mutator/stryker/issues/2513)) ([bfd714f](https://github.com/stryker-mutator/stryker/commit/bfd714fe1b4f9c3b2468164a95d0c5bd0cbc8fcf))





# [4.0.0-beta.9](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2020-09-30)


Expand Down
8 changes: 4 additions & 4 deletions packages/instrumenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/instrumenter",
"version": "4.0.0-beta.9",
"version": "4.0.0-beta.10",
"description": "The code instrumenter used in Stryker, the JavaScript mutation testing framework",
"main": "dist/src/index.js",
"scripts": {
Expand Down Expand Up @@ -35,13 +35,13 @@
"@babel/parser": "~7.11.4",
"@babel/plugin-proposal-decorators": "~7.10.5",
"@babel/preset-typescript": "~7.10.4",
"@stryker-mutator/api": "4.0.0-beta.9",
"@stryker-mutator/util": "4.0.0-beta.9",
"@stryker-mutator/api": "4.0.0-beta.10",
"@stryker-mutator/util": "4.0.0-beta.10",
"angular-html-parser": "~1.7.0"
},
"devDependencies": {
"@babel/preset-react": "~7.10.4",
"@stryker-mutator/test-helpers": "4.0.0-beta.9",
"@stryker-mutator/test-helpers": "4.0.0-beta.10",
"@types/babel__core": "~7.1.9",
"@types/babel__generator": "~7.6.1",
"@types/babel__parser": "~7.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/jasmine-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.10](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2020-10-05)

**Note:** Version bump only for package @stryker-mutator/jasmine-framework





# [4.0.0-beta.9](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2020-09-30)

**Note:** Version bump only for package @stryker-mutator/jasmine-framework
Expand Down
2 changes: 1 addition & 1 deletion packages/jasmine-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/jasmine-framework",
"version": "4.0.0-beta.9",
"version": "4.0.0-beta.10",
"description": "A plugin to use the Jasmine test framework in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {},
Expand Down
8 changes: 8 additions & 0 deletions packages/jasmine-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.10](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2020-10-05)

**Note:** Version bump only for package @stryker-mutator/jasmine-runner





# [4.0.0-beta.9](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2020-09-30)


Expand Down
8 changes: 4 additions & 4 deletions packages/jasmine-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/jasmine-runner",
"version": "4.0.0-beta.9",
"version": "4.0.0-beta.10",
"description": "A plugin to use the Jasmine (NodeJS) test runner in Stryker, the mutation testing framework for JavaScript and friends",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -40,12 +40,12 @@
"jasmine": ">=2"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "4.0.0-beta.9",
"@stryker-mutator/test-helpers": "4.0.0-beta.10",
"@types/node": "^14.0.1"
},
"dependencies": {
"@stryker-mutator/api": "4.0.0-beta.9",
"@stryker-mutator/util": "4.0.0-beta.9"
"@stryker-mutator/api": "4.0.0-beta.10",
"@stryker-mutator/util": "4.0.0-beta.10"
},
"initStrykerConfig": {
"jasmineConfigFile": "spec/support/jasmine.json"
Expand Down
8 changes: 8 additions & 0 deletions packages/javascript-mutator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.10](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2020-10-05)

**Note:** Version bump only for package @stryker-mutator/javascript-mutator





# [4.0.0-beta.9](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2020-09-30)

**Note:** Version bump only for package @stryker-mutator/javascript-mutator
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript-mutator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/javascript-mutator",
"version": "4.0.0-beta.9",
"version": "4.0.0-beta.10",
"description": "A plugin for javascript projects using Stryker",
"main": "src/index.js",
"scripts": {},
Expand Down
8 changes: 8 additions & 0 deletions packages/jest-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.10](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2020-10-05)

**Note:** Version bump only for package @stryker-mutator/jest-runner





# [4.0.0-beta.9](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2020-09-30)


Expand Down
8 changes: 4 additions & 4 deletions packages/jest-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/jest-runner",
"version": "4.0.0-beta.9",
"version": "4.0.0-beta.10",
"description": "A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/jest-runner#readme",
"devDependencies": {
"@jest/types": "~26.3.0",
"@stryker-mutator/test-helpers": "4.0.0-beta.9",
"@stryker-mutator/test-helpers": "4.0.0-beta.10",
"@types/node": "^14.0.1",
"@types/semver": "~7.3.1",
"jest": "~26.4.2",
Expand All @@ -55,8 +55,8 @@
"jest": ">= 22.0.0"
},
"dependencies": {
"@stryker-mutator/api": "4.0.0-beta.9",
"@stryker-mutator/util": "4.0.0-beta.9",
"@stryker-mutator/api": "4.0.0-beta.10",
"@stryker-mutator/util": "4.0.0-beta.10",
"semver": "~6.3.0"
},
"initStrykerConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/karma-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.10](https://github.io/stryker-mutator/stryker/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2020-10-05)

**Note:** Version bump only for package @stryker-mutator/karma-runner





# [4.0.0-beta.9](https://github.io/stryker-mutator/stryker/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2020-09-30)

**Note:** Version bump only for package @stryker-mutator/karma-runner
Expand Down
8 changes: 4 additions & 4 deletions packages/karma-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/karma-runner",
"version": "4.0.0-beta.9",
"version": "4.0.0-beta.10",
"description": "A plugin to use the karma test runner in Stryker, the JavaScript mutation testing framework",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/karma-runner#readme",
"devDependencies": {
"@stryker-mutator/test-helpers": "4.0.0-beta.9",
"@stryker-mutator/test-helpers": "4.0.0-beta.10",
"@types/express": "~4.17.0",
"@types/node": "^14.0.1",
"@types/semver": "~7.3.1",
Expand All @@ -47,8 +47,8 @@
"@stryker-mutator/core": "~4.0.0"
},
"dependencies": {
"@stryker-mutator/api": "4.0.0-beta.9",
"@stryker-mutator/util": "4.0.0-beta.9",
"@stryker-mutator/api": "4.0.0-beta.10",
"@stryker-mutator/util": "4.0.0-beta.10",
"decamelize": "~4.0.0",
"semver": "~6.3.0",
"tslib": "~2.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/mocha-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.10](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.9...v4.0.0-beta.10) (2020-10-05)

**Note:** Version bump only for package @stryker-mutator/mocha-framework





# [4.0.0-beta.9](https://github.com/stryker-mutator/stryker/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2020-09-30)

**Note:** Version bump only for package @stryker-mutator/mocha-framework
Expand Down
Loading

0 comments on commit 373ca28

Please sign in to comment.