@rhyster/eslint-config 2.0.24 → 2.0.26

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.
@@ -735,6 +735,7 @@ declare const _default: {
735
735
  readonly PerformanceLongAnimationFrameTiming: false;
736
736
  readonly PerformanceLongTaskTiming: false;
737
737
  readonly PerformanceMark: false;
738
+ readonly PerformanceMarkConditional: false;
738
739
  readonly PerformanceMeasure: false;
739
740
  readonly PerformanceNavigation: false;
740
741
  readonly PerformanceNavigationTiming: false;
@@ -750,6 +751,7 @@ declare const _default: {
750
751
  readonly PeriodicSyncManager: false;
751
752
  readonly PeriodicWave: false;
752
753
  readonly Permissions: false;
754
+ readonly PermissionsPolicy: false;
753
755
  readonly PermissionStatus: false;
754
756
  readonly PERSISTENT: false;
755
757
  readonly personalbar: false;
@@ -819,6 +821,7 @@ declare const _default: {
819
821
  readonly RTCError: false;
820
822
  readonly RTCErrorEvent: false;
821
823
  readonly RTCIceCandidate: false;
824
+ readonly RTCIceCandidatePair: false;
822
825
  readonly RTCIceTransport: false;
823
826
  readonly RTCPeerConnection: false;
824
827
  readonly RTCPeerConnectionIceErrorEvent: false;
@@ -1119,8 +1122,10 @@ declare const _default: {
1119
1122
  readonly WebTransport: false;
1120
1123
  readonly WebTransportBidirectionalStream: false;
1121
1124
  readonly WebTransportDatagramDuplexStream: false;
1125
+ readonly WebTransportDatagramsWritable: false;
1122
1126
  readonly WebTransportError: false;
1123
1127
  readonly WebTransportReceiveStream: false;
1128
+ readonly WebTransportSendGroup: false;
1124
1129
  readonly WebTransportSendStream: false;
1125
1130
  readonly WGSLLanguageFeatures: false;
1126
1131
  readonly WheelEvent: false;
@@ -1 +1 @@
1
- {"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../../../src/rules/browser.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAKmC"}
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": "2.0.24",
3
+ "version": "2.0.26",
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": "^10.8.0",
39
+ "eslint": "^10.8.1",
40
40
  "jiti": "^2.7.0",
41
41
  "typescript": "^6.0.3",
42
42
  "unbuild": "^3.6.1"
@@ -50,11 +50,11 @@
50
50
  "confusing-browser-globals": "^1.0.11",
51
51
  "eslint-import-resolver-typescript": "^4.4.5",
52
52
  "eslint-plugin-import-x": "^4.17.1",
53
- "eslint-plugin-n": "^18.2.2",
53
+ "eslint-plugin-n": "^18.3.0",
54
54
  "eslint-plugin-vue": "^10.10.0",
55
- "globals": "^17.8.0",
56
- "typescript-eslint": "^8.65.0",
55
+ "globals": "^17.11.0",
56
+ "typescript-eslint": "^8.67.0",
57
57
  "vue-eslint-parser": "^10.4.1"
58
58
  },
59
- "packageManager": "pnpm@11.18.0"
59
+ "packageManager": "pnpm@11.21.0"
60
60
  }