Skip to content

Commit d27db0c

Browse files
authored
Merge pull request #527 from mountain-pass/claude/install-deps-run-tests-AUODi
feat(deps): upgrade @cucumber/cucumber v7→v12 (batch 17)
2 parents 007ea98 + d8421ed commit d27db0c

6 files changed

Lines changed: 716 additions & 359 deletions

File tree

.dry-aged-deps.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"exclude": {
3-
"@cucumber/cucumber": "major version upgrade requires migration",
43
"@types/chai": "major version upgrade requires migration",
54
"@types/node": "pinned to 20.10.0, v22+ requires TypeScript >= 5.x, blocked by typescript exclusion",
65
"@typescript-eslint/eslint-plugin": "v6+ requires TypeScript >= 4.7.4, blocked by typescript 4.5.4",

cucumber.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const fs = require('fs')
66
const FAIL_FAST = process.env.CI ? '' : '--fail-fast'
77
const NO_STRICT = process.env.NO_STRICT || ''
88

9-
const PUBLISH = '--publish-quiet'
9+
const PUBLISH = ''
1010

1111
/* istanbul ignore next: branch only taken when remote */
1212
const RETRY =
@@ -71,7 +71,7 @@ function generateConfig() {
7171
const FORMAT_OPTIONS = {
7272
snippetInterface: 'async-await',
7373
snippetSyntax:
74-
'./src/test/custom-snippet-syntax.ts'
74+
'./src/test/custom-snippet-syntax.js'
7575
}
7676
const MODULES =
7777
'--require-module ts-node/register'

0 commit comments

Comments
 (0)