-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: ensure isolated testing of create-svelte with local packages #5524
Conversation
|
this is amazing |
* Upgrade to Vite 3 * this... seems to work? * try this * remove some more unneeded fixStacktrace options * upgrade to 3.0.0-beta.9 * update default port * 3.0.0 final * 3.0.0 final for site * vite-plugin-svelte 1.0.1 * bump rollup * update enforced_config * add EnforcedConfig type * wow i did a terrible job of implementing this before * leave windows paths as-is * Revert "leave windows paths as-is" This reverts commit 06de105. * try this * actually if anything i guess it should be this * ugh * fix firefox test * add some logging that might help diagnose windows failure * i think this might work * more logging * maybe this * try to simplify logging so that stuff is slightly easier to diagnose * argh * Revert "argh" This reverts commit 9e2d017. * Revert "try to simplify logging so that stuff is slightly easier to diagnose" This reverts commit 2a975ec. * [docs] add JSDocs for Vite build process * format * loop over values instead with `Object.values` * missed a closing bracket * fix: ensure isolated testing of create-svelte with local packages (#5524) * fix: move create-svelte test working dir out of pnpm workspae * fix: copy-paste error, adapter-auto override * fix: readd check command * fix: ensure that create-svelte tests generate test apps outside our main pnpm workspace * fix format * fix: readd --no-frozen-lockfile to override pnpm default when CI is true * remove logging * enforce vite 3 Co-authored-by: Rich Harris <[email protected]> Co-authored-by: Ignatius Bagus <[email protected]> Co-authored-by: Dominik G <[email protected]>
PR for vite-3 branch, not master!
sets up a separate pnpm workspace and hard links local packages with absolute file paths via pnpm overrides
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm test
and lint the project withpnpm lint
andpnpm check
Changesets
pnpm changeset
and following the prompts. All changesets should bepatch
until SvelteKit 1.0