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 sync scripts (#5768)

ff8c6b3cbbf865ed24a2b8ddf148d22596d16db0 authored over 2 years ago
Version Packages (next) (#5765)

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

deeece699d092b6f5db1646375d29c9d026b5d3a authored over 2 years ago
Postinstall sync (#5760)

* fix: use postinstall hook to run sync instead of prepare

* chore: fix format

* fix: add ...

ef6d42b65c58bf5d9ec74298048c012707ffaf38 authored over 2 years ago
Update pnpm to v7.8.0 (#5764)

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

cebad2d5876dc5f4f6bd4407e8cb03ab460c5ec6 authored over 2 years ago
Update pnpm to v7.7.1 (#5753)

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

d7386d908ff8b48fd979b8e03470a37f9cd04985 authored over 2 years ago
Update PULL_REQUEST_TEMPLATE.md (#5759)

* Update PULL_REQUEST_TEMPLATE.md

* Update PULL_REQUEST_TEMPLATE.md

1e0bcef8d40166d208fe8aac073f5ecde34e4caf authored over 2 years ago
Update dependency @types/mime to v3 (#5758)

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

fb3b5212d204f0458a344c31592adc6494a7866a authored over 2 years ago
Version Packages (next) (#5757)

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

324025272f6df74704d028a056bf883d4fcc1cb3 authored over 2 years ago
fix: check url protocol instead of origin (#5726)

* fix: check url protocol instead of origin

* chore: add changeset

* Update packages/kit/s...

4e357ddab53558eca8e6d109fb78e109cdc4a53b authored over 2 years ago
fix: `$env/*/private` throws for client-side imports on Windows and Tailwind doesn't freak out (#5739)

* fix: Normalize paths so things work on Windows

* fix: utils tests

* feat: Changeset

*...

05c6ad8de7516bb28c770919f53a28cf734e3081 authored over 2 years ago
feat: reference kit types in ambient file (#5745)

* feat: reference kit types in ambient file

* chore: rename module and functions to write_amb...

584da9a52293e71873899d15c379619793bd2f4e authored over 2 years ago
[docs] update example image preprocessor (#5755)

e297259a8c357f2083c2ca77e8beffa009fc919d authored over 2 years ago
Version Packages (next) (#5744)

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

db41520ba1b3d18032f710196b5ab7fd6daf9b13 authored over 2 years ago
fix: load env before importing hooks during dev (#5728)

44c9722336f751eabf8c8f11cccd6004491ed3df authored over 2 years ago
[feat] add DOM.Iterable to tsconfig (#5734)

Available in all recent browsers. Closes #5733

1d516a7446071416cdab61361fef9d1052f2ce4c authored over 2 years ago
Version Packages (next) (#5721)

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

3d801d251aa4b35737da586771120c776ecf8c35 authored over 2 years ago
[fix] correct syntax in JSDoc generation for environment variables (#5719)

06c95594f4a8567ec2d23ef62a2605797d232401 authored over 2 years ago
[chore] disallow unused imports, variables, parameters, etc. (#5716)

288709c257f57a70817ef9db21a56c1761644b70 authored over 2 years ago
Version Packages (next) (#5718)

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

135be903186e8033297e7eb15a90c1ef13071637 authored over 2 years ago
feat: Consistent handling of environment variables (#5663)

* feat: Add env config object

* feat: Added types

* feat: Add .d.ts import to tsconfig

...

b1a40552aa6d9bd16d1f2bb5d7359dcc0101d2ea authored over 2 years ago
[docs] update vite ssr repro template (#5713)

a6b0f00e53faef150c1ba27665d923b5e01ddb3b authored over 2 years ago
Version Packages (next) (#5712)

* Version Packages (next)

* Update CHANGELOG.md

Co-authored-by: github-actions[bot] <githu...

c46de87738d42a05c28c95a88ee9d28f32e91abd authored over 2 years ago
changeset (#5711)

6ba22886f6b028c49fad8ba1290cef1bb9d6b644 authored over 2 years ago
Remove initial-scale=1 from <meta name="viewport"> (#5706)

initial-scale=1 was propagated widely by
https://css-tricks.com/probably-use-initial-scale1/ (t...

e2ed3ff6942f423c6bdd1dbfce71fa9c8cba3596 authored over 2 years ago
Version Packages (next) (#5707)

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

2f9d77c31a84b3c4756a5d7f790b5e096ab7e5f8 authored over 2 years ago
[fix] prerender in subprocess (#5678)

a43dc0d4061798bff5735d7afa35e0fd6efaf6d7 authored over 2 years ago
Set Vite's publicDir and correctly serve public assets earlier in pipeline (#5686)

* Set Vite's publicDir and correctly serve public assets earlier in pipeline

* format

* ge...

3d1d2c0d4d0e3cdacf29ee399b81eda9e10900c8 authored over 2 years ago
Version Packages (next) (#5704)

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

12bdc22f7784d96a20694c6de8fd5521b0e46452 authored over 2 years ago
support custom Vite config locations - closes #5702 (#5705)

6329207eaa629520a29412e4f40b515ecf5b2a69 authored over 2 years ago
[fix] Prevent rerender when route state did not change (#5654)

* [fix] Prevent rerender when route state did not change

Fixes #3732

* adjust code to fix ...

8cba6babf6200c5bba473028ec0678e90fd21177 authored over 2 years ago
[fix] Prevent needless prop updates causing rerenders (#5671)

* [fix] Prevent needless prop updates causing rerenders

Fixes #5247 by not adding unchanged l...

66d17af9095ae639e02adc3c88e4baa907a45850 authored over 2 years ago
[docs] remove reference to `writeStatic` (#5698)

2315d7ead724d329af7c95a5bda08543c21b075e authored over 2 years ago
Update PR number in CHANGELOG.md (#5697)

Automated tooling got the PR number wrong, so let's fix it.

66e0ede13451918ced85255e2b87dc90fd61a446 authored over 2 years ago
Version Packages (next) (#5685)

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

284f2083d9715cafc7d9b9ec550b71aa964327ee authored over 2 years ago
changeset (#5684)

9507a8918c13fcc8dea71616158b53fd5d09cb2e authored over 2 years ago
Revert "set Vite's `publicDir` option" (#5683)

* Revert "set Vite's `publicDir` option (#5648)"

This reverts commit 2cdcd14b21e14e9d5bb80d61...

83831071ddfabbf5bdd0db722470d42fd40e4878 authored over 2 years ago
[chore] upgrade turbo to 1.3.4 (#5667)

953c598cf29a5c58772109e286586fa1edfffe14 authored over 2 years ago
Version Packages (next) (#5675)

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

21d97256f8320fa7a8e3ccf859894e1bc28046d2 authored over 2 years ago
replace transformPage with transformPageChunk (#5657)

* replace transformPage with transformPageChunk - closes #4910

* Update packages/kit/src/runt...

ab65de0c065df5e274082805bc379186eb6c15d3 authored over 2 years ago
Update pnpm to v7.6.0 (#5674)

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

c9a3c1fb456ddcde0f8c4fb4c645766c35b0670b authored over 2 years ago
Version Packages (next) (#5662)

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

3a0c21035a2f87fb01348c951d496db5203193fd authored over 2 years ago
fix: Defer warnings until after vite warning message (#5563)

* feat: Overridden config warning AFTER server start

* fix: Make it easier to add other warni...

9aaa9a7e8a9cc64046d4285bf7b73b3771ad68bc authored over 2 years ago
[chore] simplify internal prerender API (#5659)

* [chore] simplify internal prerender API

* Update packages/kit/src/core/prerender/prerender....

bfac97a2d3e559f2a48c7c6bbdd0f8243ce2ef95 authored over 2 years ago
Version Packages (next) (#5661)

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

4d230be5ea2f02aee0c1b4da7ef1b44c40066c6f authored over 2 years ago
only normalise internal URLs (#5645)

* only normalise internal URLs - fixes #5087

* add finally clause

* i am losing my goddamn...

6965e25b7660af824f35b9177d45c277a7296182 authored over 2 years ago
close #3837 (#5660)

5ae0d3dccd04499e4083746aaa7125b718e5f520 authored over 2 years ago
Version Packages (next) (#5658)

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

9919ebc1731e9761f22b87f34756da765219f437 authored over 2 years ago
prevent double stack trace 'fixes' (#5644)

* tidy up

* reset stack traces to avoid double fix - closes #3371

* use options.dev instea...

68a30ccf6142e2d095e094a7c433ffd2231b57f2 authored over 2 years ago
Version Packages (next) (#5656)

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

2045437fc857b5a7e2daee4f1271ffa361c91708 authored over 2 years ago
(hopefully) fix a flaky test (#5655)

* (hopefully) fix a flaky test

* ok NOW i think its fixed

247739a181daa0fbc5df7884b86fa37f0671dfe7 authored over 2 years ago
fix prerendered path normalisation (#5641)

* fix prerendered path normalisation - fixes #5225

* reference kit types

* type manifest
...

b1f581a326f2d57f36c6040a271e8f00dc215d43 authored over 2 years ago
set Vite's `publicDir` option (#5648)

* set Vite's publicDir option

* see if this works on mac and windows

* Update packages/kit...

2cdcd14b21e14e9d5bb80d61a1dad0726f455f30 authored over 2 years ago
Rewrite the response stream writer (#5650)

* Rewrite response stream

* Do not destroy without error

* Create an instance of the error...

a7b9a9c464c6c3cd9f74dea1e80263a059bd1fde authored over 2 years ago
[docs] Change from "sync" to "prepare" script in alias FAQ (#5649)

d8f63a4041c178a09e673d9dfa029c61ed7f31de authored over 2 years ago
Revert "set Vite's option" (#5647)

This reverts commit 14c18e3cdf023b587e1946e1b012f33cadb8d82a.

6dadfee583f9f092461eb5b24018f2a56eef6cf1 authored over 2 years ago
set Vite's option

14c18e3cdf023b587e1946e1b012f33cadb8d82a authored over 2 years ago
Version Packages (next) (#5642)

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

28419a3d6aa4d1256f02b1ee9256e9cd88c278ec authored over 2 years ago
[fix] transform links to be absolute to avoid console error when navigating (#5583)

* make link hrefs absolute - fixes #3748

* ugh stfu eslint you miserable funsucker

* updat...

7943e14858eccfad4cf73ff754f40edc835e1607 authored over 2 years ago
[fix] Ensure private cache when something is returned from getSession hook (#5640)

* [fix] Ensure private cache when something is returned from getSession hook

Fixes #4268

*...

400f415c9cc880b68c339c605b01b3e2dd0251c4 authored over 2 years ago
[docs] update example Vite projects (#5639)

286d756d088b9683f8a46da3e44346791807d0af authored over 2 years ago
Version Packages (next) (#5636)

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

6aa8bd4ba9fa3f530294f9c16359f12d9886ed6f authored over 2 years ago
make 404 more helpful if paths.base is missing (#5622)

* make 404 more helpful if paths.base is missing - closes #5465

* Update packages/kit/src/cor...

5675c931c35498497dd09343440d004d42c016fb authored over 2 years ago
Add `config.kit.prerender.origin`, enable fetching from local endpoints during prerendering (#5627)

* allow endpoints to make internal fetches during prerendering (#5444)

* add config.kit.prere...

11d7b850d2b020b037ca34a3c5f6fc80af8d39b7 authored over 2 years ago
[fix] decode parameters on client

d02f1f25ac8acb29e21a06b94418c333928fb9bb authored over 2 years ago
Version Packages (next) (#5632)

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

470d0262ba267a51dbe55ac5991c3ac691166116 authored over 2 years ago
respect `--mode` (#5602)

* failing test for #5573

* remove some logging

* add app.d.ts

* use define to control d...

c503c717fa96fd0abba0dd2c35ae3bf4833b4d9e authored over 2 years ago
Version Packages (next) (#5631)

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

e212920bbc5690ebe3e65bc85e4e6c75ff667742 authored over 2 years ago
add formData method in superclass rather than monkey-patch - closes #5349 (#5629)

a4712fff0f16bf9f554c37904f4ccb963da884f2 authored over 2 years ago
fix `pnpm format` (#5628)

* fix format commands

* missed one

168bc1c6783ccfa9e707105ce003bd74200bbfce authored over 2 years ago
Version Packages (next) (#5624)

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

c2130ee7b0cab624bb3bcac07dba300c7c3beb15 authored over 2 years ago
[fix] change Vite's output directory from _app to client (#5620)

850528dd80d89640916764177445e7b5efd06403 authored over 2 years ago
Version Packages (next) (#5623)

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

ad09e6cb012165475f12e672b74bfad28d7100c9 authored over 2 years ago
Handle the reader error (#5616)

* Handle the reader error

* Add test

* Create lucky-plums-listen.md

Co-authored-by: Ric...

f5bdcd2f54b7bebb0ec660e36207759e2a0c319a authored over 2 years ago
Update dependency @vercel/nft to ^0.21.0 (#5621)

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

a3288db9de4c0bf87b4797fa067e2093d31e331d authored over 2 years ago
Version Packages (next) (#5617)

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

2797465744ed97b31ab147c8db1dcef7c0631a05 authored over 2 years ago
handle circular dependencies in dynamic imports (#5619)

* handle circular dependencies in dynamic imports - closes #5399

* add test

9de343523b9b4bdbbb75a2dd38c59e7436d70483 authored over 2 years ago
[breaking] remove `writeStatic` to align with Vite (#5618)

819172065cdda6c695f3fb48e60fa451c1caaae6 authored over 2 years ago
[fix] handle binary data when prerendering (#5497)

* fix: corrupted images when using adapter-static

this is to fix issue mentioned [here](https...

a272fd666db8bda21d64b57cb856a1ae6f898c2c authored over 2 years ago
[fix] Reset navigating store upon return to site with a bfcache hit (#5613)

Fixes #5415

The alternative fix would have been to do this in beforeunload, but this might re...

c9f3e1e0d967bb975e95ad299be82cd245a740c8 authored over 2 years ago
[docs] the default dev server port is now 5173 (#5608)

c2d21deee1ab8bdf7a2b04bcfd5e7dbe3848730f authored over 2 years ago
test: extend create-svelte tests to cover most package.json scripts (#5598)

* test: enable prettier, eslint and playwright in create-svelte test projects and test most run ...

9766b9fd1843a4f6d7f6aaea0c863a3fb77863dc authored over 2 years ago
Version Packages (next) (#5605)

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

5caac31e643e0987e0fd25d2cdf96899cfeea657 authored over 2 years ago
remove eslint (#5596)

5a440431dd05a9c427bbb8b1b22517659443e0f7 authored over 2 years ago
use `define` instead of `import.meta.env.VITE_SVELTEKIT_FOO` (#5594)

* use define instead of import.meta.env.VITE_SVELTEKIT_FOO - fixes #5584

* ugh

64dd971251e5dba049cb57ad0b6a65f41d701736 authored over 2 years ago
Separate write tests (#5590)

* move tests involving filesystem writes into new app

* remove unused files

* lockfile

...

3f87c16342d28b98cfcc35df9af831d26c1a8963 authored over 2 years ago
Version Packages (next) (#5569)

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

3506dec69c9a895511351bb5d2df799416bc4aca authored over 2 years ago
Use stream throttling (#5587)

* Use stream throttling

* Fix formatting

* fix typo

* Create eleven-bulldogs-fetch.md
...

e146ec2f05114f0fa54fde504c39313d4a18c056 authored over 2 years ago
fix: use actual vite version in version check (#5586)

* fix: use actual vite version in version check to allow custom resolutions, local links etc

...

5644bfd34219a3688c30f4aa1ec2682491b7a4ef authored over 2 years ago
bump prettier format print width (#5588)

eb85ec39682b5b0384d983f8f22bd2a5da4c0481 authored over 2 years ago
[chore] bump Playwright to 1.23.4 (#5591)

56749c135823f4f91bd61225d717b5e0bc50bcef authored over 2 years ago
[docs] fix link to Vite envPrefix option (#5570)

5b2dda42843f6a9776e0e11da1780cebbe11910f authored over 2 years ago
Updated adapter-cloudflare README (#5576)

* Updated adapter-cloudflare README.md

* Added note about not supporting config files

* Up...

b7d6bcf66180331ca4f422e0473d54b61fcc1d0f authored over 2 years ago
Update pnpm to v7.5.2 (#5572)

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

aeab49f8db6f57a43665eb67735e15cbc10205ca authored over 2 years ago
dont remove `.vercel/output` directory (#5555)

* dont remove .vercel/output directory - fixes #5207

* empty out .func dir before repopulating

2a9c19252912d61bd840441fe80dc13366af41f7 authored over 2 years ago
Version Packages (next) (#5568)

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

fb5ea3aba6b5f0dcd6db14c0985d742131e1d291 authored over 2 years ago
feat: `adapter-static` throws buildtime error when `!config.kit.prerender.default && !adapter.fallback` (#5562)

* feat: adapter-static errors with incorrect config

* changeset

* fix: Update caught incor...

ff2ca8996c1070389705a408c58b4d2420f5a9af authored over 2 years ago
[chore] fix warning in test (#5557)

* [chore] fix warning in test

* Update packages/kit/test/apps/basics/test/test.js

Co-autho...

2e9d8fb170d5a3bfe4047b35cf45aa019f5b78da authored over 2 years ago
[chore] cleanup lingering references to npm init (#5566)

* [chore] cleanup lingering references to npm init

* update intro docs

30e8f41e67f79e2bd2cec82bfd00bb58ebbf8b63 authored over 2 years ago
[doc] rename rest of the request handlers (#5567)

* changed request handlers name in doc

* update adapter-cloudflare docs

13c3fea59ff9698ed8d4e751502466beeab0164b authored over 2 years ago
document transition CSP caveat (#5556)

* document transition CSP caveat (#5215)

* Update documentation/docs/15-configuration.md

9502d923fe68a9ffd29b838218bba871b5e5c389 authored over 2 years ago