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

Version Packages (next) (#5554)

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

bde443dad85868defb9bdfdc8f0a2347a2451582 authored over 2 years ago
make resolution failures more appealing (#5551)

* make resolution failures more appealing - closes #5543

* lint

bbb8a8e0f0d2ca6513ecc8da5964877acbebf4b7 authored over 2 years ago
[fix] disable HMR in tests (#5552)

a38040cd09eef17e5179bacc6fd7e7f7f5f84d4c authored over 2 years ago
Version Packages (next) (#5547)

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

8407144bf87dd9143e9ccd15d32308f1e087cde5 authored over 2 years ago
link to discussion (#5548)

3456d18eeee04fd8eab697541f2b9bd77ee16934 authored over 2 years ago
feat: uppercase endpoint methods (#5513)

* feat: Endpoint names uppercased

* feat: Throw for old endpoint names

* boring: Update te...

87552ef7efd2f6b38dd7e3f7a90bc9fd5ceb12f3 authored over 2 years ago
Version Packages (next) (#5546)

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

2a796e4c4cae1c736e673ad17bd425aef8fd7105 authored over 2 years ago
[fix] ensure completed_build is reset (#5541)

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

0f384e977ab60c3bc367195298a49341e9f2b556 authored over 2 years ago
[chore] use consistent Vite options in test projects (#5538)

5eb76528b92c5f43c68e03eb5e7f73a37c586f3d authored over 2 years ago
Version Packages (next) (#5539)

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

a7d2891903e31c90d2e35e002eabd1d13cd1eb48 authored over 2 years ago
Alternative to #5520 (#5536)

* loop over values instead with `Object.values`

* missed a closing bracket

* avoid conceal...

b2c992ba446c33b1ed4bbce4516d8cbd8eeec1e3 authored over 2 years ago
handle non-200 status codes from root `__layout.svelte` (#4665)

* failing test for #4659

* prevent infinite loop when loading non-existent route in __layout
...

67e2342149847d267eb0c50809a1f93f41fa529b authored over 2 years ago
[chore] avoid unnecessary test setup and fix type errors (#5516)

* [chore] avoid unnecessary test setup and fix type errors

* fix bad refactor

* reorganize...

9ad8b6bc93d5392e83b96be96f4f9bbea68c0531 authored over 2 years ago
Version Packages (next) (#5529)

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

85c4f28fda8494e67e27e45ff3e4133a274e8af6 authored over 2 years ago
fix faq, and make it easier to fix the faq (#5534)

5bfeaa71a19b272287d72779935faea09084e340 authored over 2 years ago
remove `compression` middleware from adapter-node output server (#5506)

* remove compression middleware from adapter-node output server

* update lockfile

5ed9a325eec0b8c567079355e6c2c0f504e5af4c authored over 2 years ago
cleanup remnants of `config.kit.vite` (#5530)

* remove vite property type

* simplify helper type

* cleanup test

* point docs to vite ...

a74007b7f043ab7352fa76fc104bcdb7da15e10d authored over 2 years ago
npm create needs @latest tag (#5531)

7e44ec1e6a4f2737675c7df5f23226409c90f627 authored over 2 years ago
render page with correct status code when non-get endpoint returns validation error (#4328)

* add failing test for correct status code from page endpoint

* preserve status code from loa...

af560d440581ed9b088d59d4f715bbc2cbad506a authored over 2 years ago
fix changelog (#5528)

fa7d3178828f36b5d25b9a80867578425b035bf2 authored over 2 years ago
Version Packages (next) (#5527)

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

325658dc4ffcd17d97a22fe17ea880a7420a9579 authored over 2 years ago
changeset (#5526)

* changeset

* more changesets

5e7ca20d79682416fb11aefc3f3abe0f1878d188 authored over 2 years ago
Upgrade to Vite 3 (#5005)

* Upgrade to Vite 3

* this... seems to work?

* try this

* remove some more unneeded fix...

d430a33643b33f6caa0b0eb69ed558175dbcb343 authored over 2 years ago
cleanup unused ts directives (#5519)

c86a40729e65cf67fff364f3eb07fe6cc3d41b50 authored over 2 years ago
Version Packages (next) (#5515)

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

606b9d6db9102745b5ae7d3f2bee6fa86571dafc authored over 2 years ago
remove ENABLE_VC_BUILD checks, use v3 build output API for all vercel apps (#5514)

d090a59b89114f5f4ec605149f28a1e1748358ea authored over 2 years ago
[chore] bump Playwright to 1.23.3 (#5511)

0dd17945445661f04d11863ff0650910c1448248 authored over 2 years ago
fix another firefox test (#5512)

6cf3b881073957b5f14b7d76ace0cb4e175533ac authored over 2 years ago
[chore] test using windows-latest (#5503)

4049cba8d2b03e66a1cb60e9c4409543c7707ed5 authored over 2 years ago
fix firefox test (#5510)

2e4cab940413389113424cf652774efc4e43d117 authored over 2 years ago
[docs] clarify that prerendering isn't handled by adapters (#5509)

c0751fbca446a4a3fa59430ab0e976518e252456 authored over 2 years ago
Version Packages (next) (#5505)

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

98a26130b1f8e3ca7451188e59e963861bf7a462 authored over 2 years ago
adapters shouldn't pass arbitrary options to esbuild (#4639)

* dont pass arbitrary options to esbuild

* on second thoughts

* throw error if esbuild opt...

cdbce6b10e960a8839916ab5db11c79b450541f7 authored over 2 years ago
Version Packages (next) (#5504)

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

4f218a67752f0579457eadaad497083163056b5e authored over 2 years ago
CSP reportOnly mode (#5496)

* feat: csp report-only mode

- update respective code to toggle between CSP modes
- add unit...

a91a52c4e9f12d237fe1d50ec36693ae1b770655 authored over 2 years ago
ignore invalid accept header values instead of throwing an error (#5502)

* ignore invalid accept header values instead of throwing an error

* add test

* fix format...

ccf038ce6ba408b166768f1bbc69509fc868769d authored over 2 years ago
Version Packages (next) (#5499)

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

0162163dde9c796dc061f37728866bcbb6fc8575 authored over 2 years ago
pin vps to 1.0.0-next.49 (#5498)

* pin vps to 1.0.0-next.49

* lockfile

9dbc403c4b440b627a1542e20df9e0c1967b92d2 authored over 2 years ago
[chore] clarify test names (#5488)

8e5a9a54458931c8dc909d6061acfa8b766576dd authored over 2 years ago
fix pnpm format (#5484)

85dde0c4ee766d990146e50f270ec0d28e8f8c9d authored over 2 years ago
[chore] ensure secondary test server is closed (#5480)

* Ensure secondary test server is closed

* format

94e26e835306e122aee757796e01716073815b19 authored over 2 years ago
[chore] speed up tests (#5486)

077f6e7bdf1a9e9a7a14dfb0fec1973f0aa92913 authored over 2 years ago
[docs] clarify static route priority (#5483)

* Add static route mention in the advanced routing docs

* Tweak wording

* Update 03-routin...

40234e719503d085c374dadb25c16564ed3d6a7c authored over 2 years ago
Remove need for port-authority (#5482)

b8870d5b08b2af1714de88baea2f6e98c055dfd7 authored over 2 years ago
Version Packages (next) (#5476)

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

8261a7b474bd3e38915077039034e546aa6964c7 authored over 2 years ago
adapter types (#5386)

* adapter types

* rename ambient.d.ts -> placeholders.d.ts

* add ambient types to adapter-...

10f2105d5d33640cfd7365b3747c131a90281834 authored over 2 years ago
Version Packages (next) (#5474)

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

c8c8afca1a0a3d3a03268a23d3ce10dd022a936b authored over 2 years ago
document `Output` of `RequestHandler` (#5471)

* document `Output` of `RequestHandler`

* Update packages/kit/types/index.d.ts

Co-authored...

ad21c7ac8c340d37871cee5d4ed2cb94aabcf7a7 authored over 2 years ago
Update pnpm to v7.5.1 (#5469)

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

85a54438d4ef187b8ec05966c40c665d9b49270b authored over 2 years ago
feat: get client IP from Context object rather than the request header (#5473)

* feat: get client IP from Context object rather than header

* chore: add changeset entry for...

31fbb1cb4dc9fd29edff5993bb85da8863b54e79 authored over 2 years ago
Version Packages (next) (#5470)

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

f737122a86ef8ae638b2c367b7d058567d8d04ca authored over 2 years ago
use pull method (#5442)

* use pull method

* guard

* remove unused arg

* always fulfil

* changeset

Co-auth...

bece4dbc5a11d7a351f18381531c832bcb55dc51 authored over 2 years ago
Version Packages (next) (#5462)

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

c0501a9599ceb5539ee06f29db6bc317631f82e3 authored over 2 years ago
fix(5457): normalize path on prefetch (#5458)

* fix(5457): normalize path on prefetch

* Create new-geckos-vanish.md

* add test

* oops...

d22fbcbb8f9ba47c5779a4e89b2d35c087231d83 authored over 2 years ago
fix: skip closeBundle hook during dev to prevent errors on restart (#5466)

59d03e22ed104b82fdba15ce536afc679e92ab9c authored over 2 years ago
[docs] fix vs code syntax highlighting (#5464)

* [docs] fix vs code syntax highlighting

* remove blank line

578a2889363e6310d675d8207a5399f0ece52390 authored over 2 years ago
[chore] improve turbo config (#5461)

* [chore] improve turbo config

* reduce outputs

fa66df35eb9f8e742e7ca56fa6a19936335b5a41 authored over 2 years ago
unify matcher name restrictions and clearer error on bad param/matcher names (#5460)

* unify matcher name restrictions and clearer errors

lint

tf

* changeset

062f38e9c1716089d3998da9110627c48190ed11 authored over 2 years ago
Version Packages (next) (#5459)

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

75dd39855445cc97fc01b5da10b077622259b98a authored over 2 years ago
[chore] move adapt and prerender folders (#5440)

* [chore] move adapt and prerender folders

* fix prettier config

Co-authored-by: Rich Harr...

182167b5bb27649ed36810271c3fe591a72ebc38 authored over 2 years ago
doc: add notice about custom configuration for CF-pages (#5453)

* doc: add notice about custom configuration for CF-pages

* Update packages/adapter-cloudflar...

bed90e011f127c90dd66bfcaeebf9b42fd7da3b2 authored over 2 years ago
Revert "[fix] prevent responses from hanging"

This reverts commit 810c52bd2729e9a0996ce7049826678892b61627.

adae8916f0f241b83f979fd2e41752b428bb44c2 authored over 2 years ago
Revert "update changeset"

This reverts commit 7b0d75a9e7e371ce9f1f841ae461c092da863cc3.

9a36c924cfa02eba57f3baa06a93f723409b406b authored over 2 years ago
[fix] adapt in closeBundle (#5439)

76d4e02774c6d697f2b0735f6b585a3a91d60d30 authored over 2 years ago
update changeset

7b0d75a9e7e371ce9f1f841ae461c092da863cc3 authored over 2 years ago
[fix] prevent responses from hanging

810c52bd2729e9a0996ce7049826678892b61627 authored over 2 years ago
Version Packages (next) (#5435)

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

b3ad29d680330cbbbcb1831b7408ecf0688cc7d8 authored over 2 years ago
[fix] Use vite preview port in templates for playwright config (#5433)

* [fix] Use vite preview port in playwright template

* Use `vite` ports for tests

* Add ch...

6465aeff59fbd9e399be0d6a66c515dacc4a0516 authored over 2 years ago
[fix] allow Vite plugins to output mutable assets (#5416)

* [fix] allow Vite plugins to output mutable assets

* Update packages/kit/src/vite/index.js
...

a9cbb4c10d79a1cdaa1788dfa2cb3a23fd51ddd0 authored over 2 years ago
[docs] project structure (#5430)

* Project Structure

* formating

* spaces

* Update 01-project-structure.md

* Update 0...

a7abf22c9349938edc067fc254532d7853594ec9 authored over 2 years ago
Version Packages (next) (#5428)

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

f0a5c0f5e260e8a6ab863fdbeab6fa7d796584b8 authored over 2 years ago
Version Packages (next) (#5427)

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

33dd018865c1d2cd3df039aca50330f7954044a4 authored over 2 years ago
test: improve ci e2e setup to include multiple browsers, optimize trace capturing (#5058)

* test: improve ci e2e setup to include multiple browsers, optimize trace capturing

* fix: ac...

0715f610a72711ed8177ada077e0eed585fe42cc authored over 2 years ago
Allow %-encoding in route filenames (#5056)

* decode pathnames when creating entry points

* ensure %-encoded characters work in both file...

1a20af3fd98cd8965f9e78194ec32ef6ea6d079d authored over 2 years ago
remove --force (#5426)

c4ac8d4c4230a088c6d71fef1df82dccbcafc6cd authored over 2 years ago
Prefer (allowed) static assets to routes (#5070)

* failing test for #5066

* allow vite to serve files where appropriate

* print helpful 403...

a6e307211dec4bb09a38087cf1a0d36925bac0fa authored over 2 years ago
Version Packages (next) (#5425)

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

897dcd7c5f6d3df4d04b3464694270cff8258253 authored over 2 years ago
use Vite defaults for port and strictPort (#5392)

4d4dd15e1dfd15db25f3d666ec3d2c6d93392c64 authored over 2 years ago
small fix in init_service_worker (#5417)

* Update render.js

fix: Replaced arrow function with anonymous function in the init_service_w...

e60a0143b8e2c7a0eb06a19bac6f087a2ceabdfd authored over 2 years ago
Version Packages (next) (#5424)

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

a5ee2baa07f012c0af1b82ae80d74feacc7b3132 authored over 2 years ago
[chore] upgrade TypeScript to 4.7.4 (#5414)

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

3799a89e7913b71da4dab749ec1423215c4a20a1 authored over 2 years ago
Version Packages (next) (#5422)

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

82c57b4dd3ee9415ec893365f377f27df5da4b89 authored over 2 years ago
fix(5383): updated undici (#5420)

* fix(5383): updated undici

* Create forty-points-try.md

* update lock file

Co-authored...

b005618c0b58655fc1399e98b9eaf601dce39fc0 authored over 2 years ago
Version Packages (next) (#5411)

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

00e999e8fb9adafe34f0cceacbcdf11695202906 authored over 2 years ago
Version Packages (next) (#5394)

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

a7ce0c9b2c10a55ca3b5b5c4644e56cc1039c763 authored over 2 years ago
don't create changelog for test-basics (#5410)

8e6aca0e22d1b85cad5842b8520054f42b11540a authored over 2 years ago
allow body to be a binary ReadableStream - fixes #5406 (#5407)

2ce54a6e4b53aa04a116dcee04109891455c54df authored over 2 years ago
remove some unused code (#5408)

a35bb7698bcc58a2a184cffbff4ff18970f85189 authored over 2 years ago
Error handling fix (#5314)

* fix and almost working tests

* todo note in failing test

* tests working

* formatting...

52fc5b367f34c79cba90ae7114db02b5cfbf9a59 authored over 2 years ago
[breaking] require Node 16.9 (#5395)

7c9f720a41a7a57893d6190ef95b4243cc048889 authored over 2 years ago
[chore] improve test setup so that Vite ecosystem CI runs (#5400)

* alternative to #5398

* oops, copy-paste fail

885d0a8e6e75555918a2655dd4735244213d4e0f authored over 2 years ago
[fix] omit Connection header from requests made by load fetch (#5393)

* [fix] omit Connection header from requests made by load fetch

* add changeset

* update t...

43504ba3ff04313f50fc21a2fe0bcdd774d3dc01 authored over 2 years ago
Remove FLoC handling (#5018)

* remove handling of floc

* changeset

* remove floc reference

* Update .changeset/frien...

0915cb5c1a6edb07ac915c24c69cb47d1d15e3de authored over 2 years ago
filter top-level 'pnpm build' to just packages (#5388)

885f0d9b68ec2aeb3df7e2643330b3b9c934f84b authored over 2 years ago
Version Packages (next) (#5385)

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

0d5f0292dde38cfb58b92f16bcf5aa08666e7266 authored over 2 years ago
Expose `caches` to Cloudflare adapter through Platform (#5081)

* Expose `caches` to Cloudflare adapter

* Add changeset

320777aad1f0d2141e36738fc440589e3232304d authored over 2 years ago
Version Packages (next) (#5369)

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

b0ef3931f66c689486a1257112683fdbf1b3959f authored over 2 years ago
fix loading of conditional Vite configs (#5376)

* fix loading of conditional Vite configs (#5372)

* add changeset

* use loadConfigFromFile...

a7038939b8606eaf7293100a760cb06700ae95f3 authored over 2 years ago
fix: skip process.exit in dev (#5379)

730bd3e831e8f98af55fe34ecf4c718c4b8663e1 authored over 2 years ago
Include styles for dynamically imported components (#5138)

* add failing test for #5137

* partial fix for #5137

* defer gathering of styles

* fix ...

4842a246c2373f48b39792e259ea5257036d0ba6 authored over 2 years ago