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) (#1603)

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

0a6e3d6b7ed93ca60ec8fd3bbd15739cf3d9835e authored over 3 years ago
Remove peerDependencies due to pnpm bug (#1621)

edc307ded8211ebc16e6e1311fdb3822b2470ad7 authored over 3 years ago
Attempt to fix peerDependencies specification (#1620)

2636e68ffc5038568ebfa1a1fae7a55d98040e0f authored over 3 years ago
Allow `_redirects` to be placed in root directory (#1586)

3b988a49f970fd3fddbf8ff9ba0dce7c6bad37f6 authored over 3 years ago
types: allow void return in `LoadOutput` (#1617)

- allow void return type in Load
- handle asynchronous RequestHandler return type
- deduplicat...

fc19b6313f6e457d8fe78b251ca95d9ba3a1dcc2 authored over 3 years ago
Make it possible to type context and props for LoadInput and LoadOutput (#1447)

- added generics for Context, Page Params and Props
- added a helper type "MaybePromise" to not...

1bf1a0249caea73bbf09c2959616d09e9c2be73f authored over 3 years ago
docs: use level 3 headings (#1607)

6b186ae5b9ca04c7ed1f5b9a91c83126cbfc8b1e authored over 3 years ago
Merge branch 'master' into server-fetch

b2d0c8de4ab15360d5d3dd227887b487141a0ff3 authored over 3 years ago
only lowercase headers once

babe515f9f5c816fd507920f1f16012263e7a71f authored over 3 years ago
Merge branch 'fix/header-capitalization' of https://github.com/thislooksfun/kit into thislooksfun-fix/header-capitalization

c6aa75e972bbe8a166761d43e70b3b552e27c539 authored over 3 years ago
Move custom-extensions test into options test app (#1595)

0cc73ed825874c8b79414d8de7159b72409c390d authored over 3 years ago
chore: update the PR template (#1601)

The old template doesn't remind you to run `pnpm check`, but it is run
by the CI pipeline and c...

db36b7e7a124d050b914a5c247ccce20a253bfc0 authored over 3 years ago
fix: ignore 'content-type' header capitalization (#1463)

Fixes #1463

cbe029e96646f41d037e9e8d6f8240beedf57a2e authored over 3 years ago
fix: append trailing slash in manifest (#1507)

* fix: normalize trailing slash in prerender (#1486)

* this is a camelCase-free zone, except ...

1bb44caa213c0fa0ea44b4954191ebc351a49f62 authored over 3 years ago
Version Packages (next) (#1590)

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

b0e62960441d0138704adf8761e5b641a111b728 authored over 3 years ago
Rename `handle`'s `render` parameter to `resolve` (#1566)

* Rename handle's render parameter to respond

* Rename to resolve

* Update 04-hooks.md

...

eae1b1da092e53ef908a3561abd3aa98ca7dd1a4 authored over 3 years ago
Replace favicon (#1589)

* replace favicon

* changeset

* compress

6aa4988491ba9080535ec19c2be244b6772d8c89 authored over 3 years ago
Add favicon to skeleton template (#1514)

2d2fab1c8fbda3c5e5e8bc5da7597ba1145d6ad8 authored over 3 years ago
Version Packages (next) (#1543)

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

a66affec4168fae053fb6349805b60028306abcf authored over 3 years ago
type fixes for adapter-node and adapter-static (#1578)

6a77df01c74ae6d87ca3cac597468c0cd0a91ffa authored over 3 years ago
Upgrade to Vite 2.3.3 (#1580)

2172469eb38a8cf58014d1b12a8adbf286e5a222 authored over 3 years ago
fix: improve getRawBody parsing & handle error(s) (#1528)

c3d36a33f54d52b565ce38774c1c57af34f2a6dc authored over 3 years ago
create-svelte: add svelte-check for TS (#1556)

This add svelte-check along with two validate scripts to the package.json if the user selects TS...

1739443aa235c61c615cce5bd30a7a196957c3a5 authored over 3 years ago
pass validated svelte config to adapters (#1559)

028abd9cc6e1ab40434d0bbd71664ba0b2ea19d9 authored over 3 years ago
types: group related and reduce potential inconsistencies (#1539)

eb96322f25b08af8e0f814a825a5db28c6794f50 authored over 3 years ago
Use sveltekit tag on StackOverflow (#1558)

5f7c6a86418d777250bfcd8ea8720a5abf7fc7a0 authored over 3 years ago
Fix create-svelte build-template script (#1555)

With the addition of `/package` to `.gitignore`, the `package.template.json` is filtered out. Pu...

f21190659625649d2fd77fcf8c0076e9246d8413 authored over 3 years ago
Remove err param from Polka .listen() callback (#1550)

8d5b3e942c0f94ff77231dd73ad067c5abe9520e authored over 3 years ago
bump: polka and sirv versions (#1548)

bf77940f2c6a9eb48fb1cd08e566c38bf868e056 authored over 3 years ago
svelte-kit package (#1499)

* first stab at svelte-kit package command

* include/exclude files as well

* make typescri...

6372690df51257cb811185d33892b6b3146620e8 authored over 3 years ago
use fetch by default and change build state also

d729b0848f2f45586c5e19c7b689e6eb2eaee96e authored over 3 years ago
Version Packages (next) (#1490)

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

94c10748d4dc257617570f5c2f017c871d885f81 authored over 3 years ago
Make kit a peerDependency of the adapters (#1505)

dca4946ebd9ae9f74f1a5bcd9098ce8442a284cf authored over 3 years ago
Switch to @iarna/toml package with better TOML language features support (#1509)

71e293d6af66f47399a47b8809f949d9766528e1 authored over 3 years ago
docs: sync up type documentation with implementation (#1430)

bd01b6f156a636c3555461f30f81fbf21aa5e5a9 authored over 3 years ago
provide real life example

bc93884781b1e86a2e627f4f2906bd3d906f10ee authored over 3 years ago
revert remove comment

e447ad7b901dc55530089a81e581b931fe90bd57 authored over 3 years ago
Windows build and dev support for kit package (#1496)

Co-authored-by: Ben McCann <[email protected]>

0413d412a5ed876fb3cce59ec345ba59bf7d86fd authored over 3 years ago
docs: explain form handling and redirects using Netlify Adapter (#1481)

e144771fc425f0376e507a975b3d58c2dd2ec67b authored over 3 years ago
let hash changes be handled by the router (#830)

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

ec156c671a2ea2825032238c2f280ab41195ebc8 authored over 3 years ago
Improve environment variable FAQ

4e809cb70f3ea50e3e8e7760348610ac0fd456d0 authored over 3 years ago
Allow passing HTTPS key pair in Vite section of config (#1456)

Co-authored-by: Ben McCann <[email protected]>

586785da75a3d0d6eb27a2ecd171208bbdb935a3 authored over 3 years ago
Add changeset left off last commit

f59530f96971bdc9f5b093d9f760d9da1c3de39a authored over 3 years ago
Allow custom redirects for Netlify Adapter (#1484)

https://github.com/sveltejs/kit/issues/930

Co-authored-by: Kevin Schneider <kevin.schneider@i...

740d95ffed6ad3896ed730a6bcdee2f5a1e5fd6f authored over 3 years ago
Fix query params splitting (#1467)

1ba1784a0a7bccf58c61cc7222a7f448b3273f0a authored over 3 years ago
Update compatible Node versions (#1470)

261ee1cff9385feda45033ca7620ab2031e44e41 authored over 3 years ago
Version Packages (next) (#1483)

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

4befbb5691c54c5bc61602ad152f27cee67c0275 authored over 3 years ago
ignore URLs that the app does not own (#1487)

37fc04f67534e4b8a0225a30dbfc39a462d9884a authored over 3 years ago
fix: change workspace deps to carat (#1482)

b0ab1635cd9bdf6514cfae11d661398ad59f8b2d authored over 3 years ago
add documentation for serverFetch

87c68c5759b719519ff2348ea3775f42644d0a8c authored over 3 years ago
remove ignored package from changeset (#1472)

06380d7c9eb40a8ade90ac1cedb30e797060d884 authored over 3 years ago
fix lint

ca6e9accdf84557f6853d8de591888adb422401b authored over 3 years ago
fix ServerFetch type name

9c9a88772b7e20b2bf26061387b98b891dd453f6 authored over 3 years ago
fix small lint issues

6063623a93ac71fa13a1ea89d7af5dd3374c8a98 authored over 3 years ago
add serverFetch hook

2974931a609c2dcde2fd7f7d2f5bb9dba3afc1f5 authored over 3 years ago
Add link to Vite env var issue

6f101932326b68dc1c858371ce1f87973a92cbe6 authored over 3 years ago
Fix workspace dependencies (#1434)

dad93fc39721b711f06a316b0842d04f024ba69e authored over 3 years ago
Version Packages (next) (#1431)

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

d965557112136a6ee4fce7c149c329a39758dbfd authored over 3 years ago
unpin vite and use ^2.3.1 to skip 2.3.0 (#1429)

* unpin vite and use ^2.3.1 to skip 2.3.0

* chore: only use one changeset for vite update

ad83d404cf378f54fd27e2ba4569537f471e4d4a authored over 3 years ago
Version Packages (next) (#1425)

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

4d3e380a7ba8c10f9a3e2008104cd9cd0b951b9c authored over 3 years ago
fix: temporarily pin vite to 2.2.4 (#1423)

fe0531df4269505473d940baeab61827dc1282ac authored over 3 years ago
Version Packages (next) (#1418)

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

6cb151a5b72f7aa0bb44fde4edd7726c35f108f1 authored over 3 years ago
Bump Vite up to ^2.3.0 (#1413)

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

f3c50a0be5bcf4568020e95ac5a0e7abcb505e87 authored over 3 years ago
Add trailingSlash option (#1404)

* failing test for #733

* implement trailingSlash option - closes #733

* changeset

* do...

9a2cc0afd3433134045dec0550172ef194fc23d4 authored over 3 years ago
Use rendered CSS for AMP pages, rather than emitted CSS (#1408)

* failing test for #808

* use rendered CSS for AMP pages, rather than emitted CSS - fixes #80...

cfd6c3c0cf3baa50864cc8cb72bf2c8a31c72dc3 authored over 3 years ago
Use a consistent version of node-fetch (#1412)

3fab470c0a7946e33ca3ffe3c878e54e17d1aa7e authored over 3 years ago
Version Packages (next) (#1403)

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

57efb032983a614462bae6b1d7496072b6aa8c96 authored over 3 years ago
rename @sveltejs/kit/http to @sveltejs/kit/node (#1391)

* rename @sveltejs/kit/http to @sveltejs/kit/node

* changeset

9b448a6f5cef8566df7907afe59c32afc9f6b804 authored over 3 years ago
Version Packages (next) (#1389)

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

3c4bc8e189ea086f31b0297df70aa0342ea30517 authored over 3 years ago
fix: make ServerResponse Headers more flexible (#1375)

* fix: make Headers properties optional

* add changeset

* move Partial to ServerResponse h...

9e2087344c27c2d3bc160d5a039e43e379fa90e2 authored over 3 years ago
Stricter body types, etags for binary responses (#1382)

* incoming rawBody is string or Uint8Array

* make body types stricter

* add etag tests

...

11e7840c67c2cae17940b0d9664ca0fb3da91eb9 authored over 3 years ago
account for POST bodies when serializing fetches (#1385)

* account for POST bodies when serializing fetches - fixes #633

* disallow non-string bodies ...

2562ca03e157016adc520c73a782ffa0e04d4b62 authored over 3 years ago
Fix typo (#1388)

d1ff9fc7b5a6b51814c439b1fd8bc6e0f16bbfc4 authored over 3 years ago
Version Packages (next) (#1380)

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

7679399ff965760bdf7f44a100087b597d753d9d authored over 3 years ago
Rename $layout to __layout, etc (#1370)

* rename $layout to __layout, etc - closes #1149

* changeset

* fix cheapwatch options

*...

b5ff7f5855c6af13286e2b5f8bd8c7948f014d7c authored over 3 years ago
make Vite a prod dep of SvelteKit (#1374)

* make Vite a prod dep of SvelteKit

* remove Vite dependency from apps

d8712139acc92e6a8fc538f05dc6daceaec0ab56 authored over 3 years ago
Makes Node adapter respect HOST (#1365) (#1366)

* Makes Node adapter respect HOST (#1365)

By default, the HOST variable is set to 127.0.0.1, ...

0e09581d96f5965a1ebd5ae2dd6e8add1117dae9 authored over 3 years ago
Codify parameter matching behaviour (#1373)

* test for split params ambiguous behaviour (#1268)

* docs

d31eb667115f3bd1058a24eac8410a41f2e69c6f authored over 3 years ago
Version Packages (next) (#1361)

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

6979df096b70a9f5c931f88dbef9c046186eaff0 authored over 3 years ago
Format template (#1364)

* format source files

* use template config for formatting generated files, prevent whitespac...

9cc25084d26195365197533994cf6301662349b9 authored over 3 years ago
exclude deploy artifacts from create-svelte (#1363)

8a402a9fd8161292ad0c8639e62310856580a0ec authored over 3 years ago
fix: Prettier not formatting .svelte files (#1360)

507e2c306a03127e8c79e8bef64b20686fcef7e8 authored over 3 years ago
prompt to npm install before prompting to npm init (#1362)

e8bed05d13341e7a241b0ba95fee2730aed10f76 authored over 3 years ago
typecheck svelte files in tests (#1319)

* typecheck svelte files in tests

* run svelte-check inside check script

* typecheck compo...

f5e626d0b25809804bfd82d5489a1164211d5de6 authored over 3 years ago
Version Packages (next) (#1350)

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

36941f9d19888879d98d815768ece145a75162f4 authored over 3 years ago
use TypedArray.set as the "simpler way" to copy (#1349)

98904927e2d4477ee21ba36f5984b802d500c8ea authored over 3 years ago
Version Packages (next) (#1347)

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

674359383555c55b49e813c860a2902c84d3f03e authored over 3 years ago
fix: outdated endpoint in todo example app (#1344)

* fix: change context -> locals

* add Locals global interface

* fix endpoint lint errors
...

5ed3ed2f04af7836345a2b82a235a3864683d883 authored over 3 years ago
Update deps (#1337)

* update all dependencies. fixes #1306

* fix workspace: versions

* Update package.json

...

f57bf92b15a19965204462e04317b5a8dd4a350e authored over 3 years ago
Version Packages (next) (#1343)

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

111157fb9f5d6666ff0e24fe99852e932b4001b8 authored over 3 years ago
Leftover .svelte -> .svelte-kit in create-svelte .prettierignore (#1339)

d15b48a0f61e4cd863d185d855e408910ceb5d92 authored over 3 years ago
Version Packages (next) (#1336)

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

945ac7fb2fea0fd94bcd037a106b88d51d1afb2b authored over 3 years ago
Version Packages (next) (#1335)

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

22dbe540d97a5069f27e1d2003a6394e22274ae6 authored over 3 years ago
Adding additional instructions to this adapter (#1334)

* Adding additional instructions to this adapter

* simplify

Co-authored-by: Rich Harris <r...

e0e491ec0ff32025e2e59df919db7a4543820d99 authored over 3 years ago
changeset

17539875c6354d1ea954505ab25197d7ea745ab4 authored over 3 years ago
Version Packages (next) (#1333)

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

8ce7039ea848957aed93e5af892ea33d10b753fe authored over 3 years ago
Remove getContext in favour of request.locals (#1332)

* replace request.context with request.locals

* fix unrelated bug

* try this

* gah

*...

051c02603f832b2cde89b017313087e45fa119ef authored over 3 years ago
fix confusing docs

ae22f73a474e04d6c755b22aa19e523ee926704f authored over 3 years ago
Version Packages (next) (#1331)

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

204a1e7248cfb5900ff15eed93e15da299bae845 authored over 3 years ago
Version Packages (next) (#1330)

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

230fb273e712d200a9bf654377f5cbe69eff01d3 authored over 3 years ago