Skip to content

Commit 2c0e11d

Browse files
committedMar 24, 2023
v6.4.2
1 parent 17e7b86 commit 2c0e11d

38 files changed

+139
-65
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.4.2](https://github.com/stryker-mutator/stryker-js/compare/v6.4.1...v6.4.2) (2023-03-24)
7+
8+
### Bug Fixes
9+
10+
- **angular:** generate karma.conf.js file when it is missing ([#4054](https://github.com/stryker-mutator/stryker-js/issues/4054)) ([915c6d8](https://github.com/stryker-mutator/stryker-js/commit/915c6d85db5cbe8a5276e18cd3a07e399d604cfa))
11+
- **cucumber:** officially support cucumber 9 ([#4041](https://github.com/stryker-mutator/stryker-js/issues/4041)) ([e4f10d1](https://github.com/stryker-mutator/stryker-js/commit/e4f10d10a750c92831b1d025dcccdc7fe24527b2))
12+
- **deps:** update dependency execa to v7.1.1 ([#4025](https://github.com/stryker-mutator/stryker-js/issues/4025)) ([13bc0b5](https://github.com/stryker-mutator/stryker-js/commit/13bc0b56cf5c02a17429d805ddd1bf9f5f77725b))
13+
- **deps:** update dependency log4js to ~6.9.0 ([#3988](https://github.com/stryker-mutator/stryker-js/issues/3988)) ([fca777f](https://github.com/stryker-mutator/stryker-js/commit/fca777f40185cbcbc3cd2b7bff7652a56823324c))
14+
- **instrumenter:** replace deprecated method call ([#4023](https://github.com/stryker-mutator/stryker-js/issues/4023)) ([c14800a](https://github.com/stryker-mutator/stryker-js/commit/c14800aa58add9cea6c2bd8700c21507a381cb8a))
15+
- **progress reporter:** improve ETC prediction ([#4024](https://github.com/stryker-mutator/stryker-js/issues/4024)) ([956bbe9](https://github.com/stryker-mutator/stryker-js/commit/956bbe9a7ae3afb2e339f9027fe553c428c0c195)), closes [#4018](https://github.com/stryker-mutator/stryker-js/issues/4018)
16+
617
## [6.4.1](https://github.com/stryker-mutator/stryker-js/compare/v6.4.0...v6.4.1) (2023-02-17)
718

819
### Bug Fixes

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "6.4.1",
3+
"version": "6.4.2",
44
"command": {
55
"version": {
66
"allowBranch": ["master", "epic/*", "feat/*"],

‎packages/api/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.4.2](https://github.com/stryker-mutator/stryker-js/compare/v6.4.1...v6.4.2) (2023-03-24)
7+
8+
### Bug Fixes
9+
10+
- **progress reporter:** improve ETC prediction ([#4024](https://github.com/stryker-mutator/stryker-js/issues/4024)) ([956bbe9](https://github.com/stryker-mutator/stryker-js/commit/956bbe9a7ae3afb2e339f9027fe553c428c0c195)), closes [#4018](https://github.com/stryker-mutator/stryker-js/issues/4018)
11+
612
## [6.4.1](https://github.com/stryker-mutator/stryker-js/compare/v6.4.0...v6.4.1) (2023-02-17)
713

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

‎packages/api/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stryker-mutator/api",
3-
"version": "6.4.1",
3+
"version": "6.4.2",
44
"description": "The api for the extendable JavaScript mutation testing framework Stryker",
55
"type": "module",
66
"repository": {

‎packages/core/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.4.2](https://github.com/stryker-mutator/stryker-js/compare/v6.4.1...v6.4.2) (2023-03-24)
7+
8+
### Bug Fixes
9+
10+
- **angular:** generate karma.conf.js file when it is missing ([#4054](https://github.com/stryker-mutator/stryker-js/issues/4054)) ([915c6d8](https://github.com/stryker-mutator/stryker-js/commit/915c6d85db5cbe8a5276e18cd3a07e399d604cfa))
11+
- **deps:** update dependency execa to v7.1.1 ([#4025](https://github.com/stryker-mutator/stryker-js/issues/4025)) ([13bc0b5](https://github.com/stryker-mutator/stryker-js/commit/13bc0b56cf5c02a17429d805ddd1bf9f5f77725b))
12+
- **deps:** update dependency log4js to ~6.9.0 ([#3988](https://github.com/stryker-mutator/stryker-js/issues/3988)) ([fca777f](https://github.com/stryker-mutator/stryker-js/commit/fca777f40185cbcbc3cd2b7bff7652a56823324c))
13+
- **progress reporter:** improve ETC prediction ([#4024](https://github.com/stryker-mutator/stryker-js/issues/4024)) ([956bbe9](https://github.com/stryker-mutator/stryker-js/commit/956bbe9a7ae3afb2e339f9027fe553c428c0c195)), closes [#4018](https://github.com/stryker-mutator/stryker-js/issues/4018)
14+
615
## [6.4.1](https://github.com/stryker-mutator/stryker-js/compare/v6.4.0...v6.4.1) (2023-02-17)
716

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

‎packages/core/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stryker-mutator/core",
3-
"version": "6.4.1",
3+
"version": "6.4.2",
44
"description": "The extendable JavaScript mutation testing framework",
55
"main": "dist/src/index.js",
66
"type": "module",
@@ -57,9 +57,9 @@
5757
"stryker": "./bin/stryker.js"
5858
},
5959
"dependencies": {
60-
"@stryker-mutator/api": "6.4.1",
61-
"@stryker-mutator/instrumenter": "6.4.1",
62-
"@stryker-mutator/util": "6.4.1",
60+
"@stryker-mutator/api": "6.4.2",
61+
"@stryker-mutator/instrumenter": "6.4.2",
62+
"@stryker-mutator/util": "6.4.2",
6363
"ajv": "~8.12.0",
6464
"chalk": "~5.2.0",
6565
"commander": "~10.0.0",
@@ -90,7 +90,7 @@
9090
},
9191
"devDependencies": {
9292
"@stryker-mutator/api": "4.0.0-beta.4",
93-
"@stryker-mutator/test-helpers": "6.4.1",
93+
"@stryker-mutator/test-helpers": "6.4.2",
9494
"@types/diff-match-patch": "1.0.32",
9595
"@types/inquirer": "9.0.3",
9696
"@types/lodash.flatmap": "4.5.7",

‎packages/cucumber-runner/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.4.2](https://github.com/stryker-mutator/stryker-js/compare/v6.4.1...v6.4.2) (2023-03-24)
7+
8+
### Bug Fixes
9+
10+
- **cucumber:** officially support cucumber 9 ([#4041](https://github.com/stryker-mutator/stryker-js/issues/4041)) ([e4f10d1](https://github.com/stryker-mutator/stryker-js/commit/e4f10d10a750c92831b1d025dcccdc7fe24527b2))
11+
612
## [6.4.1](https://github.com/stryker-mutator/stryker-js/compare/v6.4.0...v6.4.1) (2023-02-17)
713

814
### Bug Fixes

‎packages/cucumber-runner/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/cucumber-runner/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stryker-mutator/cucumber-runner",
3-
"version": "6.4.1",
3+
"version": "6.4.2",
44
"description": "A plugin to use the cucumber test runner in Stryker, the JavaScript mutation testing framework",
55
"main": "dist/src/index.js",
66
"type": "module",
@@ -35,7 +35,7 @@
3535
"license": "ISC",
3636
"devDependencies": {
3737
"@cucumber/cucumber": "9.0.1",
38-
"@stryker-mutator/test-helpers": "6.4.1",
38+
"@stryker-mutator/test-helpers": "6.4.2",
3939
"@types/semver": "7.3.13"
4040
},
4141
"peerDependencies": {
@@ -44,8 +44,8 @@
4444
},
4545
"dependencies": {
4646
"@cucumber/messages": "^21.0.0",
47-
"@stryker-mutator/api": "6.4.1",
48-
"@stryker-mutator/util": "6.4.1",
47+
"@stryker-mutator/api": "6.4.2",
48+
"@stryker-mutator/util": "6.4.2",
4949
"semver": "^7.3.7"
5050
}
5151
}

‎packages/grunt-stryker/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.4.2](https://github.com/stryker-mutator/stryker-js/compare/v6.4.1...v6.4.2) (2023-03-24)
7+
8+
**Note:** Version bump only for package grunt-stryker
9+
610
## [6.4.1](https://github.com/stryker-mutator/stryker-js/compare/v6.4.0...v6.4.1) (2023-02-17)
711

812
### Bug Fixes

‎packages/grunt-stryker/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/grunt-stryker/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-stryker",
33
"description": "Grunt plugin for the mutation testing framework 'stryker'",
4-
"version": "6.4.1",
4+
"version": "6.4.2",
55
"bugs": {
66
"url": "https://github.com/stryker-mutator/stryker-js/issues"
77
},
@@ -34,7 +34,7 @@
3434
},
3535
"main": "Gruntfile.js",
3636
"devDependencies": {
37-
"@stryker-mutator/api": "6.4.1",
37+
"@stryker-mutator/api": "6.4.2",
3838
"@types/node": "18.15.6"
3939
},
4040
"peerDependencies": {

‎packages/instrumenter/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.4.2](https://github.com/stryker-mutator/stryker-js/compare/v6.4.1...v6.4.2) (2023-03-24)
7+
8+
### Bug Fixes
9+
10+
- **instrumenter:** replace deprecated method call ([#4023](https://github.com/stryker-mutator/stryker-js/issues/4023)) ([c14800a](https://github.com/stryker-mutator/stryker-js/commit/c14800aa58add9cea6c2bd8700c21507a381cb8a))
11+
612
## [6.4.1](https://github.com/stryker-mutator/stryker-js/compare/v6.4.0...v6.4.1) (2023-02-17)
713

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

‎packages/instrumenter/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/instrumenter/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stryker-mutator/instrumenter",
3-
"version": "6.4.1",
3+
"version": "6.4.2",
44
"description": "The code instrumenter used in Stryker, the JavaScript mutation testing framework",
55
"main": "dist/src/index.js",
66
"type": "module",
@@ -38,14 +38,14 @@
3838
"@babel/plugin-proposal-decorators": "~7.21.0",
3939
"@babel/plugin-proposal-private-methods": "~7.18.0",
4040
"@babel/preset-typescript": "~7.21.0",
41-
"@stryker-mutator/api": "6.4.1",
42-
"@stryker-mutator/util": "6.4.1",
41+
"@stryker-mutator/api": "6.4.2",
42+
"@stryker-mutator/util": "6.4.2",
4343
"angular-html-parser": "~4.0.0",
4444
"weapon-regex": "~1.0.2"
4545
},
4646
"devDependencies": {
4747
"@babel/preset-react": "7.18.6",
48-
"@stryker-mutator/test-helpers": "6.4.1",
48+
"@stryker-mutator/test-helpers": "6.4.2",
4949
"@types/babel__core": "7.20.0",
5050
"@types/babel__generator": "7.6.4",
5151
"babel-plugin-transform-decorators-legacy": "1.3.5"

‎packages/jasmine-runner/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.4.2](https://github.com/stryker-mutator/stryker-js/compare/v6.4.1...v6.4.2) (2023-03-24)
7+
8+
**Note:** Version bump only for package @stryker-mutator/jasmine-runner
9+
610
## [6.4.1](https://github.com/stryker-mutator/stryker-js/compare/v6.4.0...v6.4.1) (2023-02-17)
711

812
### Bug Fixes

‎packages/jasmine-runner/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/jasmine-runner/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stryker-mutator/jasmine-runner",
3-
"version": "6.4.1",
3+
"version": "6.4.2",
44
"description": "A plugin to use the Jasmine (NodeJS) test runner in Stryker, the mutation testing framework for JavaScript and friends",
55
"main": "dist/src/index.js",
66
"type": "module",
@@ -42,12 +42,12 @@
4242
"jasmine": ">=3.10 <5"
4343
},
4444
"devDependencies": {
45-
"@stryker-mutator/test-helpers": "6.4.1",
45+
"@stryker-mutator/test-helpers": "6.4.2",
4646
"@types/node": "18.15.6"
4747
},
4848
"dependencies": {
49-
"@stryker-mutator/api": "6.4.1",
50-
"@stryker-mutator/util": "6.4.1"
49+
"@stryker-mutator/api": "6.4.2",
50+
"@stryker-mutator/util": "6.4.2"
5151
},
5252
"initStrykerConfig": {
5353
"jasmineConfigFile": "spec/support/jasmine.json"

‎packages/jest-runner/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.4.2](https://github.com/stryker-mutator/stryker-js/compare/v6.4.1...v6.4.2) (2023-03-24)
7+
8+
**Note:** Version bump only for package @stryker-mutator/jest-runner
9+
610
## [6.4.1](https://github.com/stryker-mutator/stryker-js/compare/v6.4.0...v6.4.1) (2023-02-17)
711

812
### Bug Fixes

‎packages/jest-runner/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/jest-runner/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stryker-mutator/jest-runner",
3-
"version": "6.4.1",
3+
"version": "6.4.2",
44
"description": "A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework",
55
"main": "dist/src/index.js",
66
"exports": {
@@ -60,7 +60,7 @@
6060
},
6161
"homepage": "https://stryker-mutator.io/docs/stryker-js/jest-runner",
6262
"devDependencies": {
63-
"@stryker-mutator/test-helpers": "6.4.1",
63+
"@stryker-mutator/test-helpers": "6.4.2",
6464
"@types/node": "18.15.6",
6565
"@types/semver": "7.3.13",
6666
"jest": "29.5.0",
@@ -74,8 +74,8 @@
7474
"@stryker-mutator/core": "^6.4.0"
7575
},
7676
"dependencies": {
77-
"@stryker-mutator/api": "6.4.1",
78-
"@stryker-mutator/util": "6.4.1",
77+
"@stryker-mutator/api": "6.4.2",
78+
"@stryker-mutator/util": "6.4.2",
7979
"semver": "~7.3.7",
8080
"tslib": "~2.5.0"
8181
},

‎packages/karma-runner/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.4.2](https://github.com/stryker-mutator/stryker-js/compare/v6.4.1...v6.4.2) (2023-03-24)
7+
8+
**Note:** Version bump only for package @stryker-mutator/karma-runner
9+
610
## [6.4.1](https://github.com/stryker-mutator/stryker-js/compare/v6.4.0...v6.4.1) (2023-02-17)
711

812
### Bug Fixes

‎packages/karma-runner/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/karma-runner/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stryker-mutator/karma-runner",
3-
"version": "6.4.1",
3+
"version": "6.4.2",
44
"description": "A plugin to use the karma test runner in Stryker, the JavaScript mutation testing framework",
55
"main": "dist/src/index.js",
66
"type": "module",
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://stryker-mutator.io/docs/stryker-js/karma-runner",
3737
"devDependencies": {
38-
"@stryker-mutator/test-helpers": "6.4.1",
38+
"@stryker-mutator/test-helpers": "6.4.2",
3939
"@types/express": "4.17.17",
4040
"@types/node": "18.15.6",
4141
"@types/semver": "7.3.13",
@@ -50,8 +50,8 @@
5050
"@stryker-mutator/core": "^6.4.0"
5151
},
5252
"dependencies": {
53-
"@stryker-mutator/api": "6.4.1",
54-
"@stryker-mutator/util": "6.4.1",
53+
"@stryker-mutator/api": "6.4.2",
54+
"@stryker-mutator/util": "6.4.2",
5555
"decamelize": "~6.0.0",
5656
"semver": "~7.3.0",
5757
"tslib": "~2.5.0"

‎packages/mocha-runner/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.4.2](https://github.com/stryker-mutator/stryker-js/compare/v6.4.1...v6.4.2) (2023-03-24)
7+
8+
**Note:** Version bump only for package @stryker-mutator/mocha-runner
9+
610
## [6.4.1](https://github.com/stryker-mutator/stryker-js/compare/v6.4.0...v6.4.1) (2023-02-17)
711

812
### Bug Fixes

‎packages/mocha-runner/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/mocha-runner/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stryker-mutator/mocha-runner",
3-
"version": "6.4.1",
3+
"version": "6.4.2",
44
"description": "A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework",
55
"main": "dist/src/index.js",
66
"type": "module",
@@ -38,12 +38,12 @@
3838
},
3939
"homepage": "https://stryker-mutator.io/docs/stryker-js/mocha-runner",
4040
"dependencies": {
41-
"@stryker-mutator/api": "6.4.1",
42-
"@stryker-mutator/util": "6.4.1",
41+
"@stryker-mutator/api": "6.4.2",
42+
"@stryker-mutator/util": "6.4.2",
4343
"tslib": "~2.5.0"
4444
},
4545
"devDependencies": {
46-
"@stryker-mutator/test-helpers": "6.4.1",
46+
"@stryker-mutator/test-helpers": "6.4.2",
4747
"@types/node": "18.15.6"
4848
},
4949
"peerDependencies": {

‎packages/test-helpers/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.4.2](https://github.com/stryker-mutator/stryker-js/compare/v6.4.1...v6.4.2) (2023-03-24)
7+
8+
### Bug Fixes
9+
10+
- **progress reporter:** improve ETC prediction ([#4024](https://github.com/stryker-mutator/stryker-js/issues/4024)) ([956bbe9](https://github.com/stryker-mutator/stryker-js/commit/956bbe9a7ae3afb2e339f9027fe553c428c0c195)), closes [#4018](https://github.com/stryker-mutator/stryker-js/issues/4018)
11+
612
## [6.4.1](https://github.com/stryker-mutator/stryker-js/compare/v6.4.0...v6.4.1) (2023-02-17)
713

814
**Note:** Version bump only for package @stryker-mutator/test-helpers

‎packages/test-helpers/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/test-helpers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stryker-mutator/test-helpers",
33
"private": true,
4-
"version": "6.4.1",
4+
"version": "6.4.2",
55
"description": "A helper package for testing",
66
"main": "dist/index.js",
77
"type": "module",
@@ -25,7 +25,7 @@
2525
"rxjs": "~7.8.0"
2626
},
2727
"devDependencies": {
28-
"@stryker-mutator/api": "6.4.1",
28+
"@stryker-mutator/api": "6.4.2",
2929
"@types/node": "18.15.6",
3030
"typed-inject": "3.0.1"
3131
}

‎packages/typescript-checker/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.4.2](https://github.com/stryker-mutator/stryker-js/compare/v6.4.1...v6.4.2) (2023-03-24)
7+
8+
**Note:** Version bump only for package @stryker-mutator/typescript-checker
9+
610
## [6.4.1](https://github.com/stryker-mutator/stryker-js/compare/v6.4.0...v6.4.1) (2023-02-17)
711

812
### Bug Fixes

‎packages/typescript-checker/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/typescript-checker/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stryker-mutator/typescript-checker",
3-
"version": "6.4.1",
3+
"version": "6.4.2",
44
"description": "A typescript type checker plugin to be used in Stryker, the JavaScript mutation testing framework",
55
"main": "dist/src/index.js",
66
"type": "module",
@@ -34,12 +34,12 @@
3434
},
3535
"homepage": "https://stryker-mutator.io/docs/stryker-js/typescript-checker",
3636
"dependencies": {
37-
"@stryker-mutator/api": "6.4.1",
38-
"@stryker-mutator/util": "6.4.1",
37+
"@stryker-mutator/api": "6.4.2",
38+
"@stryker-mutator/util": "6.4.2",
3939
"semver": "~7.3.2"
4040
},
4141
"devDependencies": {
42-
"@stryker-mutator/test-helpers": "6.4.1",
42+
"@stryker-mutator/test-helpers": "6.4.2",
4343
"@types/semver": "7.3.13"
4444
},
4545
"peerDependencies": {

‎packages/util/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.4.2](https://github.com/stryker-mutator/stryker-js/compare/v6.4.1...v6.4.2) (2023-03-24)
7+
8+
### Bug Fixes
9+
10+
- **angular:** generate karma.conf.js file when it is missing ([#4054](https://github.com/stryker-mutator/stryker-js/issues/4054)) ([915c6d8](https://github.com/stryker-mutator/stryker-js/commit/915c6d85db5cbe8a5276e18cd3a07e399d604cfa))
11+
612
## [6.4.1](https://github.com/stryker-mutator/stryker-js/compare/v6.4.0...v6.4.1) (2023-02-17)
713

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

‎packages/util/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/util/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stryker-mutator/util",
3-
"version": "6.4.1",
3+
"version": "6.4.2",
44
"description": "Contains utilities for Stryker, the mutation testing framework for JavaScript and friends",
55
"main": "dist/src/index.js",
66
"type": "module",
@@ -30,7 +30,7 @@
3030
},
3131
"homepage": "https://github.com/stryker-mutator/stryker-js/tree/master/packages/util#readme",
3232
"devDependencies": {
33-
"@stryker-mutator/test-helpers": "6.4.1",
33+
"@stryker-mutator/test-helpers": "6.4.2",
3434
"@types/lodash.flatmap": "4.5.7",
3535
"@types/node": "18.15.6"
3636
},

0 commit comments

Comments
 (0)
Please sign in to comment.