eslint-plugin-wdio 9.30.1 → 9.31.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,UAyCpB,CAAA"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,UAwCpB,CAAA"}
package/build/index.cjs CHANGED
@@ -60,7 +60,6 @@ var MATCHERS = [
60
60
  "toHaveAttributeAndValue",
61
61
  "toHaveChildren",
62
62
  "toHaveClass",
63
- "toHaveClassContaining",
64
63
  "toHaveClipboardText",
65
64
  "toHaveComputedLabel",
66
65
  "toHaveComputedRole",
@@ -361,7 +360,7 @@ var ts_recommended_default = isTypeAware ? tsRecommended() : void 0;
361
360
  // package.json
362
361
  var package_default = {
363
362
  name: "eslint-plugin-wdio",
364
- version: "9.29.1",
363
+ version: "9.31.1",
365
364
  description: "Eslint rules for WebdriverIO",
366
365
  author: "Christian Bromann <mail@bromann.dev>",
367
366
  homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/eslint-plugin-wdio",
@@ -399,7 +398,7 @@ var package_default = {
399
398
  devDependencies: {
400
399
  "@types/estree": "^1.0.8",
401
400
  eslint: "^9.39.2",
402
- "expect-webdriverio": "^5.6.5",
401
+ "expect-webdriverio": "^6.0.9",
403
402
  globals: "^17.7.0",
404
403
  "typescript-eslint": "^8.54.0"
405
404
  },
package/build/index.js CHANGED
@@ -21,7 +21,6 @@ var MATCHERS = [
21
21
  "toHaveAttributeAndValue",
22
22
  "toHaveChildren",
23
23
  "toHaveClass",
24
- "toHaveClassContaining",
25
24
  "toHaveClipboardText",
26
25
  "toHaveComputedLabel",
27
26
  "toHaveComputedRole",
@@ -322,7 +321,7 @@ var ts_recommended_default = isTypeAware ? tsRecommended() : void 0;
322
321
  // package.json
323
322
  var package_default = {
324
323
  name: "eslint-plugin-wdio",
325
- version: "9.29.1",
324
+ version: "9.31.1",
326
325
  description: "Eslint rules for WebdriverIO",
327
326
  author: "Christian Bromann <mail@bromann.dev>",
328
327
  homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/eslint-plugin-wdio",
@@ -360,7 +359,7 @@ var package_default = {
360
359
  devDependencies: {
361
360
  "@types/estree": "^1.0.8",
362
361
  eslint: "^9.39.2",
363
- "expect-webdriverio": "^5.6.5",
362
+ "expect-webdriverio": "^6.0.9",
364
363
  globals: "^17.7.0",
365
364
  "typescript-eslint": "^8.54.0"
366
365
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-wdio",
3
- "version": "9.30.1",
3
+ "version": "9.31.3",
4
4
  "description": "Eslint rules for WebdriverIO",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/eslint-plugin-wdio",
@@ -38,7 +38,7 @@
38
38
  "devDependencies": {
39
39
  "@types/estree": "^1.0.8",
40
40
  "eslint": "^9.39.2",
41
- "expect-webdriverio": "^5.6.5",
41
+ "expect-webdriverio": "^6.0.9",
42
42
  "globals": "^17.7.0",
43
43
  "typescript-eslint": "^8.54.0"
44
44
  },
@@ -52,5 +52,5 @@
52
52
  "optional": true
53
53
  }
54
54
  },
55
- "gitHead": "2ea7c6945a5ec1fa0edd89fe7d3f821dc29201d8"
55
+ "gitHead": "2b9721d052ac24207e8628c65a63c3a0de122a2a"
56
56
  }
package/src/constants.ts CHANGED
@@ -20,7 +20,6 @@ export const MATCHERS = [
20
20
  'toHaveAttributeAndValue',
21
21
  'toHaveChildren',
22
22
  'toHaveClass',
23
- 'toHaveClassContaining',
24
23
  'toHaveClipboardText',
25
24
  'toHaveComputedLabel',
26
25
  'toHaveComputedRole',