Upgrade dependencies and add products schema #24
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.8 MB increase in sandboxed runtime.
@zenfs
upgrades avoided as therewere API and test breaking changes. TypeScript and vitest upgrades.
TypeScript and vitest upgrades avoided for better compatibility with
polyrepo.
Before:
![esbuild github io_analyze_ (1)](https://private-user-images.githubusercontent.com/1071806/347045462-69739297-b1cc-40a7-af59-3b32b67dc358.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMTg0NTgsIm5iZiI6MTczOTExODE1OCwicGF0aCI6Ii8xMDcxODA2LzM0NzA0NTQ2Mi02OTczOTI5Ny1iMWNjLTQwYTctYWY1OS0zYjMyYjY3ZGMzNTgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMTYyMjM4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9Mzg0ZDZiOGJjYTA4Y2JlYmNmNDBkNDA4N2Q5MGJhYmQ0YTMxZDVmM2IzYTQzODUwOGMxNTdmMGMyMDBiYmI2MCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.5F0GQq1gD2pVgg9wyfu17e_cTCnnsuWenyssQj2JWMg)
After (note sandboxed runtime grows and unsandboxed remains fixed):
![esbuild github io_analyze_](https://private-user-images.githubusercontent.com/1071806/347045320-9e05cd01-d0bf-415e-a812-d9262393133f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMTg0NTgsIm5iZiI6MTczOTExODE1OCwicGF0aCI6Ii8xMDcxODA2LzM0NzA0NTMyMC05ZTA1Y2QwMS1kMGJmLTQxNWUtYTgxMi1kOTI2MjM5MzEzM2YucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMTYyMjM4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NjA0OTFlNWI1ZmEzYmY4MGJjY2NhNjI2NWFkODE3NTIyYzU5ZGRlYWE2ZGFiODkyZWJhNmQyOTlhZTljMTZlZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.LX_ldZVMAx8SJHDx1pvN12XEi4R7Nf1Z9jUoGE1nvdE)
Smoketested a hello world app.