dillon1000/react

Commit

Upgrade to typescript 5.4.3

This PR makes all packages share the same typescript version and updates us to 
latest versions of typescript, ts-node, typescript-eslint/eslint-plugin and 
typescript-eslint/parser. 

I also noticed that the tsconfig we were extending (node18-strictest) was 
deprecated, so I switched us over to one that's more up to date. 

Also had to make a couple of small changes to the playground so that continues 
to build correctly.
Browse files
Changed paths20 files
First-parent comparison
M compiler/apps/playground/components/Editor/EditorImpl.tsx ModifiedM compiler/apps/playground/components/Editor/Input.tsx ModifiedM compiler/apps/playground/components/Editor/Output.tsx ModifiedM compiler/apps/playground/lib/forgetMonacoDiagnostics.ts ModifiedM compiler/apps/playground/package.json ModifiedM compiler/package.json ModifiedM compiler/packages/babel-plugin-react-forget/package.json ModifiedM compiler/packages/babel-plugin-react-forget/src/Entrypoint/Options.ts ModifiedM compiler/packages/babel-plugin-react-forget/src/HIR/index.ts ModifiedM compiler/packages/babel-plugin-react-forget/src/ReactiveScopes/index.ts ModifiedM compiler/packages/babel-plugin-react-forget/src/index.ts ModifiedM compiler/packages/babel-plugin-react-forget/tsconfig.json ModifiedM compiler/packages/eslint-plugin-react-compiler/tsconfig.json ModifiedM compiler/packages/make-read-only-util/package.json ModifiedM compiler/packages/make-read-only-util/tsconfig.json ModifiedM compiler/packages/react-forget-runtime/tsconfig.json ModifiedM compiler/packages/snap/package.json ModifiedM compiler/packages/snap/src/runner-watch.ts ModifiedM compiler/packages/snap/tsconfig.json ModifiedM compiler/yarn.lock Modified
Patch

Files changed

Rendering syntax-highlighted changes…