@rhyster/eslint-config 1.8.10 → 1.8.14
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.
|
@@ -204,6 +204,7 @@ declare const _default: {
|
|
|
204
204
|
readonly DeviceOrientationEvent: false;
|
|
205
205
|
readonly devicePixelRatio: false;
|
|
206
206
|
readonly DevicePosture: false;
|
|
207
|
+
readonly DigitalCredential: false;
|
|
207
208
|
readonly dispatchEvent: false;
|
|
208
209
|
readonly DisposableStack: false;
|
|
209
210
|
readonly document: false;
|
|
@@ -431,6 +432,7 @@ declare const _default: {
|
|
|
431
432
|
readonly IDBKeyRange: false;
|
|
432
433
|
readonly IDBObjectStore: false;
|
|
433
434
|
readonly IDBOpenDBRequest: false;
|
|
435
|
+
readonly IDBRecord: false;
|
|
434
436
|
readonly IDBRequest: false;
|
|
435
437
|
readonly IDBTransaction: false;
|
|
436
438
|
readonly IDBVersionChangeEvent: false;
|
|
@@ -456,6 +458,7 @@ declare const _default: {
|
|
|
456
458
|
readonly InputDeviceInfo: false;
|
|
457
459
|
readonly InputEvent: false;
|
|
458
460
|
readonly IntegrityViolationReportBody: false;
|
|
461
|
+
readonly InterestEvent: false;
|
|
459
462
|
readonly IntersectionObserver: false;
|
|
460
463
|
readonly IntersectionObserverEntry: false;
|
|
461
464
|
readonly isSecureContext: false;
|
|
@@ -545,6 +548,7 @@ declare const _default: {
|
|
|
545
548
|
readonly NavigationCurrentEntryChangeEvent: false;
|
|
546
549
|
readonly NavigationDestination: false;
|
|
547
550
|
readonly NavigationHistoryEntry: false;
|
|
551
|
+
readonly NavigationPrecommitController: false;
|
|
548
552
|
readonly NavigationPreloadManager: false;
|
|
549
553
|
readonly NavigationTransition: false;
|
|
550
554
|
readonly navigator: false;
|
|
@@ -875,6 +879,7 @@ declare const _default: {
|
|
|
875
879
|
readonly SpeechRecognition: false;
|
|
876
880
|
readonly SpeechRecognitionErrorEvent: false;
|
|
877
881
|
readonly SpeechRecognitionEvent: false;
|
|
882
|
+
readonly SpeechRecognitionPhrase: false;
|
|
878
883
|
readonly speechSynthesis: false;
|
|
879
884
|
readonly SpeechSynthesis: false;
|
|
880
885
|
readonly SpeechSynthesisErrorEvent: false;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../../../src/rules/browser.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../../../src/rules/browser.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAKmC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rhyster/eslint-config",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.14",
|
|
4
4
|
"description": "ESLint config",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"license": "MIT",
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/confusing-browser-globals": "^1.0.3",
|
|
39
|
-
"eslint": "^9.
|
|
39
|
+
"eslint": "^9.39.0",
|
|
40
40
|
"jiti": "^2.6.1",
|
|
41
41
|
"typescript": "^5.9.3",
|
|
42
42
|
"unbuild": "^3.6.1"
|
|
@@ -45,16 +45,16 @@
|
|
|
45
45
|
"eslint": ">= 9"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@eslint/js": "^9.
|
|
48
|
+
"@eslint/js": "^9.39.0",
|
|
49
49
|
"@stylistic/eslint-plugin": "^5.5.0",
|
|
50
50
|
"confusing-browser-globals": "^1.0.11",
|
|
51
51
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
52
52
|
"eslint-plugin-import-x": "^4.16.1",
|
|
53
53
|
"eslint-plugin-n": "^17.23.1",
|
|
54
54
|
"eslint-plugin-vue": "^10.5.1",
|
|
55
|
-
"globals": "^16.
|
|
56
|
-
"typescript-eslint": "^8.46.
|
|
55
|
+
"globals": "^16.5.0",
|
|
56
|
+
"typescript-eslint": "^8.46.2",
|
|
57
57
|
"vue-eslint-parser": "^10.2.0"
|
|
58
58
|
},
|
|
59
|
-
"packageManager": "pnpm@10.
|
|
59
|
+
"packageManager": "pnpm@10.20.0"
|
|
60
60
|
}
|