diff --git a/CHANGELOG.md b/CHANGELOG.md index f265de3c2d..802ef79cc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/stryker-mutator/stryker-js/compare/v5.0.1...v5.1.0) (2021-06-14) + + +### Bug Fixes + +* **jest-runner:** allow a different rootDir ([b66a617](https://github.com/stryker-mutator/stryker-js/commit/b66a61711a8bea554e29efb8848fa4c9d0afb34c)) +* **jest-runner:** use local jest version when jest@<25 ([#2950](https://github.com/stryker-mutator/stryker-js/issues/2950)) ([3218c9e](https://github.com/stryker-mutator/stryker-js/commit/3218c9e57a641866f9b13028c9239af39e7c60a7)) + + +### Features + +* **jest-runner:** allow configuration in a custom package.json ([825548c](https://github.com/stryker-mutator/stryker-js/commit/825548c66956ff34c500caadb1ebc2030ef59df3)) +* **jest-runner:** dynamically override "testEnvironment" ([#2934](https://github.com/stryker-mutator/stryker-js/issues/2934)) ([0590869](https://github.com/stryker-mutator/stryker-js/commit/05908690cd5fb5c70ff032c6a985bb57bcebb301)) +* **jest-runner:** support findRelatedTests for mutated files outside of roots ([#2951](https://github.com/stryker-mutator/stryker-js/issues/2951)) ([19dccec](https://github.com/stryker-mutator/stryker-js/commit/19dcceca950c7c92d08826a4958db73eca7e71dd)) +* **mocha-runner:** officially support mocha 9 ([42848bb](https://github.com/stryker-mutator/stryker-js/commit/42848bba288adcefb8d8f8fac1cd34b17bd1d49f)) + + + + + ## [5.0.1](https://github.com/stryker-mutator/stryker-js/compare/v5.0.0...v5.0.1) (2021-05-28) diff --git a/lerna.json b/lerna.json index 97b39ef245..1d876d2772 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "5.0.1", + "version": "5.1.0", "command": { "version": { "allowBranch": [ diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 88cc914c5f..d70b21af5d 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -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. +# [5.1.0](https://github.com/stryker-mutator/stryker-js/compare/v5.0.1...v5.1.0) (2021-06-14) + +**Note:** Version bump only for package @stryker-mutator/api + + + + + ## [5.0.1](https://github.com/stryker-mutator/stryker-js/compare/v5.0.0...v5.0.1) (2021-05-28) **Note:** Version bump only for package @stryker-mutator/api diff --git a/packages/api/package.json b/packages/api/package.json index 7d7795301b..fb0c486322 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/api", - "version": "5.0.1", + "version": "5.1.0", "description": "The api for the extendable JavaScript mutation testing framework Stryker", "repository": { "type": "git", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4af6c9cd70..4150698685 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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. +# [5.1.0](https://github.com/stryker-mutator/stryker-js/compare/v5.0.1...v5.1.0) (2021-06-14) + +**Note:** Version bump only for package @stryker-mutator/core + + + + + ## [5.0.1](https://github.com/stryker-mutator/stryker-js/compare/v5.0.0...v5.0.1) (2021-05-28) **Note:** Version bump only for package @stryker-mutator/core diff --git a/packages/core/package.json b/packages/core/package.json index 90698b586e..5ac7d65158 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/core", - "version": "5.0.1", + "version": "5.1.0", "description": "The extendable JavaScript mutation testing framework", "main": "dist/src/index.js", "scripts": { @@ -56,9 +56,9 @@ "stryker": "./bin/stryker" }, "dependencies": { - "@stryker-mutator/api": "5.0.1", - "@stryker-mutator/instrumenter": "5.0.1", - "@stryker-mutator/util": "5.0.1", + "@stryker-mutator/api": "5.1.0", + "@stryker-mutator/instrumenter": "5.1.0", + "@stryker-mutator/util": "5.1.0", "ajv": "~8.6.0", "chalk": "~4.1.0", "commander": "~7.2.0", @@ -86,7 +86,7 @@ }, "devDependencies": { "@stryker-mutator/api": "4.0.0-beta.4", - "@stryker-mutator/test-helpers": "5.0.1", + "@stryker-mutator/test-helpers": "5.1.0", "@types/inquirer": "~7.3.1", "@types/lodash.flatmap": "~4.5.6", "@types/lodash.groupby": "~4.6.6", diff --git a/packages/grunt-stryker/CHANGELOG.md b/packages/grunt-stryker/CHANGELOG.md index 015c240daa..5558787504 100644 --- a/packages/grunt-stryker/CHANGELOG.md +++ b/packages/grunt-stryker/CHANGELOG.md @@ -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. +# [5.1.0](https://github.com/stryker-mutator/stryker-js/compare/v5.0.1...v5.1.0) (2021-06-14) + +**Note:** Version bump only for package grunt-stryker + + + + + ## [5.0.1](https://github.com/stryker-mutator/stryker-js/compare/v5.0.0...v5.0.1) (2021-05-28) **Note:** Version bump only for package grunt-stryker diff --git a/packages/grunt-stryker/package.json b/packages/grunt-stryker/package.json index 8f718c1ed3..4550b0bfb9 100644 --- a/packages/grunt-stryker/package.json +++ b/packages/grunt-stryker/package.json @@ -1,7 +1,7 @@ { "name": "grunt-stryker", "description": "Grunt plugin for the mutation testing framework 'stryker'", - "version": "5.0.1", + "version": "5.1.0", "bugs": { "url": "https://github.com/stryker-mutator/stryker-js/issues" }, @@ -34,7 +34,7 @@ }, "main": "Gruntfile.js", "devDependencies": { - "@stryker-mutator/api": "5.0.1", + "@stryker-mutator/api": "5.1.0", "@types/node": "^15.0.0" }, "peerDependencies": { diff --git a/packages/instrumenter/CHANGELOG.md b/packages/instrumenter/CHANGELOG.md index 83b1dff3e5..e40b2baeef 100644 --- a/packages/instrumenter/CHANGELOG.md +++ b/packages/instrumenter/CHANGELOG.md @@ -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. +# [5.1.0](https://github.com/stryker-mutator/stryker-js/compare/v5.0.1...v5.1.0) (2021-06-14) + +**Note:** Version bump only for package @stryker-mutator/instrumenter + + + + + ## [5.0.1](https://github.com/stryker-mutator/stryker-js/compare/v5.0.0...v5.0.1) (2021-05-28) **Note:** Version bump only for package @stryker-mutator/instrumenter diff --git a/packages/instrumenter/package.json b/packages/instrumenter/package.json index 0565ea815e..3ec2773eaf 100644 --- a/packages/instrumenter/package.json +++ b/packages/instrumenter/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/instrumenter", - "version": "5.0.1", + "version": "5.1.0", "description": "The code instrumenter used in Stryker, the JavaScript mutation testing framework", "main": "dist/src/index.js", "scripts": { @@ -37,14 +37,14 @@ "@babel/plugin-proposal-decorators": "~7.14.5 ", "@babel/plugin-proposal-private-methods": "^7.12.1", "@babel/preset-typescript": "~7.14.5 ", - "@stryker-mutator/api": "5.0.1", - "@stryker-mutator/util": "5.0.1", + "@stryker-mutator/api": "5.1.0", + "@stryker-mutator/util": "5.1.0", "angular-html-parser": "~1.8.0", "weapon-regex": "~0.6.0" }, "devDependencies": { "@babel/preset-react": "~7.14.5", - "@stryker-mutator/test-helpers": "5.0.1", + "@stryker-mutator/test-helpers": "5.1.0", "@types/babel__core": "~7.1.10", "@types/babel__generator": "~7.6.2", "@types/babel__parser": "~7.1.1", diff --git a/packages/jasmine-runner/CHANGELOG.md b/packages/jasmine-runner/CHANGELOG.md index c1f1975358..0ecaf68e0e 100644 --- a/packages/jasmine-runner/CHANGELOG.md +++ b/packages/jasmine-runner/CHANGELOG.md @@ -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. +# [5.1.0](https://github.com/stryker-mutator/stryker-js/compare/v5.0.1...v5.1.0) (2021-06-14) + +**Note:** Version bump only for package @stryker-mutator/jasmine-runner + + + + + ## [5.0.1](https://github.com/stryker-mutator/stryker-js/compare/v5.0.0...v5.0.1) (2021-05-28) **Note:** Version bump only for package @stryker-mutator/jasmine-runner diff --git a/packages/jasmine-runner/package.json b/packages/jasmine-runner/package.json index b451080158..a1432a3e72 100644 --- a/packages/jasmine-runner/package.json +++ b/packages/jasmine-runner/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/jasmine-runner", - "version": "5.0.1", + "version": "5.1.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": { @@ -41,12 +41,12 @@ "jasmine": ">=2" }, "devDependencies": { - "@stryker-mutator/test-helpers": "5.0.1", + "@stryker-mutator/test-helpers": "5.1.0", "@types/node": "^15.0.0" }, "dependencies": { - "@stryker-mutator/api": "5.0.1", - "@stryker-mutator/util": "5.0.1" + "@stryker-mutator/api": "5.1.0", + "@stryker-mutator/util": "5.1.0" }, "initStrykerConfig": { "jasmineConfigFile": "spec/support/jasmine.json" diff --git a/packages/jest-runner/CHANGELOG.md b/packages/jest-runner/CHANGELOG.md index 32bbfcbac5..4e925ba325 100644 --- a/packages/jest-runner/CHANGELOG.md +++ b/packages/jest-runner/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.1.0](https://github.com/stryker-mutator/stryker-js/compare/v5.0.1...v5.1.0) (2021-06-14) + + +### Bug Fixes + +* **jest-runner:** allow a different rootDir ([b66a617](https://github.com/stryker-mutator/stryker-js/commit/b66a61711a8bea554e29efb8848fa4c9d0afb34c)) +* **jest-runner:** use local jest version when jest@<25 ([#2950](https://github.com/stryker-mutator/stryker-js/issues/2950)) ([3218c9e](https://github.com/stryker-mutator/stryker-js/commit/3218c9e57a641866f9b13028c9239af39e7c60a7)) + + +### Features + +* **jest-runner:** allow configuration in a custom package.json ([825548c](https://github.com/stryker-mutator/stryker-js/commit/825548c66956ff34c500caadb1ebc2030ef59df3)) +* **jest-runner:** dynamically override "testEnvironment" ([#2934](https://github.com/stryker-mutator/stryker-js/issues/2934)) ([0590869](https://github.com/stryker-mutator/stryker-js/commit/05908690cd5fb5c70ff032c6a985bb57bcebb301)) +* **jest-runner:** support findRelatedTests for mutated files outside of roots ([#2951](https://github.com/stryker-mutator/stryker-js/issues/2951)) ([19dccec](https://github.com/stryker-mutator/stryker-js/commit/19dcceca950c7c92d08826a4958db73eca7e71dd)) + + + + + ## [5.0.1](https://github.com/stryker-mutator/stryker-js/compare/v5.0.0...v5.0.1) (2021-05-28) diff --git a/packages/jest-runner/package.json b/packages/jest-runner/package.json index 171179e6ef..b981b09960 100644 --- a/packages/jest-runner/package.json +++ b/packages/jest-runner/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/jest-runner", - "version": "5.0.1", + "version": "5.1.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": { @@ -42,7 +42,7 @@ "homepage": "https://stryker-mutator.io/docs/stryker-js/jest-runner", "devDependencies": { "@jest/types": "~27.0.1", - "@stryker-mutator/test-helpers": "5.0.1", + "@stryker-mutator/test-helpers": "5.1.0", "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^11.2.7", "@types/node": "^15.6.1", @@ -56,8 +56,8 @@ "jest": ">= 22.0.0" }, "dependencies": { - "@stryker-mutator/api": "5.0.1", - "@stryker-mutator/util": "5.0.1", + "@stryker-mutator/api": "5.1.0", + "@stryker-mutator/util": "5.1.0", "semver": "~7.3.5", "tslib": "~2.2.0" }, diff --git a/packages/karma-runner/CHANGELOG.md b/packages/karma-runner/CHANGELOG.md index 2938e8a41c..ed6d21b8c2 100644 --- a/packages/karma-runner/CHANGELOG.md +++ b/packages/karma-runner/CHANGELOG.md @@ -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. +# [5.1.0](https://github.com/stryker-mutator/stryker-js/compare/v5.0.1...v5.1.0) (2021-06-14) + +**Note:** Version bump only for package @stryker-mutator/karma-runner + + + + + ## [5.0.1](https://github.com/stryker-mutator/stryker-js/compare/v5.0.0...v5.0.1) (2021-05-28) **Note:** Version bump only for package @stryker-mutator/karma-runner diff --git a/packages/karma-runner/package.json b/packages/karma-runner/package.json index da63414ca1..16dfd15073 100644 --- a/packages/karma-runner/package.json +++ b/packages/karma-runner/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/karma-runner", - "version": "5.0.1", + "version": "5.1.0", "description": "A plugin to use the karma test runner in Stryker, the JavaScript mutation testing framework", "main": "dist/src/index.js", "scripts": { @@ -33,7 +33,7 @@ }, "homepage": "https://stryker-mutator.io/docs/stryker-js/karma-runner", "devDependencies": { - "@stryker-mutator/test-helpers": "5.0.1", + "@stryker-mutator/test-helpers": "5.1.0", "@types/express": "~4.17.0", "@types/node": "^15.0.0", "@types/semver": "~7.3.1", @@ -48,8 +48,8 @@ "@stryker-mutator/core": "~5.0.0" }, "dependencies": { - "@stryker-mutator/api": "5.0.1", - "@stryker-mutator/util": "5.0.1", + "@stryker-mutator/api": "5.1.0", + "@stryker-mutator/util": "5.1.0", "decamelize": "~5.0.0", "semver": "~6.3.0", "tslib": "~2.2.0" diff --git a/packages/mocha-runner/CHANGELOG.md b/packages/mocha-runner/CHANGELOG.md index b40b2c02ca..4b32d468be 100644 --- a/packages/mocha-runner/CHANGELOG.md +++ b/packages/mocha-runner/CHANGELOG.md @@ -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. +# [5.1.0](https://github.com/stryker-mutator/stryker-js/compare/v5.0.1...v5.1.0) (2021-06-14) + + +### Features + +* **mocha-runner:** officially support mocha 9 ([42848bb](https://github.com/stryker-mutator/stryker-js/commit/42848bba288adcefb8d8f8fac1cd34b17bd1d49f)) + + + + + ## [5.0.1](https://github.com/stryker-mutator/stryker-js/compare/v5.0.0...v5.0.1) (2021-05-28) diff --git a/packages/mocha-runner/package.json b/packages/mocha-runner/package.json index 8f97cedee5..5997c77dbf 100644 --- a/packages/mocha-runner/package.json +++ b/packages/mocha-runner/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/mocha-runner", - "version": "5.0.1", + "version": "5.1.0", "description": "A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework", "main": "dist/src/index.js", "scripts": { @@ -37,13 +37,13 @@ }, "homepage": "https://stryker-mutator.io/docs/stryker-js/mocha-runner", "dependencies": { - "@stryker-mutator/api": "5.0.1", - "@stryker-mutator/util": "5.0.1", + "@stryker-mutator/api": "5.1.0", + "@stryker-mutator/util": "5.1.0", "glob": "~7.1.6", "tslib": "~2.2.0" }, "devDependencies": { - "@stryker-mutator/test-helpers": "5.0.1", + "@stryker-mutator/test-helpers": "5.1.0", "@types/glob": "~7.1.3", "@types/node": "^15.0.0" }, diff --git a/packages/test-helpers/CHANGELOG.md b/packages/test-helpers/CHANGELOG.md index 5286042822..8067c4e571 100644 --- a/packages/test-helpers/CHANGELOG.md +++ b/packages/test-helpers/CHANGELOG.md @@ -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. +# [5.1.0](https://github.com/stryker-mutator/stryker-js/compare/v5.0.1...v5.1.0) (2021-06-14) + +**Note:** Version bump only for package @stryker-mutator/test-helpers + + + + + ## [5.0.1](https://github.com/stryker-mutator/stryker-js/compare/v5.0.0...v5.0.1) (2021-05-28) **Note:** Version bump only for package @stryker-mutator/test-helpers diff --git a/packages/test-helpers/package.json b/packages/test-helpers/package.json index b6915b9ae9..63f8c9bf40 100644 --- a/packages/test-helpers/package.json +++ b/packages/test-helpers/package.json @@ -1,7 +1,7 @@ { "name": "@stryker-mutator/test-helpers", "private": true, - "version": "5.0.1", + "version": "5.1.0", "description": "A helper package for testing", "main": "dist/index.js", "scripts": {}, @@ -23,7 +23,7 @@ "rxjs": "~7.1.0" }, "devDependencies": { - "@stryker-mutator/api": "5.0.1", + "@stryker-mutator/api": "5.1.0", "@types/node": "^15.0.0", "typed-inject": "~3.0.0" } diff --git a/packages/typescript-checker/CHANGELOG.md b/packages/typescript-checker/CHANGELOG.md index 85cd06a1d6..e6ca52fe74 100644 --- a/packages/typescript-checker/CHANGELOG.md +++ b/packages/typescript-checker/CHANGELOG.md @@ -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. +# [5.1.0](https://github.com/stryker-mutator/stryker-js/compare/v5.0.1...v5.1.0) (2021-06-14) + +**Note:** Version bump only for package @stryker-mutator/typescript-checker + + + + + ## [5.0.1](https://github.com/stryker-mutator/stryker-js/compare/v5.0.0...v5.0.1) (2021-05-28) **Note:** Version bump only for package @stryker-mutator/typescript-checker diff --git a/packages/typescript-checker/package.json b/packages/typescript-checker/package.json index 0af761b92c..7ea28fda11 100644 --- a/packages/typescript-checker/package.json +++ b/packages/typescript-checker/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/typescript-checker", - "version": "5.0.1", + "version": "5.1.0", "description": "A typescript type checker plugin to be used in Stryker, the JavaScript mutation testing framework", "main": "dist/src/index.js", "scripts": { @@ -33,12 +33,12 @@ }, "homepage": "https://stryker-mutator.io/docs/stryker-js/typescript-checker", "dependencies": { - "@stryker-mutator/api": "5.0.1", - "@stryker-mutator/util": "5.0.1", + "@stryker-mutator/api": "5.1.0", + "@stryker-mutator/util": "5.1.0", "semver": "~7.3.2" }, "devDependencies": { - "@stryker-mutator/test-helpers": "5.0.1", + "@stryker-mutator/test-helpers": "5.1.0", "@types/semver": "~7.3.3" }, "peerDependencies": { diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 48d7c6d3f1..09d30d23ed 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -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. +# [5.1.0](https://github.com/stryker-mutator/stryker-js/compare/v5.0.1...v5.1.0) (2021-06-14) + +**Note:** Version bump only for package @stryker-mutator/util + + + + + ## [5.0.1](https://github.com/stryker-mutator/stryker-js/compare/v5.0.0...v5.0.1) (2021-05-28) **Note:** Version bump only for package @stryker-mutator/util diff --git a/packages/util/package.json b/packages/util/package.json index f684568579..c1ae85f175 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/util", - "version": "5.0.1", + "version": "5.1.0", "description": "Contains utilities for Stryker, the mutation testing framework for JavaScript and friends", "main": "dist/src/index.js", "scripts": { @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/stryker-mutator/stryker-js/tree/master/packages/util#readme", "devDependencies": { - "@stryker-mutator/test-helpers": "5.0.1", + "@stryker-mutator/test-helpers": "5.1.0", "@types/lodash.flatmap": "~4.5.6", "@types/node": "^15.0.0" },