You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[chore] Update TypeScript to 5.0.4, fix breakage (#1386)
Summary: Does the following:
- Updates esbuild and Webpack to versions that support TypeScript 5.x.
- Re-runs `yarn dlx @yarnpkg/sdks` so that VS Code can still resolve
dependencies normally.
- Bumps required Node version to LTS 18.16.0, to fix Jest hanging.
Type of change: /kind cleanup
Test Plan: Run `yarn lint`, `yarn test`, `yarn run build_prod`, and
`yarn dev`. All should still function normally, though a hair faster.
---------
Signed-off-by: Nick Lanam <nlanam@pixielabs.ai>
0 commit comments