Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sveltejs/kit

web development, streamlined
https://github.com/sveltejs/kit

Fix: Adding compatibility shortcut to other keyboard layouts (#3876)

Co-authored-by: Esteban Ramos Coronado <[email protected]>

2f4c4f2dd70c630105342cbf2c757d72ec4da6f8 authored almost 3 years ago
Version Packages (next) (#3875)

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

381821a30160f6c7f33d5cf6d763d894c120c341 authored almost 3 years ago
changeset (#3874)

67e087fab9b07221dcb988db64e5b9b8a229b7f7 authored almost 3 years ago
Ensure cookies are returned for 3xx redirects as well (#3808)

* Ensure cookies are returned for 3xx redirects as well

* linting

* Update packages/kit/te...

9d21063e8c051d0568f044676a8c7afe54095c34 authored almost 3 years ago
prerendering overhaul (#3858)

* add new Prerendered interface

* rendered -> response

* rename path/decoded_path to encod...

8fe3ea3cb112676403b1d5caff215c223a85f83b authored almost 3 years ago
Version Packages (next) (#3844)

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

c13e1133697be01efbf7385722853bbbb17a6896 authored almost 3 years ago
revert change to Cloudflare ES target version (#3847)

52454ed4fe79c4385fd3a41d1f88767a4013319b authored about 3 years ago
[feat] use preserveValueImports flag in create-svelte (#3064)

TypeScript doesn't know about import usages in the template because it only sees the script of a...

d788cf27e0f6014bd0773c70e6200f2bfe6d96ef authored about 3 years ago
Version Packages (next) (#3843)

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

a780bf6cb2f89d63cdb2dd0061260b6bf57011ce authored about 3 years ago
Fix Cloudflare Workers adapter target (#3827)

When attempting to upload a SvelteKit app which contains modern ES
features such as optional ch...

faefb47f807736920832a58dcb849c5002272175 authored about 3 years ago
[docs] don't scroll when opening/closing search or hitting the back button (#3831)

691363bf384ef3d4dda125a85669420be133686f authored about 3 years ago
only show gradient overlay on desktop (#3842)

103bbdbbf6c097fbb904e2dd1e7e9fbd2d43d11e authored about 3 years ago
remove backspace hack from search box (#3841)

8032b4061c259a519eb378ebe86512b632d79d0f authored about 3 years ago
Version Packages (next) (#3834)

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

054464cbea515b67f744fa591606e865f7961b4e authored about 3 years ago
[chore] replace embedded changelog generator with it's new npm package (#3828)

* chore: replace embedded changelog generator with it's new npm package

* chore: remove unuse...

9de40822a6defdf0e5d30060e210b392f1ca93a0 authored about 3 years ago
[docs] fix link (#3838)

424dd7795944428bb95d6d0171c9c40cc571b314 authored about 3 years ago
[fix] spelling of .DS_Store (#3823)

79793898b3aca57096692d11b916ae2fbf787155 authored about 3 years ago
Copy endpoint response Headers instead of setting directly (#3829)

6e8e57c90b637702e34a67e6c66b405cf68d8cd8 authored about 3 years ago
Version Packages (next) (#3824)

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

242a941995c06f4db31c6b7ff4320ef4ee00dff7 authored about 3 years ago
Add prerendered pages to routes config (#3822)

* empty commit

* comment out redirect stuff

* try this

* add back redirects

* ugh vs...

b05c9f13ec4b61053962b99a62794ee3831bf345 authored about 3 years ago
lint

8ba649a6f790e885325fe48842cdf782f5c96cc0 authored about 3 years ago
Version Packages (next) (#3821)

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

1f14d9965559cb33f0e4cb68cb16321b01d75462 authored about 3 years ago
Vercel routing defaults (#3820)

* expose trailingSlash to adapters

* update routes config according to trailingSlash option

68fd684344a0650420a5b9bffa1c91333dcbaa98 authored about 3 years ago
[breaking] remove `createIndexFiles` option, derive from `trailingSlash` instead (#3801)

* move createIndexFiles option to adapter-static

* dont provide default value here

* add m...

c9e98098107130a64d223fdf662116433faeaa50 authored about 3 years ago
Version Packages (next) (#3817)

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

dac52a71797cd4acc48e8a9fb7360b07fa026912 authored about 3 years ago
upgrade to TypeScript 4.5 (#3809)

21bfbc632c2ac5c3da801e49d6ef2fbccbc19164 authored about 3 years ago
adapter-node changeset follow-up (#3812)

9dd1793ee7f33a83ca48bd5b7e62fefa3982524d authored about 3 years ago
[docs] fix missed links to new multi-page docs (#3815)

2fefa5e9cf01510dd03c1a9cc0b62c9686621faa authored about 3 years ago
add some explanatory text (#3806)

d959713fd22e141f5d59241d71e5ff693a39710b authored about 3 years ago
[fix] flaky tests (#3741)

* Address playwright race conditions and environment timeouts

resolves #3552

* incorporate...

fd3fc39e5bc9ee26ed367359c4c2f39a6f833e08 authored about 3 years ago
Version Packages (next) (#3800)

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

d573dba7a17e1c991f77e36a9be0498b54997b3b authored about 3 years ago
[fix] Allow numeric as value of header (#3716)

* Allow numeric as value of header

* simplify/clarify tests

* update type declaration

*...

afe59eb0bd460f1cb81792eed1d349bd3cef8db9 authored about 3 years ago
[fix] replace broken escaping with a working version (#3798)

* [fix] replace broken escaping with a working version

* hoist dict

0b93d6a1826da25d396d31c089518fe77592c856 authored about 3 years ago
Version Packages (next) (#3795)

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

36db7bbf09c849f0b358c402473ac9d57b89b9a2 authored about 3 years ago
Precompress wasm files (#3790)

* Precompress wasm files

When enabling the `precompress` option, WebAssembly files currently ...

225c1ce427f11aef0508ffe684be6582ed3b0eb3 authored about 3 years ago
Full text search (#3717)

* flexsearch

* tweak UI

* tweak

* Update sites/kit.svelte.dev/src/lib/search/Search.sve...

feec81dac17cf48ea290630325a9ccb710a014ca authored about 3 years ago
[chore] update vite and esbuild (#3791)

b33f75a4edc49d345baf3f6a5bd232232223dcc5 authored about 3 years ago
Version Packages (next) (#3762)

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

656f6a05aaf132b524c3f9fe8c13a6148eb6fd41 authored about 3 years ago
fixes shadow hydration escaping (#3793)

94184182bbae7607bb25f6ae5f6101957cefcdd8 authored about 3 years ago
[docs] fix syntax highlighting on FAQ page (#3794)

b2294d721dbee94ee6735242abdde469815ef1be authored about 3 years ago
[docs] update location of kit.svelte.dev and remove references to docs API (#3779)

21e16a6d059fc58ba44972792d7c8c0ac2de2666 authored about 3 years ago
[docs] add a bit more help to the changelog for breaking changes (#3769)

61034ceeb39090d11b57b766b2a53ee86a02e9a0 authored about 3 years ago
Update pnpm/action-setup action to v2.1.0 (#3774)

Co-authored-by: Renovate Bot <[email protected]>

9109db09cda23205eb2835f37b31ab71fd677117 authored about 3 years ago
Fix shadow endpoint when ending with slash (#3740)

4d5089b7636a1013812a932c7169c81ac14f8561 authored about 3 years ago
Fix client side router issue with handling hash (#3763)

e49fe5b9fa8cc2ce9599fb9f9dd3d701f63d9b95 authored about 3 years ago
Fix client side router issue with handling hash (#3757)

ff363ebf4cd23960d579a93addab8c2a58ab9820 authored about 3 years ago
[docs] clarify that default value of ssr is true (#3756)

bc3ea7d9601d1699a5b8ca376c22221bf6ff4709 authored about 3 years ago
[docs] fix typo (#3736)

4ca26e0555abae9f7df663419ade25bbea8490d6 authored about 3 years ago
[docs] sync advanced routing links (#3724)

2eaf22b183a874fa750ce9e5e5aa0f779823d588 authored about 3 years ago
remove docs workflow (#3713)

89a97551f9e771e0e00064646a5196b943480ab1 authored about 3 years ago
Local docs (#3712)

* prerender docs from local markdown files

* oops

* remove comment

* fix highlighting o...

98a768e802ae3202db0d6f46641e8cf542077256 authored about 3 years ago
Version Packages (next) (#3701)

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

7cf2f6116b05905967ac35027da683938f144184 authored about 3 years ago
Shadow endpoints (#3679)

* failing test for shadowed pages

* find shadowed pages

* store endpoint filename

* upd...

647131e00149cb5299042eedeb880efcd855a2df authored about 3 years ago
prevent vercel bot from commenting on PRs (#3708)

f01dd87236c40a9b835b5486d7f17fff3e97d381 authored about 3 years ago
fix prettier config (#3706)

2fed699f55daaf19fe914c233ba7504dfcf5cc09 authored about 3 years ago
remove id="svelte" (#3705)

fbe1cbe35a251921d86106f167418df12f3835c3 authored about 3 years ago
empty commit to trigger site deploy

dcb279a6299dfd8428b305fa480c590016e63371 authored about 3 years ago
move kit.svelte.dev into this repo (#3704)

* move kit.svelte.dev into this repo

* update README

* remove DOCS_PREVIEW stuff, will nee...

bb5927172f4d6f1b852256bc934d9a61da281121 authored about 3 years ago
implicitly allow `Response` object instance (#3697)

* conditionally check Output as Response

* add changset

* docs

ccc780bb58368bc40470d24da88d395af7d75427 authored about 3 years ago
fix endpoints hash link (#3698)

6e86c4a13e1a60a45c70b24edf927392c244fa4a authored about 3 years ago
Update dependency dotenv to v16 (#3692)

Co-authored-by: Renovate Bot <[email protected]>

d736cb3ac65a5dd0b1061146c2caecbb1f924f55 authored about 3 years ago
Version Packages (next) (#3691)

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

b18e3a1d684c4ac6c94e0116657d35e411ec5928 authored about 3 years ago
[fix] exclude Host header from load fetch requests made on server (#3690)

* exclude Host header from load fetch requests made on server

* add changeset

b22dfbfaac0115feafb81b37b0d4ed43ba4e8950 authored about 3 years ago
Version Packages (next) (#3688)

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

17a7b1f4539cbfae56dcacaf20e323ad5ed4f97e authored about 3 years ago
Update $app/stores page.stuff to use App.Stuff (#3686)

* Update $app/stores page.stuff to use App.Stuff

Following https://github.com/sveltejs/kit/pu...

01410ce785c0d91f5ee18df165ac16ca1219e9fd authored about 3 years ago
Remove target config option from docs (#3685)

21c01432fb9056abbef9c131706e324486c06662 authored about 3 years ago
Version Packages (next) (#3682)

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

a6d2b006e984a35bfbe4ba24eeed5167b628759b authored about 3 years ago
rename JSONString to JSONValue (#3683)

* rename JSONString to JSONValue

* changeset

25ce1114866b9eb253e8cec0684995b17cce3689 authored about 3 years ago
Remove `target` option (#3674)

* use data-hydrate instead of explicit target

* update tests

* changeset

* update docs
...

772dbaf286bae5e31ff8f9dc4a208caf9653bb40 authored about 3 years ago
add a SvelteKit namespace for app-level types (#3569) (#3670)

* add a SvelteKit namespace for app-level types (#3569)

* update templates

* update docs
...

59358960ff2c32d714c47957a2350f459b9ccba8 authored about 3 years ago
rename SSRRenderOptions/State to SSROptions/State (#3675)

91680806fe2eaff7fdcfb775b634251ad5198197 authored about 3 years ago
Version Packages (next) (#3678)

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

e8d867b39327edcc380a8c448c6ebcf7af076c57 authored about 3 years ago
[fix] HTML crawl regression (#3677)

* revert substr -> substring change - they are not equivalent

* add changeset

e982472433e645014101e286abbc43cf3d50a203 authored about 3 years ago
Version Packages (next) (#3671)

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

71266076cc8fc8dced27462c18b747fd50d7690c authored about 3 years ago
fix service_worker typo - fixes #3652 (#3673)

90f9311c278ca81b76d2f8c2022e89f5a3dc7c5f authored about 3 years ago
fix handleError docs (#3672)

078b34e213223f3e14566f57490da64b96949693 authored about 3 years ago
[fix] pre-render crawl parse with value-less attributes (#3668)

* use .substring, as .substr is apparently deprecated

* fix parsing of attribute following va...

44a7c8184380a954bc9cbd1bce5f1f70665d64b0 authored about 3 years ago
Version Packages (next) (#3664)

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

c1f5a13e0d4a4b9f151c41acd608374d27bbdbbd authored about 3 years ago
[feat] application versioning and update detection support (#3412)

* Version Packages (next)

* Remove optional function and add "reload" option to router's onEr...

c7fdb898cd36f833eee94b08081a8a3bd19cac94 authored about 3 years ago
[fix] update types to match changes to Vite config handling (#3662)

091576824e68dd3ebdf6dc9544415143c7692ad8 authored about 3 years ago
remove large page fixture (#3661)

cc62c702c6a0df8ea1d7dd096b05db0ba7eca906 authored about 3 years ago
Version Packages (next) (#3648)

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

a94541b39f73796530ab2989a8482e792eb0ff8f authored about 3 years ago
[fix] Server-side fetch request should have headers (#696) (#3631)

* pr 2861 rebase

* merge headers from request

* Revert "merge headers from request"

Th...

d98cc573937b4d30de1d3100438a5611c0f0eaef authored about 3 years ago
Support an async function to provide vite config (#3565)

* Support an async function to provide vite config

* amend all instances of config.kit.vite
...

cf5d4aa54c3824a93967abe8508931854cd30524 authored about 3 years ago
Adapt tests (#3615)

* tidy up adapt tests

* remove some unnecessary stuff

316248c291c0d3db32a220134798d156756617c7 authored about 3 years ago
Version Packages (next) (#3645)

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

e03dd257504fa23f52e7b8e7d9c775405f87b571 authored about 3 years ago
[fix] Minor change to rollup config to prevent duplication - issue #3428 (#3628)

* Minor change to rollup config
Externalized a dependency to reduce code duplication in dist/ch...

15ccc38b986e82926987d98ee9c11995adb300ec authored about 3 years ago
recommend using adapter-auto instead of cloudflare/netlify/vercel (#3644)

* recommend using adapter-auto instead of cloudflare/netlify/vercel

* simplify wording

d028c7d27832cc5430a8a952fa9945a8edddf760 authored about 3 years ago
Update dependency dotenv to v15 (#3639)

Co-authored-by: Renovate Bot <[email protected]>

3b161613fce27c54f227994fbe8db3d0bed92016 authored about 3 years ago
fix mismatched ambient types (#3640)

* remove url from app/stores module

* deduplicate getStores types

* add changeset

dfd4de05374d043f8a314b9c5f2f893fc83d2380 authored about 3 years ago
[chore] Update dependency svelte2tsx to ~0.5.0 (#3632)

Co-authored-by: Renovate Bot <[email protected]>

aa4b8124c4d7e3825bb1441298025b28d959058c authored about 3 years ago
Version Packages (next) (#3627)

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

1c76b9fdbce240545bb23c4e2fd6fa1677e565a1 authored about 3 years ago
#3505 - json response condition update (#3624)

* #3505 - json response condition update

* Update packages/kit/src/runtime/server/endpoint.js...

59e44397089cec2b01c943a254ae2b8c649dd4c5 authored about 3 years ago
Vercel externals (#3614)

* expose external option on adapter-vercel

* update docs

* add an Options type

48f481626908377aa156a4cc4e177d2d7d663c81 authored about 3 years ago
follow up docs for #3578 (#3619)

d0310c140c71d948b03edf6a9dad4f540a04e9c3 authored about 3 years ago
sync docs to `createIndexFiles` (#3617)

f4adea119eb2d5a27e14b82753c3f6b98122ef58 authored about 3 years ago
Version Packages (next) (#3613)

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

e794596d00e276aad359abaf7fcc7fc768387c01 authored about 3 years ago
[feat] add prerender.subfolders setting (#2632)

* [feat] add prerender.subfolders setting

- Fixes #1443

Setting the kit.prerender.subfolde...

707e23dd285068f8585a3cc85937d8da26c3d606 authored about 3 years ago
move config.kit.hydrate and config.kit.router to config.kit.browser (#3578)

* move config.kit.hydrate and config.kit.router to config.kit.browser

* changeset

9e1386e8f35475c75c625d325f2465ec32c79956 authored about 3 years ago
Version Packages (next) (#3611)

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

69124d80a40e9719d52f9f97db565caa032dfe04 authored about 3 years ago