eslint-plugin-wdio 9.29.1 → 9.30.1
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.
- package/build/configs/js-recommended.d.ts +2 -0
- package/build/configs/js-recommended.d.ts.map +1 -1
- package/build/configs/ts-recommended.d.ts +2 -0
- package/build/configs/ts-recommended.d.ts.map +1 -1
- package/build/globals.d.ts +2 -0
- package/build/globals.d.ts.map +1 -1
- package/build/index.cjs +4 -4
- package/build/index.d.ts +8 -0
- package/build/index.d.ts.map +1 -1
- package/build/index.js +4 -4
- package/package.json +5 -5
|
@@ -52,6 +52,7 @@ declare const _default: {
|
|
|
52
52
|
readonly PerformanceResourceTiming: false;
|
|
53
53
|
readonly process: false;
|
|
54
54
|
readonly queueMicrotask: false;
|
|
55
|
+
readonly QuotaExceededError: false;
|
|
55
56
|
readonly ReadableByteStreamController: false;
|
|
56
57
|
readonly ReadableStream: false;
|
|
57
58
|
readonly ReadableStreamBYOBReader: false;
|
|
@@ -69,6 +70,7 @@ declare const _default: {
|
|
|
69
70
|
readonly structuredClone: false;
|
|
70
71
|
readonly SubtleCrypto: false;
|
|
71
72
|
readonly SuppressedError: false;
|
|
73
|
+
readonly Temporal: false;
|
|
72
74
|
readonly TextDecoder: false;
|
|
73
75
|
readonly TextDecoderStream: false;
|
|
74
76
|
readonly TextEncoder: false;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"js-recommended.d.ts","sourceRoot":"","sources":["../../src/configs/js-recommended.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"js-recommended.d.ts","sourceRoot":"","sources":["../../src/configs/js-recommended.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,wBAaC"}
|
|
@@ -59,6 +59,7 @@ declare const _default: {
|
|
|
59
59
|
readonly PerformanceResourceTiming: false;
|
|
60
60
|
readonly process: false;
|
|
61
61
|
readonly queueMicrotask: false;
|
|
62
|
+
readonly QuotaExceededError: false;
|
|
62
63
|
readonly ReadableByteStreamController: false;
|
|
63
64
|
readonly ReadableStream: false;
|
|
64
65
|
readonly ReadableStreamBYOBReader: false;
|
|
@@ -76,6 +77,7 @@ declare const _default: {
|
|
|
76
77
|
readonly structuredClone: false;
|
|
77
78
|
readonly SubtleCrypto: false;
|
|
78
79
|
readonly SuppressedError: false;
|
|
80
|
+
readonly Temporal: false;
|
|
79
81
|
readonly TextDecoder: false;
|
|
80
82
|
readonly TextDecoderStream: false;
|
|
81
83
|
readonly TextEncoder: false;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ts-recommended.d.ts","sourceRoot":"","sources":["../../src/configs/ts-recommended.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAsClC,eAAO,MAAM,KAAK;;;;;CAGyB,CAAA
|
|
1
|
+
{"version":3,"file":"ts-recommended.d.ts","sourceRoot":"","sources":["../../src/configs/ts-recommended.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAsClC,eAAO,MAAM,KAAK;;;;;CAGyB,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE3C,wBAAyD"}
|
package/build/globals.d.ts
CHANGED
|
@@ -50,6 +50,7 @@ export declare const sharedGlobals: {
|
|
|
50
50
|
readonly PerformanceResourceTiming: false;
|
|
51
51
|
readonly process: false;
|
|
52
52
|
readonly queueMicrotask: false;
|
|
53
|
+
readonly QuotaExceededError: false;
|
|
53
54
|
readonly ReadableByteStreamController: false;
|
|
54
55
|
readonly ReadableStream: false;
|
|
55
56
|
readonly ReadableStreamBYOBReader: false;
|
|
@@ -67,6 +68,7 @@ export declare const sharedGlobals: {
|
|
|
67
68
|
readonly structuredClone: false;
|
|
68
69
|
readonly SubtleCrypto: false;
|
|
69
70
|
readonly SuppressedError: false;
|
|
71
|
+
readonly Temporal: false;
|
|
70
72
|
readonly TextDecoder: false;
|
|
71
73
|
readonly TextDecoderStream: false;
|
|
72
74
|
readonly TextEncoder: false;
|
package/build/globals.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"globals.d.ts","sourceRoot":"","sources":["../src/globals.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"globals.d.ts","sourceRoot":"","sources":["../src/globals.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWhB,CAAA"}
|
package/build/index.cjs
CHANGED
|
@@ -361,7 +361,7 @@ var ts_recommended_default = isTypeAware ? tsRecommended() : void 0;
|
|
|
361
361
|
// package.json
|
|
362
362
|
var package_default = {
|
|
363
363
|
name: "eslint-plugin-wdio",
|
|
364
|
-
version: "9.29.
|
|
364
|
+
version: "9.29.1",
|
|
365
365
|
description: "Eslint rules for WebdriverIO",
|
|
366
366
|
author: "Christian Bromann <mail@bromann.dev>",
|
|
367
367
|
homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/eslint-plugin-wdio",
|
|
@@ -400,12 +400,12 @@ var package_default = {
|
|
|
400
400
|
"@types/estree": "^1.0.8",
|
|
401
401
|
eslint: "^9.39.2",
|
|
402
402
|
"expect-webdriverio": "^5.6.5",
|
|
403
|
-
globals: "^
|
|
403
|
+
globals: "^17.7.0",
|
|
404
404
|
"typescript-eslint": "^8.54.0"
|
|
405
405
|
},
|
|
406
406
|
peerDependencies: {
|
|
407
|
-
eslint: "^9.39.2",
|
|
408
|
-
globals: "^16.5.0",
|
|
407
|
+
eslint: "^9.39.2 || ^10.0.0",
|
|
408
|
+
globals: "^16.5.0 || ^17.0.0",
|
|
409
409
|
"typescript-eslint": "^8.54.0"
|
|
410
410
|
},
|
|
411
411
|
peerDependenciesMeta: {
|
package/build/index.d.ts
CHANGED
|
@@ -53,6 +53,7 @@ export declare const configs: {
|
|
|
53
53
|
readonly PerformanceResourceTiming: false;
|
|
54
54
|
readonly process: false;
|
|
55
55
|
readonly queueMicrotask: false;
|
|
56
|
+
readonly QuotaExceededError: false;
|
|
56
57
|
readonly ReadableByteStreamController: false;
|
|
57
58
|
readonly ReadableStream: false;
|
|
58
59
|
readonly ReadableStreamBYOBReader: false;
|
|
@@ -70,6 +71,7 @@ export declare const configs: {
|
|
|
70
71
|
readonly structuredClone: false;
|
|
71
72
|
readonly SubtleCrypto: false;
|
|
72
73
|
readonly SuppressedError: false;
|
|
74
|
+
readonly Temporal: false;
|
|
73
75
|
readonly TextDecoder: false;
|
|
74
76
|
readonly TextDecoderStream: false;
|
|
75
77
|
readonly TextEncoder: false;
|
|
@@ -187,6 +189,7 @@ export declare const configs: {
|
|
|
187
189
|
readonly PerformanceResourceTiming: false;
|
|
188
190
|
readonly process: false;
|
|
189
191
|
readonly queueMicrotask: false;
|
|
192
|
+
readonly QuotaExceededError: false;
|
|
190
193
|
readonly ReadableByteStreamController: false;
|
|
191
194
|
readonly ReadableStream: false;
|
|
192
195
|
readonly ReadableStreamBYOBReader: false;
|
|
@@ -204,6 +207,7 @@ export declare const configs: {
|
|
|
204
207
|
readonly structuredClone: false;
|
|
205
208
|
readonly SubtleCrypto: false;
|
|
206
209
|
readonly SuppressedError: false;
|
|
210
|
+
readonly Temporal: false;
|
|
207
211
|
readonly TextDecoder: false;
|
|
208
212
|
readonly TextDecoderStream: false;
|
|
209
213
|
readonly TextEncoder: false;
|
|
@@ -319,6 +323,7 @@ declare const _default: {
|
|
|
319
323
|
readonly PerformanceResourceTiming: false;
|
|
320
324
|
readonly process: false;
|
|
321
325
|
readonly queueMicrotask: false;
|
|
326
|
+
readonly QuotaExceededError: false;
|
|
322
327
|
readonly ReadableByteStreamController: false;
|
|
323
328
|
readonly ReadableStream: false;
|
|
324
329
|
readonly ReadableStreamBYOBReader: false;
|
|
@@ -336,6 +341,7 @@ declare const _default: {
|
|
|
336
341
|
readonly structuredClone: false;
|
|
337
342
|
readonly SubtleCrypto: false;
|
|
338
343
|
readonly SuppressedError: false;
|
|
344
|
+
readonly Temporal: false;
|
|
339
345
|
readonly TextDecoder: false;
|
|
340
346
|
readonly TextDecoderStream: false;
|
|
341
347
|
readonly TextEncoder: false;
|
|
@@ -453,6 +459,7 @@ declare const _default: {
|
|
|
453
459
|
readonly PerformanceResourceTiming: false;
|
|
454
460
|
readonly process: false;
|
|
455
461
|
readonly queueMicrotask: false;
|
|
462
|
+
readonly QuotaExceededError: false;
|
|
456
463
|
readonly ReadableByteStreamController: false;
|
|
457
464
|
readonly ReadableStream: false;
|
|
458
465
|
readonly ReadableStreamBYOBReader: false;
|
|
@@ -470,6 +477,7 @@ declare const _default: {
|
|
|
470
477
|
readonly structuredClone: false;
|
|
471
478
|
readonly SubtleCrypto: false;
|
|
472
479
|
readonly SuppressedError: false;
|
|
480
|
+
readonly Temporal: false;
|
|
473
481
|
readonly TextDecoder: false;
|
|
474
482
|
readonly TextDecoderStream: false;
|
|
475
483
|
readonly TextEncoder: false;
|
package/build/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAA;AACD,eAAO,MAAM,KAAK;;;;;;;;;CAAuC,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEzD,wBAOC"}
|
package/build/index.js
CHANGED
|
@@ -322,7 +322,7 @@ var ts_recommended_default = isTypeAware ? tsRecommended() : void 0;
|
|
|
322
322
|
// package.json
|
|
323
323
|
var package_default = {
|
|
324
324
|
name: "eslint-plugin-wdio",
|
|
325
|
-
version: "9.29.
|
|
325
|
+
version: "9.29.1",
|
|
326
326
|
description: "Eslint rules for WebdriverIO",
|
|
327
327
|
author: "Christian Bromann <mail@bromann.dev>",
|
|
328
328
|
homepage: "https://github.com/webdriverio/webdriverio/tree/main/packages/eslint-plugin-wdio",
|
|
@@ -361,12 +361,12 @@ var package_default = {
|
|
|
361
361
|
"@types/estree": "^1.0.8",
|
|
362
362
|
eslint: "^9.39.2",
|
|
363
363
|
"expect-webdriverio": "^5.6.5",
|
|
364
|
-
globals: "^
|
|
364
|
+
globals: "^17.7.0",
|
|
365
365
|
"typescript-eslint": "^8.54.0"
|
|
366
366
|
},
|
|
367
367
|
peerDependencies: {
|
|
368
|
-
eslint: "^9.39.2",
|
|
369
|
-
globals: "^16.5.0",
|
|
368
|
+
eslint: "^9.39.2 || ^10.0.0",
|
|
369
|
+
globals: "^16.5.0 || ^17.0.0",
|
|
370
370
|
"typescript-eslint": "^8.54.0"
|
|
371
371
|
},
|
|
372
372
|
peerDependenciesMeta: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-wdio",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.30.1",
|
|
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",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"@types/estree": "^1.0.8",
|
|
40
40
|
"eslint": "^9.39.2",
|
|
41
41
|
"expect-webdriverio": "^5.6.5",
|
|
42
|
-
"globals": "^
|
|
42
|
+
"globals": "^17.7.0",
|
|
43
43
|
"typescript-eslint": "^8.54.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"eslint": "^9.39.2",
|
|
47
|
-
"globals": "^16.5.0",
|
|
46
|
+
"eslint": "^9.39.2 || ^10.0.0",
|
|
47
|
+
"globals": "^16.5.0 || ^17.0.0",
|
|
48
48
|
"typescript-eslint": "^8.54.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependenciesMeta": {
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"optional": true
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "2ea7c6945a5ec1fa0edd89fe7d3f821dc29201d8"
|
|
56
56
|
}
|