Skip to content

Commit faf3eb8

Browse files
Bump the stryker group with 2 updates (#2361)
Bumps the stryker group with 2 updates: [@stryker-mutator/core](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/core) and [@stryker-mutator/tap-runner](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/tap-runner). Updates `@stryker-mutator/core` from 9.4.0 to 9.5.1 - [Release notes](https://github.com/stryker-mutator/stryker-js/releases) - [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/core/CHANGELOG.md) - [Commits](https://github.com/stryker-mutator/stryker-js/commits/v9.5.1/packages/core) Updates `@stryker-mutator/tap-runner` from 9.4.0 to 9.5.1 - [Release notes](https://github.com/stryker-mutator/stryker-js/releases) - [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/tap-runner/CHANGELOG.md) - [Commits](https://github.com/stryker-mutator/stryker-js/commits/v9.5.1/packages/tap-runner) --- updated-dependencies: - dependency-name: "@stryker-mutator/core" dependency-version: 9.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: stryker - dependency-name: "@stryker-mutator/tap-runner" dependency-version: 9.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: stryker ... Extends timeout for integration test in mutation testing to prevent failure due to long running tests which do not otherwise occur, they may occur here due to increased parallelism. This was observed by a semi-contributor of the project. Co-authored-by: Eric Cornelissen <ericornelissen@gmail.com>
1 parent d2033db commit faf3eb8

4 files changed

Lines changed: 101 additions & 130 deletions

File tree

.nsprc

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,16 @@
22
"GHSA-3ppc-4f35-3m26": {
33
"active": true,
44
"expiry": "2026-06-01",
5-
"notes": "Pending https://github.com/stryker-mutator/stryker-js/pull/5836 and https://github.com/igorshubovych/markdownlint-cli/issues/599"
5+
"notes": "Pending https://github.com/igorshubovych/markdownlint-cli/issues/599"
66
},
77
"GHSA-7r86-cg39-jmmj": {
88
"active": true,
99
"expiry": "2026-06-01",
10-
"notes": "Pending https://github.com/stryker-mutator/stryker-js/pull/5836 and https://github.com/igorshubovych/markdownlint-cli/issues/599"
10+
"notes": "Pending https://github.com/igorshubovych/markdownlint-cli/issues/599"
1111
},
1212
"GHSA-23c5-xmqv-rm74": {
1313
"active": true,
1414
"expiry": "2026-06-01",
15-
"notes": "Pending https://github.com/stryker-mutator/stryker-js/pull/5836 and https://github.com/igorshubovych/markdownlint-cli/issues/599"
16-
},
17-
"GHSA-2g4f-4pwh-qvx6": {
18-
"active": true,
19-
"expiry": "2026-06-01",
20-
"notes": "Pending https://github.com/stryker-mutator/stryker-js/pull/5830"
15+
"notes": "Pending https://github.com/igorshubovych/markdownlint-cli/issues/599"
2116
}
2217
}

config/stryker/integration.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default {
1212
"node_modules/ava/entrypoints/cli.mjs",
1313
"--tap",
1414
"--node-arguments='-r {{hookFile}}'",
15+
"--timeout=2m",
1516
],
1617
},
1718
incremental: true,

0 commit comments

Comments
 (0)