Skip to content

Conversation

andrewbranch
Copy link
Member

Fixes #50762

@Copilot Copilot AI review requested due to automatic review settings August 20, 2025 22:26
@github-project-automation github-project-automation bot moved this to Not started in PR Backlog Aug 20, 2025
@typescript-bot typescript-bot added Author: Team For Milestone Bug PRs that fix a bug with a specific milestone labels Aug 20, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR disables package.json conditional exports fallback lookups by modifying the module resolution logic to return immediately when a condition fails to resolve, preventing TypeScript from falling back to other conditions like 'types' when the primary condition ('import') doesn't find TypeScript declaration files.

Key changes:

  • Modified module resolution logic to stop searching after first failed condition
  • Updated test baselines to reflect the new resolution behavior where .mjs files are resolved directly instead of falling back to .d.ts files
  • Removed outdated comments describing the previous fallback behavior

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

File Description
src/compiler/moduleNameResolver.ts Added early return to prevent fallback condition searches
tests/cases/conformance/moduleResolution/conditionalExportsResolutionFallback.ts Removed comment describing old fallback behavior
tests/baselines/reference/*.trace.json Updated trace logs showing direct .mjs resolution instead of .d.ts fallback
tests/baselines/reference/*.errors.txt Removed comments about fallback behavior from error baselines

@andrewbranch
Copy link
Member Author

@typescript-bot test top800

@typescript-bot
Copy link
Collaborator

typescript-bot commented Aug 20, 2025

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

Command Status Results
test top800 ✅ Started 👀 Results

@typescript-bot
Copy link
Collaborator

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

Something interesting changed - please have a look.

Details

ahmedkhaleel2004/gitdiagram

tsconfig.json

  • error TS2307: Cannot find module 'geist/font/sans' or its corresponding type declarations.
  • error TS2322: Type '{ children: string; key: string; variant: string; className: string; onClick: (e: MouseEvent<HTMLButtonElement, MouseEvent>) => void; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS7016: Could not find a declaration file for module 'class-variance-authority'. '/mnt/ts_downloads/_/m/gitdiagram/node_modules/.pnpm/[email protected]/node_modules/class-variance-authority/dist/index.mjs' implicitly has an 'any' type.
  • error TS2339: Property 'variant' does not exist on type 'ButtonProps'.
  • error TS2339: Property 'size' does not exist on type 'ButtonProps'.

alan2207/bulletproof-react

apps/react-vite/tsconfig.json

anthropics/anthropic-quickstarts

financial-data-analyst/tsconfig.json

customer-support-agent/tsconfig.json

caorushizi/mediago

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

packages/renderer/tsconfig.json

captbaritone/webamp

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

examples/lazy/tsconfig.json

@typescript-bot
Copy link
Collaborator

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

Details

coaidev/coai

app/tsconfig.json

@typescript-bot
Copy link
Collaborator

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

Details

Dokploy/dokploy

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

packages/server/tsconfig.json

apps/dokploy/tsconfig.json

@typescript-bot
Copy link
Collaborator

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

Details

facebook/lexical

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

examples/react-rich-collab/tsconfig.json

@typescript-bot
Copy link
Collaborator

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

Details

getAsterisk/claudia

tsconfig.json

@typescript-bot
Copy link
Collaborator

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

Details

github/docs

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

tsconfig.json

immutable-js/immutable-js

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

website/tsconfig.json

  • error TS7016: Could not find a declaration file for module '@jdeniau/immutable-devtools'. '/mnt/ts_downloads/_/m/immutable-js/node_modules/@jdeniau/immutable-devtools/dist/index.mjs' implicitly has an 'any' type.

inkonchain/ink-kit

tsconfig.json

ionic-team/ionicons

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

tsconfig.json

  • error TS2688: Cannot find type definition file for 'svgo'.
    • Project Scope

@typescript-bot
Copy link
Collaborator

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

Details

karakeep-app/karakeep

apps/web/tsconfig.json

apps/mobile/tsconfig.json

apps/landing/tsconfig.json

apps/browser-extension/tsconfig.json

  • error TS2322: Type '{ children: Element; variant: string; onClick: () => void; className: string; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: Element; variant: string; size: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.

@typescript-bot
Copy link
Collaborator

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

Details

Kilo-Org/kilocode

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

webview-ui/tsconfig.json

src/tsconfig.json

apps/web-roo-code/tsconfig.json

apps/web-evals/tsconfig.json

logto-io/logto

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

packages/demo-app/tsconfig.json

menloresearch/jan

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

docs/tsconfig.json

microsoft/vscode

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

extensions/github/tsconfig.json

mikro-orm/mikro-orm

15 of 37 projects failed to build with the old tsc and were ignored

tests/tsconfig.json

@typescript-bot
Copy link
Collaborator

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

Details

miurla/morphic

tsconfig.json

  • error TS2322: Type '{ children: Element; type: "button"; variant: string; size: string; className: string; onClick: () => void; title: string; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: Element; variant: string; size: string; onClick: () => void; className: string; type: "button"; disabled: boolean; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: Element; type: "button" | "submit"; size: string; variant: string; className: string; disabled: boolean; onClick: (() => void) | undefined; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: Element; className: string; size: string; variant: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: string | Element; onClick: () => Promise<void>; disabled: boolean; size: string; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: string; onClick: () => void; disabled: boolean; size: string; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: string; variant: string; className: string; disabled: boolean; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: (string | Element)[]; key: number; variant: string; className: string; name: string; onClick: () => Promise<void>; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: (string | Element)[]; variant: string; size: string; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: Element; variant: string; size: string; onClick: () => void; "aria-label": string; tooltipContent: string; }' is not assignable to type 'IntrinsicAttributes & TooltipButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: string; variant: string; type: "button"; className: string; onClick: () => Promise<void>; disabled: boolean; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: Element; variant: string; size: string; onClick: () => Promise<void>; className: string; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: (string | Element)[]; variant: string; role: "combobox"; "aria-expanded": boolean; className: string; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: (string | Element)[]; type: "button"; variant: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: (string | Element)[]; className: string; variant: string; }' is not assignable to type 'IntrinsicAttributes & BadgeProps'.
  • error TS2322: Type '{ children: string; variant: string; className: string; type: "submit"; name: string; value: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: Element[]; className: string; type: "button"; variant: string; size: string; onClick: () => Promise<string | null | undefined>; "aria-label": string; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: (string | number)[]; variant: string; className: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: (string | ReactElement<any, string | JSXElementConstructor<any>>)[]; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & BadgeProps'.
  • error TS2322: Type '{ children: (Element | ReactNode)[]; className: string | undefined; variant: string; }' is not assignable to type 'IntrinsicAttributes & BadgeProps'.
  • error TS7016: Could not find a declaration file for module 'class-variance-authority'. '/mnt/ts_downloads/_/m/morphic/node_modules/class-variance-authority/dist/index.mjs' implicitly has an 'any' type.
  • error TS2339: Property 'variant' does not exist on type 'BadgeProps'.
  • error TS2339: Property 'variant' does not exist on type 'ButtonProps'.
  • error TS2339: Property 'size' does not exist on type 'ButtonProps'.
  • error TS2339: Property 'variant' does not exist on type 'Omit<ButtonProps & RefAttributes<HTMLButtonElement>, "ref">'.
  • error TS2339: Property 'size' does not exist on type 'Omit<ButtonProps & RefAttributes<HTMLButtonElement>, "ref">'.
  • error TS2322: Type '{ children: Element[]; name?: string | undefined; value?: string | number | readonly string[] | undefined; prefix?: string | undefined; translate?: "yes" | "no" | undefined; content?: string | undefined; ... 285 more ...; className: string; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: Element[]; variant: string; className: string; onClick: () => void; size: string; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: Element[]; variant: string; size: string; className: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2339: Property 'side' does not exist on type 'SheetContentProps'.
  • error TS2322: Type '{ children: Element[]; "data-sidebar": string; "data-mobile": string; className: string; style: CSSProperties; side: "right" | "left"; }' is not assignable to type 'IntrinsicAttributes & SheetContentProps & RefAttributes<HTMLDivElement>'.
  • error TS2322: Type '{ children: Element[]; name?: string | undefined; value?: string | number | readonly string[] | undefined; prefix?: string | undefined; translate?: "yes" | "no" | undefined; content?: string | undefined; ... 286 more ...; onClick: (event: MouseEvent<...>) => void; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: Element; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: string; variant: string; size: string; onClick: () => void; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: string; size: string; onClick: () => Promise<void>; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
  • error TS2322: Type '{ children: Element; variant: string; size: string; className: string; onClick: (e: MouseEvent<HTMLButtonElement, MouseEvent>) => void; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.

musistudio/claude-code-router

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

ui/tsconfig.json

nextauthjs/next-auth

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

packages/adapter-xata/tsconfig.json

packages/adapter-surrealdb/tsconfig.json

nextjs/saas-starter

tsconfig.json

  • error TS7016: Could not find a declaration file for module 'class-variance-authority'. '/mnt/ts_downloads/_/m/saas-starter/node_modules/.pnpm/[email protected]/node_modules/class-variance-authority/dist/index.mjs' implicitly has an 'any' type.

@typescript-bot
Copy link
Collaborator

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

Details

nhost/nhost

33 of 41 projects failed to build with the old tsc and were ignored

dashboard/tsconfig.test.json

dashboard/tsconfig.json

nitrojs/nitro

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

tsconfig.json

@typescript-bot
Copy link
Collaborator

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

Details

octokit/octokit.js

tsconfig.json

  • error TS7016: Could not find a declaration file for module '@octokit/plugin-rest-endpoint-methods'. '/mnt/ts_downloads/_/m/octokit.js/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/index.js' implicitly has an 'any' type.

openstatusHQ/openstatus

11 of 27 projects failed to build with the old tsc and were ignored

apps/dashboard/tsconfig.json

Portkey-AI/gateway

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

cookbook/integrations/vercel/tsconfig.json

primefaces/primeng

apps/showcase/tsconfig.json

probot/probot

tsconfig.json

  • error TS7006: Parameter 'options' implicitly has an 'any' type.
  • error TS7006: Parameter 'file' implicitly has an 'any' type.
  • error TS7016: Could not find a declaration file for module '@octokit/plugin-rest-endpoint-methods'. '/mnt/ts_downloads/_/m/probot/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/index.js' implicitly has an 'any' type.

test/tsconfig.json

  • error TS7006: Parameter 'options' implicitly has an 'any' type.
  • error TS7006: Parameter 'file' implicitly has an 'any' type.
  • error TS7016: Could not find a declaration file for module '@octokit/plugin-rest-endpoint-methods'. '/mnt/ts_downloads/_/m/probot/node_modules/@octokit/plugin-rest-endpoint-methods/dist-src/index.js' implicitly has an 'any' type.

QwenLM/qwen-code

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

packages/vscode-ide-companion/tsconfig.json

  • error TS7016: Could not find a declaration file for module 'jsonrepair'. '/mnt/ts_downloads/_/m/qwen-code/node_modules/jsonrepair/lib/esm/index.js' implicitly has an 'any' type.

RSSNext/Folo

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

packages/internal/components/tsconfig.json

apps/mobile/web-app/html-renderer/tsconfig.json

  • error TS7016: Could not find a declaration file for module '@sentry/vite-plugin'. '/mnt/ts_downloads/_/m/Folo/node_modules/@sentry/vite-plugin/dist/esm/index.mjs' implicitly has an 'any' type.

ryoppippi/ccusage

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

tsconfig.json

shadcn-ui/ui

19 of 27 projects failed to build with the old tsc and were ignored

templates/monorepo-next/packages/ui/tsconfig.json

templates/monorepo-next/apps/web/tsconfig.json

steven-tey/novel

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

packages/headless/tsconfig.json

TanStack/query

78 of 118 projects failed to build with the old tsc and were ignored

packages/svelte-query-devtools/tsconfig.json

packages/solid-query-devtools/tsconfig.prod.json

packages/solid-query-devtools/tsconfig.json

packages/react-query-devtools/tsconfig.legacy.json

packages/react-query-devtools/tsconfig.json

packages/query-devtools/tsconfig.prod.json

packages/angular-query-persist-client/tsconfig.json

packages/angular-query-devtools-experimental/tsconfig.json

transloadit/uppy

20 of 62 projects failed to build with the old tsc and were ignored

packages/@uppy/companion/tsconfig.json

TypeCellOS/BlockNote

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

packages/server-util/tsconfig.json

packages/dev-scripts/tsconfig.json

web-infra-dev/midscene

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

packages/mcp/tsconfig.json

packages/android-playground/tsconfig.json

apps/report/tsconfig.json

apps/chrome-extension/tsconfig.json

apps/android-playground/tsconfig.json

webdriverio/webdriverio

28 of 49 projects failed to build with the old tsc and were ignored

packages/wdio-cucumber-framework/tsconfig.json

zaidmukaddam/scira

tsconfig.json

@andrewbranch
Copy link
Member Author

This may well be more breaky than it's worth. We might just be stuck with this :/

@andrewbranch
Copy link
Member Author

A huge number of these failures (all the React-related ones) are due to a propagation of an any from one broken package, class-variance-authority. Let's see what it looks like if we use the fallback result after erroring.

@andrewbranch
Copy link
Member Author

@typescript-bot test top800

@typescript-bot
Copy link
Collaborator

typescript-bot commented Sep 3, 2025

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

Command Status Results
test top800 ✅ Started 👀 Results

@andrewbranch andrewbranch changed the title Disable package.json conditional exports fallback lookups Error on package.json conditional exports fallback lookups Sep 3, 2025
@typescript-bot
Copy link
Collaborator

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

Something interesting changed - please have a look.

Details

actualbudget/actual

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

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'ua-parser-js' library's typings configuration.
    • Project Scope

ahmedkhaleel2004/gitdiagram

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'types' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'geist' library's typings configuration.
    • Project Scope

alan2207/bulletproof-react

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

apps/react-vite/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

antfu-collective/ni

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'hookable' library's typings configuration.
    • Project Scope

antfu-collective/vitesse

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'hookable' library's typings configuration.
    • Project Scope

anthropics/anthropic-quickstarts

financial-data-analyst/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

customer-support-agent/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@aws-sdk/core' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

better-auth/better-auth

9 of 11 projects failed to build with the old tsc and were ignored

e2e/integration/vanilla-node/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'pg-protocol' library's typings configuration.
    • Project Scope

bluesky-social/social-app

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

bskyogcard/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'cborg' library's typings configuration.
    • Project Scope

caorushizi/mediago

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

packages/renderer/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

captbaritone/webamp

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

examples/lazy/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'webamp' library's typings configuration.
    • Project Scope

Chocobozzz/PeerTube

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

packages/tests/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'async-mutex' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'deep-object-diff' library's typings configuration.

apps/peertube-runner/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'async-mutex' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'colorette' library's typings configuration.

coaidev/coai

app/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

continuedev/continue

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

binary/tsconfig.json

  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@smithy/core' library's typings configuration.
    • Project Scope

Dokploy/dokploy

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

packages/server/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the '@trpc/server' library's typings configuration.
    • Project Scope

apps/dokploy/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the '@trpc/client' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the '@trpc/next' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the '@trpc/react-query' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the '@trpc/server' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'zod-form-data' library's typings configuration.
    • Project Scope

facebook/lexical

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

examples/react-rich-collab/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'y-webrtc' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'y-websocket' library's typings configuration.
    • Project Scope

FlowiseAI/Flowise

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

packages/api-documentation/tsconfig.json

  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@smithy/core' library's typings configuration.
    • Project Scope

getAsterisk/opcode

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

getsentry/sentry-javascript

242 of 256 projects failed to build with the old tsc and were ignored

dev-packages/e2e-tests/test-applications/browser-webworker-vite/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'pg-protocol' library's typings configuration.
    • Project Scope

dev-packages/e2e-tests/test-applications/astro-5/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'pg-protocol' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@sentry/bundler-plugin-core' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@sentry/vite-plugin' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'unplugin' library's typings configuration.
    • Project Scope

dev-packages/e2e-tests/test-applications/astro-4/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'pg-protocol' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@sentry/bundler-plugin-core' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@sentry/vite-plugin' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'unplugin' library's typings configuration.
    • Project Scope

github/docs

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

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@octokit/plugin-rest-endpoint-methods' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'azure-kusto-data' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'hpagent' library's typings configuration.
    • Project Scope

hexojs/hexo

tsconfig.json

  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'fast-text-table' library's typings configuration.
    • Project Scope

heyform/heyform

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

packages/server/tsconfig.json

  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'deep-object-diff' library's typings configuration.
    • Project Scope

packages/server/tsconfig.build.json

  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'deep-object-diff' library's typings configuration.
    • Project Scope

immich-app/immich

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

e2e/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'pg-protocol' library's typings configuration.
    • Project Scope

immutable-js/immutable-js

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

website/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@jdeniau/immutable-devtools' library's typings configuration.
    • Project Scope

inkonchain/ink-kit

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@metamask/json-rpc-engine' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@metamask/providers' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

ionic-team/ionicons

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

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'svgo' library's typings configuration.
    • Project Scope

ItzCrazyKns/Perplexica

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@petamoriken/float16' library's typings configuration.
    • Project Scope

ixartz/Next-js-Boilerplate

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'pg-protocol' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@sentry/bundler-plugin-core' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@sentry/webpack-plugin' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'unplugin' library's typings configuration.
    • Project Scope

James-Yu/LaTeX-Workshop

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

tsconfig.json

  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@unified-latex/unified-latex-types' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@unified-latex/unified-latex-util-arguments' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@unified-latex/unified-latex-util-parse' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@unified-latex/unified-latex-util-to-string' library's typings configuration.
    • Project Scope

karakeep-app/karakeep

12 of 20 projects failed to build with the old tsc and were ignored

packages/shared-react/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@petamoriken/float16' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@smithy/core' library's typings configuration.
    • Project Scope

apps/web/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@petamoriken/float16' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@smithy/core' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

apps/mobile/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@petamoriken/float16' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@smithy/core' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

apps/landing/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

apps/browser-extension/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@crxjs/vite-plugin' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@petamoriken/float16' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@smithy/core' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

Kilo-Org/kilocode

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

webview-ui/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

src/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'async-mutex' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'web-tree-sitter' library's typings configuration.
    • Project Scope

packages/evals/tsconfig.json

  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@petamoriken/float16' library's typings configuration.
    • Project Scope

apps/web-roo-code/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@petamoriken/float16' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

apps/web-evals/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@petamoriken/float16' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

konvajs/konva

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

tsconfig.json

  • error TS18062: This import could not be resolved using the 'node' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'skia-canvas' library's typings configuration.
    • Project Scope

logto-io/logto

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

packages/demo-app/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'vite-plugin-compression' library's typings configuration.
    • Project Scope

makeplane/plane

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

packages/decorators/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'hookable' library's typings configuration.
    • Project Scope

maotoumao/MusicFree

tsconfig.json

  • error TS18062: This import could not be resolved using the 'react-native' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'webdav' library's typings configuration.
    • Project Scope

mapbox/mapbox-gl-js

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

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@octokit/plugin-rest-endpoint-methods' library's typings configuration.
    • Project Scope

microsoft/vscode

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

extensions/markdown-language-features/tsconfig.json

  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'highlight.js' library's typings configuration.
    • Project Scope

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

  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'highlight.js' library's typings configuration.
    • Project Scope

extensions/github/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@octokit/plugin-rest-endpoint-methods' library's typings configuration.
    • Project Scope

extensions/configuration-editing/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@octokit/plugin-rest-endpoint-methods' library's typings configuration.
    • Project Scope

mikro-orm/mikro-orm

15 of 37 projects failed to build with the old tsc and were ignored

tests/tsconfig.json

  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'conditional-type-checks' library's typings configuration.
    • Project Scope

miurla/morphic

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

MotiaDev/motia

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

packages/ui/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

musistudio/claude-code-router

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

ui/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

nextauthjs/next-auth

25 of 45 projects failed to build with the old tsc and were ignored

packages/adapter-xata/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@xata.io/client' library's typings configuration.
    • Project Scope

packages/adapter-surrealdb/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'surrealdb' library's typings configuration.
    • Project Scope

nextjs/saas-starter

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@petamoriken/float16' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

nhost/nhost

38 of 41 projects failed to build with the old tsc and were ignored

dashboard/tsconfig.test.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@graphiql/react' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'goober' library's typings configuration.
    • Project Scope

dashboard/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@graphiql/react' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'goober' library's typings configuration.
    • Project Scope

nitrojs/nitro

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

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'cva' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'hookable' library's typings configuration.
    • Project Scope

nocodb/nocodb

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

packages/nocodb-sdk-v2/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'pg-protocol' library's typings configuration.
    • Project Scope

octokit/octokit.js

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@octokit/plugin-rest-endpoint-methods' library's typings configuration.
    • Project Scope

openapi-ts/openapi-typescript

8 of 12 projects failed to build with the old tsc and were ignored

packages/openapi-typescript/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'hookable' library's typings configuration.
    • Project Scope

openstatusHQ/openstatus

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

apps/status-page/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@sentry/bundler-plugin-core' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@sentry/webpack-plugin' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'unplugin' library's typings configuration.
    • Project Scope

apps/dashboard/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@sentry/bundler-plugin-core' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@sentry/webpack-plugin' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'unplugin' library's typings configuration.
    • Project Scope

Portkey-AI/gateway

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

cookbook/integrations/vercel/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

postcss/postcss

tsconfig.json

  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'nanodelay' library's typings configuration.
    • Project Scope

primefaces/primeng

apps/showcase/tsconfig.json

  • error TS18062: This import could not be resolved using the 'types' exports condition in its package.json. Types were found using the condition 'import', but this lower-priority condition will not be used at runtime. This is a bug in the '@primeuix/themes' library's typings configuration.
    • Project Scope

probot/probot

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@octokit/plugin-rest-endpoint-methods' library's typings configuration.
    • Project Scope

test/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@octokit/plugin-rest-endpoint-methods' library's typings configuration.
    • Project Scope

QwenLM/qwen-code

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

packages/vscode-ide-companion/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'jsonrepair' library's typings configuration.
    • Project Scope

QwikDev/partytown

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

docs/tsconfig.json

  • error TS18062: This import could not be resolved using the 'types' exports condition in its package.json. Types were found using the condition 'import', but this lower-priority condition will not be used at runtime. This is a bug in the '@qwik.dev/core' library's typings configuration.
    • Project Scope

@typescript-bot
Copy link
Collaborator

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

Details

RSSNext/Folo

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

packages/readability/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'pg-protocol' library's typings configuration.
    • Project Scope

packages/internal/tracker/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'pg-protocol' library's typings configuration.
    • Project Scope

packages/internal/logger/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'pg-protocol' library's typings configuration.
    • Project Scope

packages/internal/components/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@essentials/request-timeout' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@react-hook/window-size' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'masonic' library's typings configuration.
    • Project Scope

packages/changelog-cli/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'pg-protocol' library's typings configuration.
    • Project Scope

apps/ssr/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@essentials/request-timeout' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@react-hook/window-size' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@sentry/bundler-plugin-core' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@sentry/vite-plugin' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'hookable' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'masonic' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'unplugin' library's typings configuration.
    • Project Scope

apps/mobile/web-app/html-renderer/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@sentry/bundler-plugin-core' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@sentry/vite-plugin' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'unplugin' library's typings configuration.
    • Project Scope

runtipi/runtipi

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

packages/backend/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'pg-protocol' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@petamoriken/float16' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@sentry/bundler-plugin-core' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@sentry/esbuild-plugin' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'check-disk-space' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'unplugin' library's typings configuration.
    • Project Scope

ryoppippi/ccusage

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

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'fast-sort' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'hookable' library's typings configuration.
    • Project Scope

shadcn-ui/ui

21 of 27 projects failed to build with the old tsc and were ignored

templates/monorepo-next/packages/ui/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

templates/monorepo-next/apps/web/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

sindresorhus/got

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'then-busboy' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'types' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'formdata-node' library's typings configuration.
    • Project Scope

SoftwareBrothers/adminjs

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@adminjs/design-system' library's typings configuration.
    • Project Scope

steven-tey/novel

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

packages/headless/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'tiptap-extension-global-drag-handle' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'tiptap-markdown' library's typings configuration.
    • Project Scope

TanStack/query

78 of 118 projects failed to build with the old tsc and were ignored

packages/svelte-query-devtools/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'goober' library's typings configuration.

packages/solid-query-devtools/tsconfig.prod.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'goober' library's typings configuration.

packages/solid-query-devtools/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'goober' library's typings configuration.

packages/react-query-devtools/tsconfig.legacy.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'goober' library's typings configuration.

packages/react-query-devtools/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'goober' library's typings configuration.

packages/query-devtools/tsconfig.prod.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'goober' library's typings configuration.

packages/angular-query-persist-client/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'goober' library's typings configuration.

packages/angular-query-devtools-experimental/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'goober' library's typings configuration.

tradingview/lightweight-charts

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

packages/create-lwc-plugin/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'hookable' library's typings configuration.
    • Project Scope

transloadit/uppy

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

packages/@uppy/companion/tsconfig.json

  • error TS18062: This import could not be resolved using the 'node' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@aws-sdk/core' library's typings configuration.
    • Project Scope

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

  • error TS18062: This import could not be resolved using the 'node' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@aws-sdk/core' library's typings configuration.
    • Project Scope

@typescript-bot
Copy link
Collaborator

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

Details

TypeCellOS/BlockNote

6 of 82 projects failed to build with the old tsc and were ignored

packages/dev-scripts/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

packages/code-block/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/vanilla-js/react-vanilla-custom-styles/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/vanilla-js/react-vanilla-custom-inline-content/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/vanilla-js/react-vanilla-custom-blocks/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/09-ai/04-with-collaboration/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/09-ai/03-custom-ai-menu-items/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/09-ai/02-playground/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/09-ai/01-minimal/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/08-extensions/01-tiptap-arrow-conversion/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/07-collaboration/07-forking/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/07-collaboration/06-ghost-writer/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/07-collaboration/05-comments-with-sidebar/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/07-collaboration/04-comments/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/07-collaboration/03-y-sweet/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/07-collaboration/02-liveblocks/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/07-collaboration/01-partykit/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/06-custom-schema/react-custom-styles/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/06-custom-schema/react-custom-inline-content/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/06-custom-schema/react-custom-blocks/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/06-custom-schema/draggable-inline-content/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/06-custom-schema/06-toggleable-blocks/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/06-custom-schema/05-alert-block-full-ux/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/06-custom-schema/04-pdf-file-block/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/06-custom-schema/03-font-style/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/06-custom-schema/02-suggestion-menus-mentions/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/06-custom-schema/01-alert-block/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/05-interoperability/08-converting-blocks-to-react-email/tsconfig.json

examples/05-interoperability/06-converting-blocks-to-docx/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/05-interoperability/05-converting-blocks-to-pdf/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/05-interoperability/04-converting-blocks-from-md/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/05-interoperability/03-converting-blocks-to-md/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/05-interoperability/02-converting-blocks-from-html/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/05-interoperability/01-converting-blocks-to-html/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/04-theming/07-custom-code-block/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/04-theming/06-code-block/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/04-theming/05-theming-css-variables-code/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/04-theming/04-theming-css-variables/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/04-theming/03-theming-css/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/04-theming/02-changing-font/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/04-theming/01-theming-dom-attributes/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/03-ui-components/17-advanced-tables-2/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/03-ui-components/16-link-toolbar-buttons/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/03-ui-components/15-advanced-tables/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/03-ui-components/14-experimental-mobile-formatting-toolbar/tsconfig.json

examples/03-ui-components/13-custom-ui/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/03-ui-components/12-static-formatting-toolbar/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/03-ui-components/11-uppy-file-panel/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/03-ui-components/10-suggestion-menus-grid-mentions/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.

examples/03-ui-components/09-suggestion-menus-emoji-picker-component/tsconfig.json

examples/03-ui-components/08-suggestion-menus-emoji-picker-columns/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/common' library's typings configuration.
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@hocuspocus/provider' library's typings configuration.
    • Project Scope in [examples/03-ui-components/08-suggestion-menus-emoji-picker-columns/tsconfig.
      :error: Truncated - see log for full output :error:

@typescript-bot
Copy link
Collaborator

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

Details

voideditor/void

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

extensions/markdown-language-features/tsconfig.json

  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'highlight.js' library's typings configuration.
    • Project Scope

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

  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'highlight.js' library's typings configuration.
    • Project Scope

extensions/configuration-editing/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@octokit/plugin-rest-endpoint-methods' library's typings configuration.
    • Project Scope

vuetifyjs/vuetify

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

packages/vuetify/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'hookable' library's typings configuration.
    • Project Scope

packages/vuetify/tsconfig.dist.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'hookable' library's typings configuration.
    • Project Scope

packages/docs/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'hookable' library's typings configuration.
    • Project Scope

webdriverio/webdriverio

29 of 49 projects failed to build with the old tsc and were ignored

packages/wdio-cucumber-framework/tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@cucumber/cucumber' library's typings configuration.
    • Project Scope

yang991178/fluent-reader

tsconfig.json

  • error TS18062: This import could not be resolved using the 'require' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'react-intl-universal' library's typings configuration.
    • Project Scope

zaidmukaddam/scira

tsconfig.json

  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'default', but this lower-priority condition will not be used at runtime. This is a bug in the 'pg-protocol' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the '@phosphor-icons/react' library's typings configuration.
    • Project Scope
  • error TS18062: This import could not be resolved using the 'import' exports condition in its package.json. Types were found using the condition 'types', but this lower-priority condition will not be used at runtime. This is a bug in the 'class-variance-authority' library's typings configuration.
    • Project Scope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Milestone Bug PRs that fix a bug with a specific milestone
Projects
Status: Not started
Development

Successfully merging this pull request may close these issues.

package.json exports resolution uses fallback conditions, unlike Node
2 participants