Skip to content

Commit

Permalink
v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Apr 16, 2021
1 parent 4d457cf commit 78c6360
Show file tree
Hide file tree
Showing 24 changed files with 172 additions and 36 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.6.0](https://github.com/stryker-mutator/stryker-js/compare/v4.5.1...v4.6.0) (2021-04-16)


### Features

* **mutation range:** allow specifying a mutation range ([#2751](https://github.com/stryker-mutator/stryker-js/issues/2751)) ([84647cf](https://github.com/stryker-mutator/stryker-js/commit/84647cf8c4052dead95d4d23a0e9c0c66e54292c))
* **rename:** rename to StrykerJS ([#2813](https://github.com/stryker-mutator/stryker-js/issues/2813)) ([dc08592](https://github.com/stryker-mutator/stryker-js/commit/dc08592c09c0fe5fcc21db03dc2da4e03713f46b)), closes [#2754](https://github.com/stryker-mutator/stryker-js/issues/2754)





## [4.5.1](https://github.com/stryker-mutator/stryker/compare/v4.5.0...v4.5.1) (2021-03-11)


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.5.1",
"version": "4.6.0",
"command": {
"version": {
"allowBranch": [
Expand Down
12 changes: 12 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.6.0](https://github.com/stryker-mutator/stryker-js/compare/v4.5.1...v4.6.0) (2021-04-16)


### Features

* **mutation range:** allow specifying a mutation range ([#2751](https://github.com/stryker-mutator/stryker-js/issues/2751)) ([84647cf](https://github.com/stryker-mutator/stryker-js/commit/84647cf8c4052dead95d4d23a0e9c0c66e54292c))
* **rename:** rename to StrykerJS ([#2813](https://github.com/stryker-mutator/stryker-js/issues/2813)) ([dc08592](https://github.com/stryker-mutator/stryker-js/commit/dc08592c09c0fe5fcc21db03dc2da4e03713f46b)), closes [#2754](https://github.com/stryker-mutator/stryker-js/issues/2754)





## [4.5.1](https://github.com/stryker-mutator/stryker/compare/v4.5.0...v4.5.1) (2021-03-11)

**Note:** Version bump only for package @stryker-mutator/api
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.5.1",
"version": "4.6.0",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.6.0](https://github.com/stryker-mutator/stryker-js/compare/v4.5.1...v4.6.0) (2021-04-16)


### Features

* **mutation range:** allow specifying a mutation range ([#2751](https://github.com/stryker-mutator/stryker-js/issues/2751)) ([84647cf](https://github.com/stryker-mutator/stryker-js/commit/84647cf8c4052dead95d4d23a0e9c0c66e54292c))
* **rename:** rename to StrykerJS ([#2813](https://github.com/stryker-mutator/stryker-js/issues/2813)) ([dc08592](https://github.com/stryker-mutator/stryker-js/commit/dc08592c09c0fe5fcc21db03dc2da4e03713f46b)), closes [#2754](https://github.com/stryker-mutator/stryker-js/issues/2754)





## [4.5.1](https://github.com/stryker-mutator/stryker/compare/v4.5.0...v4.5.1) (2021-03-11)

**Note:** Version bump only for package @stryker-mutator/core
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.5.1",
"version": "4.6.0",
"description": "The extendable JavaScript mutation testing framework",
"main": "dist/src/index.js",
"scripts": {
Expand Down Expand Up @@ -56,9 +56,9 @@
"stryker": "./bin/stryker"
},
"dependencies": {
"@stryker-mutator/api": "4.5.1",
"@stryker-mutator/instrumenter": "4.5.1",
"@stryker-mutator/util": "4.5.1",
"@stryker-mutator/api": "4.6.0",
"@stryker-mutator/instrumenter": "4.6.0",
"@stryker-mutator/util": "4.6.0",
"ajv": "~8.1.0",
"chalk": "~4.1.0",
"commander": "~7.2.0",
Expand Down Expand Up @@ -87,7 +87,7 @@
},
"devDependencies": {
"@stryker-mutator/api": "4.0.0-beta.4",
"@stryker-mutator/test-helpers": "4.5.1",
"@stryker-mutator/test-helpers": "4.6.0",
"@types/inquirer": "~7.3.1",
"@types/lodash.flatmap": "~4.5.6",
"@types/lodash.groupby": "~4.6.6",
Expand Down
11 changes: 11 additions & 0 deletions packages/grunt-stryker/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.6.0](https://github.com/stryker-mutator/stryker-js/compare/v4.5.1...v4.6.0) (2021-04-16)


### Features

* **rename:** rename to StrykerJS ([#2813](https://github.com/stryker-mutator/stryker-js/issues/2813)) ([dc08592](https://github.com/stryker-mutator/stryker-js/commit/dc08592c09c0fe5fcc21db03dc2da4e03713f46b)), closes [#2754](https://github.com/stryker-mutator/stryker-js/issues/2754)





## [4.5.1](https://github.com/stryker-mutator/stryker/compare/v4.5.0...v4.5.1) (2021-03-11)


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.5.1",
"version": "4.6.0",
"bugs": {
"url": "https://github.com/stryker-mutator/stryker-js/issues"
},
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"main": "Gruntfile.js",
"devDependencies": {
"@stryker-mutator/api": "4.5.1",
"@stryker-mutator/api": "4.6.0",
"@types/node": "^14.0.1"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/instrumenter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.6.0](https://github.com/stryker-mutator/stryker-js/compare/v4.5.1...v4.6.0) (2021-04-16)


### Features

* **mutation range:** allow specifying a mutation range ([#2751](https://github.com/stryker-mutator/stryker-js/issues/2751)) ([84647cf](https://github.com/stryker-mutator/stryker-js/commit/84647cf8c4052dead95d4d23a0e9c0c66e54292c))
* **rename:** rename to StrykerJS ([#2813](https://github.com/stryker-mutator/stryker-js/issues/2813)) ([dc08592](https://github.com/stryker-mutator/stryker-js/commit/dc08592c09c0fe5fcc21db03dc2da4e03713f46b)), closes [#2754](https://github.com/stryker-mutator/stryker-js/issues/2754)





## [4.5.1](https://github.com/stryker-mutator/stryker/compare/v4.5.0...v4.5.1) (2021-03-11)


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.5.1",
"version": "4.6.0",
"description": "The code instrumenter used in Stryker, the JavaScript mutation testing framework",
"main": "dist/src/index.js",
"scripts": {
Expand Down Expand Up @@ -37,14 +37,14 @@
"@babel/plugin-proposal-decorators": "~7.13.5 ",
"@babel/plugin-proposal-private-methods": "^7.12.1",
"@babel/preset-typescript": "~7.13.0 ",
"@stryker-mutator/api": "4.5.1",
"@stryker-mutator/util": "4.5.1",
"@stryker-mutator/api": "4.6.0",
"@stryker-mutator/util": "4.6.0",
"angular-html-parser": "~1.8.0",
"weapon-regex": "~0.4.1"
},
"devDependencies": {
"@babel/preset-react": "~7.13.13",
"@stryker-mutator/test-helpers": "4.5.1",
"@stryker-mutator/test-helpers": "4.6.0",
"@types/babel__core": "~7.1.10",
"@types/babel__generator": "~7.6.2",
"@types/babel__parser": "~7.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/jasmine-runner/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.6.0](https://github.com/stryker-mutator/stryker-js/compare/v4.5.1...v4.6.0) (2021-04-16)


### Features

* **rename:** rename to StrykerJS ([#2813](https://github.com/stryker-mutator/stryker-js/issues/2813)) ([dc08592](https://github.com/stryker-mutator/stryker-js/commit/dc08592c09c0fe5fcc21db03dc2da4e03713f46b)), closes [#2754](https://github.com/stryker-mutator/stryker-js/issues/2754)





## [4.5.1](https://github.com/stryker-mutator/stryker/compare/v4.5.0...v4.5.1) (2021-03-11)


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.5.1",
"version": "4.6.0",
"description": "A plugin to use the Jasmine (NodeJS) test runner in Stryker, the mutation testing framework for JavaScript and friends",
"main": "dist/src/index.js",
"scripts": {
Expand Down Expand Up @@ -41,12 +41,12 @@
"jasmine": ">=2"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "4.5.1",
"@stryker-mutator/test-helpers": "4.6.0",
"@types/node": "^14.0.1"
},
"dependencies": {
"@stryker-mutator/api": "4.5.1",
"@stryker-mutator/util": "4.5.1"
"@stryker-mutator/api": "4.6.0",
"@stryker-mutator/util": "4.6.0"
},
"initStrykerConfig": {
"jasmineConfigFile": "spec/support/jasmine.json"
Expand Down
11 changes: 11 additions & 0 deletions packages/jest-runner/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.6.0](https://github.com/stryker-mutator/stryker-js/compare/v4.5.1...v4.6.0) (2021-04-16)


### Features

* **rename:** rename to StrykerJS ([#2813](https://github.com/stryker-mutator/stryker-js/issues/2813)) ([dc08592](https://github.com/stryker-mutator/stryker-js/commit/dc08592c09c0fe5fcc21db03dc2da4e03713f46b)), closes [#2754](https://github.com/stryker-mutator/stryker-js/issues/2754)





## [4.5.1](https://github.com/stryker-mutator/stryker/compare/v4.5.0...v4.5.1) (2021-03-11)


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.5.1",
"version": "4.6.0",
"description": "A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework",
"main": "dist/src/index.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"homepage": "https://stryker-mutator.io/docs/stryker-js/jest-runner",
"devDependencies": {
"@jest/types": "~26.6.1",
"@stryker-mutator/test-helpers": "4.5.1",
"@stryker-mutator/test-helpers": "4.6.0",
"@types/node": "^14.0.1",
"@types/semver": "~7.3.1",
"jest": "~26.6.1",
Expand All @@ -58,8 +58,8 @@
"jest": ">= 22.0.0"
},
"dependencies": {
"@stryker-mutator/api": "4.5.1",
"@stryker-mutator/util": "4.5.1",
"@stryker-mutator/api": "4.6.0",
"@stryker-mutator/util": "4.6.0",
"semver": "~6.3.0",
"tslib": "~2.2.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/karma-runner/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.6.0](https://github.com/stryker-mutator/stryker-js/compare/v4.5.1...v4.6.0) (2021-04-16)


### Features

* **rename:** rename to StrykerJS ([#2813](https://github.com/stryker-mutator/stryker-js/issues/2813)) ([dc08592](https://github.com/stryker-mutator/stryker-js/commit/dc08592c09c0fe5fcc21db03dc2da4e03713f46b)), closes [#2754](https://github.com/stryker-mutator/stryker-js/issues/2754)





## [4.5.1](https://github.io/stryker-mutator/stryker/compare/v4.5.0...v4.5.1) (2021-03-11)


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.5.1",
"version": "4.6.0",
"description": "A plugin to use the karma test runner in Stryker, the JavaScript mutation testing framework",
"main": "dist/src/index.js",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://stryker-mutator.io/docs/stryker-js/karma-runner",
"devDependencies": {
"@stryker-mutator/test-helpers": "4.5.1",
"@stryker-mutator/test-helpers": "4.6.0",
"@types/express": "~4.17.0",
"@types/node": "^14.0.1",
"@types/semver": "~7.3.1",
Expand All @@ -48,8 +48,8 @@
"@stryker-mutator/core": "~4.6.0"
},
"dependencies": {
"@stryker-mutator/api": "4.5.1",
"@stryker-mutator/util": "4.5.1",
"@stryker-mutator/api": "4.6.0",
"@stryker-mutator/util": "4.6.0",
"decamelize": "~5.0.0",
"semver": "~6.3.0",
"tslib": "~2.2.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/mocha-runner/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.6.0](https://github.com/stryker-mutator/stryker-js/compare/v4.5.1...v4.6.0) (2021-04-16)


### Features

* **rename:** rename to StrykerJS ([#2813](https://github.com/stryker-mutator/stryker-js/issues/2813)) ([dc08592](https://github.com/stryker-mutator/stryker-js/commit/dc08592c09c0fe5fcc21db03dc2da4e03713f46b)), closes [#2754](https://github.com/stryker-mutator/stryker-js/issues/2754)





## [4.5.1](https://github.com/stryker-mutator/stryker/compare/v4.5.0...v4.5.1) (2021-03-11)


Expand Down
8 changes: 4 additions & 4 deletions packages/mocha-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/mocha-runner",
"version": "4.5.1",
"version": "4.6.0",
"description": "A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework",
"main": "dist/src/index.js",
"scripts": {
Expand Down Expand Up @@ -37,13 +37,13 @@
},
"homepage": "https://stryker-mutator.io/docs/stryker-js/mocha-runner",
"dependencies": {
"@stryker-mutator/api": "4.5.1",
"@stryker-mutator/util": "4.5.1",
"@stryker-mutator/api": "4.6.0",
"@stryker-mutator/util": "4.6.0",
"glob": "~7.1.6",
"tslib": "~2.2.0"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "4.5.1",
"@stryker-mutator/test-helpers": "4.6.0",
"@types/glob": "~7.1.3",
"@types/node": "^14.0.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/test-helpers/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.6.0](https://github.com/stryker-mutator/stryker-js/compare/v4.5.1...v4.6.0) (2021-04-16)


### Features

* **rename:** rename to StrykerJS ([#2813](https://github.com/stryker-mutator/stryker-js/issues/2813)) ([dc08592](https://github.com/stryker-mutator/stryker-js/commit/dc08592c09c0fe5fcc21db03dc2da4e03713f46b)), closes [#2754](https://github.com/stryker-mutator/stryker-js/issues/2754)





## [4.5.1](https://github.com/stryker-mutator/stryker/compare/v4.5.0...v4.5.1) (2021-03-11)

**Note:** Version bump only for package @stryker-mutator/test-helpers
Expand Down
4 changes: 2 additions & 2 deletions packages/test-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stryker-mutator/test-helpers",
"private": true,
"version": "4.5.1",
"version": "4.6.0",
"description": "A helper package for testing",
"main": "dist/index.js",
"scripts": {},
Expand All @@ -22,7 +22,7 @@
"mutation-testing-metrics": "~1.5.2"
},
"devDependencies": {
"@stryker-mutator/api": "4.5.1",
"@stryker-mutator/api": "4.6.0",
"@types/node": "^14.0.1",
"typed-inject": "~3.0.0"
}
Expand Down
Loading

0 comments on commit 78c6360

Please sign in to comment.