Skip to content

Commit cd73d67

Browse files
updated gherkin dependency (#13)
1 parent 596e938 commit cd73d67

File tree

4 files changed

+82
-42
lines changed

4 files changed

+82
-42
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
registry-url: https://registry.npmjs.org/
1919
- run: npm ci
2020
- run: npm run build

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1010
:pencil: - chore
1111
:microscope: - experimental
1212

13+
## [0.5.0]
14+
- :rocket: updated gherkin dependency
15+
1316
## [0.4.0]
1417
- :rocket: added support of _requireModules_ option
1518
- :rocket: improved _defineCucumber_ function to encapsulate adapter path

package-lock.json

Lines changed: 73 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qavajs/playwright-runner-adapter",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "adapter for playwright test runner",
55
"scripts": {
66
"build": "tsc",
@@ -10,13 +10,13 @@
1010
"author": "Alexandr Galichenko",
1111
"license": "MIT",
1212
"dependencies": {
13-
"@cucumber/gherkin": "^28.0.0",
13+
"@cucumber/gherkin": "^29.0.0",
1414
"glob": "^11.0.0"
1515
},
1616
"devDependencies": {
17-
"@cucumber/cucumber": "^10.8.0",
18-
"@playwright/test": "^1.45.3",
19-
"@types/node": "^22.1.0",
17+
"@cucumber/cucumber": "^11.0.0",
18+
"@playwright/test": "^1.46.1",
19+
"@types/node": "^22.5.4",
2020
"typescript": "^5.5.4"
2121
}
2222
}

0 commit comments

Comments
 (0)