Ben McCann
5902ccab81
chore: upgrade to pnpm 8.6.0 ( #8693 )
1 year ago
Ben McCann
f2ff684b5f
chore: setup changesets ( #8668 )
...
Co-authored-by: dominikg <dominik.goepel@gmx.de>
1 year ago
Ben McCann
ddfff4df8c
chore: convert to monorepo ( #8644 )
1 year ago
Simon H
a40af4dd11
chore: unbundled esm ( #8613 )
...
- remove esm bundle step
- introduce generated version.js because we can no longer use replace because we don't bundle esm
- remove register hook, cjs compiler output and cjs runtime
- keep umd compiler version for prettier/eslint/browser but without sourcemaps
- move devdependencies to dependencies where necessary
- various cleanup
---------
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
1 year ago
Ben McCann
086f225ea9
chore: remove unused source-map-support depedency ( #8622 )
1 year ago
gtmnayan
3df9d8466f
chore: speed up test execution ( #8598 )
...
- shard runtime tests for better use of Vite's test parallelization
- merge custom element and other browser tests to run in one test suite and use esbuild in it
- on some setups only generate code output when test fails
1 year ago
Ben McCann
0467219701
chore: switch to released version of eslint-config
1 year ago
Ben McCann
0c99aa8904
chore: update eslint config ( #8608 )
...
Co-authored-by: gtmnayan <gtmnayan@gmail.com>
1 year ago
gtmnayan
61218d3c9c
chore(test): tidy up html equal ( #8599 )
1 year ago
S. Elliott Johnson
fd9d61a7b7
chore: TS to JSDoc Conversion ( #8569 )
...
---------
Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
1 year 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>
1 year ago
gtmnayan
202d119e9a
chore: convert puppeteer tests to playwright ( #8577 )
2 years ago
Yuichiro Yamashita
b6a400a549
chore: add prettier ( #8543 )
2 years ago
Dominik G
56df761f95
breaking: set verison to 4, remove engines.pnpm and bump engines.node to >=16 ( #8566 )
2 years ago
Ben McCann
6fbb36d1fe
fix: improve setup of default export and remove `svelte/ssr` ( #8516 )
2 years ago
Simon Holthausen
418f4c2381
Merge branch 'master' into version-4
2 years ago
Conduitry
4537eb77bb
-> v3.59.0
2 years ago
Ben McCann
d64e86a260
chore: switch from npm to pnpm ( #8514 )
2 years ago
Hofer Ivan
8e51b51dfc
breaking: improve types for `createEventDispatcher` ( #7224 )
...
---------
Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
2 years ago
Ben McCann
2813814396
chore: upgrade rollup ( #8491 )
...
bump to rollup 3. Includes reworking the "treat those imports as external" a bit so that Rollup builds correctly but doesn't bundle some of the (now relative) imports
---------
Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
2 years ago
Ben McCann
99b6a25d9d
chore: Svelte 4 dependency upgrades ( #8486 )
2 years ago
Ben McCann
d7cffa6840
chore: upgrade to TypeScript 5 ( #8488 )
...
- upgrade to TypeScript 5
- upgrade @ampproject/remapping
- remove obsolete workarounds
---------
Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
2 years ago
Ben McCann
42362692b5
chore: bump engines field ( #8489 )
2 years ago
Ben McCann
932cb66a36
chore: simplify Svelte 4 CI ( #8487 )
2 years ago
Simon H
f0cdf77e15
chore: remove node<14 tests ( #8482 )
...
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
2 years ago
Ben McCann
def1890f4f
chore: bump @jridgewell/sourcemap-codec ( #8458 )
2 years ago
Conduitry
cfe26d8d6c
-> v3.58.0
2 years ago
Conduitry
952f8c566f
-> v3.57.0
2 years ago
Conduitry
e2fe8ab469
-> v3.56.0
2 years ago
Ben McCann
f9efb4d992
chore: upgrade aria-query ( #8353 )
2 years ago
Ben McCann
757a81ac6d
chore: upgrade dependencies ( #8352 )
2 years ago
Ben McCann
c6d6a73b9d
chore: upgrade rollup plugins ( #8350 )
2 years ago
Ben McCann
b336b16204
chore: upgrade to code-red 1.0 ( #8349 )
2 years ago
Ben McCann
5b2fa1f247
chore: upgrade magic-string ( #8339 )
...
- overwrite -> update
- update comments
2 years ago
Ben McCann
ca531519a8
chore: switch to @jridgewell/sourcemap-codec ( #8321 )
2 years ago
Conduitry
3b3e1c839c
-> v3.55.1
2 years ago
Conduitry
3ba0e30416
-> v3.55.0
2 years ago
Simon H
512eda7a84
[feat] add html typings ( #7649 )
...
This adds typings for HTML elements and their attributes. It's supposed to be used by the new transformation in language-tools.
Co-authored-by: Ignatius Bagus <ignatius.mbs@gmail.com>
Co-authored-by: Lyu, Wei-Da <36730922+jasonlyu123@users.noreply.github.com>
2 years ago
Conduitry
aa5a1cdf1a
-> v3.54.0
2 years ago
Simon He
e44762aa2d
[chore] add ESLint Caching ( #8069 )
...
see: https://eslint.org/docs/latest/user-guide/command-line-interface#caching
2 years ago
Conduitry
91f8764145
-> v3.53.1
2 years ago
Simon H
e48fa4ac29
[fix] util polyfill to make compiler self-contained ( #8014 )
...
this is needed for running the Svelte compiler in the browser
Fixes #8010
2 years ago
gtmnayan
ea219f4ed8
[chore] patch bump tslib ( #8015 )
...
closes #8013
ref: microsoft/tslib#160
2 years ago
Conduitry
b2d36075ae
-> v3.53.0
2 years ago
Ben McCann
92f02669cf
[chore] upgrade dependencies ( #7982 )
2 years ago
Sid
8921c04a21
[chore] Upgrade css-tree version to 2.1.0 ( #7572 )
...
* chore: upgrade to css-tree major version
* fix: handle whitespace token for new ast
* fix: css syntax error
* remove @types/css-tree
* import css-tree/parser instead of file path import
Co-authored-by: tanhauhau <lhtan93@gmail.com>
2 years ago
Conduitry
ef849217c4
-> v3.52.0
2 years ago
Tan Li Hau
244d74d4a7
[feat] pre-build before testing in CI ( #7933 )
2 years ago
Conduitry
6ac7038e47
-> v3.51.0
2 years ago
Conduitry
24aff3032d
-> v3.50.1
2 years ago