diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a7e39a95a..fae659ce3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,44 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.1.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.2...v6.1.0) (2022-06-27) + + +### Bug Fixes + +* **deps:** update dependency @cucumber/messages to v18 ([#3554](https://github.com/stryker-mutator/stryker-js/issues/3554)) ([596347e](https://github.com/stryker-mutator/stryker-js/commit/596347e85ebe5472cddafd4920c600613c98e2b9)) +* **deps:** update dependency @cucumber/messages to v19 ([#3559](https://github.com/stryker-mutator/stryker-js/issues/3559)) ([969fb1d](https://github.com/stryker-mutator/stryker-js/commit/969fb1d862ea7bdb9cf495551b6ed688a3f796ac)) +* **deps:** update dependency commander to ~9.3.0 ([#3546](https://github.com/stryker-mutator/stryker-js/issues/3546)) ([1142f11](https://github.com/stryker-mutator/stryker-js/commit/1142f11209c481b602845d8068cde5bec57631ac)) +* **deps:** update dependency file-url to v4 ([#3555](https://github.com/stryker-mutator/stryker-js/issues/3555)) ([658f00e](https://github.com/stryker-mutator/stryker-js/commit/658f00e6825c3229d18f9a45e79787d5e6c0fea1)) +* **deps:** update dependency get-port to v6 ([#3556](https://github.com/stryker-mutator/stryker-js/issues/3556)) ([2cae23f](https://github.com/stryker-mutator/stryker-js/commit/2cae23f0bdb35143519134e0b0d21939b2b98a22)) +* **deps:** update dependency glob to v8.0.3 ([#3531](https://github.com/stryker-mutator/stryker-js/issues/3531)) ([bb5611a](https://github.com/stryker-mutator/stryker-js/commit/bb5611abc762022de70098e9bd921ccc61427863)) +* **deps:** update dependency inquirer to v9 ([#3592](https://github.com/stryker-mutator/stryker-js/issues/3592)) ([db0bd34](https://github.com/stryker-mutator/stryker-js/commit/db0bd34360de8b1d9f11b2226d2d7634cb4087d9)) +* **deps:** update dependency log4js to ~6.5.0 ([#3547](https://github.com/stryker-mutator/stryker-js/issues/3547)) ([67df3f0](https://github.com/stryker-mutator/stryker-js/commit/67df3f0618e322e2e08eb937ff8a6cfe33c74b58)) +* **deps:** update dependency minimatch to ~3.1.0 ([#3549](https://github.com/stryker-mutator/stryker-js/issues/3549)) ([a4e5c43](https://github.com/stryker-mutator/stryker-js/commit/a4e5c439e1082b714ab4c847c4c2e57dffa4971e)) +* **deps:** update dependency minimatch to v5.1.0 ([#3548](https://github.com/stryker-mutator/stryker-js/issues/3548)) ([c27ec2f](https://github.com/stryker-mutator/stryker-js/commit/c27ec2f038c13ada285413ecc0a7a157afc9534c)) +* **deps:** update dependency semver to v7.3.7 ([#3532](https://github.com/stryker-mutator/stryker-js/issues/3532)) ([2dce631](https://github.com/stryker-mutator/stryker-js/commit/2dce631e25c586ebf2344df815bc9a4a3dda6004)) +* **jest:** allow mixin jest env for unit testing ([#3598](https://github.com/stryker-mutator/stryker-js/issues/3598)) ([da8a720](https://github.com/stryker-mutator/stryker-js/commit/da8a7206243f148030bf7421d236fd5b3be87b89)) +* **logging:** log non-existing node_modules on debug ([#3521](https://github.com/stryker-mutator/stryker-js/issues/3521)) ([766072f](https://github.com/stryker-mutator/stryker-js/commit/766072f6a6b1f92ea5973948a1a6cfd5c55be1e9)) + + +* feat(cucumber): support native esm (#3596) ([4eaf713](https://github.com/stryker-mutator/stryker-js/commit/4eaf7136db5d704fc70a646b53a3946eb42743d5)), closes [#3596](https://github.com/stryker-mutator/stryker-js/issues/3596) + + +### Features + +* **mocha-runner:** report the test's file name ([#3504](https://github.com/stryker-mutator/stryker-js/issues/3504)) ([34d8e70](https://github.com/stryker-mutator/stryker-js/commit/34d8e70ff913303ea94080a5431d7c55bdf99987)) +* **mutators:** Add method expression mutator ([#3508](https://github.com/stryker-mutator/stryker-js/issues/3508)) ([70a4e4f](https://github.com/stryker-mutator/stryker-js/commit/70a4e4f092b47c018ed1877d9011c7dbd7fdc5b2)) +* **plugin:** allow fileDescriptions to be injected ([#3582](https://github.com/stryker-mutator/stryker-js/issues/3582)) ([fa2b77e](https://github.com/stryker-mutator/stryker-js/commit/fa2b77e3572884f44329e3f03b9201e9fd37082c)) + + +### BREAKING CHANGES + +* The `@stryker-mutator/cucumber-runner` now requires `@cucumber/cucumber` v8 or up. + + + + + ## [6.0.2](https://github.com/stryker-mutator/stryker-js/compare/v6.0.1...v6.0.2) (2022-05-05) diff --git a/lerna.json b/lerna.json index c12ed6c911..44a4c286c1 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "6.0.2", + "version": "6.1.0", "command": { "version": { "allowBranch": [ diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index b510de30a4..71de88c333 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/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. +# [6.1.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.2...v6.1.0) (2022-06-27) + + +### Features + +* **plugin:** allow fileDescriptions to be injected ([#3582](https://github.com/stryker-mutator/stryker-js/issues/3582)) ([fa2b77e](https://github.com/stryker-mutator/stryker-js/commit/fa2b77e3572884f44329e3f03b9201e9fd37082c)) + + + + + ## [6.0.2](https://github.com/stryker-mutator/stryker-js/compare/v6.0.1...v6.0.2) (2022-05-05) **Note:** Version bump only for package @stryker-mutator/api diff --git a/packages/api/package.json b/packages/api/package.json index d286213e89..305d403c7f 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/api", - "version": "6.0.2", + "version": "6.1.0", "description": "The api for the extendable JavaScript mutation testing framework Stryker", "type": "module", "repository": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d1591851ee..c8043a6984 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.1.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.2...v6.1.0) (2022-06-27) + + +### Bug Fixes + +* **deps:** update dependency commander to ~9.3.0 ([#3546](https://github.com/stryker-mutator/stryker-js/issues/3546)) ([1142f11](https://github.com/stryker-mutator/stryker-js/commit/1142f11209c481b602845d8068cde5bec57631ac)) +* **deps:** update dependency file-url to v4 ([#3555](https://github.com/stryker-mutator/stryker-js/issues/3555)) ([658f00e](https://github.com/stryker-mutator/stryker-js/commit/658f00e6825c3229d18f9a45e79787d5e6c0fea1)) +* **deps:** update dependency get-port to v6 ([#3556](https://github.com/stryker-mutator/stryker-js/issues/3556)) ([2cae23f](https://github.com/stryker-mutator/stryker-js/commit/2cae23f0bdb35143519134e0b0d21939b2b98a22)) +* **deps:** update dependency glob to v8.0.3 ([#3531](https://github.com/stryker-mutator/stryker-js/issues/3531)) ([bb5611a](https://github.com/stryker-mutator/stryker-js/commit/bb5611abc762022de70098e9bd921ccc61427863)) +* **deps:** update dependency inquirer to v9 ([#3592](https://github.com/stryker-mutator/stryker-js/issues/3592)) ([db0bd34](https://github.com/stryker-mutator/stryker-js/commit/db0bd34360de8b1d9f11b2226d2d7634cb4087d9)) +* **deps:** update dependency log4js to ~6.5.0 ([#3547](https://github.com/stryker-mutator/stryker-js/issues/3547)) ([67df3f0](https://github.com/stryker-mutator/stryker-js/commit/67df3f0618e322e2e08eb937ff8a6cfe33c74b58)) +* **deps:** update dependency minimatch to ~3.1.0 ([#3549](https://github.com/stryker-mutator/stryker-js/issues/3549)) ([a4e5c43](https://github.com/stryker-mutator/stryker-js/commit/a4e5c439e1082b714ab4c847c4c2e57dffa4971e)) +* **deps:** update dependency minimatch to v5.1.0 ([#3548](https://github.com/stryker-mutator/stryker-js/issues/3548)) ([c27ec2f](https://github.com/stryker-mutator/stryker-js/commit/c27ec2f038c13ada285413ecc0a7a157afc9534c)) +* **logging:** log non-existing node_modules on debug ([#3521](https://github.com/stryker-mutator/stryker-js/issues/3521)) ([766072f](https://github.com/stryker-mutator/stryker-js/commit/766072f6a6b1f92ea5973948a1a6cfd5c55be1e9)) + + +### Features + +* **plugin:** allow fileDescriptions to be injected ([#3582](https://github.com/stryker-mutator/stryker-js/issues/3582)) ([fa2b77e](https://github.com/stryker-mutator/stryker-js/commit/fa2b77e3572884f44329e3f03b9201e9fd37082c)) + + + + + ## [6.0.2](https://github.com/stryker-mutator/stryker-js/compare/v6.0.1...v6.0.2) (2022-05-05) **Note:** Version bump only for package @stryker-mutator/core diff --git a/packages/core/package.json b/packages/core/package.json index 87effa05ab..22d35baf0e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/core", - "version": "6.0.2", + "version": "6.1.0", "description": "The extendable JavaScript mutation testing framework", "main": "dist/src/index.js", "type": "module", @@ -57,9 +57,9 @@ "stryker": "./bin/stryker.js" }, "dependencies": { - "@stryker-mutator/api": "6.0.2", - "@stryker-mutator/instrumenter": "6.0.2", - "@stryker-mutator/util": "6.0.2", + "@stryker-mutator/api": "6.1.0", + "@stryker-mutator/instrumenter": "6.1.0", + "@stryker-mutator/util": "6.1.0", "ajv": "~8.11.0", "chalk": "~5.0.0", "commander": "~9.3.0", @@ -88,7 +88,7 @@ }, "devDependencies": { "@stryker-mutator/api": "4.0.0-beta.4", - "@stryker-mutator/test-helpers": "6.0.2", + "@stryker-mutator/test-helpers": "6.1.0", "@types/inquirer": "8.2.1", "@types/lodash.flatmap": "4.5.7", "@types/lodash.groupby": "4.6.7", diff --git a/packages/cucumber-runner/CHANGELOG.md b/packages/cucumber-runner/CHANGELOG.md index 8415ebc1c2..aba94f3309 100644 --- a/packages/cucumber-runner/CHANGELOG.md +++ b/packages/cucumber-runner/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. +# [6.1.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.2...v6.1.0) (2022-06-27) + + +### Bug Fixes + +* **deps:** update dependency @cucumber/messages to v18 ([#3554](https://github.com/stryker-mutator/stryker-js/issues/3554)) ([596347e](https://github.com/stryker-mutator/stryker-js/commit/596347e85ebe5472cddafd4920c600613c98e2b9)) +* **deps:** update dependency @cucumber/messages to v19 ([#3559](https://github.com/stryker-mutator/stryker-js/issues/3559)) ([969fb1d](https://github.com/stryker-mutator/stryker-js/commit/969fb1d862ea7bdb9cf495551b6ed688a3f796ac)) + + +* feat(cucumber): support native esm (#3596) ([4eaf713](https://github.com/stryker-mutator/stryker-js/commit/4eaf7136db5d704fc70a646b53a3946eb42743d5)), closes [#3596](https://github.com/stryker-mutator/stryker-js/issues/3596) + + +### BREAKING CHANGES + +* The `@stryker-mutator/cucumber-runner` now requires `@cucumber/cucumber` v8 or up. + + + + + ## [6.0.2](https://github.com/stryker-mutator/stryker-js/compare/v6.0.1...v6.0.2) (2022-05-05) **Note:** Version bump only for package @stryker-mutator/cucumber-runner diff --git a/packages/cucumber-runner/package.json b/packages/cucumber-runner/package.json index 3d8ebfed8a..7643b1acfd 100644 --- a/packages/cucumber-runner/package.json +++ b/packages/cucumber-runner/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/cucumber-runner", - "version": "6.0.2", + "version": "6.1.0", "description": "A plugin to use the cucumber test runner in Stryker, the JavaScript mutation testing framework", "main": "dist/src/index.js", "type": "module", @@ -35,7 +35,7 @@ "license": "ISC", "devDependencies": { "@cucumber/cucumber": "8.3.1", - "@stryker-mutator/test-helpers": "6.0.2", + "@stryker-mutator/test-helpers": "6.1.0", "@types/semver": "7.3.10" }, "peerDependencies": { @@ -44,8 +44,8 @@ }, "dependencies": { "@cucumber/messages": "^19.0.0", - "@stryker-mutator/api": "6.0.2", - "@stryker-mutator/util": "6.0.2", + "@stryker-mutator/api": "6.1.0", + "@stryker-mutator/util": "6.1.0", "semver": "^7.3.7" } } diff --git a/packages/grunt-stryker/CHANGELOG.md b/packages/grunt-stryker/CHANGELOG.md index 80faad456f..de9acdd800 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. +# [6.1.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.2...v6.1.0) (2022-06-27) + +**Note:** Version bump only for package grunt-stryker + + + + + ## [6.0.2](https://github.com/stryker-mutator/stryker-js/compare/v6.0.1...v6.0.2) (2022-05-05) **Note:** Version bump only for package grunt-stryker diff --git a/packages/grunt-stryker/package.json b/packages/grunt-stryker/package.json index 69c2412657..070dc24569 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": "6.0.2", + "version": "6.1.0", "bugs": { "url": "https://github.com/stryker-mutator/stryker-js/issues" }, @@ -34,7 +34,7 @@ }, "main": "Gruntfile.js", "devDependencies": { - "@stryker-mutator/api": "6.0.2", + "@stryker-mutator/api": "6.1.0", "@types/node": "17.0.31" }, "peerDependencies": { diff --git a/packages/instrumenter/CHANGELOG.md b/packages/instrumenter/CHANGELOG.md index 1a2374f0b5..cff819d65c 100644 --- a/packages/instrumenter/CHANGELOG.md +++ b/packages/instrumenter/CHANGELOG.md @@ -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. +# [6.1.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.2...v6.1.0) (2022-06-27) + + +### Features + +* **mutators:** Add method expression mutator ([#3508](https://github.com/stryker-mutator/stryker-js/issues/3508)) ([70a4e4f](https://github.com/stryker-mutator/stryker-js/commit/70a4e4f092b47c018ed1877d9011c7dbd7fdc5b2)) +* **plugin:** allow fileDescriptions to be injected ([#3582](https://github.com/stryker-mutator/stryker-js/issues/3582)) ([fa2b77e](https://github.com/stryker-mutator/stryker-js/commit/fa2b77e3572884f44329e3f03b9201e9fd37082c)) + + + + + ## [6.0.2](https://github.com/stryker-mutator/stryker-js/compare/v6.0.1...v6.0.2) (2022-05-05) **Note:** Version bump only for package @stryker-mutator/instrumenter diff --git a/packages/instrumenter/package.json b/packages/instrumenter/package.json index 9b6bd432b1..29d4df027c 100644 --- a/packages/instrumenter/package.json +++ b/packages/instrumenter/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/instrumenter", - "version": "6.0.2", + "version": "6.1.0", "description": "The code instrumenter used in Stryker, the JavaScript mutation testing framework", "main": "dist/src/index.js", "type": "module", @@ -38,14 +38,14 @@ "@babel/plugin-proposal-decorators": "~7.18.0", "@babel/plugin-proposal-private-methods": "~7.17.0", "@babel/preset-typescript": "~7.17.0", - "@stryker-mutator/api": "6.0.2", - "@stryker-mutator/util": "6.0.2", + "@stryker-mutator/api": "6.1.0", + "@stryker-mutator/util": "6.1.0", "angular-html-parser": "~1.8.0", "weapon-regex": "~0.6.0" }, "devDependencies": { "@babel/preset-react": "7.17.12", - "@stryker-mutator/test-helpers": "6.0.2", + "@stryker-mutator/test-helpers": "6.1.0", "@types/babel__core": "7.1.19", "@types/babel__generator": "7.6.4", "@types/chai-jest-snapshot": "1.3.6", diff --git a/packages/jasmine-runner/CHANGELOG.md b/packages/jasmine-runner/CHANGELOG.md index 88e2dee5e7..0f8c4d2973 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. +# [6.1.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.2...v6.1.0) (2022-06-27) + +**Note:** Version bump only for package @stryker-mutator/jasmine-runner + + + + + ## [6.0.2](https://github.com/stryker-mutator/stryker-js/compare/v6.0.1...v6.0.2) (2022-05-05) **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 4b952ec119..ebb7f24655 100644 --- a/packages/jasmine-runner/package.json +++ b/packages/jasmine-runner/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/jasmine-runner", - "version": "6.0.2", + "version": "6.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", "type": "module", @@ -42,12 +42,12 @@ "jasmine": ">=3.10 <5" }, "devDependencies": { - "@stryker-mutator/test-helpers": "6.0.2", + "@stryker-mutator/test-helpers": "6.1.0", "@types/node": "17.0.31" }, "dependencies": { - "@stryker-mutator/api": "6.0.2", - "@stryker-mutator/util": "6.0.2" + "@stryker-mutator/api": "6.1.0", + "@stryker-mutator/util": "6.1.0" }, "initStrykerConfig": { "jasmineConfigFile": "spec/support/jasmine.json" diff --git a/packages/jest-runner/CHANGELOG.md b/packages/jest-runner/CHANGELOG.md index feecefe22e..69b0c4f193 100644 --- a/packages/jest-runner/CHANGELOG.md +++ b/packages/jest-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. +# [6.1.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.2...v6.1.0) (2022-06-27) + + +### Bug Fixes + +* **jest:** allow mixin jest env for unit testing ([#3598](https://github.com/stryker-mutator/stryker-js/issues/3598)) ([da8a720](https://github.com/stryker-mutator/stryker-js/commit/da8a7206243f148030bf7421d236fd5b3be87b89)) + + + + + ## [6.0.2](https://github.com/stryker-mutator/stryker-js/compare/v6.0.1...v6.0.2) (2022-05-05) diff --git a/packages/jest-runner/package.json b/packages/jest-runner/package.json index 4119b1c613..b8621d976b 100644 --- a/packages/jest-runner/package.json +++ b/packages/jest-runner/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/jest-runner", - "version": "6.0.2", + "version": "6.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", "exports": { @@ -60,7 +60,7 @@ }, "homepage": "https://stryker-mutator.io/docs/stryker-js/jest-runner", "devDependencies": { - "@stryker-mutator/test-helpers": "6.0.2", + "@stryker-mutator/test-helpers": "6.1.0", "@types/node": "17.0.31", "@types/semver": "7.3.10", "jest": "28.1.1", @@ -73,8 +73,8 @@ "@stryker-mutator/core": "~6.1.0" }, "dependencies": { - "@stryker-mutator/api": "6.0.2", - "@stryker-mutator/util": "6.0.2", + "@stryker-mutator/api": "6.1.0", + "@stryker-mutator/util": "6.1.0", "semver": "~7.3.7", "tslib": "~2.4.0" }, diff --git a/packages/karma-runner/CHANGELOG.md b/packages/karma-runner/CHANGELOG.md index 33d719237f..7b3ae43d15 100644 --- a/packages/karma-runner/CHANGELOG.md +++ b/packages/karma-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. +# [6.1.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.2...v6.1.0) (2022-06-27) + + +### Bug Fixes + +* **deps:** update dependency semver to v7.3.7 ([#3532](https://github.com/stryker-mutator/stryker-js/issues/3532)) ([2dce631](https://github.com/stryker-mutator/stryker-js/commit/2dce631e25c586ebf2344df815bc9a4a3dda6004)) + + + + + ## [6.0.2](https://github.com/stryker-mutator/stryker-js/compare/v6.0.1...v6.0.2) (2022-05-05) **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 f33661e8c1..98c681d05c 100644 --- a/packages/karma-runner/package.json +++ b/packages/karma-runner/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/karma-runner", - "version": "6.0.2", + "version": "6.1.0", "description": "A plugin to use the karma test runner in Stryker, the JavaScript mutation testing framework", "main": "dist/src/index.js", "type": "module", @@ -35,7 +35,7 @@ }, "homepage": "https://stryker-mutator.io/docs/stryker-js/karma-runner", "devDependencies": { - "@stryker-mutator/test-helpers": "6.0.2", + "@stryker-mutator/test-helpers": "6.1.0", "@types/express": "4.17.13", "@types/node": "17.0.31", "@types/semver": "7.3.10", @@ -50,8 +50,8 @@ "@stryker-mutator/core": "~6.1.0" }, "dependencies": { - "@stryker-mutator/api": "6.0.2", - "@stryker-mutator/util": "6.0.2", + "@stryker-mutator/api": "6.1.0", + "@stryker-mutator/util": "6.1.0", "decamelize": "~6.0.0", "semver": "~7.3.0", "tslib": "~2.4.0" diff --git a/packages/mocha-runner/CHANGELOG.md b/packages/mocha-runner/CHANGELOG.md index 43539ea090..57db1eda4d 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. +# [6.1.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.2...v6.1.0) (2022-06-27) + + +### Features + +* **mocha-runner:** report the test's file name ([#3504](https://github.com/stryker-mutator/stryker-js/issues/3504)) ([34d8e70](https://github.com/stryker-mutator/stryker-js/commit/34d8e70ff913303ea94080a5431d7c55bdf99987)) + + + + + ## [6.0.2](https://github.com/stryker-mutator/stryker-js/compare/v6.0.1...v6.0.2) (2022-05-05) **Note:** Version bump only for package @stryker-mutator/mocha-runner diff --git a/packages/mocha-runner/package.json b/packages/mocha-runner/package.json index 0db1c7e001..2fa49b5c77 100644 --- a/packages/mocha-runner/package.json +++ b/packages/mocha-runner/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/mocha-runner", - "version": "6.0.2", + "version": "6.1.0", "description": "A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework", "main": "dist/src/index.js", "type": "module", @@ -38,12 +38,12 @@ }, "homepage": "https://stryker-mutator.io/docs/stryker-js/mocha-runner", "dependencies": { - "@stryker-mutator/api": "6.0.2", - "@stryker-mutator/util": "6.0.2", + "@stryker-mutator/api": "6.1.0", + "@stryker-mutator/util": "6.1.0", "tslib": "~2.4.0" }, "devDependencies": { - "@stryker-mutator/test-helpers": "6.0.2", + "@stryker-mutator/test-helpers": "6.1.0", "@types/glob": "7.2.0", "@types/node": "17.0.31" }, diff --git a/packages/test-helpers/CHANGELOG.md b/packages/test-helpers/CHANGELOG.md index db0678997d..925aed6192 100644 --- a/packages/test-helpers/CHANGELOG.md +++ b/packages/test-helpers/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. +# [6.1.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.2...v6.1.0) (2022-06-27) + + +* feat(cucumber): support native esm (#3596) ([4eaf713](https://github.com/stryker-mutator/stryker-js/commit/4eaf7136db5d704fc70a646b53a3946eb42743d5)), closes [#3596](https://github.com/stryker-mutator/stryker-js/issues/3596) + + +### Features + +* **plugin:** allow fileDescriptions to be injected ([#3582](https://github.com/stryker-mutator/stryker-js/issues/3582)) ([fa2b77e](https://github.com/stryker-mutator/stryker-js/commit/fa2b77e3572884f44329e3f03b9201e9fd37082c)) + + +### BREAKING CHANGES + +* The `@stryker-mutator/cucumber-runner` now requires `@cucumber/cucumber` v8 or up. + + + + + ## [6.0.2](https://github.com/stryker-mutator/stryker-js/compare/v6.0.1...v6.0.2) (2022-05-05) **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 252426072f..f0cafee28b 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": "6.0.2", + "version": "6.1.0", "description": "A helper package for testing", "main": "dist/index.js", "type": "module", @@ -20,12 +20,12 @@ "license": "ISC", "dependencies": { "ajv": "~8.11.0", + "flatted": "~3.2.5", "mutation-testing-metrics": "1.7.10", - "rxjs": "~7.5.1", - "flatted": "~3.2.5" + "rxjs": "~7.5.1" }, "devDependencies": { - "@stryker-mutator/api": "6.0.2", + "@stryker-mutator/api": "6.1.0", "@types/node": "17.0.31", "typed-inject": "3.0.1" } diff --git a/packages/typescript-checker/CHANGELOG.md b/packages/typescript-checker/CHANGELOG.md index 28bf939718..cf4dcb37e1 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. +# [6.1.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.2...v6.1.0) (2022-06-27) + +**Note:** Version bump only for package @stryker-mutator/typescript-checker + + + + + ## [6.0.2](https://github.com/stryker-mutator/stryker-js/compare/v6.0.1...v6.0.2) (2022-05-05) **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 6e46d863c9..8e47f07e3c 100644 --- a/packages/typescript-checker/package.json +++ b/packages/typescript-checker/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/typescript-checker", - "version": "6.0.2", + "version": "6.1.0", "description": "A typescript type checker plugin to be used in Stryker, the JavaScript mutation testing framework", "main": "dist/src/index.js", "type": "module", @@ -34,12 +34,12 @@ }, "homepage": "https://stryker-mutator.io/docs/stryker-js/typescript-checker", "dependencies": { - "@stryker-mutator/api": "6.0.2", - "@stryker-mutator/util": "6.0.2", + "@stryker-mutator/api": "6.1.0", + "@stryker-mutator/util": "6.1.0", "semver": "~7.3.2" }, "devDependencies": { - "@stryker-mutator/test-helpers": "6.0.2", + "@stryker-mutator/test-helpers": "6.1.0", "@types/semver": "7.3.10" }, "peerDependencies": { diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index aa443d99e6..db2fc6ff11 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/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. +# [6.1.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.2...v6.1.0) (2022-06-27) + + +### Features + +* **plugin:** allow fileDescriptions to be injected ([#3582](https://github.com/stryker-mutator/stryker-js/issues/3582)) ([fa2b77e](https://github.com/stryker-mutator/stryker-js/commit/fa2b77e3572884f44329e3f03b9201e9fd37082c)) + + + + + ## [6.0.2](https://github.com/stryker-mutator/stryker-js/compare/v6.0.1...v6.0.2) (2022-05-05) **Note:** Version bump only for package @stryker-mutator/util diff --git a/packages/util/package.json b/packages/util/package.json index 869626ab29..cd571c965a 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@stryker-mutator/util", - "version": "6.0.2", + "version": "6.1.0", "description": "Contains utilities for Stryker, the mutation testing framework for JavaScript and friends", "main": "dist/src/index.js", "type": "module", @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/stryker-mutator/stryker-js/tree/master/packages/util#readme", "devDependencies": { - "@stryker-mutator/test-helpers": "6.0.2", + "@stryker-mutator/test-helpers": "6.1.0", "@types/lodash.flatmap": "4.5.7", "@types/node": "17.0.31" },