Skip to content

chore: remove prepare script #8713

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

Merged
merged 1 commit into from
Jun 8, 2023
Merged

Conversation

benmccann
Copy link
Member

@Conduitry suggested earlier that we shouldn't remove it (#8609 (comment)), but I think that it doesn't work anyway now that svelte lives within a subdirectory of this repository

This will possibly fix our release issues as well: https://github.com/sveltejs/svelte/actions/runs/5215485544/jobs/9413074053

@vercel
Copy link

vercel bot commented Jun 8, 2023

@benmccann is attempting to deploy a commit to the Svelte Team on Vercel.

A member of the Team first needs to authorize it.

@Conduitry
Copy link
Member

Yeah, I don't think there's much of a reason for this until pnpm supports installing dependencies from subdirectories of Git repos. When they do (or even before then), it might make sense to see whether we can make importing the compiler succeed (just without version information) if version.js is absent. Then we can probably completely avoid the prepare script.

Then the only thing keeping me from being truly happy will be the tens of megabytes of MP3s forever embedded in this repo's Git history 😭

@benmccann
Copy link
Member Author

I'm going to take your comment as an approval and go ahead and merge this 😄

@benmccann benmccann merged commit 0c6f172 into sveltejs:version-4 Jun 8, 2023
@benmccann benmccann deleted the die-prepare branch June 8, 2023 21:43
Rich-Harris added a commit that referenced this pull request Jun 14, 2023
* chore: playground (#8648)

* initialize playground

* pnpm up

* tidy up git ignore

* remove fluff

* format

* rm readme

* fix jsconfig error

* add skip-worktree instructions

* reload hack

* simplify

* use rollup

* ughh

* add flag for SSR

* ...

* simplify further

* configure launch.json

* add debugger info to readme

* remove vm modules flag

* use replaceAll instead of replace

* tidy up

* fix: make it run

* add watch to launch config

* Generate type declarations with `dts-buddy` (#8702)

* use dts-buddy

* remove debug output

* remove existing type generation script

* fix package.json

* update gitignore

* bump dts-buddy

* remove unused action entry point

* add svelte/compiler and svelte/types/compiler/preprocess modules

* bump dts-buddy

* annoying

* changeset

* bump dts-buddy

* get rid of .d.ts files

* another one

* Update packages/svelte/package.json

Co-authored-by: gtmnayan <[email protected]>

---------

Co-authored-by: Rich Harris <[email protected]>
Co-authored-by: gtmnayan <[email protected]>

* fix: export ComponentType (#8694)

* fix: export ComponentType

* ughh

* changeset

* fix: derived types (#8700)

* fix: derived store types

* changeset

* Version Packages (next) (#8709)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* update type generation script

* remove unused stuff

* fix: changeset publish script isn't called release anymore (#8711)

* chore: remove prepare script (#8713)

* chore: fix release workflow (#8716)

* More readable, Fix $$_attributes

* Fix types (#8727)

* put comment in right place

* bump dts-buddy

---------

Co-authored-by: Rich Harris <[email protected]>

* build types

* add svelte/compiler types

* remove prepare script

* fix

* typo

* squelch errors

* Add svelte and kit to twoslash's types field

* squelch more stuff

* Add errors to account for new types

* Remove deps

* formatting tweak

* fix linting, maybe

* the hell

* gah

* Fix types a bit

* bump dts-buddy

* pnpm generate in dev mode

* Cache again

* reduce index

* bump dts-buddy

* remove comment

---------

Co-authored-by: gtmnayan <[email protected]>
Co-authored-by: Rich Harris <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dominik G <[email protected]>
Co-authored-by: Ben McCann <[email protected]>
Co-authored-by: Puru Vijay <[email protected]>
@gtm-nayan gtm-nayan mentioned this pull request Jun 17, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants