Skip to content

Conversation

@JoshuaKGoldberg
Copy link
Collaborator

@JoshuaKGoldberg JoshuaKGoldberg commented Aug 30, 2023

👉 Partial implementation of #65993. If you're seeing this and are surprised it's happening, please read the discussion and give feedback! ❤️

Implements the dprint formatting changes on packages whose names start with u. We're splitting up the changes to make it a bit easier to apply & review them en masse - and, if we need later on, revert / bisect for issues. These changes generated with roughly:

git checkout dprint-onboarding -- .dprint.jsonc
time npx dprint fmt "types/u*/**/*.t*"
# Formatted 254 files.
# npx dprint fmt "types/u*/**/*.t*"  2.48s user 0.55s system 176% cpu 1.712 total
rm .dprint.jsonc

@DangerBotOSS
Copy link

Inspecting the JavaScript source for this package found some properties that are not in the .d.ts files.
The check for missing properties isn't always right, so take this list as advice, not a requirement.

uglify-es (unpkg)

was missing the following properties:

  1. FILES
  2. default_options
  3. FILES
  4. default_options

uglify-js (unpkg)

was missing the following properties:

  1. FILES
  2. default_options

uglifycss (unpkg)

was missing the following properties:

  1. defaultOptions

ui-select (unpkg)

was missing the following properties:

  1. toString
  2. charAt
  3. charCodeAt
  4. concat
  5. indexOf
as well as these 41 other properties...

lastIndexOf, localeCompare, match, replace, search, slice, split, substring, toLowerCase, toLocaleLowerCase, toUpperCase, toLocaleUpperCase, trim, length, substr, valueOf, codePointAt, includes, endsWith, normalize, repeat, startsWith, anchor, big, blink, bold, fixed, fontcolor, fontsize, italics, link, small, strike, sub, sup, padStart, padEnd, trimLeft, trimRight, trimStart, trimEnd

uikit (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'uikit'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

The most common way to resolve this error is to use 'export =' syntax.
To learn more about 'export =' syntax, see https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require.

  1. util
  2. data
  3. prefix
  4. options
as well as these 1 other properties...

version

underscore.string (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'underscore.string'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.
  2. VERSION
  3. replaceAll
  4. dedent
  5. pred
as well as these 6 other properties...

vsprintf, wrap, map, toBool, camelcase, mapChars

ungap__global-this (unpkg)

was missing the following properties:

  1. Symbol
  2. Promise
  3. alert
  4. blur
  5. cancelIdleCallback
as well as these 1867 other properties...

captureEvents, close, confirm, focus, getComputedStyle, getSelection, matchMedia, moveBy, moveTo, open, postMessage, print, prompt, releaseEvents, requestIdleCallback, resizeBy, resizeTo, scroll, scrollBy, scrollTo, stop, toString, dispatchEvent, cancelAnimationFrame, requestAnimationFrame, atob, btoa, clearInterval, clearTimeout, createImageBitmap, fetch, queueMicrotask, reportError, setInterval, setTimeout, structuredClone, addEventListener, removeEventListener, NodeFilter, AbortController, AbortSignal, AbstractRange, AnalyserNode, Animation, AnimationEffect, AnimationEvent, AnimationPlaybackEvent, AnimationTimeline, Attr, AudioBuffer, AudioBufferSourceNode, AudioContext, AudioDestinationNode, AudioListener, AudioNode, AudioParam, AudioParamMap, AudioProcessingEvent, AudioScheduledSourceNode, AudioWorklet, AudioWorkletNode, AuthenticatorAssertionResponse, AuthenticatorAttestationResponse, AuthenticatorResponse, BarProp, BaseAudioContext, BeforeUnloadEvent, BiquadFilterNode, Blob, BlobEvent, BroadcastChannel, ByteLengthQueuingStrategy, CDATASection, CSSAnimation, CSSConditionRule, CSSContainerRule, CSSCounterStyleRule, CSSFontFaceRule, CSSFontFeatureValuesRule, CSSFontPaletteValuesRule, CSSGroupingRule, CSSImageValue, CSSImportRule, CSSKeyframeRule, CSSKeyframesRule, CSSKeywordValue, CSSLayerBlockRule, CSSLayerStatementRule, CSSMathClamp, CSSMathInvert, CSSMathMax, CSSMathMin, CSSMathNegate, CSSMathProduct, CSSMathSum, CSSMathValue, CSSMatrixComponent, CSSMediaRule, CSSNamespaceRule, CSSNumericArray, CSSNumericValue, CSSPageRule, CSSPerspective, CSSPropertyRule, CSSRotate, CSSRule, CSSRuleList, CSSScale, CSSSkew, CSSSkewX, CSSSkewY, CSSStyleDeclaration, CSSStyleRule, CSSStyleSheet, CSSStyleValue, CSSSupportsRule, CSSTransformComponent, CSSTransformValue, CSSTransition, CSSTranslate, CSSUnitValue, CSSUnparsedValue, CSSVariableReferenceValue, Cache, CacheStorage, CanvasCaptureMediaStreamTrack, CanvasGradient, CanvasPattern, CanvasRenderingContext2D, ChannelMergerNode, ChannelSplitterNode, CharacterData, Clipboard, ClipboardEvent, ClipboardItem, CloseEvent, Comment, CompositionEvent, CompressionStream, ConstantSourceNode, ConvolverNode, CountQueuingStrategy, Credential, CredentialsContainer, Crypto, CryptoKey, CustomElementRegistry, CustomEvent, DOMException, DOMImplementation, DOMMatrix, SVGMatrix, WebKitCSSMatrix, DOMMatrixReadOnly, DOMParser, DOMPoint, SVGPoint, DOMPointReadOnly, DOMQuad, DOMRect, SVGRect, DOMRectList, DOMRectReadOnly, DOMStringList, DOMStringMap, DOMTokenList, DataTransfer, DataTransferItem, DataTransferItemList, DecompressionStream, DelayNode, DeviceMotionEvent, DeviceOrientationEvent, Document, DocumentFragment, DocumentTimeline, DocumentType, DragEvent, DynamicsCompressorNode, Element, ElementInternals, EncodedVideoChunk, ErrorEvent, Event, EventCounts, EventSource, EventTarget, External, File, FileList, FileReader, FileSystem, FileSystemDirectoryEntry, FileSystemDirectoryHandle, FileSystemDirectoryReader, FileSystemEntry, FileSystemFileEntry, FileSystemFileHandle, FileSystemHandle, FileSystemWritableFileStream, FocusEvent, FontFace, FontFaceSet, FontFaceSetLoadEvent, FormData, FormDataEvent, GainNode, Gamepad, GamepadButton, GamepadEvent, GamepadHapticActuator, Geolocation, GeolocationCoordinates, GeolocationPosition, GeolocationPositionError, HTMLAllCollection, HTMLAnchorElement, HTMLAreaElement, HTMLAudioElement, HTMLBRElement, HTMLBaseElement, HTMLBodyElement, HTMLButtonElement, HTMLCanvasElement, HTMLCollection, HTMLDListElement, HTMLDataElement, HTMLDataListElement, HTMLDetailsElement, HTMLDialogElement, HTMLDirectoryElement, HTMLDivElement, HTMLDocument, HTMLElement, HTMLEmbedElement, HTMLFieldSetElement, HTMLFontElement, HTMLFormControlsCollection, HTMLFormElement, HTMLFrameElement, HTMLFrameSetElement, HTMLHRElement, HTMLHeadElement, HTMLHeadingElement, HTMLHtmlElement, HTMLIFrameElement, HTMLImageElement, HTMLInputElement, HTMLLIElement, HTMLLabelElement, HTMLLegendElement, HTMLLinkElement, HTMLMapElement, HTMLMarqueeElement, HTMLMediaElement, HTMLMenuElement, HTMLMetaElement, HTMLMeterElement, HTMLModElement, HTMLOListElement, HTMLObjectElement, HTMLOptGroupElement, HTMLOptionElement, HTMLOptionsCollection, HTMLOutputElement, HTMLParagraphElement, HTMLParamElement, HTMLPictureElement, HTMLPreElement, HTMLProgressElement, HTMLQuoteElement, HTMLScriptElement, HTMLSelectElement, HTMLSlotElement, HTMLSourceElement, HTMLSpanElement, HTMLStyleElement, HTMLTableCaptionElement, HTMLTableCellElement, HTMLTableColElement, HTMLTableElement, HTMLTableRowElement, HTMLTableSectionElement, HTMLTemplateElement, HTMLTextAreaElement, HTMLTimeElement, HTMLTitleElement, HTMLTrackElement, HTMLUListElement, HTMLUnknownElement, HTMLVideoElement, HashChangeEvent, Headers, History, IDBCursor, IDBCursorWithValue, IDBDatabase, IDBFactory, IDBIndex, IDBKeyRange, IDBObjectStore, IDBOpenDBRequest, IDBRequest, IDBTransaction, IDBVersionChangeEvent, IIRFilterNode, IdleDeadline, ImageBitmap, ImageBitmapRenderingContext, ImageData, InputDeviceInfo, InputEvent, IntersectionObserver, IntersectionObserverEntry, KeyboardEvent, KeyframeEffect, Location, Lock, LockManager, MIDIAccess, MIDIConnectionEvent, MIDIInput, MIDIInputMap, MIDIMessageEvent, MIDIOutput, MIDIOutputMap, MIDIPort, MathMLElement, MediaCapabilities, MediaDeviceInfo, MediaDevices, MediaElementAudioSourceNode, MediaEncryptedEvent, MediaError, MediaKeyMessageEvent, MediaKeySession, MediaKeyStatusMap, MediaKeySystemAccess, MediaKeys, MediaList, MediaMetadata, MediaQueryList, MediaQueryListEvent, MediaRecorder, MediaSession, MediaSource, MediaStream, MediaStreamAudioDestinationNode, MediaStreamAudioSourceNode, MediaStreamTrack, MediaStreamTrackEvent, MessageChannel, MessageEvent, MessagePort, MimeType, MimeTypeArray, MouseEvent, MutationEvent, MutationObserver, MutationRecord, NamedNodeMap, NavigationPreloadManager, Navigator, Node, NodeIterator, NodeList, Notification, OfflineAudioCompletionEvent, OfflineAudioContext, OffscreenCanvas, OffscreenCanvasRenderingContext2D, OscillatorNode, OverconstrainedError, PageTransitionEvent, PannerNode, Path2D, PaymentMethodChangeEvent, PaymentRequest, PaymentRequestUpdateEvent, PaymentResponse, Performance, PerformanceEntry, PerformanceEventTiming, PerformanceMark, PerformanceMeasure, PerformanceNavigation, PerformanceNavigationTiming, PerformanceObserver, PerformanceObserverEntryList, PerformancePaintTiming, PerformanceResourceTiming, PerformanceServerTiming, PerformanceTiming, PeriodicWave, PermissionStatus, Permissions, PictureInPictureEvent, PictureInPictureWindow, Plugin, PluginArray, PointerEvent, PopStateEvent, ProcessingInstruction, ProgressEvent, PromiseRejectionEvent, PublicKeyCredential, PushManager, PushSubscription, PushSubscriptionOptions, RTCCertificate, RTCDTMFSender, RTCDTMFToneChangeEvent, RTCDataChannel, RTCDataChannelEvent, RTCDtlsTransport, RTCEncodedAudioFrame, RTCEncodedVideoFrame, RTCError, RTCErrorEvent, RTCIceCandidate, RTCIceTransport, RTCPeerConnection, RTCPeerConnectionIceErrorEvent, RTCPeerConnectionIceEvent, RTCRtpReceiver, RTCRtpSender, RTCRtpTransceiver, RTCSctpTransport, RTCSessionDescription, RTCStatsReport, RTCTrackEvent, RadioNodeList, Range, ReadableByteStreamController, ReadableStream, ReadableStreamBYOBReader, ReadableStreamBYOBRequest, ReadableStreamDefaultController, ReadableStreamDefaultReader, RemotePlayback, Report, ReportBody, ReportingObserver, Request, ResizeObserver, ResizeObserverEntry, ResizeObserverSize, Response, SVGAElement, SVGAngle, SVGAnimateElement, SVGAnimateMotionElement, SVGAnimateTransformElement, SVGAnimatedAngle, SVGAnimatedBoolean, SVGAnimatedEnumeration, SVGAnimatedInteger, SVGAnimatedLength, SVGAnimatedLengthList, SVGAnimatedNumber, SVGAnimatedNumberList, SVGAnimatedPreserveAspectRatio, SVGAnimatedRect, SVGAnimatedString, SVGAnimatedTransformList, SVGAnimationElement, SVGCircleElement, SVGClipPathElement, SVGComponentTransferFunctionElement, SVGDefsElement, SVGDescElement, SVGElement, SVGEllipseElement, SVGFEBlendElement, SVGFEColorMatrixElement, SVGFEComponentTransferElement, SVGFECompositeElement, SVGFEConvolveMatrixElement, SVGFEDiffuseLightingElement, SVGFEDisplacementMapElement, SVGFEDistantLightElement, SVGFEDropShadowElement, SVGFEFloodElement, SVGFEFuncAElement, SVGFEFuncBElement, SVGFEFuncGElement, SVGFEFuncRElement, SVGFEGaussianBlurElement, SVGFEImageElement, SVGFEMergeElement, SVGFEMergeNodeElement, SVGFEMorphologyElement, SVGFEOffsetElement, SVGFEPointLightElement, SVGFESpecularLightingElement, SVGFESpotLightElement, SVGFETileElement, SVGFETurbulenceElement, SVGFilterElement, SVGForeignObjectElement, SVGGElement, SVGGeometryElement, SVGGradientElement, SVGGraphicsElement, SVGImageElement, SVGLength, SVGLengthList, SVGLineElement, SVGLinearGradientElement, SVGMPathElement, SVGMarkerElement, SVGMaskElement, SVGMetadataElement, SVGNumber, SVGNumberList, SVGPathElement, SVGPatternElement, SVGPointList, SVGPolygonElement, SVGPolylineElement, SVGPreserveAspectRatio, SVGRadialGradientElement, SVGRectElement, SVGSVGElement, SVGScriptElement, SVGSetElement, SVGStopElement, SVGStringList, SVGStyleElement, SVGSwitchElement, SVGSymbolElement, SVGTSpanElement, SVGTextContentElement, SVGTextElement, SVGTextPathElement, SVGTextPositioningElement, SVGTitleElement, SVGTransform, SVGTransformList, SVGUnitTypes, SVGUseElement, SVGViewElement, Screen, ScreenOrientation, ScriptProcessorNode, SecurityPolicyViolationEvent, Selection, ServiceWorker, ServiceWorkerContainer, ServiceWorkerRegistration, ShadowRoot, SharedWorker, SourceBuffer, SourceBufferList, SpeechRecognitionAlternative, SpeechRecognitionResult, SpeechRecognitionResultList, SpeechSynthesis, SpeechSynthesisErrorEvent, SpeechSynthesisEvent, SpeechSynthesisUtterance, SpeechSynthesisVoice, StaticRange, StereoPannerNode, Storage, StorageEvent, StorageManager, StylePropertyMap, StylePropertyMapReadOnly, StyleSheet, StyleSheetList, SubmitEvent, SubtleCrypto, Text, TextDecoder, TextDecoderStream, TextEncoder, TextEncoderStream, TextMetrics, TextTrack, TextTrackCue, TextTrackCueList, TextTrackList, TimeRanges, ToggleEvent, Touch, TouchEvent, TouchList, TrackEvent, TransformStream, TransformStreamDefaultController, TransitionEvent, TreeWalker, UIEvent, URL, webkitURL, URLSearchParams, UserActivation, VTTCue, VTTRegion, ValidityState, VideoColorSpace, VideoDecoder, VideoEncoder, VideoFrame, VideoPlaybackQuality, VisualViewport, WakeLock, WakeLockSentinel, WaveShaperNode, WebGL2RenderingContext, WebGLActiveInfo, WebGLBuffer, WebGLContextEvent, WebGLFramebuffer, WebGLProgram, WebGLQuery, WebGLRenderbuffer, WebGLRenderingContext, WebGLSampler, WebGLShader, WebGLShaderPrecisionFormat, WebGLSync, WebGLTexture, WebGLTransformFeedback, WebGLUniformLocation, WebGLVertexArrayObject, WebSocket, WebTransport, WebTransportBidirectionalStream, WebTransportDatagramDuplexStream, WebTransportError, WheelEvent, Window, Worker, Worklet, WritableStream, WritableStreamDefaultController, WritableStreamDefaultWriter, XMLDocument, XMLHttpRequest, XMLHttpRequestEventTarget, XMLHttpRequestUpload, XMLSerializer, XPathEvaluator, XPathExpression, XPathResult, XSLTProcessor, console, CSS, WebAssembly, Audio, Image, Option, clientInformation, closed, customElements, devicePixelRatio, document, event, external, frameElement, frames, history, innerHeight, innerWidth, length, location, locationbar, menubar, navigator, ondevicemotion, ondeviceorientation, onorientationchange, opener, orientation, outerHeight, outerWidth, pageXOffset, pageYOffset, parent, personalbar, screen, screenLeft, screenTop, screenX, screenY, scrollX, scrollY, scrollbars, self, speechSynthesis, status, statusbar, toolbar, top, visualViewport, window, onabort, onanimationcancel, onanimationend, onanimationiteration, onanimationstart, onauxclick, onbeforeinput, onblur, oncancel, oncanplay, oncanplaythrough, onchange, onclick, onclose, oncontextmenu, oncopy, oncuechange, oncut, ondblclick, ondrag, ondragend, ondragenter, ondragleave, ondragover, ondragstart, ondrop, ondurationchange, onemptied, onended, onerror, onfocus, onformdata, ongotpointercapture, oninput, oninvalid, onkeydown, onkeypress, onkeyup, onload, onloadeddata, onloadedmetadata, onloadstart, onlostpointercapture, onmousedown, onmouseenter, onmouseleave, onmousemove, onmouseout, onmouseover, onmouseup, onpaste, onpause, onplay, onplaying, onpointercancel, onpointerdown, onpointerenter, onpointerleave, onpointermove, onpointerout, onpointerover, onpointerup, onprogress, onratechange, onreset, onresize, onscroll, onscrollend, onsecuritypolicyviolation, onseeked, onseeking, onselect, onselectionchange, onselectstart, onslotchange, onstalled, onsubmit, onsuspend, ontimeupdate, ontoggle, ontouchcancel, ontouchend, ontouchmove, ontouchstart, ontransitioncancel, ontransitionend, ontransitionrun, ontransitionstart, onvolumechange, onwaiting, onwebkitanimationend, onwebkitanimationiteration, onwebkitanimationstart, onwebkittransitionend, onwheel, onafterprint, onbeforeprint, onbeforeunload, ongamepadconnected, ongamepaddisconnected, onhashchange, onlanguagechange, onmessage, onmessageerror, onoffline, ononline, onpagehide, onpageshow, onpopstate, onrejectionhandled, onstorage, onunhandledrejection, onunload, localStorage, caches, crossOriginIsolated, crypto, indexedDB, isSecureContext, origin, performance, sessionStorage, importScripts, ActiveXObject, WScript, WSH, Enumerator, VBArray, Map, WeakMap, Set, WeakSet, Proxy, Reflect, SharedArrayBuffer, Atomics, BigInt, BigInt64Array, BigUint64Array, setImmediate, clearImmediate, process, require, module, exports, global, debug, name, SafeArray, VarDate, "assert", "node:assert", Buffer, "async_hooks", "node:async_hooks", "buffer", "node:buffer", "child_process", "node:child_process", "cluster", "node:cluster", "console", "node:console", "constants", "node:constants", "crypto", "node:crypto", "dgram", "node:dgram", "dns", "node:dns", "domain", "node:domain", "events", "node:events", "fs", "node:fs", "fs/promises", "node:fs/promises", "http", "node:http", "http2", "node:http2", "https", "node:https", "inspector", "node:inspector", "module", "node:module", "net", "node:net", "os", "node:os", "path", "node:path", "perf_hooks", "node:perf_hooks", "process", "node:process", "punycode", "node:punycode", "querystring", "node:querystring", "readline", "node:readline", "repl", "node:repl", "stream", "node:stream", "string_decoder", "node:string_decoder", "timers", "node:timers", "tls", "node:tls", "trace_events", "node:trace_events", "tty", "node:tty", "url", "node:url", "util", "node:util", "v8", "node:v8", "vm", "node:vm", "wasi", "node:wasi", "worker_threads", "node:worker_threads", "zlib", "node:zlib", Symbol, Promise, alert, blur, cancelIdleCallback, captureEvents, close, confirm, focus, getComputedStyle, getSelection, matchMedia, moveBy, moveTo, open, postMessage, print, prompt, releaseEvents, requestIdleCallback, resizeBy, resizeTo, scroll, scrollBy, scrollTo, stop, toString, dispatchEvent, cancelAnimationFrame, requestAnimationFrame, atob, btoa, clearInterval, clearTimeout, createImageBitmap, fetch, queueMicrotask, reportError, setInterval, setTimeout, structuredClone, addEventListener, removeEventListener, NodeFilter, AbortController, AbortSignal, AbstractRange, AnalyserNode, Animation, AnimationEffect, AnimationEvent, AnimationPlaybackEvent, AnimationTimeline, Attr, AudioBuffer, AudioBufferSourceNode, AudioContext, AudioDestinationNode, AudioListener, AudioNode, AudioParam, AudioParamMap, AudioProcessingEvent, AudioScheduledSourceNode, AudioWorklet, AudioWorkletNode, AuthenticatorAssertionResponse, AuthenticatorAttestationResponse, AuthenticatorResponse, BarProp, BaseAudioContext, BeforeUnloadEvent, BiquadFilterNode, Blob, BlobEvent, BroadcastChannel, ByteLengthQueuingStrategy, CDATASection, CSSAnimation, CSSConditionRule, CSSContainerRule, CSSCounterStyleRule, CSSFontFaceRule, CSSFontFeatureValuesRule, CSSFontPaletteValuesRule, CSSGroupingRule, CSSImageValue, CSSImportRule, CSSKeyframeRule, CSSKeyframesRule, CSSKeywordValue, CSSLayerBlockRule, CSSLayerStatementRule, CSSMathClamp, CSSMathInvert, CSSMathMax, CSSMathMin, CSSMathNegate, CSSMathProduct, CSSMathSum, CSSMathValue, CSSMatrixComponent, CSSMediaRule, CSSNamespaceRule, CSSNumericArray, CSSNumericValue, CSSPageRule, CSSPerspective, CSSPropertyRule, CSSRotate, CSSRule, CSSRuleList, CSSScale, CSSSkew, CSSSkewX, CSSSkewY, CSSStyleDeclaration, CSSStyleRule, CSSStyleSheet, CSSStyleValue, CSSSupportsRule, CSSTransformComponent, CSSTransformValue, CSSTransition, CSSTranslate, CSSUnitValue, CSSUnparsedValue, CSSVariableReferenceValue, Cache, CacheStorage, CanvasCaptureMediaStreamTrack, CanvasGradient, CanvasPattern, CanvasRenderingContext2D, ChannelMergerNode, ChannelSplitterNode, CharacterData, Clipboard, ClipboardEvent, ClipboardItem, CloseEvent, Comment, CompositionEvent, CompressionStream, ConstantSourceNode, ConvolverNode, CountQueuingStrategy, Credential, CredentialsContainer, Crypto, CryptoKey, CustomElementRegistry, CustomEvent, DOMException, DOMImplementation, DOMMatrix, SVGMatrix, WebKitCSSMatrix, DOMMatrixReadOnly, DOMParser, DOMPoint, SVGPoint, DOMPointReadOnly, DOMQuad, DOMRect, SVGRect, DOMRectList, DOMRectReadOnly, DOMStringList, DOMStringMap, DOMTokenList, DataTransfer, DataTransferItem, DataTransferItemList, DecompressionStream, DelayNode, DeviceMotionEvent, DeviceOrientationEvent, Document, DocumentFragment, DocumentTimeline, DocumentType, DragEvent, DynamicsCompressorNode, Element, ElementInternals, EncodedVideoChunk, ErrorEvent, Event, EventCounts, EventSource, EventTarget, External, File, FileList, FileReader, FileSystem, FileSystemDirectoryEntry, FileSystemDirectoryHandle, FileSystemDirectoryReader, FileSystemEntry, FileSystemFileEntry, FileSystemFileHandle, FileSystemHandle, FileSystemWritableFileStream, FocusEvent, FontFace, FontFaceSet, FontFaceSetLoadEvent, FormData, FormDataEvent, GainNode, Gamepad, GamepadButton, GamepadEvent, GamepadHapticActuator, Geolocation, GeolocationCoordinates, GeolocationPosition, GeolocationPositionError, HTMLAllCollection, HTMLAnchorElement, HTMLAreaElement, HTMLAudioElement, HTMLBRElement, HTMLBaseElement, HTMLBodyElement, HTMLButtonElement, HTMLCanvasElement, HTMLCollection, HTMLDListElement, HTMLDataElement, HTMLDataListElement, HTMLDetailsElement, HTMLDialogElement, HTMLDirectoryElement, HTMLDivElement, HTMLDocument, HTMLElement, HTMLEmbedElement, HTMLFieldSetElement, HTMLFontElement, HTMLFormControlsCollection, HTMLFormElement, HTMLFrameElement, HTMLFrameSetElement, HTMLHRElement, HTMLHeadElement, HTMLHeadingElement, HTMLHtmlElement, HTMLIFrameElement, HTMLImageElement, HTMLInputElement, HTMLLIElement, HTMLLabelElement, HTMLLegendElement, HTMLLinkElement, HTMLMapElement, HTMLMarqueeElement, HTMLMediaElement, HTMLMenuElement, HTMLMetaElement, HTMLMeterElement, HTMLModElement, HTMLOListElement, HTMLObjectElement, HTMLOptGroupElement, HTMLOptionElement, HTMLOptionsCollection, HTMLOutputElement, HTMLParagraphElement, HTMLParamElement, HTMLPictureElement, HTMLPreElement, HTMLProgressElement, HTMLQuoteElement, HTMLScriptElement, HTMLSelectElement, HTMLSlotElement, HTMLSourceElement, HTMLSpanElement, HTMLStyleElement, HTMLTableCaptionElement, HTMLTableCellElement, HTMLTableColElement, HTMLTableElement, HTMLTableRowElement, HTMLTableSectionElement, HTMLTemplateElement, HTMLTextAreaElement, HTMLTimeElement, HTMLTitleElement, HTMLTrackElement, HTMLUListElement, HTMLUnknownElement, HTMLVideoElement, HashChangeEvent, Headers, History, IDBCursor, IDBCursorWithValue, IDBDatabase, IDBFactory, IDBIndex, IDBKeyRange, IDBObjectStore, IDBOpenDBRequest, IDBRequest, IDBTransaction, IDBVersionChangeEvent, IIRFilterNode, IdleDeadline, ImageBitmap, ImageBitmapRenderingContext, ImageData, InputDeviceInfo, InputEvent, IntersectionObserver, IntersectionObserverEntry, KeyboardEvent, KeyframeEffect, Location, Lock, LockManager, MIDIAccess, MIDIConnectionEvent, MIDIInput, MIDIInputMap, MIDIMessageEvent, MIDIOutput, MIDIOutputMap, MIDIPort, MathMLElement, MediaCapabilities, MediaDeviceInfo, MediaDevices, MediaElementAudioSourceNode, MediaEncryptedEvent, MediaError, MediaKeyMessageEvent, MediaKeySession, MediaKeyStatusMap, MediaKeySystemAccess, MediaKeys, MediaList, MediaMetadata, MediaQueryList, MediaQueryListEvent, MediaRecorder, MediaSession, MediaSource, MediaStream, MediaStreamAudioDestinationNode, MediaStreamAudioSourceNode, MediaStreamTrack, MediaStreamTrackEvent, MessageChannel, MessageEvent, MessagePort, MimeType, MimeTypeArray, MouseEvent, MutationEvent, MutationObserver, MutationRecord, NamedNodeMap, NavigationPreloadManager, Navigator, Node, NodeIterator, NodeList, Notification, OfflineAudioCompletionEvent, OfflineAudioContext, OffscreenCanvas, OffscreenCanvasRenderingContext2D, OscillatorNode, OverconstrainedError, PageTransitionEvent, PannerNode, Path2D, PaymentMethodChangeEvent, PaymentRequest, PaymentRequestUpdateEvent, PaymentResponse, Performance, PerformanceEntry, PerformanceEventTiming, PerformanceMark, PerformanceMeasure, PerformanceNavigation, PerformanceNavigationTiming, PerformanceObserver, PerformanceObserverEntryList, PerformancePaintTiming, PerformanceResourceTiming, PerformanceServerTiming, PerformanceTiming, PeriodicWave, PermissionStatus, Permissions, PictureInPictureEvent, PictureInPictureWindow, Plugin, PluginArray, PointerEvent, PopStateEvent, ProcessingInstruction, ProgressEvent, PromiseRejectionEvent, PublicKeyCredential, PushManager, PushSubscription, PushSubscriptionOptions, RTCCertificate, RTCDTMFSender, RTCDTMFToneChangeEvent, RTCDataChannel, RTCDataChannelEvent, RTCDtlsTransport, RTCEncodedAudioFrame, RTCEncodedVideoFrame, RTCError, RTCErrorEvent, RTCIceCandidate, RTCIceTransport, RTCPeerConnection, RTCPeerConnectionIceErrorEvent, RTCPeerConnectionIceEvent, RTCRtpReceiver, RTCRtpSender, RTCRtpTransceiver, RTCSctpTransport, RTCSessionDescription, RTCStatsReport, RTCTrackEvent, RadioNodeList, Range, ReadableByteStreamController, ReadableStream, ReadableStreamBYOBReader, ReadableStreamBYOBRequest, ReadableStreamDefaultController, ReadableStreamDefaultReader, RemotePlayback, Report, ReportBody, ReportingObserver, Request, ResizeObserver, ResizeObserverEntry, ResizeObserverSize, Response, SVGAElement, SVGAngle, SVGAnimateElement, SVGAnimateMotionElement, SVGAnimateTransformElement, SVGAnimatedAngle, SVGAnimatedBoolean, SVGAnimatedEnumeration, SVGAnimatedInteger, SVGAnimatedLength, SVGAnimatedLengthList, SVGAnimatedNumber, SVGAnimatedNumberList, SVGAnimatedPreserveAspectRatio, SVGAnimatedRect, SVGAnimatedString, SVGAnimatedTransformList, SVGAnimationElement, SVGCircleElement, SVGClipPathElement, SVGComponentTransferFunctionElement, SVGDefsElement, SVGDescElement, SVGElement, SVGEllipseElement, SVGFEBlendElement, SVGFEColorMatrixElement, SVGFEComponentTransferElement, SVGFECompositeElement, SVGFEConvolveMatrixElement, SVGFEDiffuseLightingElement, SVGFEDisplacementMapElement, SVGFEDistantLightElement, SVGFEDropShadowElement, SVGFEFloodElement, SVGFEFuncAElement, SVGFEFuncBElement, SVGFEFuncGElement, SVGFEFuncRElement, SVGFEGaussianBlurElement, SVGFEImageElement, SVGFEMergeElement, SVGFEMergeNodeElement, SVGFEMorphologyElement, SVGFEOffsetElement, SVGFEPointLightElement, SVGFESpecularLightingElement, SVGFESpotLightElement, SVGFETileElement, SVGFETurbulenceElement, SVGFilterElement, SVGForeignObjectElement, SVGGElement, SVGGeometryElement, SVGGradientElement, SVGGraphicsElement, SVGImageElement, SVGLength, SVGLengthList, SVGLineElement, SVGLinearGradientElement, SVGMPathElement, SVGMarkerElement, SVGMaskElement, SVGMetadataElement, SVGNumber, SVGNumberList, SVGPathElement, SVGPatternElement, SVGPointList, SVGPolygonElement, SVGPolylineElement, SVGPreserveAspectRatio, SVGRadialGradientElement, SVGRectElement, SVGSVGElement, SVGScriptElement, SVGSetElement, SVGStopElement, SVGStringList, SVGStyleElement, SVGSwitchElement, SVGSymbolElement, SVGTSpanElement, SVGTextContentElement, SVGTextElement, SVGTextPathElement, SVGTextPositioningElement, SVGTitleElement, SVGTransform, SVGTransformList, SVGUnitTypes, SVGUseElement, SVGViewElement, Screen, ScreenOrientation, ScriptProcessorNode, SecurityPolicyViolationEvent, Selection, ServiceWorker, ServiceWorkerContainer, ServiceWorkerRegistration, ShadowRoot, SharedWorker, SourceBuffer, SourceBufferList, SpeechRecognitionAlternative, SpeechRecognitionResult, SpeechRecognitionResultList, SpeechSynthesis, SpeechSynthesisErrorEvent, SpeechSynthesisEvent, SpeechSynthesisUtterance, SpeechSynthesisVoice, StaticRange, StereoPannerNode, Storage, StorageEvent, StorageManager, StylePropertyMap, StylePropertyMapReadOnly, StyleSheet, StyleSheetList, SubmitEvent, SubtleCrypto, Text, TextDecoder, TextDecoderStream, TextEncoder, TextEncoderStream, TextMetrics, TextTrack, TextTrackCue, TextTrackCueList, TextTrackList, TimeRanges, ToggleEvent, Touch, TouchEvent, TouchList, TrackEvent, TransformStream, TransformStreamDefaultController, TransitionEvent, TreeWalker, UIEvent, URL, webkitURL, URLSearchParams, UserActivation, VTTCue, VTTRegion, ValidityState, VideoColorSpace, VideoDecoder, VideoEncoder, VideoFrame, VideoPlaybackQuality, VisualViewport, WakeLock, WakeLockSentinel, WaveShaperNode, WebGL2RenderingContext, WebGLActiveInfo, WebGLBuffer, WebGLContextEvent, WebGLFramebuffer, WebGLProgram, WebGLQuery, WebGLRenderbuffer, WebGLRenderingContext, WebGLSampler, WebGLShader, WebGLShaderPrecisionFormat, WebGLSync, WebGLTexture, WebGLTransformFeedback, WebGLUniformLocation, WebGLVertexArrayObject, WebSocket, WebTransport, WebTransportBidirectionalStream, WebTransportDatagramDuplexStream, WebTransportError, WheelEvent, Window, Worker, Worklet, WritableStream, WritableStreamDefaultController, WritableStreamDefaultWriter, XMLDocument, XMLHttpRequest, XMLHttpRequestEventTarget, XMLHttpRequestUpload, XMLSerializer, XPathEvaluator, XPathExpression, XPathResult, XSLTProcessor, console, CSS, WebAssembly, Audio, Image, Option, clientInformation, closed, customElements, devicePixelRatio, document, event, external, frameElement, frames, history, innerHeight, innerWidth, length, location, locationbar, menubar, navigator, ondevicemotion, ondeviceorientation, onorientationchange, opener, orientation, outerHeight, outerWidth, pageXOffset, pageYOffset, parent, personalbar, screen, screenLeft, screenTop, screenX, screenY, scrollX, scrollY, scrollbars, self, speechSynthesis, status, statusbar, toolbar, top, visualViewport, window, onabort, onanimationcancel, onanimationend, onanimationiteration, onanimationstart, onauxclick, onbeforeinput, onblur, oncancel, oncanplay, oncanplaythrough, onchange, onclick, onclose, oncontextmenu, oncopy, oncuechange, oncut, ondblclick, ondrag, ondragend, ondragenter, ondragleave, ondragover, ondragstart, ondrop, ondurationchange, onemptied, onended, onerror, onfocus, onformdata, ongotpointercapture, oninput, oninvalid, onkeydown, onkeypress, onkeyup, onload, onloadeddata, onloadedmetadata, onloadstart, onlostpointercapture, onmousedown, onmouseenter, onmouseleave, onmousemove, onmouseout, onmouseover, onmouseup, onpaste, onpause, onplay, onplaying, onpointercancel, onpointerdown, onpointerenter, onpointerleave, onpointermove, onpointerout, onpointerover, onpointerup, onprogress, onratechange, onreset, onresize, onscroll, onscrollend, onsecuritypolicyviolation, onseeked, onseeking, onselect, onselectionchange, onselectstart, onslotchange, onstalled, onsubmit, onsuspend, ontimeupdate, ontoggle, ontouchcancel, ontouchend, ontouchmove, ontouchstart, ontransitioncancel, ontransitionend, ontransitionrun, ontransitionstart, onvolumechange, onwaiting, onwebkitanimationend, onwebkitanimationiteration, onwebkitanimationstart, onwebkittransitionend, onwheel, onafterprint, onbeforeprint, onbeforeunload, ongamepadconnected, ongamepaddisconnected, onhashchange, onlanguagechange, onmessage, onmessageerror, onoffline, ononline, onpagehide, onpageshow, onpopstate, onrejectionhandled, onstorage, onunhandledrejection, onunload, localStorage, caches, crossOriginIsolated, crypto, indexedDB, isSecureContext, origin, performance, sessionStorage, importScripts, ActiveXObject, WScript, WSH, Enumerator, VBArray, Map, WeakMap, Set, WeakSet, Proxy, Reflect, SharedArrayBuffer, Atomics, BigInt, BigInt64Array, BigUint64Array, setImmediate, clearImmediate, process, require, module, exports, global, debug, name, SafeArray, VarDate, "assert", "node:assert", Buffer, "async_hooks", "node:async_hooks", "buffer", "node:buffer", "child_process", "node:child_process", "cluster", "node:cluster", "console", "node:console", "constants", "node:constants", "crypto", "node:crypto", "dgram", "node:dgram", "dns", "node:dns", "domain", "node:domain", "events", "node:events", "fs", "node:fs", "fs/promises", "node:fs/promises", "http", "node:http", "http2", "node:http2", "https", "node:https", "inspector", "node:inspector", "module", "node:module", "net", "node:net", "os", "node:os", "path", "node:path", "perf_hooks", "node:perf_hooks", "process", "node:process", "punycode", "node:punycode", "querystring", "node:querystring", "readline", "node:readline", "repl", "node:repl", "stream", "node:stream", "string_decoder", "node:string_decoder", "timers", "node:timers", "tls", "node:tls", "trace_events", "node:trace_events", "tty", "node:tty", "url", "node:url", "util", "node:util", "v8", "node:v8", "vm", "node:vm", "wasi", "node:wasi", "worker_threads", "node:worker_threads", "zlib", "node:zlib"

unl-core (unpkg)

was missing the following properties:

  1. base32

unpaginated (unpkg)

was missing the following properties:

  1. offset

until-promise (unpkg)

was missing the following properties:

  1. setup
  2. reset

urijs (unpkg)

was missing the following properties:

  1. version
  2. protocol_expression
  3. idn_expression
  4. punycode_expression
  5. ip4_expression
as well as these 21 other properties...

ip6_expression, find_uri_expression, findUri, leading_whitespace_expression, ascii_tab_whitespace, defaultPorts, hostProtocols, invalid_hostname_characters, domAttributes, getDomAttribute, characters, decodePath, decodeUrnPath, recodePath, recodeUrnPath, buildQueryParameter, setQuery, hasQuery, ensureValidHostname, ensureValidPort, noConflict

url-template (unpkg)

was missing the following properties:

  1. encodeReserved
  2. encodeUnreserved
  3. encodeValue
  4. isDefined
  5. isKeyOperator
as well as these 1 other properties...

getValues

urlrouter (unpkg)

was missing the following properties:

  1. METHODS
  2. pageNotFound

use-global-hook (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'use-global-hook'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

The most common way to resolve this error is to use 'export =' syntax.
To learn more about 'export =' syntax, see https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require.

use-persisted-state (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'use-persisted-state'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

The most common way to resolve this error is to use 'export =' syntax.
To learn more about 'export =' syntax, see https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require.

usetube (unpkg)

was missing the following properties:

  1. getVideosFromDesc

uuid-1345 (unpkg)

was missing the following properties:

  1. The declaration doesn't match the JavaScript module 'uuid-1345'. Reason:
    The JavaScript module can be called or constructed, but the declaration module cannot.

The most common way to resolve this error is to use 'export =' syntax.
To learn more about 'export =' syntax, see https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require.

  1. nil

uuid-js (unpkg)

was missing the following properties:

  1. new

uzip (unpkg)

was missing the following properties:

  1. crc
  2. adler
  3. bin
  4. saved

Generated by 🚫 dangerJS against e62ca64

@typescript-bot
Copy link
Contributor

typescript-bot commented Aug 30, 2023

@JoshuaKGoldberg Thank you for submitting this PR!

This is a live comment which I will keep updated.

130 packages in this PR

Code Reviews

Because this is a widely-used package, a DT maintainer will need to review it before it can be merged.

You can test the changes of this PR in the Playground.

Status

  • ✅ No merge conflicts
  • ✅ Continuous integration tests have passed
  • ✅ A DT maintainer needs to approve changes which affect more than one package

All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes.


Diagnostic Information: What the bot saw about this PR
{
  "type": "info",
  "now": "-",
  "pr_number": 66542,
  "author": "JoshuaKGoldberg",
  "headCommitOid": "e62ca64a6269e08a928c1b942c66d7d2e8fced6a",
  "mergeBaseOid": "1f7d4dd1b69889f8b0f81f7bc7a36fdec9c5395f",
  "lastPushDate": "2023-08-30T04:23:02.000Z",
  "lastActivityDate": "2023-08-30T16:26:59.000Z",
  "mergeOfferDate": "2023-08-30T16:24:08.000Z",
  "mergeRequestDate": "2023-08-30T16:26:59.000Z",
  "mergeRequestUser": "JoshuaKGoldberg",
  "hasMergeConflict": false,
  "isFirstContribution": false,
  "tooManyFiles": false,
  "hugeChange": true,
  "popularityLevel": "Critical",
  "pkgInfo": [
    {
      "name": "ua-parser-js",
      "kind": "edit",
      "files": [
        {
          "path": "types/ua-parser-js/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/ua-parser-js/ua-parser-js-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "superduper",
        "legendecas",
        "MeLlamoPablo",
        "peterblazejewicz",
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "uapi-json",
      "kind": "edit",
      "files": [
        {
          "path": "types/uapi-json/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uapi-json/lib/Air.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uapi-json/lib/HotelsService.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uapi-json/lib/Terminal.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uapi-json/lib/UtilsService.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uapi-json/uapi-json-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "zviwex"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "udp-discovery",
      "kind": "edit",
      "files": [
        {
          "path": "types/udp-discovery/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/udp-discovery/udp-discovery-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "scottpage"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uglify-es",
      "kind": "edit",
      "files": [
        {
          "path": "types/uglify-es/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uglify-es/uglify-es-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "alan-agius4"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uglify-js",
      "kind": "edit",
      "files": [
        {
          "path": "types/uglify-js/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uglify-js/uglify-js-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/uglify-js/v2/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uglify-js/v2/uglify-js-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "alan-agius4",
        "tkrotoff",
        "johnnyreilly",
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "uglifycss",
      "kind": "edit",
      "files": [
        {
          "path": "types/uglifycss/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uglifycss/uglifycss-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "blendsdk"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uglifyjs-webpack-plugin",
      "kind": "edit",
      "files": [
        {
          "path": "types/uglifyjs-webpack-plugin/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uglifyjs-webpack-plugin/uglifyjs-webpack-plugin-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "vajkayrene"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "ui-grid",
      "kind": "edit",
      "files": [
        {
          "path": "types/ui-grid/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/ui-grid/ui-grid-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "btesser",
        "joeskeen",
        "pbojanczyk"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "ui-router-extras",
      "kind": "edit",
      "files": [
        {
          "path": "types/ui-router-extras/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/ui-router-extras/ui-router-extras-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "marcel-k",
        "LaserUnicorns"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "ui-select",
      "kind": "edit",
      "files": [
        {
          "path": "types/ui-select/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/ui-select/ui-select-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "nkovacic",
        "akwiatek"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uid-generator",
      "kind": "edit",
      "files": [
        {
          "path": "types/uid-generator/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uid-generator/uid-generator-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "kylechine"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uid-safe",
      "kind": "edit",
      "files": [
        {
          "path": "types/uid-safe/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uid-safe/uid-safe-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "geoffreak"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "uid2",
      "kind": "edit",
      "files": [
        {
          "path": "types/uid2/uid2-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "levibostian"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uikit",
      "kind": "edit",
      "files": [
        {
          "path": "types/uikit/dist/js/uikit-icons.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uikit/dist/js/uikit.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uikit/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uikit/uikit-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/uikit/v2/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uikit/v2/uikit-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "giovannicandido",
        "s0x",
        "pcdotfan",
        "johanns"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uinput",
      "kind": "edit",
      "files": [
        {
          "path": "types/uinput/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uinput/uinput-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "Fidge123"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uint32",
      "kind": "edit",
      "files": [
        {
          "path": "types/uint32/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uint32/uint32-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "ffflorian"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uint48be",
      "kind": "edit",
      "files": [
        {
          "path": "types/uint48be/uint48be-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uint64be",
      "kind": "edit",
      "files": [
        {
          "path": "types/uint64be/uint64be-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "ultra-strftime",
      "kind": "edit",
      "files": [
        {
          "path": "types/ultra-strftime/ultra-strftime-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "dex4er"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "ultron",
      "kind": "edit",
      "files": [
        {
          "path": "types/ultron/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "goto-bus-stop"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "umami-browser",
      "kind": "edit",
      "files": [
        {
          "path": "types/umami-browser/umami-browser-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "screendriver"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "umami",
      "kind": "edit",
      "files": [
        {
          "path": "types/umami/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/umami/umami-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "ncovercash"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "umbraco",
      "kind": "edit",
      "files": [
        {
          "path": "types/umbraco/umbraco-resources.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/umbraco/umbraco-services.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/umbraco/umbraco-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "umd",
      "kind": "edit",
      "files": [
        {
          "path": "types/umd/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/umd/umd-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "TeamworkGuy2"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "umtrack-wx",
      "kind": "edit",
      "files": [
        {
          "path": "types/umtrack-wx/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "azzgo"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "umzug",
      "kind": "edit",
      "files": [
        {
          "path": "types/umzug/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/umzug/umzug-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "drinchev",
        "mlamp",
        "trodi",
        "emmanuelgautier"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "unbox-primitive",
      "kind": "edit",
      "files": [
        {
          "path": "types/unbox-primitive/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/unbox-primitive/unbox-primitive-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unbzip2-stream",
      "kind": "edit",
      "files": [
        {
          "path": "types/unbzip2-stream/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/unbzip2-stream/unbzip2-stream-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "plumdog"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unc-path-regex",
      "kind": "edit",
      "files": [
        {
          "path": "types/unc-path-regex/unc-path-regex-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "underscore-ko",
      "kind": "edit",
      "files": [
        {
          "path": "types/underscore-ko/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "MagicMau"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "underscore.string",
      "kind": "edit",
      "files": [
        {
          "path": "types/underscore.string/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/underscore.string/underscore.string-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "rygine"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "underscore",
      "kind": "edit",
      "files": [
        {
          "path": "types/underscore/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/underscore/underscore-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "borisyankov",
        "jbaldwin",
        "ccurrens",
        "confususs",
        "jgonggrijp",
        "ffflorian",
        "regevbr",
        "peterblazejewicz",
        "reubenrybnik",
        "LukeGT"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "undertaker-registry",
      "kind": "edit",
      "files": [
        {
          "path": "types/undertaker-registry/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/undertaker-registry/undertaker-registry-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "GiedriusGrabauskas"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "undertaker",
      "kind": "edit",
      "files": [
        {
          "path": "types/undertaker/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/undertaker/undertaker-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "tkqubo",
        "GiedriusGrabauskas",
        "sh0ji"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "ungap__create-content",
      "kind": "edit",
      "files": [
        {
          "path": "types/ungap__create-content/test/create-content.cjs.test.ts",
          "kind": "test"
        },
        {
          "path": "types/ungap__create-content/test/create-content.umd.test.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "ExE-Boss"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "ungap__global-this",
      "kind": "edit",
      "files": [
        {
          "path": "types/ungap__global-this/ungap__global-this-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "ExE-Boss"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "ungap__structured-clone",
      "kind": "edit",
      "files": [
        {
          "path": "types/ungap__structured-clone/ungap__structured-clone-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "ungap__weakmap",
      "kind": "edit",
      "files": [
        {
          "path": "types/ungap__weakmap/test/weakmap.cjs.test.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "ExE-Boss"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uni-app",
      "kind": "edit",
      "files": [
        {
          "path": "types/uni-app/lib/app.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uni-app/lib/page.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uni-app/lib/uni.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uni-app/uni-app-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "dcloudio"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unicode-dragon",
      "kind": "edit",
      "files": [
        {
          "path": "types/unicode-dragon/unicode-dragon-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "richdouglasevans"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unicode-properties",
      "kind": "edit",
      "files": [
        {
          "path": "types/unicode-properties/unicode-properties-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "lionel-rowe"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unicode-trie",
      "kind": "edit",
      "files": [
        {
          "path": "types/unicode-trie/builder.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/unicode-trie/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/unicode-trie/unicode-trie-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "esheppard"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uniq",
      "kind": "edit",
      "files": [
        {
          "path": "types/uniq/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uniq/uniq-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "hansrwindhoff"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unique-hash-stream",
      "kind": "edit",
      "files": [
        {
          "path": "types/unique-hash-stream/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/unique-hash-stream/unique-hash-stream-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unist",
      "kind": "edit",
      "files": [
        {
          "path": "types/unist/unist-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/unist/v2/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/unist/v2/unist-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "bizen241",
        "lujun2",
        "hrajchert",
        "wooorm",
        "rokt33r",
        "GuiltyDolphin",
        "JounQin",
        "remcohaszing"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "unity-webapi",
      "kind": "edit",
      "files": [
        {
          "path": "types/unity-webapi/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/unity-webapi/unity-webapi-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "jmvrbanac"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "universal-analytics",
      "kind": "edit",
      "files": [
        {
          "path": "types/universal-analytics/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/universal-analytics/universal-analytics-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "Bartvds",
        "DarkerTV",
        "lekoaf"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "universalify",
      "kind": "edit",
      "files": [
        {
          "path": "types/universalify/universalify-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "Richienb"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unix-time",
      "kind": "edit",
      "files": [
        {
          "path": "types/unix-time/unix-time-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unixify",
      "kind": "edit",
      "files": [
        {
          "path": "types/unixify/unixify-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "karlhorky"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unl-core",
      "kind": "edit",
      "files": [
        {
          "path": "types/unl-core/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/unl-core/unl-core-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "u-n-l"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unorm",
      "kind": "edit",
      "files": [
        {
          "path": "types/unorm/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/unorm/unorm-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "chbrown"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unpaginated",
      "kind": "edit",
      "files": [
        {
          "path": "types/unpaginated/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/unpaginated/unpaginated-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "reediculous456"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "untar.js",
      "kind": "edit",
      "files": [
        {
          "path": "types/untar.js/untar.js-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "andrewbranch"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "until-promise",
      "kind": "edit",
      "files": [
        {
          "path": "types/until-promise/until-promise-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "Miladiir"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unused-files-webpack-plugin",
      "kind": "edit",
      "files": [
        {
          "path": "types/unused-files-webpack-plugin/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/unused-files-webpack-plugin/unused-files-webpack-plugin-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "maxbogus"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unused-webpack-plugin",
      "kind": "edit",
      "files": [
        {
          "path": "types/unused-webpack-plugin/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/unused-webpack-plugin/unused-webpack-plugin-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "remcohaszing"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unzalgo",
      "kind": "edit",
      "files": [
        {
          "path": "types/unzalgo/unzalgo-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "dburdan",
        "ImRodry"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unzip-stream",
      "kind": "edit",
      "files": [
        {
          "path": "types/unzip-stream/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/unzip-stream/unzip-stream-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "k-yle"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unzip",
      "kind": "edit",
      "files": [
        {
          "path": "types/unzip/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/unzip/unzip-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "coding2012"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "unzipper",
      "kind": "edit",
      "files": [
        {
          "path": "types/unzipper/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/unzipper/unzipper-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "s73obrien",
        "bartje321",
        "kenhuman"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "update-notifier",
      "kind": "edit",
      "files": [
        {
          "path": "types/update-notifier/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/update-notifier/update-notifier-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/update-notifier/update-notifier.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "vvakame",
        "nchen63",
        "bitjson",
        "grinich",
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uploadcare",
      "kind": "edit",
      "files": [
        {
          "path": "types/uploadcare/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "jineshshah36"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "upng-js",
      "kind": "edit",
      "files": [
        {
          "path": "types/upng-js/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/upng-js/upng-js-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "plantain-00",
        "pineapplemachine"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "upnp-mediarenderer-client",
      "kind": "edit",
      "files": [
        {
          "path": "types/upnp-mediarenderer-client/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/upnp-mediarenderer-client/upnp-mediarenderer-client-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "alexkn"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uppercamelcase",
      "kind": "edit",
      "files": [
        {
          "path": "types/uppercamelcase/uppercamelcase-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "plantain-00"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "upyun",
      "kind": "edit",
      "files": [
        {
          "path": "types/upyun/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/upyun/upyun-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "groupguanfang"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "urbanairship-cordova",
      "kind": "edit",
      "files": [
        {
          "path": "types/urbanairship-cordova/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/urbanairship-cordova/urbanairship-cordova-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "Justin-Credible"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uri-template-lite",
      "kind": "edit",
      "files": [
        {
          "path": "types/uri-template-lite/uri-template-lite-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "XVincentX"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uri-templates",
      "kind": "edit",
      "files": [
        {
          "path": "types/uri-templates/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uri-templates/uri-templates-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "Bartvds",
        "barnski"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "urijs",
      "kind": "edit",
      "files": [
        {
          "path": "types/urijs/dom-monkeypatch.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/urijs/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/urijs/src/URITemplate.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/urijs/test/urijs-dom.test.ts",
          "kind": "test"
        },
        {
          "path": "types/urijs/test/urijs-nodejs.test.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "RodneyJT",
        "xt0rted",
        "petejohanson",
        "ljqx",
        "teamworkguy2",
        "Akuukis",
        "marcelltoth",
        "XVincentX",
        "ahagelstein",
        "apepper"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "uritemplate",
      "kind": "edit",
      "files": [
        {
          "path": "types/uritemplate/uritemplate-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "teyc",
        "rubensworks"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "urix",
      "kind": "edit",
      "files": [
        {
          "path": "types/urix/urix-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "url-assembler",
      "kind": "edit",
      "files": [
        {
          "path": "types/url-assembler/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/url-assembler/url-assembler-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "wolfgang42",
        "alicewriteswrongs"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "url-file-size",
      "kind": "edit",
      "files": [
        {
          "path": "types/url-file-size/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/url-file-size/url-file-size-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "shahoob"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "url-format-lax",
      "kind": "edit",
      "files": [
        {
          "path": "types/url-format-lax/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "yoursunny"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "url-join",
      "kind": "edit",
      "files": [
        {
          "path": "types/url-join/url-join-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "rogierschouten",
        "devrelm",
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "url-match-patterns",
      "kind": "edit",
      "files": [
        {
          "path": "types/url-match-patterns/url-match-patterns-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "lionel-rowe"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "url-params-parser",
      "kind": "edit",
      "files": [
        {
          "path": "types/url-params-parser/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/url-params-parser/url-params-parser-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "url-params",
      "kind": "edit",
      "files": [
        {
          "path": "types/url-params/url-params-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "danielsogl"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "url-parse",
      "kind": "edit",
      "files": [
        {
          "path": "types/url-parse/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/url-parse/url-parse-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "harisiva",
        "DimitryDushkin",
        "davidgoli",
        "kitsong"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "url-regex-safe",
      "kind": "edit",
      "files": [
        {
          "path": "types/url-regex-safe/url-regex-safe-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "stuartlong"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "url-safe-base64",
      "kind": "edit",
      "files": [
        {
          "path": "types/url-safe-base64/url-safe-base64-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "johngeorgewright"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "url-slugify",
      "kind": "edit",
      "files": [
        {
          "path": "types/url-slugify/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/url-slugify/url-slugify-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "tpluscode"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "url-state",
      "kind": "edit",
      "files": [
        {
          "path": "types/url-state/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/url-state/url-state-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "tpluscode"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "url-template",
      "kind": "edit",
      "files": [
        {
          "path": "types/url-template/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/url-template/url-template-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "marcinporebski"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "urlencode",
      "kind": "edit",
      "files": [
        {
          "path": "types/urlencode/urlencode-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "kimcoder"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "urlparser",
      "kind": "edit",
      "files": [
        {
          "path": "types/urlparser/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/urlparser/urlparser-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "OpenByteDev"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "urlrouter",
      "kind": "edit",
      "files": [
        {
          "path": "types/urlrouter/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/urlrouter/urlrouter-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "soywiz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "urlsafe-base64",
      "kind": "edit",
      "files": [
        {
          "path": "types/urlsafe-base64/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/urlsafe-base64/urlsafe-base64-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "tkrotoff"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "usage",
      "kind": "edit",
      "files": [
        {
          "path": "types/usage/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/usage/usage-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "pvomhoff"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "use-ackee",
      "kind": "edit",
      "files": [
        {
          "path": "types/use-ackee/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/use-ackee/use-ackee-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "elliottsj",
        "PabloSzx"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "use-analytics",
      "kind": "edit",
      "files": [
        {
          "path": "types/use-analytics/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/use-analytics/use-analytics-tests.tsx",
          "kind": "test"
        }
      ],
      "owners": [
        "CruseCtrl"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "use-color-scheme",
      "kind": "edit",
      "files": [
        {
          "path": "types/use-color-scheme/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "martonlederer"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "use-combined-reducers",
      "kind": "edit",
      "files": [
        {
          "path": "types/use-combined-reducers/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/use-combined-reducers/use-combined-reducers-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "kwdowik"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "use-double-click",
      "kind": "edit",
      "files": [
        {
          "path": "types/use-double-click/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/use-double-click/use-double-click-tests.tsx",
          "kind": "test"
        }
      ],
      "owners": [
        "MasterOdin"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "use-global-hook",
      "kind": "edit",
      "files": [
        {
          "path": "types/use-global-hook/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/use-global-hook/use-global-hook-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "ojameso",
        "wutname1"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "use-persisted-state-hook",
      "kind": "edit",
      "files": [
        {
          "path": "types/use-persisted-state-hook/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/use-persisted-state-hook/use-persisted-state-hook-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "zamgill"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "use-persisted-state",
      "kind": "edit",
      "files": [
        {
          "path": "types/use-persisted-state/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/use-persisted-state/use-persisted-state-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "karol-majewski"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "use-position",
      "kind": "edit",
      "files": [
        {
          "path": "types/use-position/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/use-position/use-position-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "muscla87",
        "MatyiFKBT"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "use-set-interval",
      "kind": "edit",
      "files": [
        {
          "path": "types/use-set-interval/use-set-interval-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "screendriver"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "use-set-timeout",
      "kind": "edit",
      "files": [
        {
          "path": "types/use-set-timeout/use-set-timeout-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "screendriver"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "use-subscription",
      "kind": "edit",
      "files": [
        {
          "path": "types/use-subscription/use-subscription-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "eps1lon"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "use-sync-external-store",
      "kind": "edit",
      "files": [
        {
          "path": "types/use-sync-external-store/shim/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/use-sync-external-store/shim/with-selector.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/use-sync-external-store/use-sync-external-store-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "eps1lon",
        "markerikson"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "use-synced-local-storage",
      "kind": "edit",
      "files": [
        {
          "path": "types/use-synced-local-storage/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/use-synced-local-storage/use-synced-local-storage-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "termosa"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "user-agents",
      "kind": "edit",
      "files": [
        {
          "path": "types/user-agents/user-agents-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "unickq",
        "JPeer264"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "user-home",
      "kind": "edit",
      "files": [
        {
          "path": "types/user-home/user-home-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "mhegazy"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "user-idle-observer",
      "kind": "edit",
      "files": [
        {
          "path": "types/user-idle-observer/user-idle-observer-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "useragent",
      "kind": "edit",
      "files": [
        {
          "path": "types/useragent/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/useragent/useragent-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "geoffreak",
        "peterblazejewicz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "usetube",
      "kind": "edit",
      "files": [
        {
          "path": "types/usetube/usetube-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "lynellf"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uslug",
      "kind": "edit",
      "files": [
        {
          "path": "types/uslug/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uslug/uslug-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "rokt33r"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uswds__uswds",
      "kind": "edit",
      "files": [
        {
          "path": "types/uswds__uswds/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uswds__uswds/js/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uswds__uswds/src/js/components/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uswds__uswds/uswds__uswds-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "morganmspencer"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "utf-8-validate",
      "kind": "edit",
      "files": [
        {
          "path": "types/utf-8-validate/utf-8-validate-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "OpportunityLiu"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "utif",
      "kind": "edit",
      "files": [
        {
          "path": "types/utif/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "smajl",
        "nkprince007",
        "massic80"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "util-deprecate",
      "kind": "edit",
      "files": [
        {
          "path": "types/util-deprecate/util-deprecate-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "BendingBender"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "util.promisify",
      "kind": "edit",
      "files": [
        {
          "path": "types/util.promisify/auto.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/util.promisify/implementation.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/util.promisify/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/util.promisify/polyfill.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/util.promisify/shim.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/util.promisify/util.promisify-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "adamvoss",
        "dex4er",
        "ExE-Boss",
        "ljharb"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "utils-merge",
      "kind": "edit",
      "files": [
        {
          "path": "types/utils-merge/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/utils-merge/utils-merge-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "chrootsu"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Popular"
    },
    {
      "name": "utm",
      "kind": "edit",
      "files": [
        {
          "path": "types/utm/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/utm/utm-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "civilizeddev",
        "JonasTriki"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uuencode",
      "kind": "edit",
      "files": [
        {
          "path": "types/uuencode/uuencode-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "DefinitelyTyped"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uuid-1345",
      "kind": "edit",
      "files": [
        {
          "path": "types/uuid-1345/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uuid-1345/uuid-1345-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "mugeso"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uuid-browser",
      "kind": "edit",
      "files": [
        {
          "path": "types/uuid-browser/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uuid-browser/uuid-browser-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/uuid-browser/v1.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uuid-browser/v4.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uuid-browser/v5.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "forivall"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uuid-js",
      "kind": "edit",
      "files": [
        {
          "path": "types/uuid-js/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uuid-js/uuid-js-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "mhegazy"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uuid-parse",
      "kind": "edit",
      "files": [
        {
          "path": "types/uuid-parse/uuid-parse-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "screendriver"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uuid-readable",
      "kind": "edit",
      "files": [
        {
          "path": "types/uuid-readable/uuid-readable-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "ffflorian"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uuid-to-hex",
      "kind": "edit",
      "files": [
        {
          "path": "types/uuid-to-hex/uuid-to-hex-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "pmqueiroz"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uuid-validate",
      "kind": "edit",
      "files": [
        {
          "path": "types/uuid-validate/uuid-validate-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "HiromiShikata"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uuid",
      "kind": "edit",
      "files": [
        {
          "path": "types/uuid/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uuid/uuid-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/uuid/v2/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uuid/v2/uuid-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/uuid/v3/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uuid/v3/interfaces.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uuid/v3/uuid-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/uuid/v3/v1.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uuid/v3/v4.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uuid/v3/v5.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uuid/v7/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uuid/v7/interfaces.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uuid/v7/uuid-tests.ts",
          "kind": "test"
        },
        {
          "path": "types/uuid/v7/v1.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uuid/v7/v3.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uuid/v7/v4.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uuid/v7/v5.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "iamolivinius",
        "felipeochoa",
        "cjbarth",
        "LinusU",
        "ctavan"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Critical"
    },
    {
      "name": "uuid4",
      "kind": "edit",
      "files": [
        {
          "path": "types/uuid4/index.d.ts",
          "kind": "definition"
        }
      ],
      "owners": [
        "BrenekH"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uws",
      "kind": "edit",
      "files": [
        {
          "path": "types/uws/index.d.ts",
          "kind": "definition"
        },
        {
          "path": "types/uws/uws-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "plantain-00",
        "orblazer"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    },
    {
      "name": "uzip",
      "kind": "edit",
      "files": [
        {
          "path": "types/uzip/uzip-tests.ts",
          "kind": "test"
        }
      ],
      "owners": [
        "lucaspontoexe"
      ],
      "addedOwners": [],
      "deletedOwners": [],
      "popularityLevel": "Well-liked by everyone"
    }
  ],
  "reviews": [
    {
      "type": "approved",
      "reviewer": "sandersn",
      "date": "2023-08-30T16:17:38.000Z",
      "isMaintainer": true
    }
  ],
  "mainBotCommentID": 1699131525,
  "ciResult": "pass"
}

@typescript-bot
Copy link
Contributor

⚠️ There are too many reviewers for this PR change (169). Merging can only be handled by a DT maintainer.

People who would have been pinged superduper legendecas MeLlamoPablo peterblazejewicz BendingBender zviwex scottpage alan-agius4 tkrotoff johnnyreilly blendsdk vajkayrene btesser joeskeen pbojanczyk marcel-k LaserUnicorns nkovacic akwiatek kylechine geoffreak levibostian giovannicandido s0x pcdotfan johanns Fidge123 ffflorian dex4er goto-bus-stop screendriver ncovercash DefinitelyTyped TeamworkGuy2 azzgo drinchev mlamp trodi emmanuelgautier plumdog MagicMau rygine borisyankov jbaldwin ccurrens confususs jgonggrijp regevbr reubenrybnik LukeGT GiedriusGrabauskas tkqubo sh0ji ExE-Boss dcloudio richdouglasevans lionel-rowe esheppard hansrwindhoff bizen241 lujun2 hrajchert wooorm rokt33r GuiltyDolphin JounQin remcohaszing jmvrbanac Bartvds DarkerTV lekoaf Richienb karlhorky u-n-l chbrown reediculous456 andrewbranch Miladiir maxbogus dburdan ImRodry k-yle coding2012 s73obrien bartje321 kenhuman vvakame nchen63 bitjson grinich jineshshah36 plantain-00 pineapplemachine alexkn groupguanfang Justin-Credible XVincentX barnski RodneyJT xt0rted petejohanson ljqx teamworkguy2 Akuukis marcelltoth ahagelstein apepper teyc rubensworks wolfgang42 alicewriteswrongs shahoob yoursunny rogierschouten devrelm danielsogl harisiva DimitryDushkin davidgoli kitsong stuartlong johngeorgewright tpluscode marcinporebski kimcoder OpenByteDev soywiz pvomhoff elliottsj PabloSzx CruseCtrl martonlederer kwdowik MasterOdin ojameso wutname1 zamgill karol-majewski muscla87 MatyiFKBT eps1lon markerikson termosa unickq JPeer264 mhegazy lynellf morganmspencer OpportunityLiu smajl nkprince007 massic80 adamvoss ljharb chrootsu civilizeddev JonasTriki mugeso forivall pmqueiroz HiromiShikata iamolivinius felipeochoa cjbarth LinusU ctavan BrenekH orblazer lucaspontoexe

@typescript-bot typescript-bot added Maintainer Approved Self Merge This PR can now be self-merged by the PR author or an owner labels Aug 30, 2023
@typescript-bot
Copy link
Contributor

@JoshuaKGoldberg: Everything looks good here. I am ready to merge this PR (at e62ca64) on your behalf whenever you think it's ready.

If you'd like that to happen, please post a comment saying:

Ready to merge

and I'll merge this PR almost instantly. Thanks for helping out! ❤️

@JoshuaKGoldberg
Copy link
Collaborator Author

Ready to merge

@typescript-bot typescript-bot merged commit 824cf72 into DefinitelyTyped:master Aug 30, 2023
@JoshuaKGoldberg JoshuaKGoldberg deleted the dprint-fmt-u branch September 27, 2023 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants