Skip to content

Commit 02a7217

Browse files
committed
Bump various minor versions to keeps deps updated
1 parent df7e0be commit 02a7217

File tree

2 files changed

+76
-9
lines changed

2 files changed

+76
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@codeceptjs/configure": "1.0.4",
7979
"@codeceptjs/helper": "2.0.4",
8080
"@cucumber/cucumber-expressions": "18",
81-
"@cucumber/gherkin": "32",
81+
"@cucumber/gherkin": "32.1.0",
8282
"@cucumber/messages": "27.2.0",
8383
"@xmldom/xmldom": "0.9.8",
8484
"acorn": "8.14.1",
@@ -124,7 +124,7 @@
124124
"@codeceptjs/expect-helper": "^1.0.2",
125125
"@codeceptjs/mock-request": "0.3.1",
126126
"@eslint/eslintrc": "3.3.1",
127-
"@eslint/js": "9.23.0",
127+
"@eslint/js": "9.24.0",
128128
"@faker-js/faker": "9.6.0",
129129
"@pollyjs/adapter-puppeteer": "6.0.6",
130130
"@pollyjs/core": "6.0.6",
@@ -133,14 +133,14 @@
133133
"@types/node": "22.14.0",
134134
"@wdio/sauce-service": "9.12.4",
135135
"@wdio/selenium-standalone-service": "8.15.0",
136-
"@wdio/utils": "9.12.2",
136+
"@wdio/utils": "9.12.3",
137137
"@xmldom/xmldom": "0.9.8",
138138
"chai": "^4.0.0",
139139
"chai-as-promised": "7.1.2",
140140
"chai-subset": "1.6.0",
141141
"documentation": "14.0.3",
142-
"electron": "35.1.4",
143-
"eslint": "^9.21.0",
142+
"electron": "35.1.5",
143+
"eslint": "^9.24.0",
144144
"eslint-plugin-import": "2.31.0",
145145
"eslint-plugin-mocha": "10.5.0",
146146
"expect": "29.7.0",
@@ -155,7 +155,7 @@
155155
"json-server": "0.17.4",
156156
"playwright": "1.51.1",
157157
"prettier": "^3.3.2",
158-
"puppeteer": "24.5.0",
158+
"puppeteer": "24.6.1",
159159
"qrcode-terminal": "0.12.0",
160160
"rosie": "2.1.1",
161161
"runok": "0.9.3",
@@ -165,13 +165,13 @@
165165
"testcafe": "3.7.2",
166166
"ts-morph": "25.0.1",
167167
"ts-node": "10.9.2",
168-
"tsd": "^0.31.0",
168+
"tsd": "^0.32.0",
169169
"tsd-jsdoc": "2.5.0",
170170
"typedoc": "0.28.2",
171-
"typedoc-plugin-markdown": "4.6.1",
171+
"typedoc-plugin-markdown": "4.6.2",
172172
"typescript": "5.8.3",
173173
"wdio-docker-service": "3.2.1",
174-
"webdriverio": "9.12.2",
174+
"webdriverio": "9.12.4",
175175
"xml2js": "0.6.2",
176176
"xpath": "0.0.34"
177177
},
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"hasFailed": true,
3+
"stats": {
4+
"passes": 0,
5+
"failures": 1,
6+
"tests": 1,
7+
"pending": 0,
8+
"failedHooks": 0,
9+
"start": "2025-04-10T14:47:37.568Z",
10+
"end": "2025-04-10T14:47:37.577Z",
11+
"duration": 9
12+
},
13+
"duration": 17,
14+
"tests": [
15+
{
16+
"opts": {},
17+
"tags": [],
18+
"uid": "7NxSU6hWX0tj5d6GGxCtwSpDCOTsK3ggAD33fv7kzE",
19+
"retries": -1,
20+
"title": "test custom-reporter-plugin",
21+
"state": "failed",
22+
"notes": [],
23+
"meta": {},
24+
"artifacts": [],
25+
"duration": 1,
26+
"err": {
27+
"stack": "AssertionError [ERR_ASSERTION]: \n at FileSystem.seeFile (/Volumes/dev/external-repos/codecept-js/CodeceptJS/lib/helper/FileSystem.js:70:12)\n at HelperStep.run (/Volumes/dev/external-repos/codecept-js/CodeceptJS/lib/step/helper.js:28:49)\n\n\n◯ File: /Volumes/dev/external-repos/codecept-js/CodeceptJS/test/data/sandbox/configs/custom-reporter-plugin/custom-reporter-plugin_test.js\n\n◯ Scenario Steps:\n✖ I.seeFile(\"this-file-should-not-exist.txt\") at Test.<anonymous> (./custom-reporter-plugin_test.js:13:5)\n✔ I.amInPath(\".\") at Test.<anonymous> (./custom-reporter-plugin_test.js:12:5)\n",
28+
"message": "\n File this-file-should-not-exist.txt not found in /Volumes/dev/external-repos/codecept-js/CodeceptJS/test/data/sandbox/configs/custom-reporter-plugin",
29+
"actual": "false",
30+
"expected": "true"
31+
},
32+
"parent": {
33+
"title": "custom-reporter-plugin"
34+
},
35+
"steps": [
36+
{
37+
"opts": {},
38+
"title": "seeFile",
39+
"args": ["this-file-should-not-exist.txt"],
40+
"status": "failed",
41+
"startTime": 1744296457574,
42+
"endTime": 1744296457575,
43+
"parent": {}
44+
},
45+
{
46+
"opts": {},
47+
"title": "amInPath",
48+
"args": ["."],
49+
"status": "success",
50+
"startTime": 1744296457574,
51+
"endTime": 1744296457574,
52+
"parent": {}
53+
}
54+
]
55+
}
56+
],
57+
"failures": [
58+
[],
59+
[
60+
" %s) %s:\n%s\n%s\n",
61+
1,
62+
"custom-reporter-plugin\n test custom-reporter-plugin",
63+
"\n \n File this-file-should-not-exist.txt not found in /Volumes/dev/external-repos/codecept-js/CodeceptJS/test/data/sandbox/configs/custom-reporter-plugin\n + expected - actual\n\n -false\n +true\n ",
64+
" AssertionError [ERR_ASSERTION]: \n at FileSystem.seeFile (/Volumes/dev/external-repos/codecept-js/CodeceptJS/lib/helper/FileSystem.js:70:12)\n at HelperStep.run (/Volumes/dev/external-repos/codecept-js/CodeceptJS/lib/step/helper.js:28:49)\n \n \n ◯ File: /Volumes/dev/external-repos/codecept-js/CodeceptJS/test/data/sandbox/configs/custom-reporter-plugin/custom-reporter-plugin_test.js\n \n ◯ Scenario Steps:\n ✖ I.seeFile(\"this-file-should-not-exist.txt\") at Test.<anonymous> (./custom-reporter-plugin_test.js:13:5)\n ✔ I.amInPath(\".\") at Test.<anonymous> (./custom-reporter-plugin_test.js:12:5)\n "
65+
]
66+
]
67+
}

0 commit comments

Comments
 (0)