Paolo Ricciuti
e786729555
fix: find the right sha for logging ( #14159 )
1 week ago
Paolo Ricciuti
0c853208ce
fix: we are getting there...this should be it ( #14158 )
1 week ago
Paolo Ricciuti
16a40a8bce
fix: use both correct paths ( #14157 )
...
* fix: try to read from right folder
* fix: use both correct paths
1 week ago
Paolo Ricciuti
f1f4c29a99
fix: `pkg.pr.new` comment workflow ( #14156 )
...
* fix: `pkg.pr.new` comment workflow
* chore: remove path from initial workflow and add ls
* chore: add path back since it's mandatory
1 week ago
Paolo Ricciuti
0ce4b559f2
chore: add custom comment with link to playground for `pkg.pr.new` ( #14151 )
...
* chore: add custom comment with link to playground for `pkg.pr.new`
* chore: small updates to the script output
* chore: refine comment a bit, include multiple packages
* tweak comment
* chore: two steps workflow
* chore: update workflow
---------
Co-authored-by: Rich Harris <rich.harris@vercel.com>
1 week ago
Rich Harris
c6904e892f
use pull_request_target ( #14148 )
2 weeks ago
Rich Harris
4038b0cad6
chore: setup docs previews ( #14128 )
...
* chore: setup docs previews
* test
* delete
2 weeks ago
Rich Harris
e58c03b100
add link to sync-docs README ( #14056 )
2 weeks ago
Rich Harris
dc3c82cb2d
chore: add sync request workflow ( #14055 )
2 weeks ago
Paolo Ricciuti
b5750ac667
chore: setup `pkg.pr.new` ( #13891 )
...
* chore: setup `pkg.pr.new`
* chore: let's try with this
3 weeks ago
Simon H
e41a66bdbe
chore: clean up PR template ( #13735 )
...
time to remove the Svelte 5 note
4 weeks ago
Eng Zer Jun
3b8801cbba
chore: update CI workflows to use latest version of actions ( #13071 )
3 months ago
Ignatius Bagus
34ad016a77
chore: configure provenance env var ( #12809 )
3 months ago
Ben McCann
9f28503bef
chore: publish package provenance info ( #12779 )
3 months ago
Dominic Gannaway
c7f6805c37
chore: add more benchmarks ( #12094 )
...
chore: add more benchmarks
5 months ago
Ben McCann
1331cdc1de
chore: upgrade to pnpm 9.2.0 ( #11916 )
5 months ago
Ben McCann
311b52453e
chore: replace Node 21 with Node 22 on CI ( #11825 )
6 months ago
Paolo Ricciuti
5168dd734e
chore: upgrade pnpm to version 9 ( #11637 )
...
Co-authored-by: Rich Harris <rich.harris@vercel.com>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
6 months ago
Rich Harris
c87c2f452e
Revert "check treeshakeability in CI ( #10861 )" ( #10863 )
...
This reverts commit aec4958e4f
.
8 months ago
Rich Harris
aec4958e4f
check treeshakeability in CI ( #10861 )
...
* check treeshakeability in CI
* copy-paste oops
8 months ago
Karol
77b4c4be6c
fix: create `<svelte:element>` instances with the correct namespace ( #10006 )
...
Infer namespace from parents where possible, and do a runtime-best-effort where it's not statically known
fixes #9645
---------
Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
10 months ago
Rich Harris
c3e30efeb2
remove 'alternatives considered' from feature request template ( #10146 )
...
i don't think this is particularly useful
10 months ago
Simon H
98a72f5068
chore: check in types ( #9863 )
...
To ensure that changes to code/types doesn't result in unwanted changes in type generation, or that bumps to dts-buddy don't cause unwanted regressions, we're checking in the generated types. Types should be committed as-is (don't format it with prettier!). CI is enhanced to check that git sees no changed files after generating the types, which would mean types have changed.
11 months ago
Yuichiro Yamashita
075c268f42
add ci on node21 ( #9621 )
12 months ago
Rich Harris
11eead7db9
lint
1 year ago
Ben McCann
6d7caf3fd3
chore: update PR template ( #9397 )
...
* chore: update PR template
* Update .github/PULL_REQUEST_TEMPLATE.md
---------
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
1 year ago
Simon H
c6c934afb2
chore: cleanup ( #9381 )
...
* lets see if this works
* fix versions
* sigh
* debugging ci is sooo fun
* oh wow
* fix stuff, changelog, add back readme
* appease prettier
* format stuff
1 year ago
Simon Holthausen
b8ea454372
chore: enter changeset prerelease mode
1 year ago
Simon Holthausen
fe8a9ce31d
breaking: init Svelte 5
...
Co-authored-by: Rich Harris <rich.harris@vercel.com>
Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
Co-authored-by: Dominic Gannaway <dg@domgan.com>
1 year ago
Simon H
2a2a773174
chore: rewire some master occurences ( #9379 )
...
(main for a few in contributing; doesn't exist yet but will, soon)
1 year ago
Ben McCann
666d70ac2b
chore: update PR template with note about rewrite ( #9231 )
1 year ago
Simon H
2f5e371046
chore: run tsc properly ( #8884 )
...
Runs type check as part of the CI. This needs a new path alias in the tsconfig so that TS resolves the svelte import in the ambient file directly to the correct d.ts file and doesn't load Svelte through the node_modules, at which point it would load the generated ambient type definitions and throw a duplicate definitions error.
Also removes a tgz that was accidentally added
1 year ago
Simon Holthausen
3858321b32
chore: remove warning from pull request template
1 year ago
Ben McCann
0cd79fd0c3
remove docs workflow
1 year ago
Ben McCann
9319cbb1dc
chore: update changesets branch
1 year ago
Ben McCann
a856128d80
merge master
1 year ago
Puru Vijay
ad9a672171
Merge version-4
1 year ago
Ben McCann
276d2f86ba
merge version-4 branch
1 year ago
Ben McCann
f2ff684b5f
chore: setup changesets ( #8668 )
...
Co-authored-by: dominikg <dominik.goepel@gmx.de>
1 year ago
Puru Vijay
2efd78cba4
Merge remote-tracking branch 'origin/version-4' into sites
1 year ago
Nguyen Tran
0ce41875f0
docs: use pnpm and new commands to check the code base ( #8667 )
...
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
1 year ago
Puru Vijay
bd51e6f3ea
Merge remote-tracking branch 'origin/version-4' into sites
1 year ago
Ben McCann
ddfff4df8c
chore: convert to monorepo ( #8644 )
1 year ago
Puru Vijay
cf5561cd36
Merge remote-tracking branch 'origin/version-4' into sites
2 years ago
gtmnayan
783bd9899e
chore: swap mocha with vitest ( #8584 )
...
Also swap out the require hook hacks with a less-hacky-but-still-somewhat-hacky loader for the Svelte files
---------
Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
2 years ago
Puru Vijay
a39c7f397d
Merge remote-tracking branch 'origin/version-4' into sites
2 years ago
gtmnayan
202d119e9a
chore: convert puppeteer tests to playwright ( #8577 )
2 years ago
Puru Vijay
fbd3ccdf80
Merge remote-tracking branch 'origin/version-4' into sites
2 years ago
Dominik G
3bc791bcba
feat: add workflow to trigger ecosystem-ci from svelte PRs ( #8571 )
2 years ago
Yuichiro Yamashita
b6a400a549
chore: add prettier ( #8543 )
2 years ago