Skip to content

Commit

Permalink
v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Oct 30, 2022
1 parent caaf900 commit 28706db
Show file tree
Hide file tree
Showing 38 changed files with 183 additions and 67 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0](https://github.com/stryker-mutator/stryker-js/compare/v6.2.3...v6.3.0) (2022-10-30)

### Bug Fixes

- **deps:** update dependency angular-html-parser to ~2.1.0 ([#3797](https://github.com/stryker-mutator/stryker-js/issues/3797)) ([33eb2b1](https://github.com/stryker-mutator/stryker-js/commit/33eb2b1e2cb5915ea85ec02fe2a9e41b6f58d8d0))
- **deps:** update dependency chalk to ~5.1.0 ([#3773](https://github.com/stryker-mutator/stryker-js/issues/3773)) ([973dc7b](https://github.com/stryker-mutator/stryker-js/commit/973dc7ba88a8d3af1a9dab212aaa9e6820eb3bea))
- **jest-runner:** automatically set `NODE_ENV` env variable ([#3816](https://github.com/stryker-mutator/stryker-js/issues/3816)) ([9fc7a6f](https://github.com/stryker-mutator/stryker-js/commit/9fc7a6f64b27cdb67e6844ce00f6e55c630d0cd6))
- **jest:** support more config file formats ([#3761](https://github.com/stryker-mutator/stryker-js/issues/3761)) ([7d42139](https://github.com/stryker-mutator/stryker-js/commit/7d421394fcdaab6222cc6e55662e94a3abe94e79))
- **karma-runner:** support zero-mutant runs ([#3787](https://github.com/stryker-mutator/stryker-js/issues/3787)) ([c6a9219](https://github.com/stryker-mutator/stryker-js/commit/c6a9219017b509241d6388654e93896d98cc31aa))

### Features

- **ci:** forbid `.only` in CI pipeline tests ([#3823](https://github.com/stryker-mutator/stryker-js/issues/3823)) ([051ec93](https://github.com/stryker-mutator/stryker-js/commit/051ec937809468751a74c9e01cacd27ceb1acca2))
- **clear-text reporter:** add `allowEmojis` option in console ([#3820](https://github.com/stryker-mutator/stryker-js/issues/3820)) ([79cc05f](https://github.com/stryker-mutator/stryker-js/commit/79cc05fe867f0edf9d2b84f7e89435855e874d1a))
- **core:** add `--dryRunOnly` CLI argument to only run initial tests ([#3814](https://github.com/stryker-mutator/stryker-js/issues/3814)) ([f2cf7e6](https://github.com/stryker-mutator/stryker-js/commit/f2cf7e6141802f04a5de836000b949de8632b567))
- **core:** add support for pnpm as package manager ([#3802](https://github.com/stryker-mutator/stryker-js/issues/3802)) ([af0e34e](https://github.com/stryker-mutator/stryker-js/commit/af0e34e63734ddf1b506f0c5fce40ee8eae6566f))
- **disableTypeChecks:** add option 'true' to disable all type checks ([#3765](https://github.com/stryker-mutator/stryker-js/issues/3765)) ([3c3d298](https://github.com/stryker-mutator/stryker-js/commit/3c3d2988c616a8bb8e7cdb76d4c16ddb948a3011))
- **init:** document test runner homepage url in stryker.conf.json ([#3817](https://github.com/stryker-mutator/stryker-js/issues/3817)) ([92c0852](https://github.com/stryker-mutator/stryker-js/commit/92c0852606c0db4380dd806e07eee55bfea7a4de))
- **worker:** add worker count env variable to processes ([#3821](https://github.com/stryker-mutator/stryker-js/issues/3821)) ([efb6fd6](https://github.com/stryker-mutator/stryker-js/commit/efb6fd64df78dcae020b540c6283406bcd06b783))

## [6.2.3](https://github.com/stryker-mutator/stryker-js/compare/v6.2.2...v6.2.3) (2022-10-10)

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

# [6.3.0](https://github.com/stryker-mutator/stryker-js/compare/v6.2.3...v6.3.0) (2022-10-30)

### Features

- **ci:** forbid `.only` in CI pipeline tests ([#3823](https://github.com/stryker-mutator/stryker-js/issues/3823)) ([051ec93](https://github.com/stryker-mutator/stryker-js/commit/051ec937809468751a74c9e01cacd27ceb1acca2))
- **clear-text reporter:** add `allowEmojis` option in console ([#3820](https://github.com/stryker-mutator/stryker-js/issues/3820)) ([79cc05f](https://github.com/stryker-mutator/stryker-js/commit/79cc05fe867f0edf9d2b84f7e89435855e874d1a))
- **core:** add `--dryRunOnly` CLI argument to only run initial tests ([#3814](https://github.com/stryker-mutator/stryker-js/issues/3814)) ([f2cf7e6](https://github.com/stryker-mutator/stryker-js/commit/f2cf7e6141802f04a5de836000b949de8632b567))
- **core:** add support for pnpm as package manager ([#3802](https://github.com/stryker-mutator/stryker-js/issues/3802)) ([af0e34e](https://github.com/stryker-mutator/stryker-js/commit/af0e34e63734ddf1b506f0c5fce40ee8eae6566f))
- **disableTypeChecks:** add option 'true' to disable all type checks ([#3765](https://github.com/stryker-mutator/stryker-js/issues/3765)) ([3c3d298](https://github.com/stryker-mutator/stryker-js/commit/3c3d2988c616a8bb8e7cdb76d4c16ddb948a3011))

## [6.2.3](https://github.com/stryker-mutator/stryker-js/compare/v6.2.2...v6.2.3) (2022-10-10)

**Note:** Version bump only for package @stryker-mutator/api
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "6.2.3",
"version": "6.3.0",
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
"type": "module",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/core/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.

# [6.3.0](https://github.com/stryker-mutator/stryker-js/compare/v6.2.3...v6.3.0) (2022-10-30)

### Bug Fixes

- **deps:** update dependency chalk to ~5.1.0 ([#3773](https://github.com/stryker-mutator/stryker-js/issues/3773)) ([973dc7b](https://github.com/stryker-mutator/stryker-js/commit/973dc7ba88a8d3af1a9dab212aaa9e6820eb3bea))

### Features

- **ci:** forbid `.only` in CI pipeline tests ([#3823](https://github.com/stryker-mutator/stryker-js/issues/3823)) ([051ec93](https://github.com/stryker-mutator/stryker-js/commit/051ec937809468751a74c9e01cacd27ceb1acca2))
- **clear-text reporter:** add `allowEmojis` option in console ([#3820](https://github.com/stryker-mutator/stryker-js/issues/3820)) ([79cc05f](https://github.com/stryker-mutator/stryker-js/commit/79cc05fe867f0edf9d2b84f7e89435855e874d1a))
- **core:** add `--dryRunOnly` CLI argument to only run initial tests ([#3814](https://github.com/stryker-mutator/stryker-js/issues/3814)) ([f2cf7e6](https://github.com/stryker-mutator/stryker-js/commit/f2cf7e6141802f04a5de836000b949de8632b567))
- **core:** add support for pnpm as package manager ([#3802](https://github.com/stryker-mutator/stryker-js/issues/3802)) ([af0e34e](https://github.com/stryker-mutator/stryker-js/commit/af0e34e63734ddf1b506f0c5fce40ee8eae6566f))
- **disableTypeChecks:** add option 'true' to disable all type checks ([#3765](https://github.com/stryker-mutator/stryker-js/issues/3765)) ([3c3d298](https://github.com/stryker-mutator/stryker-js/commit/3c3d2988c616a8bb8e7cdb76d4c16ddb948a3011))
- **init:** document test runner homepage url in stryker.conf.json ([#3817](https://github.com/stryker-mutator/stryker-js/issues/3817)) ([92c0852](https://github.com/stryker-mutator/stryker-js/commit/92c0852606c0db4380dd806e07eee55bfea7a4de))
- **worker:** add worker count env variable to processes ([#3821](https://github.com/stryker-mutator/stryker-js/issues/3821)) ([efb6fd6](https://github.com/stryker-mutator/stryker-js/commit/efb6fd64df78dcae020b540c6283406bcd06b783))

## [6.2.3](https://github.com/stryker-mutator/stryker-js/compare/v6.2.2...v6.2.3) (2022-10-10)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "6.2.3",
"version": "6.3.0",
"description": "The extendable JavaScript mutation testing framework",
"main": "dist/src/index.js",
"type": "module",
Expand Down Expand Up @@ -57,9 +57,9 @@
"stryker": "./bin/stryker.js"
},
"dependencies": {
"@stryker-mutator/api": "6.2.3",
"@stryker-mutator/instrumenter": "6.2.3",
"@stryker-mutator/util": "6.2.3",
"@stryker-mutator/api": "6.3.0",
"@stryker-mutator/instrumenter": "6.3.0",
"@stryker-mutator/util": "6.3.0",
"ajv": "~8.11.0",
"chalk": "~5.1.0",
"commander": "~9.4.0",
Expand Down Expand Up @@ -91,7 +91,7 @@
},
"devDependencies": {
"@stryker-mutator/api": "4.0.0-beta.4",
"@stryker-mutator/test-helpers": "6.2.3",
"@stryker-mutator/test-helpers": "6.3.0",
"@types/diff-match-patch": "1.0.32",
"@types/inquirer": "9.0.2",
"@types/lodash.flatmap": "4.5.7",
Expand Down
6 changes: 6 additions & 0 deletions packages/cucumber-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.3.0](https://github.com/stryker-mutator/stryker-js/compare/v6.2.3...v6.3.0) (2022-10-30)

### Features

- **ci:** forbid `.only` in CI pipeline tests ([#3823](https://github.com/stryker-mutator/stryker-js/issues/3823)) ([051ec93](https://github.com/stryker-mutator/stryker-js/commit/051ec937809468751a74c9e01cacd27ceb1acca2))

## [6.2.3](https://github.com/stryker-mutator/stryker-js/compare/v6.2.2...v6.2.3) (2022-10-10)

**Note:** Version bump only for package @stryker-mutator/cucumber-runner
Expand Down
4 changes: 2 additions & 2 deletions packages/cucumber-runner/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/cucumber-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stryker-mutator/cucumber-runner",
"version": "6.2.3",
"version": "6.3.0",
"description": "A plugin to use the cucumber test runner in Stryker, the JavaScript mutation testing framework",
"main": "dist/src/index.js",
"type": "module",
Expand Down Expand Up @@ -35,7 +35,7 @@
"license": "ISC",
"devDependencies": {
"@cucumber/cucumber": "8.7.0",
"@stryker-mutator/test-helpers": "6.2.3",
"@stryker-mutator/test-helpers": "6.3.0",
"@types/semver": "7.3.13"
},
"peerDependencies": {
Expand All @@ -44,8 +44,8 @@
},
"dependencies": {
"@cucumber/messages": "^19.0.0",
"@stryker-mutator/api": "6.2.3",
"@stryker-mutator/util": "6.2.3",
"@stryker-mutator/api": "6.3.0",
"@stryker-mutator/util": "6.3.0",
"semver": "^7.3.7"
}
}
4 changes: 4 additions & 0 deletions packages/grunt-stryker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.3.0](https://github.com/stryker-mutator/stryker-js/compare/v6.2.3...v6.3.0) (2022-10-30)

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

## [6.2.3](https://github.com/stryker-mutator/stryker-js/compare/v6.2.2...v6.2.3) (2022-10-10)

**Note:** Version bump only for package grunt-stryker
Expand Down
4 changes: 2 additions & 2 deletions packages/grunt-stryker/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "6.2.3",
"version": "6.3.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": "6.2.3",
"@stryker-mutator/api": "6.3.0",
"@types/node": "18.11.7"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/instrumenter/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.

# [6.3.0](https://github.com/stryker-mutator/stryker-js/compare/v6.2.3...v6.3.0) (2022-10-30)

### Bug Fixes

- **deps:** update dependency angular-html-parser to ~2.1.0 ([#3797](https://github.com/stryker-mutator/stryker-js/issues/3797)) ([33eb2b1](https://github.com/stryker-mutator/stryker-js/commit/33eb2b1e2cb5915ea85ec02fe2a9e41b6f58d8d0))

### Features

- **ci:** forbid `.only` in CI pipeline tests ([#3823](https://github.com/stryker-mutator/stryker-js/issues/3823)) ([051ec93](https://github.com/stryker-mutator/stryker-js/commit/051ec937809468751a74c9e01cacd27ceb1acca2))
- **disableTypeChecks:** add option 'true' to disable all type checks ([#3765](https://github.com/stryker-mutator/stryker-js/issues/3765)) ([3c3d298](https://github.com/stryker-mutator/stryker-js/commit/3c3d2988c616a8bb8e7cdb76d4c16ddb948a3011))

## [6.2.3](https://github.com/stryker-mutator/stryker-js/compare/v6.2.2...v6.2.3) (2022-10-10)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/instrumenter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "6.2.3",
"version": "6.3.0",
"description": "The code instrumenter used in Stryker, the JavaScript mutation testing framework",
"main": "dist/src/index.js",
"type": "module",
Expand Down Expand Up @@ -38,14 +38,14 @@
"@babel/plugin-proposal-decorators": "~7.19.0",
"@babel/plugin-proposal-private-methods": "~7.18.0",
"@babel/preset-typescript": "~7.18.0",
"@stryker-mutator/api": "6.2.3",
"@stryker-mutator/util": "6.2.3",
"@stryker-mutator/api": "6.3.0",
"@stryker-mutator/util": "6.3.0",
"angular-html-parser": "~2.1.0",
"weapon-regex": "~1.0.2"
},
"devDependencies": {
"@babel/preset-react": "7.18.6",
"@stryker-mutator/test-helpers": "6.2.3",
"@stryker-mutator/test-helpers": "6.3.0",
"@types/babel__core": "7.1.19",
"@types/babel__generator": "7.6.4",
"@types/chai-jest-snapshot": "1.3.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/jasmine-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.3.0](https://github.com/stryker-mutator/stryker-js/compare/v6.2.3...v6.3.0) (2022-10-30)

### Features

- **ci:** forbid `.only` in CI pipeline tests ([#3823](https://github.com/stryker-mutator/stryker-js/issues/3823)) ([051ec93](https://github.com/stryker-mutator/stryker-js/commit/051ec937809468751a74c9e01cacd27ceb1acca2))

## [6.2.3](https://github.com/stryker-mutator/stryker-js/compare/v6.2.2...v6.2.3) (2022-10-10)

**Note:** Version bump only for package @stryker-mutator/jasmine-runner
Expand Down
4 changes: 2 additions & 2 deletions packages/jasmine-runner/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "6.2.3",
"version": "6.3.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",
Expand Down Expand Up @@ -42,12 +42,12 @@
"jasmine": ">=3.10 <5"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "6.2.3",
"@stryker-mutator/test-helpers": "6.3.0",
"@types/node": "18.11.7"
},
"dependencies": {
"@stryker-mutator/api": "6.2.3",
"@stryker-mutator/util": "6.2.3"
"@stryker-mutator/api": "6.3.0",
"@stryker-mutator/util": "6.3.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.

# [6.3.0](https://github.com/stryker-mutator/stryker-js/compare/v6.2.3...v6.3.0) (2022-10-30)

### Bug Fixes

- **jest-runner:** automatically set `NODE_ENV` env variable ([#3816](https://github.com/stryker-mutator/stryker-js/issues/3816)) ([9fc7a6f](https://github.com/stryker-mutator/stryker-js/commit/9fc7a6f64b27cdb67e6844ce00f6e55c630d0cd6))
- **jest:** support more config file formats ([#3761](https://github.com/stryker-mutator/stryker-js/issues/3761)) ([7d42139](https://github.com/stryker-mutator/stryker-js/commit/7d421394fcdaab6222cc6e55662e94a3abe94e79))

### Features

- **ci:** forbid `.only` in CI pipeline tests ([#3823](https://github.com/stryker-mutator/stryker-js/issues/3823)) ([051ec93](https://github.com/stryker-mutator/stryker-js/commit/051ec937809468751a74c9e01cacd27ceb1acca2))

## [6.2.3](https://github.com/stryker-mutator/stryker-js/compare/v6.2.2...v6.2.3) (2022-10-10)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-runner/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 28706db

Please sign in to comment.