0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 00:51:01 +01:00
Commit Graph

88 Commits

Author SHA1 Message Date
Ben McCann
1331cdc1de
chore: upgrade to pnpm 9.2.0 (#11916) 2024-06-05 16:17:16 -04:00
Ben McCann
311b52453e
chore: replace Node 21 with Node 22 on CI (#11825) 2024-05-30 14:49:17 +01:00
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>
2024-05-28 14:37:33 -07:00
Rich Harris
c87c2f452e
Revert "check treeshakeability in CI (#10861)" (#10863)
This reverts commit aec4958e4f.
2024-03-21 23:10:39 +01:00
Rich Harris
aec4958e4f
check treeshakeability in CI (#10861)
* check treeshakeability in CI

* copy-paste oops
2024-03-21 14:47:59 -04:00
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>
2024-01-29 20:56:04 +01:00
Rich Harris
c3e30efeb2
remove 'alternatives considered' from feature request template (#10146)
i don't think this is particularly useful
2024-01-11 20:03:38 +00:00
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.
2024-01-02 14:18:59 +01:00
Yuichiro Yamashita
075c268f42
add ci on node21 (#9621) 2023-11-27 08:37:37 -05:00
Rich Harris
11eead7db9 lint 2023-11-13 10:00:53 -05:00
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>
2023-11-12 18:49:59 -05:00
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
2023-11-10 16:46:40 +01:00
Simon Holthausen
b8ea454372 chore: enter changeset prerelease mode 2023-11-10 15:56:52 +01:00
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>
2023-11-10 15:48:23 +01:00
Simon H
2a2a773174
chore: rewire some master occurences (#9379)
(main for a few in contributing; doesn't exist yet but will, soon)
2023-11-10 13:38:07 +01:00
Ben McCann
666d70ac2b
chore: update PR template with note about rewrite (#9231) 2023-09-20 19:23:27 +02:00
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
2023-07-03 14:23:34 +02:00
Simon Holthausen
3858321b32 chore: remove warning from pull request template 2023-06-21 11:33:54 +02:00
Ben McCann
0cd79fd0c3 remove docs workflow 2023-06-20 14:04:39 -07:00
Ben McCann
9319cbb1dc chore: update changesets branch 2023-06-20 13:59:56 -07:00
Ben McCann
a856128d80 merge master 2023-06-20 12:36:41 -07:00
Puru Vijay
ad9a672171 Merge version-4 2023-06-10 16:02:51 +05:30
Ben McCann
276d2f86ba merge version-4 branch 2023-06-04 08:15:01 -07:00
Ben McCann
f2ff684b5f
chore: setup changesets (#8668)
Co-authored-by: dominikg <dominik.goepel@gmx.de>
2023-06-01 13:22:34 -07:00
Puru Vijay
2efd78cba4 Merge remote-tracking branch 'origin/version-4' into sites 2023-05-31 01:12:01 +05:30
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>
2023-05-30 12:19:51 -07:00
Puru Vijay
bd51e6f3ea Merge remote-tracking branch 'origin/version-4' into sites 2023-05-28 01:19:27 +05:30
Ben McCann
ddfff4df8c
chore: convert to monorepo (#8644) 2023-05-26 16:17:13 -07:00
Puru Vijay
cf5561cd36 Merge remote-tracking branch 'origin/version-4' into sites 2023-05-19 10:08:42 +05:30
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>
2023-05-17 21:00:20 +02:00
Puru Vijay
a39c7f397d Merge remote-tracking branch 'origin/version-4' into sites 2023-05-16 20:50:46 +05:30
gtmnayan
202d119e9a
chore: convert puppeteer tests to playwright (#8577) 2023-05-15 09:04:12 +05:45
Puru Vijay
fbd3ccdf80 Merge remote-tracking branch 'origin/version-4' into sites 2023-05-13 11:39:13 +05:30
Dominik G
3bc791bcba
feat: add workflow to trigger ecosystem-ci from svelte PRs (#8571) 2023-05-09 14:01:56 -04:00
Yuichiro Yamashita
b6a400a549
chore: add prettier (#8543) 2023-05-08 23:32:52 +02:00
Dominik G
56df761f95
breaking: set verison to 4, remove engines.pnpm and bump engines.node to >=16 (#8566) 2023-05-08 16:30:24 +02:00
Simon Holthausen
418f4c2381 Merge branch 'master' into version-4 2023-05-05 17:13:45 +02:00
Simon H
e45a1e05a3
note of restructuring 2023-05-02 12:47:03 +02:00
Yuichiro Yamashita
0677d89fff
chore: fix CI on Node 20 (#8528) 2023-04-26 14:02:22 -07:00
Ben McCann
8ffd2112bc
chore: fix CI setup for unit tests (#8530) 2023-04-26 09:21:21 +02:00
Ben McCann
6f8cdf3b0f
chore: run CI tests on Node 20 (#8519) 2023-04-19 10:23:14 +02:00
Ben McCann
d64e86a260
chore: switch from npm to pnpm (#8514) 2023-04-18 18:18:00 +02:00
Hofer Ivan
8e51b51dfc breaking: improve types for createEventDispatcher (#7224)
---------

Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
2023-04-18 11:12:33 +02:00
Ben McCann
caef440391 chore: run fewer CI jobs (#8496) 2023-04-18 11:12:33 +02:00
Ben McCann
932cb66a36 chore: simplify Svelte 4 CI (#8487) 2023-04-18 11:12:03 +02:00
Simon H
f0cdf77e15 chore: remove node<14 tests (#8482)
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2023-04-18 11:12:03 +02:00
Puru Vijay
db2d07f236
feat(site-2): Update links, move blog out of SK folder to content (#8289)
* Update links

* Move blog to site/content

* Update site/content/docs/02-component-format.md

* Fix docs links

* Add global prettierrc

* Auto format

* Fix git merge artifact

* Fix errors

* Update html to svelte(remaining ones)

* Add 2 blog posts

* Modify prettierrc

* Minor design fix

* Switch package lock to spaces, prettier ignore

* Regenerate package lock

* prettier format

* Update deps

* Hack the build into working

* add missing blog post

---------

Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
Co-authored-by: Rich Harris <git@rich-harris.dev>
2023-04-02 11:24:33 -04:00
Ben McCann
82d2982845
chore: update PR template (#8255) 2023-02-05 06:20:51 -08:00
Yuichiro Yamashita
967e9f51ff
chore: add Node18 for CI (#8078) 2023-01-11 18:11:14 -08:00
Yuichiro Yamashita
de6821a1de
[ chore] disable puppeteer on Linux for Node8 and 10 (#8155) 2022-12-31 10:13:52 +09:00