Skip to content

Commit 0bfd649

Browse files
committed
v9.4.0
1 parent aa87138 commit 0bfd649

33 files changed

Lines changed: 15070 additions & 5364 deletions

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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+
# [9.4.0](https://github.com/stryker-mutator/stryker-js/compare/v9.3.0...v9.4.0) (2025-11-23)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update dependency @inquirer/prompts to v8 ([#5609](https://github.com/stryker-mutator/stryker-js/issues/5609)) ([c706aed](https://github.com/stryker-mutator/stryker-js/commit/c706aedbd4652a5cc91ab7d6e31cf9530969c319))
11+
- **deps:** update dependency angular-html-parser to ~10.1.0 ([#5630](https://github.com/stryker-mutator/stryker-js/issues/5630)) ([2233f00](https://github.com/stryker-mutator/stryker-js/commit/2233f00192599e78b0d05cc8436ecb4b106a8c0d))
12+
- **deps:** update dependency glob to v10.5.0 [security] ([#5613](https://github.com/stryker-mutator/stryker-js/issues/5613)) ([d59cbd5](https://github.com/stryker-mutator/stryker-js/commit/d59cbd533b3b390c2460b0f1d52c3bb1c9cc002a))
13+
- **deps:** update dependency glob to v13 ([#5633](https://github.com/stryker-mutator/stryker-js/issues/5633)) ([fe2f1b1](https://github.com/stryker-mutator/stryker-js/commit/fe2f1b1a371a8003d2530a6d5180241632a8f3ca))
14+
- **deps:** update dependency mutation-server-protocol to ~0.4.0 ([#5587](https://github.com/stryker-mutator/stryker-js/issues/5587)) ([f1650b3](https://github.com/stryker-mutator/stryker-js/commit/f1650b32b72bce4b3f6864591fb69f4282dd3ddd))
15+
- **vitest-runner:** detect suite-level failures when test is skipped ([#5588](https://github.com/stryker-mutator/stryker-js/issues/5588)) ([2b7e98d](https://github.com/stryker-mutator/stryker-js/commit/2b7e98d2a2254ec3e1556641f0920c0ed668bcd9))
16+
17+
### Features
18+
19+
- **vitest:** support vitest v4 ([#5360](https://github.com/stryker-mutator/stryker-js/issues/5360)) ([3ba417d](https://github.com/stryker-mutator/stryker-js/commit/3ba417d2595c41710ad79776732e59bcf391c231))
20+
621
# [9.3.0](https://github.com/stryker-mutator/stryker-js/compare/v9.2.0...v9.3.0) (2025-10-28)
722

823
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"packages": ["packages/*"],
4-
"version": "9.3.0",
4+
"version": "9.4.0",
55
"npmClient": "pnpm",
66
"command": {
77
"version": {

packages/api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
# [9.4.0](https://github.com/stryker-mutator/stryker-js/compare/v9.3.0...v9.4.0) (2025-11-23)
7+
8+
**Note:** Version bump only for package @stryker-mutator/api
9+
610
# [9.3.0](https://github.com/stryker-mutator/stryker-js/compare/v9.2.0...v9.3.0) (2025-10-28)
711

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

packages/api/package.json

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

packages/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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+
# [9.4.0](https://github.com/stryker-mutator/stryker-js/compare/v9.3.0...v9.4.0) (2025-11-23)
7+
8+
### Bug Fixes
9+
10+
- **deps:** update dependency @inquirer/prompts to v8 ([#5609](https://github.com/stryker-mutator/stryker-js/issues/5609)) ([c706aed](https://github.com/stryker-mutator/stryker-js/commit/c706aedbd4652a5cc91ab7d6e31cf9530969c319))
11+
- **deps:** update dependency glob to v10.5.0 [security] ([#5613](https://github.com/stryker-mutator/stryker-js/issues/5613)) ([d59cbd5](https://github.com/stryker-mutator/stryker-js/commit/d59cbd533b3b390c2460b0f1d52c3bb1c9cc002a))
12+
- **deps:** update dependency glob to v13 ([#5633](https://github.com/stryker-mutator/stryker-js/issues/5633)) ([fe2f1b1](https://github.com/stryker-mutator/stryker-js/commit/fe2f1b1a371a8003d2530a6d5180241632a8f3ca))
13+
- **deps:** update dependency mutation-server-protocol to ~0.4.0 ([#5587](https://github.com/stryker-mutator/stryker-js/issues/5587)) ([f1650b3](https://github.com/stryker-mutator/stryker-js/commit/f1650b32b72bce4b3f6864591fb69f4282dd3ddd))
14+
615
# [9.3.0](https://github.com/stryker-mutator/stryker-js/compare/v9.2.0...v9.3.0) (2025-10-28)
716

817
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stryker-mutator/core",
3-
"version": "9.3.0",
3+
"version": "9.4.0",
44
"description": "The extendable JavaScript mutation testing framework",
55
"type": "module",
66
"files": [

packages/create-stryker/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
# [9.4.0](https://github.com/stryker-mutator/stryker-js/compare/v9.3.0...v9.4.0) (2025-11-23)
7+
8+
**Note:** Version bump only for package create-stryker
9+
610
# [9.3.0](https://github.com/stryker-mutator/stryker-js/compare/v9.2.0...v9.3.0) (2025-10-28)
711

812
**Note:** Version bump only for package create-stryker

packages/create-stryker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-stryker",
3-
"version": "9.3.0",
3+
"version": "9.4.0",
44
"description": "Initializer for StrykerJS",
55
"type": "module",
66
"files": [

packages/cucumber-runner/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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+
# [9.4.0](https://github.com/stryker-mutator/stryker-js/compare/v9.3.0...v9.4.0) (2025-11-23)
7+
8+
**Note:** Version bump only for package @stryker-mutator/cucumber-runner
9+
610
# [9.3.0](https://github.com/stryker-mutator/stryker-js/compare/v9.2.0...v9.3.0) (2025-10-28)
711

812
**Note:** Version bump only for package @stryker-mutator/cucumber-runner

packages/cucumber-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stryker-mutator/cucumber-runner",
3-
"version": "9.3.0",
3+
"version": "9.4.0",
44
"description": "A plugin to use the cucumber test runner in Stryker, the JavaScript mutation testing framework",
55
"files": [
66
"dist/schema",

0 commit comments

Comments
 (0)