Skip to content

Commit c2227ed

Browse files
fix(deps): update dependency @cucumber/gherkin to v25 (#2193)
* fix(deps): update dependency @cucumber/gherkin to v25 * update japanese language exanples Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Goss <[email protected]>
1 parent 5311496 commit c2227ed

File tree

3 files changed

+11
-27
lines changed

3 files changed

+11
-27
lines changed

Diff for: features/i18n.feature

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ Feature: internationalization
2727
"""
2828
ENGLISH KEYWORD | NATIVE KEYWORDS
2929
Feature | "フィーチャ", "機能"
30-
Rule | "Rule"
30+
Rule | "ルール"
3131
Background | "背景"
3232
Scenario | "シナリオ"
3333
Scenario Outline | "シナリオアウトライン", "シナリオテンプレート", "テンプレ", "シナリオテンプレ"
3434
Examples | "例", "サンプル"
3535
Given | "* ", "前提"
3636
When | "* ", "もし"
3737
Then | "* ", "ならば"
38-
And | "* ", "かつ"
39-
But | "* ", "しかし", "但し", "ただし"
38+
And | "* ", "且つ", "かつ"
39+
But | "* ", "然し", "しかし", "但し", "ただし"
4040
"""

Diff for: package-lock.json

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"dependencies": {
199199
"@cucumber/ci-environment": "9.1.0",
200200
"@cucumber/cucumber-expressions": "16.1.0",
201-
"@cucumber/gherkin": "24.1.0",
201+
"@cucumber/gherkin": "25.0.2",
202202
"@cucumber/gherkin-streams": "5.0.1",
203203
"@cucumber/gherkin-utils": "8.0.2",
204204
"@cucumber/html-formatter": "20.2.0",

0 commit comments

Comments
 (0)