Skip to content

Commit 715e262

Browse files
chore(deps-dev): bump chai from 4.5.0 to 6.2.1 (#5311)
1 parent cc81e97 commit 715e262

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+43
-43
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@
152152
"@wdio/utils": "9.20.0",
153153
"@xmldom/xmldom": "0.9.8",
154154
"bunosh": "latest",
155-
"chai": "^4.5.0",
156-
"chai-as-promised": "7.1.2",
155+
"chai": "^6.2.1",
156+
"chai-as-promised": "^8.0.2",
157157
"chai-subset": "1.6.0",
158158
"documentation": "14.0.3",
159159
"electron": "38.2.0",
@@ -178,7 +178,7 @@
178178
"runok": "^0.9.3",
179179
"semver": "7.7.3",
180180
"sinon": "21.0.0",
181-
"sinon-chai": "3.7.0",
181+
"sinon-chai": "^4.0.1",
182182
"ts-morph": "27.0.2",
183183
"ts-node": "10.9.2",
184184
"tsd": "^0.33.0",

test/helper/Appium_ios_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import chai from 'chai'
1+
import * as chai from 'chai'
22
import path from 'path'
33
import { fileURLToPath } from 'url'
44
import { dirname } from 'path'

test/helper/Appium_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import chai from 'chai'
1+
import * as chai from 'chai'
22
import path from 'path'
33
import { fileURLToPath } from 'url'
44
import { dirname } from 'path'

test/helper/CustomLocator_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import chai from 'chai'
1+
import * as chai from 'chai'
22
import Playwright from '../../lib/helper/Playwright.js'
33
import Locator from '../../lib/locator.js'
44

test/helper/JSONResponse_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import chai from 'chai'
1+
import * as chai from 'chai'
22
import { z } from 'zod'
33
import { JSONResponse } from '../../lib/helper/JSONResponse.js'
44
import Container from '../../lib/container.js'

test/helper/Playwright_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import chai from 'chai'
1+
import * as chai from 'chai'
22

33
const assert = chai.assert
44
const expect = chai.expect

test/helper/Puppeteer_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import chai from 'chai'
1+
import * as chai from 'chai'
22
import path from 'path'
33
import { fileURLToPath } from 'url'
44
import { dirname } from 'path'

test/helper/WebDriver.noSeleniumServer_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import chai from 'chai'
1+
import * as chai from 'chai'
22
import path from 'path'
33
import fs from 'fs'
44
import { fileURLToPath } from 'url'

test/helper/WebDriver_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import chai from 'chai'
1+
import * as chai from 'chai'
22
import path from 'path'
33
import fs from 'fs'
44
import { fileURLToPath } from 'url'

test/helper/webapi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import chai from 'chai'
1+
import * as chai from 'chai'
22
import storeModule from '../../lib/store.js'
33
const store = storeModule.default || storeModule
44
const expect = chai.expect

0 commit comments

Comments
 (0)