Skip to content

Conversation

@jakebailey
Copy link
Member

@jakebailey
Copy link
Member Author

@typescript-bot run dt
@typescript-bot test top800
@typescript-bot user test this
@typescript-bot perf test this faster

@typescript-bot
Copy link
Collaborator

typescript-bot commented Oct 28, 2025

Starting jobs; this comment will be updated as builds start and complete.

Command Status Results
run dt ✅ Started 👀 Results
test top800 ✅ Started 👀 Results
user test this ✅ Started 👀 Results
perf test this faster ✅ Started 👀 Results

@typescript-bot
Copy link
Collaborator

Hey @jakebailey, the results of running the DT tests are ready.

There were interesting changes:

Branch only errors:

Package: dom-speech-recognition
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/dom-speech-recognition/dom-speech-recognition-tests.ts
  33:7  error  TypeScript@local compile error: 
Property '[Symbol.toStringTag]' is missing in type '{ continuous: true; grammars: SpeechGrammarList; interimResults: false; lang: string; maxAlternatives: number; onaudioend: null; onaudiostart: null; onend: null; onerror: null; ... 12 more ...; removeEventListener: (type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions)...' but required in type 'SpeechRecognition'  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: guacamole-client
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/guacamole-client/test/guacamole-client.ts
  36:21  error  TypeScript@local compile error: 
Argument of type 'Document' is not assignable to parameter of type 'HTMLElement | HTMLDocument'.
  Type 'Document' is not assignable to type 'HTMLDocument'.
    Types of property '[Symbol.toStringTag]' are incompatible.
      Type 'string' is not assignable to type '"HTMLDocument"'  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: phonegap-nfc
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/phonegap-nfc/phonegap-nfc-tests.ts
  123:5  error  TypeScript@local compile error: 
Property '[Symbol.toStringTag]' is missing in type '{ addEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void; dispatchEvent(evt: Event): true; removeEventListener(type: string, listener: EventListenerOrEventListenerObject, useCapture?: boolean): void; }' but required in type 'EventTarget'  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: d3-selection/v2
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/d3-selection/v2/d3-selection-tests.ts
  463:15  error  TypeScript@local compile error: 
Type 'SVGCircleElement' is not assignable to type 'SVGGElement'.
  Types of property '[Symbol.toStringTag]' are incompatible.
    Type '"SVGCircleElement"' is not assignable to type '"SVGGElement"'                                                                                                                                                                                                                                                                                                                                                    @definitelytyped/expect
  468:15  error  TypeScript@local compile error: 
Type 'ArrayLike<SVGCircleElement> | SVGCircleElement[]' is not assignable to type 'ArrayLike<SVGGElement> | SVGGElement[]'.
  Type 'ArrayLike<SVGCircleElement>' is not assignable to type 'ArrayLike<SVGGElement> | SVGGElement[]'.
    Type 'ArrayLike<SVGCircleElement>' is not assignable to type 'ArrayLike<SVGGElement>'.
      Type 'SVGCircleElement' is not assignable to type 'SVGGElement'.
        Types of property '[Symbol.toStringTag]' are incompatible.
          Type '"SVGCircleElement"' is not assignable to type '"SVGGElement"'  @definitelytyped/expect

✖ 2 problems (2 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: d3-selection
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/d3-selection/d3-selection-tests.ts
  463:15  error  TypeScript@local compile error: 
Type 'SVGCircleElement' is not assignable to type 'SVGGElement'.
  Types of property '[Symbol.toStringTag]' are incompatible.
    Type '"SVGCircleElement"' is not assignable to type '"SVGGElement"'                                                                                                                                                                                                                                                                                                                                                    @definitelytyped/expect
  468:15  error  TypeScript@local compile error: 
Type 'ArrayLike<SVGCircleElement> | SVGCircleElement[]' is not assignable to type 'ArrayLike<SVGGElement> | SVGGElement[]'.
  Type 'ArrayLike<SVGCircleElement>' is not assignable to type 'ArrayLike<SVGGElement> | SVGGElement[]'.
    Type 'ArrayLike<SVGCircleElement>' is not assignable to type 'ArrayLike<SVGGElement>'.
      Type 'SVGCircleElement' is not assignable to type 'SVGGElement'.
        Types of property '[Symbol.toStringTag]' are incompatible.
          Type '"SVGCircleElement"' is not assignable to type '"SVGGElement"'  @definitelytyped/expect

✖ 2 problems (2 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: d3-selection/v1
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/d3-selection/v1/d3-selection-tests.ts
  447:15  error  TypeScript@local compile error: 
Type 'SVGCircleElement' is not assignable to type 'SVGGElement'.
  Types of property '[Symbol.toStringTag]' are incompatible.
    Type '"SVGCircleElement"' is not assignable to type '"SVGGElement"'                                                                                                                                                                                                                                                                                                                         @definitelytyped/expect
  452:15  error  TypeScript@local compile error: 
Type 'SVGCircleElement[] | ArrayLike<SVGCircleElement>' is not assignable to type 'ArrayLike<SVGGElement> | SVGGElement[]'.
  Type 'SVGCircleElement[]' is not assignable to type 'ArrayLike<SVGGElement> | SVGGElement[]'.
    Type 'SVGCircleElement[]' is not assignable to type 'SVGGElement[]'.
      Type 'SVGCircleElement' is not assignable to type 'SVGGElement'.
        Types of property '[Symbol.toStringTag]' are incompatible.
          Type '"SVGCircleElement"' is not assignable to type '"SVGGElement"'  @definitelytyped/expect

✖ 2 problems (2 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: node/v20
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/node/v20/test/fs.ts
  875:13  error  TypeScript@local tsconfig.dom.json compile error: 
Argument of type 'URL' is not assignable to parameter of type 'string | URL'.
  Property '[Symbol.toStringTag]' is missing in type 'import("url").URL' but required in type 'URL'  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/node/v20/test/url.ts
  210:11  error  TypeScript@local tsconfig.dom.json compile error: 
Property '[Symbol.toStringTag]' is missing in type 'import("url").URL' but required in type 'URL'                          @definitelytyped/expect
  212:11  error  TypeScript@local tsconfig.dom.json compile error: 
Property '[Symbol.toStringTag]' is missing in type 'import("url").URLSearchParams' but required in type 'URLSearchParams'  @definitelytyped/expect

✖ 3 problems (3 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: node/v22
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/node/v22/test/fs.ts
  958:13  error  TypeScript@local tsconfig.dom.json, local tsconfig.webworker.json compile error: 
Argument of type 'URL' is not assignable to parameter of type 'string | URL'.
  Property '[Symbol.toStringTag]' is missing in type 'import("url").URL' but required in type 'URL'  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/node/v22/test/url.ts
  216:11  error  TypeScript@local tsconfig.dom.json, local tsconfig.webworker.json compile error: 
Property '[Symbol.toStringTag]' is missing in type 'import("url").URL' but required in type 'URL'                          @definitelytyped/expect
  218:11  error  TypeScript@local tsconfig.dom.json, local tsconfig.webworker.json compile error: 
Property '[Symbol.toStringTag]' is missing in type 'import("url").URLSearchParams' but required in type 'URLSearchParams'  @definitelytyped/expect

✖ 3 problems (3 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: node
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/node/test/fs.ts
  979:13  error  TypeScript@local tsconfig.dom.json, local tsconfig.webworker.json compile error: 
Argument of type 'URL' is not assignable to parameter of type 'string | URL'.
  Property '[Symbol.toStringTag]' is missing in type 'import("url").URL' but required in type 'URL'  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/node/test/url.ts
  216:11  error  TypeScript@local tsconfig.dom.json, local tsconfig.webworker.json compile error: 
Property '[Symbol.toStringTag]' is missing in type 'import("url").URL' but required in type 'URL'                          @definitelytyped/expect
  218:11  error  TypeScript@local tsconfig.dom.json, local tsconfig.webworker.json compile error: 
Property '[Symbol.toStringTag]' is missing in type 'import("url").URLSearchParams' but required in type 'URLSearchParams'  @definitelytyped/expect
  220:11  error  TypeScript@local tsconfig.dom.json, local tsconfig.webworker.json compile error: 
Property '[Symbol.toStringTag]' is missing in type 'import("url").URLPattern' but required in type 'URLPattern'            @definitelytyped/expect

✖ 4 problems (4 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: event-source-polyfill
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/event-source-polyfill/event-source-polyfill-tests.ts
  20:7  error  TypeScript@local compile error: 
Property '[Symbol.toStringTag]' is missing in type 'EventSourcePolyfill' but required in type 'EventSource'  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: url-state
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/url-state/url-state-tests.ts
  20:7  error  TypeScript@local compile error: 
Type 'UrlState' is not assignable to type 'Partial<URL>'.
  Types of property '[Symbol.toStringTag]' are incompatible.
    Type 'string' is not assignable to type '"URL"'  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: web-animations-js
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/web-animations-js/index.d.ts
  104:14  error  TypeScript@local compile error: 
Subsequent property declarations must have the same type.  Property 'timeline' must be of type 'DocumentTimeline', but here has type 'AnimationTimeline'  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: webxr
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/webxr/webxr-tests.ts
  327:50  error  TypeScript@local compile error: 
Argument of type 'string' is not assignable to parameter of type 'WebGLProgram'  @definitelytyped/expect
  328:49  error  TypeScript@local compile error: 
Argument of type 'string' is not assignable to parameter of type 'WebGLProgram'  @definitelytyped/expect
  329:54  error  TypeScript@local compile error: 
Argument of type 'string' is not assignable to parameter of type 'WebGLProgram'  @definitelytyped/expect

✖ 3 problems (3 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: focus-within
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/focus-within/test/focus-within-global-tests.ts
  5:13  error  TypeScript@local compile error: 
Argument of type 'Document' is not assignable to parameter of type 'HTMLDocument'.
  Types of property '[Symbol.toStringTag]' are incompatible.
    Type 'string' is not assignable to type '"HTMLDocument"'  @definitelytyped/expect
  7:13  error  TypeScript@local compile error: 
Argument of type 'Document' is not assignable to parameter of type 'HTMLDocument'.
  Types of property '[Symbol.toStringTag]' are incompatible.
    Type 'string' is not assignable to type '"HTMLDocument"'  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/focus-within/test/focus-within-import-default-tests.ts
  6:13  error  TypeScript@local compile error: 
Argument of type 'Document' is not assignable to parameter of type 'HTMLDocument'.
  Types of property '[Symbol.toStringTag]' are incompatible.
    Type 'string' is not assignable to type '"HTMLDocument"'  @definitelytyped/expect
  8:13  error  TypeScript@local compile error: 
Argument of type 'Document' is not assignable to parameter of type 'HTMLDocument'.
  Types of property '[Symbol.toStringTag]' are incompatible.
    Type 'string' is not assignable to type '"HTMLDocument"'  @definitelytyped/expect

✖ 4 problems (4 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: googlepay
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/googlepay/googlepay-tests.ts
  148:5  error  TypeScript@local compile error: 
Type 'Document' is not assignable to type 'HTMLDocument | ShadowRoot | undefined'.
  Type 'Document' is not assignable to type 'HTMLDocument'.
    Types of property '[Symbol.toStringTag]' are incompatible.
      Type 'string' is not assignable to type '"HTMLDocument"'  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: jquery
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/jquery/jquery-tests.ts
  6796:13  error  TypeScript@local expected type to be:
  JQuery<HTMLSpanElement>
got:
  JQuery<unknown>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            @definitelytyped/expect
  6796:42  error  TypeScript@local compile error: 
No overload matches this call.
  Overload 1 of 4, '(selector_element: string): JQuery<HTMLSpanElement>', gave the following error.
    Argument of type 'JQuery<HTMLElement>' is not assignable to parameter of type 'string'.
  Overload 2 of 4, '(selector_element: HTMLSpanElement | JQuery<HTMLSpanElement>): JQuery<HTMLSpanElement>', gave the following error.
    Argument of type 'JQuery<HTMLElement>' is not assignable to parameter of type 'HTMLSpanElement | JQuery<HTMLSpanElement>'.
      Type 'JQuery<HTMLElement>' is not assignable to type 'JQuery<HTMLSpanElement>'.
        Type 'HTMLElement' is not assignable to type 'HTMLSpanElement'.
          Types of property '[Symbol.toStringTag]' are incompatible.
            Type 'string' is not assignable to type '"HTMLSpanElement"'  @definitelytyped/expect

✖ 2 problems (2 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: w3c-css-typed-object-model-level-1
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/w3c-css-typed-object-model-level-1/w3c-css-typed-object-model-level-1-tests.ts
  3:11  error  TypeScript@local compile error: 
Property '[Symbol.toStringTag]' is missing in type 'CSSStyleValue[]' but required in type 'CSSStyleValue'  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: webappsec-credential-management
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/webappsec-credential-management/webappsec-credential-management-tests.ts
  380:11  error  TypeScript@local compile error: 
Property '[Symbol.toStringTag]' is missing in type '{ clientDataJSON: ArrayBuffer; authenticatorData: ArrayBuffer; signature: ArrayBuffer; userHandle: null; }' but required in type 'AuthenticatorAssertionResponse'  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: react-slider
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/react-slider/react-slider-tests.tsx
  12:39  error  TypeScript@local compile error: 
Type '{ ref: RefCallback<HTMLSpanElement>; accept?: string | undefined; acceptCharset?: string | undefined; action?: string | ((formData: FormData) => void | Promise<...>) | undefined; ... 377 more ...; key?: Key | ... 1 more ... | undefined; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
  Type '{ ref: RefCallback<HTMLSpanElement>; accept?: string | undefined; acceptCharset?: string | undefined; action?: string | ((formData: FormData) => void | Promise<...>) | undefined; ... 377 more ...; key?: Key | ... 1 more ... | undefined; }' is not assignable to type 'ClassAttributes<HTMLDivElement>'.
    Types of property 'ref' are incompatible.
      Type 'RefCallback<HTMLSpanElement>' is not assignable to type 'Ref<HTMLDivElement> | undefined'.
        Type 'RefCallback<HTMLSpanElement>' is not assignable to type '(instance: HTMLDivElement | null) => void | (() => VoidOrUndefinedOnly)'.
          Types of parameters 'instance' and 'instance' are incompatible.
            Type 'HTMLDivElement | null' is not assignable to type 'HTMLSpanElement | null'.
              Type 'HTMLDivElement' is not assignable to type 'HTMLSpanElement'.
                Types of property '[Symbol.toStringTag]' are incompatible.
                  Type '"HTMLDivElement"' is not assignable to type '"HTMLSpanElement"'  @definitelytyped/expect
  43:39  error  TypeScript@local compile error: 
Type '{ ref: RefCallback<HTMLSpanElement>; accept?: string | undefined; acceptCharset?: string | undefined; action?: string | ((formData: FormData) => void | Promise<...>) | undefined; ... 377 more ...; key?: Key | ... 1 more ... | undefined; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
  Type '{ ref: RefCallback<HTMLSpanElement>; accept?: string | undefined; acceptCharset?: string | undefined; action?: string | ((formData: FormData) => void | Promise<...>) | undefined; ... 377 more ...; key?: Key | ... 1 more ... | undefined; }' is not assignable to type 'ClassAttributes<HTMLDivElement>'.
    Types of property 'ref' are incompatible.
      Type 'RefCallback<HTMLSpanElement>' is not assignable to type 'Ref<HTMLDivElement> | undefined'.
        Type 'RefCallback<HTMLSpanElement>' is not assignable to type '(instance: HTMLDivElement | null) => void | (() => VoidOrUndefinedOnly)'.
          Types of parameters 'instance' and 'instance' are incompatible.
            Type 'HTMLDivElement | null' is not assignable to type 'HTMLSpanElement | null'.
              Type 'HTMLDivElement' is not assignable to type 'HTMLSpanElement'.
                Types of property '[Symbol.toStringTag]' are incompatible.
                  Type '"HTMLDivElement"' is not assignable to type '"HTMLSpanElement"'  @definitelytyped/expect

✖ 2 problems (2 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: guacamole-common-js
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/guacamole-common-js/test/guacamole-common-js-test.ts
  36:21  error  TypeScript@local compile error: 
Argument of type 'Document' is not assignable to parameter of type 'HTMLElement | HTMLDocument'.
  Type 'Document' is not assignable to type 'HTMLDocument'.
    Types of property '[Symbol.toStringTag]' are incompatible.
      Type 'string' is not assignable to type '"HTMLDocument"'  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: vast-client
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/vast-client/vast-client-tests.ts
  103:18  error  TypeScript@local compile error: 
Argument of type 'Document' is not assignable to parameter of type 'XMLDocument'.
  Types of property '[Symbol.toStringTag]' are incompatible.
    Type 'string' is not assignable to type '"XMLDocument"'  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: vast-client/v2
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/vast-client/v2/vast-client-tests.ts
  93:18  error  TypeScript@local compile error: 
Argument of type 'Document' is not assignable to parameter of type 'XMLDocument'.
  Types of property '[Symbol.toStringTag]' are incompatible.
    Type 'string' is not assignable to type '"XMLDocument"'  @definitelytyped/expect

✖ 1 problem (1 error, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

Package: video.js
Error:

Error: 
/mnt/vss/_work/1/DefinitelyTyped/types/video.js/test/videojs-alt-distributions-tests.ts
  58:15  error  TypeScript@local compile error: 
Property '[Symbol.toStringTag]' is missing in type 'TimeRange' but required in type 'TimeRanges'  @definitelytyped/expect

/mnt/vss/_work/1/DefinitelyTyped/types/video.js/video.js-tests.ts
  173:11  error  TypeScript@local compile error: 
Property '[Symbol.toStringTag]' is missing in type 'TimeRange' but required in type 'TimeRanges'  @definitelytyped/expect

✖ 2 problems (2 errors, 0 warnings)

    at combineErrorsAndWarnings (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:199:28)
    at runTests (/mnt/vss/_work/1/DefinitelyTyped/node_modules/.pnpm/@definitelytyped+dtslint@0.2.34_typescript@6.0.0-dev.20251028/node_modules/@definitelytyped/dtslint/dist/index.js:191:20)

You can check the log here.

@typescript-bot
Copy link
Collaborator

@jakebailey Here are the results of running the user tests with tsc comparing main and refs/pull/62682/merge:

There were infrastructure failures potentially unrelated to your change:

  • 1 instance of "Git clone failed"

Otherwise...

Something interesting changed - please have a look.

Details

webpack

tsconfig.types.test.json

tsconfig.types.json

tsconfig.json

@typescript-bot
Copy link
Collaborator

@jakebailey
The results of the perf run you requested are in!

Here they are:

tsc

Comparison Report - baseline..pr
Metric baseline pr Delta Best Worst p-value
Compiler-Unions - node (v18.15.0, x64)
Errors 1 1 ~ ~ ~ p=1.000 n=6
Symbols 62,370 62,370 ~ ~ ~ p=1.000 n=6
Types 50,386 50,386 ~ ~ ~ p=1.000 n=6
Memory used 193,860k (± 0.97%) 193,928k (± 0.95%) ~ 192,632k 196,331k p=0.470 n=6
Parse Time 1.30s (± 0.84%) 1.30s (± 0.58%) ~ 1.29s 1.31s p=0.865 n=6
Bind Time 0.72s (± 0.57%) 0.72s (± 0.57%) ~ 0.72s 0.73s p=1.000 n=6
Check Time 9.77s (± 0.24%) 9.77s (± 0.29%) ~ 9.73s 9.81s p=0.746 n=6
Emit Time 2.72s (± 0.85%) 2.73s (± 0.82%) ~ 2.69s 2.75s p=0.571 n=6
Total Time 14.51s (± 0.22%) 14.52s (± 0.28%) ~ 14.45s 14.56s p=0.935 n=6
angular-1 - node (v18.15.0, x64)
Errors 2 2 ~ ~ ~ p=1.000 n=6
Symbols 955,117 956,224 +1,107 (+ 0.12%) ~ ~ p=0.001 n=6
Types 415,619 415,597 -22 (- 0.01%) ~ ~ p=0.001 n=6
Memory used 1,254,707k (± 0.01%) 1,256,827k (± 0.00%) +2,120k (+ 0.17%) 1,256,738k 1,256,916k p=0.005 n=6
Parse Time 8.03s (± 1.04%) 7.99s (± 1.54%) ~ 7.83s 8.17s p=0.423 n=6
Bind Time 2.28s (± 0.70%) 2.28s (± 1.02%) ~ 2.25s 2.32s p=0.805 n=6
Check Time 38.49s (± 0.39%) 38.64s (± 0.20%) +0.15s (+ 0.39%) 38.54s 38.78s p=0.024 n=6
Emit Time 17.81s (± 0.49%) 17.78s (± 0.42%) ~ 17.70s 17.87s p=0.520 n=6
Total Time 66.62s (± 0.22%) 66.70s (± 0.30%) ~ 66.47s 66.93s p=0.336 n=6
mui-docs - node (v18.15.0, x64)
Errors 1 1 ~ ~ ~ p=1.000 n=6
Symbols 554,936 555,601 +665 (+ 0.12%) ~ ~ p=0.001 n=6
Types 89 89 ~ ~ ~ p=1.000 n=6
Memory used 832,031k (± 0.00%) 833,103k (± 0.00%) +1,072k (+ 0.13%) 833,087k 833,111k p=0.005 n=6
Parse Time 8.62s (± 0.18%) 8.65s (± 0.22%) +0.03s (+ 0.37%) 8.63s 8.68s p=0.018 n=6
Bind Time 2.20s (± 0.55%) 2.20s (± 0.34%) ~ 2.19s 2.21s p=0.503 n=6
Check Time 0.00s 0.00s ~ ~ ~ p=1.000 n=6
Emit Time 0.28s (± 1.86%) 0.28s (± 1.47%) ~ 0.27s 0.28s p=0.595 n=6
Total Time 11.09s (± 0.13%) 11.13s (± 0.16%) +0.04s (+ 0.35%) 11.11s 11.15s p=0.008 n=6
self-build-src - node (v18.15.0, x64)
Errors 0 0 ~ ~ ~ p=1.000 n=6
Symbols 1,237,224 1,237,224 ~ ~ ~ p=1.000 n=6
Types 259,862 259,862 ~ ~ ~ p=1.000 n=6
Memory used 2,426,052k (± 6.11%) 2,486,424k (± 7.54%) ~ 2,364,964k 2,728,906k p=1.000 n=6
Parse Time 5.17s (± 1.08%) 5.18s (± 1.74%) ~ 5.08s 5.32s p=0.936 n=6
Bind Time 1.78s (± 0.59%) 1.77s (± 0.69%) ~ 1.75s 1.78s p=0.183 n=6
Check Time 35.10s (± 0.38%) 35.02s (± 0.89%) ~ 34.61s 35.38s p=0.936 n=6
Emit Time 2.99s (± 1.73%) 3.02s (± 1.06%) ~ 2.96s 3.05s p=0.228 n=6
Total Time 45.03s (± 0.33%) 44.98s (± 0.59%) ~ 44.65s 45.35s p=0.810 n=6
self-build-src-public-api - node (v18.15.0, x64)
Errors 0 0 ~ ~ ~ p=1.000 n=6
Symbols 1,237,224 1,237,224 ~ ~ ~ p=1.000 n=6
Types 259,862 259,862 ~ ~ ~ p=1.000 n=6
Memory used 2,431,276k (± 0.01%) 2,492,292k (± 5.93%) +61,016k (+ 2.51%) 2,431,254k 2,794,474k p=0.031 n=6
Parse Time 5.37s (± 0.60%) 5.40s (± 0.77%) ~ 5.36s 5.47s p=0.196 n=6
Bind Time 1.79s (± 0.84%) 1.80s (± 0.99%) ~ 1.78s 1.83s p=0.511 n=6
Check Time 35.18s (± 0.26%) 35.02s (± 0.74%) ~ 34.55s 35.31s p=0.173 n=6
Emit Time 3.04s (± 1.81%) 3.06s (± 0.83%) ~ 3.03s 3.09s p=0.173 n=6
Total Time 45.39s (± 0.28%) 45.29s (± 0.60%) ~ 44.85s 45.63s p=0.471 n=6
self-compiler - node (v18.15.0, x64)
Errors 0 0 ~ ~ ~ p=1.000 n=6
Symbols 262,502 262,502 ~ ~ ~ p=1.000 n=6
Types 104,038 104,038 ~ ~ ~ p=1.000 n=6
Memory used 440,655k (± 0.01%) 440,659k (± 0.02%) ~ 440,530k 440,765k p=0.936 n=6
Parse Time 3.52s (± 1.23%) 3.52s (± 1.07%) ~ 3.45s 3.56s p=0.686 n=6
Bind Time 1.32s (± 1.41%) 1.32s (± 0.80%) ~ 1.30s 1.33s p=0.511 n=6
Check Time 18.97s (± 0.21%) 18.94s (± 0.43%) ~ 18.86s 19.04s p=0.377 n=6
Emit Time 1.52s (± 0.97%) 1.52s (± 0.90%) ~ 1.50s 1.54s p=0.934 n=6
Total Time 25.33s (± 0.29%) 25.29s (± 0.33%) ~ 25.20s 25.43s p=0.422 n=6
ts-pre-modules - node (v18.15.0, x64)
Errors 72 72 ~ ~ ~ p=1.000 n=6
Symbols 225,374 225,374 ~ ~ ~ p=1.000 n=6
Types 94,297 94,297 ~ ~ ~ p=1.000 n=6
Memory used 370,107k (± 0.05%) 370,095k (± 0.03%) ~ 369,999k 370,330k p=1.000 n=6
Parse Time 2.83s (± 1.13%) 2.82s (± 0.58%) ~ 2.79s 2.83s p=0.461 n=6
Bind Time 1.60s (± 0.65%) 1.59s (± 1.40%) ~ 1.56s 1.61s p=1.000 n=6
Check Time 16.35s (± 0.25%) 16.41s (± 0.34%) ~ 16.35s 16.48s p=0.199 n=6
Emit Time 0.00s 0.00s ~ ~ ~ p=1.000 n=6
Total Time 20.78s (± 0.17%) 20.82s (± 0.24%) ~ 20.76s 20.90s p=0.225 n=6
vscode - node (v18.15.0, x64)
Errors 5 59 🔻+54 (+1,080.00%) ~ ~ p=0.001 n=6
Symbols 3,983,219 3,985,632 +2,413 (+ 0.06%) ~ ~ p=0.001 n=6
Types 1,249,535 1,249,889 +354 (+ 0.03%) ~ ~ p=0.001 n=6
Memory used 3,767,273k (± 0.00%) 3,769,799k (± 0.00%) +2,526k (+ 0.07%) 3,769,672k 3,769,903k p=0.005 n=6
Parse Time 15.38s (± 0.98%) 15.39s (± 0.66%) ~ 15.25s 15.48s p=0.575 n=6
Bind Time 5.00s (± 0.32%) 5.00s (± 0.50%) ~ 4.98s 5.05s p=1.000 n=6
Check Time 104.69s (± 4.92%) 104.72s (± 3.47%) ~ 102.14s 110.19s p=0.575 n=6
Emit Time 41.16s (±15.99%) 37.29s (± 6.36%) ~ 32.48s 38.76s p=0.092 n=6
Total Time 166.22s (± 6.77%) 162.41s (± 1.53%) ~ 160.30s 167.15s p=0.936 n=6
webpack - node (v18.15.0, x64)
Errors 40 47 🔻+7 (+17.50%) ~ ~ p=0.001 n=6
Symbols 373,618 375,082 +1,464 (+ 0.39%) ~ ~ p=0.001 n=6
Types 163,475 164,399 +924 (+ 0.57%) ~ ~ p=0.001 n=6
Memory used 530,166k (± 0.01%) 530,298k (± 0.02%) +132k (+ 0.02%) 530,206k 530,497k p=0.020 n=6
Parse Time 4.52s (± 0.93%) 4.56s (± 0.83%) ~ 4.53s 4.62s p=0.052 n=6
Bind Time 1.94s (± 0.82%) 1.95s (± 1.98%) ~ 1.92s 2.02s p=1.000 n=6
Check Time 22.11s (± 0.31%) 22.25s (± 0.42%) +0.15s (+ 0.67%) 22.11s 22.39s p=0.031 n=6
Emit Time 0.00s 0.00s (±244.70%) ~ 0.00s 0.01s p=0.405 n=6
Total Time 28.57s (± 0.37%) 28.77s (± 0.23%) +0.19s (+ 0.68%) 28.66s 28.84s p=0.013 n=6
xstate-main - node (v18.15.0, x64)
Errors 30 30 ~ ~ ~ p=1.000 n=6
Symbols 676,692 677,449 +757 (+ 0.11%) ~ ~ p=0.001 n=6
Types 203,798 203,829 +31 (+ 0.02%) ~ ~ p=0.001 n=6
Memory used 578,635k (± 0.02%) 579,600k (± 0.02%) +965k (+ 0.17%) 579,537k 579,836k p=0.005 n=6
Parse Time 4.19s (± 0.51%) 4.21s (± 0.44%) ~ 4.19s 4.23s p=0.162 n=6
Bind Time 1.36s (± 1.26%) 1.36s (± 1.08%) ~ 1.34s 1.38s p=0.807 n=6
Check Time 20.44s (± 1.38%) 20.94s (± 1.36%) +0.50s (+ 2.44%) 20.37s 21.11s p=0.030 n=6
Emit Time 0.00s 0.00s ~ ~ ~ p=1.000 n=6
Total Time 25.99s (± 1.07%) 26.50s (± 1.12%) +0.52s (+ 1.98%) 25.91s 26.68s p=0.024 n=6
System info unknown
Hosts
  • node (v18.15.0, x64)
Scenarios
  • Compiler-Unions - node (v18.15.0, x64)
  • angular-1 - node (v18.15.0, x64)
  • mui-docs - node (v18.15.0, x64)
  • self-build-src - node (v18.15.0, x64)
  • self-build-src-public-api - node (v18.15.0, x64)
  • self-compiler - node (v18.15.0, x64)
  • ts-pre-modules - node (v18.15.0, x64)
  • vscode - node (v18.15.0, x64)
  • webpack - node (v18.15.0, x64)
  • xstate-main - node (v18.15.0, x64)
Benchmark Name Iterations
Current pr 6
Baseline baseline 6

Developer Information:

Download Benchmarks

@typescript-bot
Copy link
Collaborator

@jakebailey Here are the results of running the top 800 repos with tsc comparing main and refs/pull/62682/merge:

Something interesting changed - please have a look.

Details

adobe/react-spectrum

16 of 18 projects failed to build with the old tsc and were ignored

packages/@spectrum-icons/illustrations/tsconfig.types.json

ariakit/ariakit

3 of 13 projects failed to build with the old tsc and were ignored

packages/ariakit-react-core/tsconfig.build.json

packages/ariakit-react/tsconfig.build.json

barbajs/barba

tsconfig.json

bvaughn/react-window

tsconfig.json

  • error TS2322: Type 'typeof MockResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.
  • error TS2420: Class 'MockResizeObserver' incorrectly implements interface 'ResizeObserver'.
  • error TS2345: Argument of type '{ borderBoxSize: { blockSize: number; inlineSize: number; }[]; contentBoxSize: never[]; contentRect: DOMRectReadOnly; devicePixelContentBoxSize: never[]; target: HTMLElement; }[]' is not assignable to parameter of type 'ResizeObserverEntry[]'.

Chocobozzz/PeerTube

10 of 14 projects failed to build with the old tsc and were ignored

scripts/tsconfig.json

cookpete/react-player

tsconfig.json

  • error TS2322: Type 'ForwardedRef<HTMLVideoElement>' is not assignable to type '((string | ((instance: HTMLAudioElement | null) => void) | RefObject<HTMLAudioElement>) & (string | ((instance: HTMLVideoElement | null) => void) | RefObject<...>)) | null | undefined'.

katspaugh/wavesurfer.js

tsconfig.test.json

  • error TS2345: Argument of type '{ left: number; top: number; width: number; height: number; right: number; bottom: number; x: number; y: number; toJSON: () => void; }' is not assignable to parameter of type 'DOMRect'.
  • error TS2352: Conversion of type 'string | CanvasGradient' to type '{ addColorStop: Mock<any, any, any>; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.

tsconfig.json

  • error TS2345: Argument of type '{ left: number; top: number; width: number; height: number; right: number; bottom: number; x: number; y: number; toJSON: () => void; }' is not assignable to parameter of type 'DOMRect'.
  • error TS2352: Conversion of type 'string | CanvasGradient' to type '{ addColorStop: Mock<any, any, any>; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.

langchain-ai/langchainjs

61 of 68 projects failed to build with the old tsc and were ignored

libs/langchain-core/tsconfig.json

mapbox/mapbox-gl-js

1 of 3 projects failed to build with the old tsc and were ignored

tsconfig.json

@typescript-bot
Copy link
Collaborator

@jakebailey Here are some more interesting changes from running the top 800 repos suite

Details

microsoft/azuredatastudio

44 of 67 projects failed to build with the old tsc and were ignored

extensions/markdown-language-features/server/tsconfig.json

extensions/json-language-features/server/tsconfig.json

microsoft/vscode

13 of 63 projects failed to build with the old tsc and were ignored

src/tsconfig.tsec.json

src/tsconfig.monaco.json

extensions/notebook-renderers/tsconfig.json

extensions/markdown-language-features/preview-src/tsconfig.json

extensions/json-language-features/server/tsconfig.json

extensions/html-language-features/server/tsconfig.json

extensions/css-language-features/server/tsconfig.json

build/checker/tsconfig.worker.json

build/checker/tsconfig.electron-utility.json

build/checker/tsconfig.electron-main.json

build/checker/tsconfig.electron-browser.json

niklasvh/html2canvas

1 of 2 projects failed to build with the old tsc and were ignored

tsconfig.json

@typescript-bot
Copy link
Collaborator

@jakebailey Here are some more interesting changes from running the top 800 repos suite

Details

radix-ui/primitives

2 of 68 projects failed to build with the old tsc and were ignored

packages/react/visually-hidden/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/use-size/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/use-rect/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/use-previous/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/use-layout-effect/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/use-is-hydrated/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/use-escape-keydown/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/use-effect-event/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/use-controllable-state/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/use-callback-ref/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/tooltip/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/toolbar/tsconfig.json

packages/react/toggle-group/tsconfig.json

packages/react/toggle/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/toast/tsconfig.json

  • error TS2322: Type '{ children: false | Element; "aria-activedescendant"?: string | undefined; slot?: string | undefined; style?: CSSProperties | undefined; title?: string | undefined; ... 273 more ...; key?: Key | ... 1 more ... | undefined; }' is not assignable to type 'VisuallyHiddenProps'.
  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/tabs/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/switch/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/slot/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/slider/tsconfig.json

packages/react/separator/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/select/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/scroll-area/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/roving-focus/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/radix-ui/tsconfig.json

packages/react/radio-group/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/progress/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/primitive/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/presence/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/portal/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/popper/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/popover/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/password-toggle-field/tsconfig.json

packages/react/one-time-password-field/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/navigation-menu/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/menubar/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/menu/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/label/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/id/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/hover-card/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/form/tsconfig.json

packages/react/focus-scope/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/focus-guards/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/dropdown-menu/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/dismissable-layer/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/direction/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/dialog/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/context-menu/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/context/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/compose-refs/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/collection/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/collapsible/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/checkbox/tsconfig.json

packages/react/avatar/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/aspect-ratio/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/arrow/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/announce/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/alert-dialog/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/accordion/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/react/accessible-icon/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/core/rect/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/core/primitive/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

packages/core/number/tsconfig.json

  • error TS2322: Type 'typeof ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

apps/storybook/tsconfig.json

radix-ui/themes

1 of 2 projects failed to build with the old tsc and were ignored

packages/radix-ui-themes/tsconfig.json

reduxjs/redux-devtools

26 of 58 projects failed to build with the old tsc and were ignored

packages/redux-devtools/tsconfig.test.json

  • error TS2741: Property '[Symbol.toStringTag]' is missing in type '{ store: {}; getItem(key: string): any; setItem(key: string, value: string): void; removeItem(key: string): void; clear(): void; readonly length: any; key(index: number): never; }' but required in type 'Storage'.

sindresorhus/pageres

1 of 2 projects failed to build with the old tsc and were ignored

tsconfig.json

  • error TS2345: Argument of type 'URL' is not assignable to parameter of type 'string | URL | undefined'.

@typescript-bot
Copy link
Collaborator

@jakebailey Here are some more interesting changes from running the top 800 repos suite

Details

transloadit/uppy

24 of 60 projects failed to build with the old tsc and were ignored

packages/@uppy/zoom/tsconfig.json

packages/@uppy/xhr-upload/tsconfig.json

packages/@uppy/webdav/tsconfig.json

packages/@uppy/webdav/tsconfig.build.json

packages/@uppy/webcam/tsconfig.json

packages/@uppy/utils/tsconfig.json

packages/@uppy/url/tsconfig.json

packages/@uppy/unsplash/tsconfig.json

packages/@uppy/tus/tsconfig.json

packages/@uppy/transloadit/tsconfig.json

packages/@uppy/thumbnail-generator/tsconfig.json

packages/@uppy/status-bar/tsconfig.json

packages/@uppy/screen-capture/tsconfig.json

packages/@uppy/remote-sources/tsconfig.json

packages/@uppy/provider-views/tsconfig.json

packages/@uppy/onedrive/tsconfig.json

packages/@uppy/locales/tsconfig.json

packages/@uppy/locales/tsconfig.build.json

packages/@uppy/instagram/tsconfig.json

packages/@uppy/image-editor/tsconfig.json

packages/@uppy/google-photos-picker/tsconfig.json

packages/@uppy/google-drive-picker/tsconfig.json

packages/@uppy/google-drive/tsconfig.json

packages/@uppy/form/tsconfig.json

packages/@uppy/facebook/tsconfig.json

packages/@uppy/dropbox/tsconfig.json

packages/@uppy/drop-target/tsconfig.json

packages/@uppy/drag-drop/tsconfig.json

packages/@uppy/drag-drop/tsconfig.build.json

packages/@uppy/core/tsconfig.json

packages/@uppy/compressor/tsconfig.json

packages/@uppy/companion-client/tsconfig.json

packages/@uppy/box/tsconfig.json

trpc/trpc

36 of 42 projects failed to build with the old tsc and were ignored

packages/server/tsconfig.json

tusen-ai/naive-ui

4 of 7 projects failed to build with the old tsc and were ignored

src/tsconfig.demo.json

  • error TS2741: Property '[Symbol.toStringTag]' is missing in type '{ matches: false; media: string; onchange: null; addListener: () => void; removeListener: () => void; addEventListener: () => void; removeEventListener: () => void; dispatchEvent: () => boolean; }' but required in type 'MediaQueryList'.
  • error TS2322: Type 'typeof _ResizeObserver' is not assignable to type '{ new (callback: ResizeObserverCallback): ResizeObserver; prototype: ResizeObserver; }'.

voideditor/void

26 of 58 projects failed to build with the old tsc and were ignored

extensions/markdown-language-features/preview-src/tsconfig.json

extensions/json-language-features/server/tsconfig.json

extensions/html-language-features/server/tsconfig.json

extensions/css-language-features/server/tsconfig.json

@jakebailey
Copy link
Member Author

Yikes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants