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

[docs] update introduction (#2184)

dee3e573349668ce2e9ed363cb7df876cef78fcc authored over 3 years ago
Version Packages (next) (#2228)

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

006b5c7e19ddcc7ad3e6974df9a176a033738c8a authored over 3 years ago
[docs] update `handle` docs to clarify when it runs (#2208)

a862683a60d75038113b40946dc2c628332086da authored over 3 years ago
rename serverFetch to externalFetch (#2110)

* rename serverFetch to externalFetch

* changeset

* check for old serverFetch hook

* fo...

88dd3aa1b22eecbd47fea8eb781a64c91b1f3ec1 authored over 3 years ago
skip watcher test (#2225)

* skip watcher test

* add comment

626a9d085b7b454ea582e51534028c93f8cfb8af authored over 3 years ago
[chore] separate packaging module (#2218)

* moving out filesystem to utils

* move src/core/make_package to src/packaging

* separate ...

f2d0a373aaa8068323ef173c8766144944f3e08a authored over 3 years ago
Version Packages (next) (#2224)

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

8c68a6ac3a40c145f998a3b767dd9a6c9a6ba1bb authored over 3 years ago
[chore] Make `rawBody` be the bytes (#2215)

* change type of rawBody to Uint8Array

* update raw body test

* update `parse_body`

* r...

290a4ca2b8337c131481d54430cc64b9e8c7e925 authored over 3 years ago
Adapter-static documentation: Github pages (#2135)

* Adapter-static documentation: Github pages

* Update capitalization

* Remove boilerplate
...

9c8f0741cce5b909adf24d34d5c65cdfc4dd6655 authored over 3 years ago
Check ports in a more cross-platform way. (#2209)

* Check ports in a more cross-platform way.

* Add changeset

* Clarify log message and clea...

a24aba9120aa97e87d20b74ef7146ce737fb3b15 authored over 3 years ago
Sequence (#2222)

* feat: allow handle hooks to use middlewares

* test: add test for hooks sequence

* use lo...

3e1034b2beee6764b57cdc766000d842fc922d73 authored over 3 years ago
[chore] upgrade svelte-check

446c3469276d37190f6d783fddf12575372cae8e authored over 3 years ago
[chore] use absolute import paths for types (#2217)

cd8eed0d78de46c5774516c001d37c7694a44b3d authored over 3 years ago
Version Packages (next) (#2211)

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

6a94ca929a3f4bedbc434b1991589eb61dab2e0c authored over 3 years ago
[chore] clean up fixable `ts-expect-error` comments (#2197)

339752f30112e1cb7cdc04bed131da325c84d67b authored over 3 years ago
[chore] resolve outdated todos (#2210)

b77201613c62d9afabf9c4135d6f18336ce9409a authored over 3 years ago
[fix] discover new routes in dev server (#2198)

Pass a function to get an up-to-date manifest data

b3b4382f46f59b30496ad24cf995f74c14f56588 authored over 3 years ago
docs: docs preview (#2202)

* chore: add docs preview

* chore: update lockfile

* docs: document documentation

* cho...

e5aa4f82d338afbbe7df97edf08ba4ab33941f0e authored over 3 years ago
Version Packages (next) (#2207)

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

3bea23b107c9d9eb770af1751952e5262e2558c8 authored over 3 years ago
Version Packages (next) (#2204)

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

c8dcd346d4822a2e5940128d688e5fb1e082ba47 authored over 3 years ago
[fix] match route against decoded path on client (#2206)

930ef8e6c462f78397b549d063cb3833a7ca0877 authored over 3 years ago
[chore] export `HandleError` type (#2200)

6a8b6a6e273ddec3c080b51d617d6fccca93d196 authored over 3 years ago
[fix] match regex against route only once (#2203)

a0cdf930e32c5421576158f41a4699120eac9e72 authored over 3 years ago
[chore] minor performance optimization

c5efbf3c898966776e9d713f52eb9df1f7226bcc authored over 3 years ago
Version Packages (next) (#2196)

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

7bd4602bffa9c796bdd23eeed262a8e4058d5691 authored over 3 years ago
[fix] bump polka and sirv again to address unicode handling bug

17ec1278122fe0c0345b3baf1c114b96e9268eb4 authored over 3 years ago
Version Packages (next) (#2195)

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

e0088359b14f1e2912e9abf87e5d40a88ae64a6f authored over 3 years ago
[fix] upgrade polka and sirv. fixes handling of URLs with unicode characters (#2191)

7aa44b7961a24542c0513e30d08e6f45bbbe4922 authored over 3 years ago
Version Packages (next) (#2188)

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

bba5074f851f56324478cc17fe8d2ee99b9d2051 authored over 3 years ago
dev/preview paths (#2189)

* Add broken test

* Fix dev and preview

* Try without ?.

* Move tests to options

* R...

2df0f1afc9ef2bbbda5c2ad951253032e67da24b authored over 3 years ago
Handle error (#2193)

* Make handle_error a hook

* fix failing tests

* Add changeset

* don't insert newlines ...

0d54ba345d021117b7060c8eb1034770a58b2700 authored over 3 years ago
update kit peerDependency on svelte to ^3.39.0 (#2182)

1d6f670940d113245e7023ed8dcee349c3ccf3ae authored over 3 years ago
[chore] allow `EndpointOutput` response objects with `toJSON` property (#2170)

allows users to return objects with a custom toJSON property

Co-authored-by: Ignatius Bagus <...

ef2cf5d8bd0881c454ed1df1aa31b85916489df7 authored over 3 years ago
add note to fallback code (#2183)

7c1d7e6ddc75fbb00b6c6b7db67342227d2c60a4 authored over 3 years ago
[docs] update handle docs to clarify when it runs (#2178)

32d1c9ebdacf56828648a8e7c204641dc2b09cce authored over 3 years ago
Version Packages (next) (#2163)

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

1722545761974c9078d664e9bd9bd1239bbb8d97 authored over 3 years ago
[feat] allow node adapter to configure listen path (#2048)

4740c62238c9f46f6584efdabec4009c85fef649 authored over 3 years ago
[fix] handle paths consistently between dev and various production adapters (#2171)

* [fix] handle paths consistently between dev and various production adapters

* decode only once

da94af3086548c904159f4acb4e1f4fe59eb5e0c authored over 3 years ago
[fix] update vite-plugin-svelte (#2179)

* [fix] update vite-plugin-svelte

* edit changeset to make changelog more readable

Co-auth...

2f8f5181a09a0b17f2f4ff2928fc031fc42fb263 authored over 3 years ago
add optimizeDeps.entries when build.rollupOptions.input is unspecified (#2180)

* add optimizeDeps.entries when build.rollupOptions.input is unspecified

* changeset

995bc18b1c083fca2e5811a947c30c1017a4bc91 authored over 3 years ago
[fix] Disable delete button while waiting for API response (#2172)

d6a50b8af497694cfdacb05d1960dd9c61798207 authored over 3 years ago
[fix] fallback should still be generated when prerender is disabled (#2128)

c3ca3fbb05b208af4a30c8b311074fd95d161304 authored over 3 years ago
[chore] type functions as methods for semantics (#2158)

1bed8867898f03686737ed207eb7a437f3f8d4d0 authored over 3 years ago
[docs] improve example links to other pages (#2157)

0f9f017b60350828f0ae65b40241b8989c0832bc authored over 3 years ago
Version Packages (next) (#2152)

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

9d1f6f6f1df1712f38fc155337160f4302d0da76 authored over 3 years ago
[fix] enable Vite pre-bundling except for Svelte packages (#2137)

b38179258e0749b99c1a80fe49e987be95dbf240 authored over 3 years ago
Remove duplicate link

7fba7a0899f23b1feaf8069af3eb0a4eb8eb485c authored over 3 years ago
Version Packages (next) (#2149)

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

3161119494d34bd16e9aab9de80a653cc77c4370 authored over 3 years ago
[docs] linkify changelog PR references (#2151)

2a5d5b2f496b75c5d9dbce72f95a379446e5bfb3 authored over 3 years ago
[chore] add dependencies for changelog script

979ff35f100e04b47c8a27fd42f0a4dcf7d3c70c authored over 3 years ago
[docs] link to community packages

37fdd2780c5c6b73fab631a8cf64bdfb3c9889d1 authored over 3 years ago
Make changeset generation CJS

45b9257d995201468b90af5442e22f2921c94d56 authored over 3 years ago
Move adapter-begin to architect org (#1817)

4cb54961717812cadb4f762276bf3126188c1639 authored over 3 years ago
[fix] correct path to changeset script

37004e0681360e40d7bb044708e4fa2ef59feabb authored over 3 years ago
Fix JSDoc rendering in VS Code

bb78d62c94ab9a2f0d15420f86ca5604e2fa4dd1 authored over 3 years ago
[feat] detect if app tries to access query with prerender enabled (#2104)

576ef6fc1a8f81c00cd0d240dabf80a48d7c812a authored over 3 years ago
[docs] highlight usage of context="module" with load (#2131)

24580dbef01e101daecbd75d9138b93fc70d044c authored over 3 years ago
[chore] custom changelog generator

f24b607916cf8955796db035e13c047c3f4a3161 authored over 3 years ago
[chore] Add PRs to changelog (#2138)

21edce78a1a63e963313e9b9959aa81376b28de5 authored over 3 years ago
Version Packages (next) (#2136)

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

c08d86a13373369a5ceeedc46c3e3ccde3cf97c1 authored over 3 years ago
fix typo in code comment

54fdedbdaae5213e59d29eb353ef46756948fe39 authored over 3 years ago
[fix] point at true dev entry point

241dd623b34b5546bff0b7598ad918ec868832c3 authored over 3 years ago
Version Packages (next) (#2125)

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

e2b5ac1a2fddf8dbf7dfea4b53c7da77678744c6 authored over 3 years ago
[fix] provide explicit JS entry point for Vite dev mode (#2134)

8c0ffb8fea413004871067e05337858201d450b3 authored over 3 years ago
[docs] mention vite-plugin-iso-import (#2106)

db2b869c669f2de2a4d57ee02cafcca371e1cadc authored over 3 years ago
[docs] numerous FAQ updates (#2112)

02b7025b02392637bbf5baffc48675bd650a3ce2 authored over 3 years ago
[docs] list packages and changelogs on readme (#2126)

b1366664079a9d48a15e2775392865d74c245edf authored over 3 years ago
[fix] take into account page-level options on error pages (#2117)

c3c25ee09fb8d108ecbe1afc85a52e1b27411bcc authored over 3 years ago
fix: use 302 for redirects during dev in hn.svelte.dev example (fixes #2118) (#2119)

5b14554dc39cd6fd4b4f7c691b22a98d110e546c authored over 3 years ago
[chore] fold resolve into load_node (#2114)

5538107377a6685ed78c666e8a77dd9a4184f5f0 authored over 3 years ago
Version Packages (next) (#2111)

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

4e8e69c1ab16b08678a6d2be8796e17e41482c52 authored over 3 years ago
[breaking] standardize final output dir as /build (vs /.svelte-kit) (#2109)

94b34fa6395e32005768180d40f4ad16d3ab9d67 authored over 3 years ago
Don't require alternatives considered for feature requests

be30a938c42619d0af61ba98d540c103ffade216 authored over 3 years ago
[docs] document body parsing (#2095)

f0d8281678851f7c488486a27ca69449e0007aaa authored over 3 years ago
[fix] JSONValue can't be a Date (#2094)

83ebb9d045672d44066cdb757deed2f9dfb283e2 authored over 3 years ago
Version Packages (next) (#2097)

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

09b1cd82dac474cc768ad0dc6c1d5f8686d65710 authored over 3 years ago
[fix] update broken file path (#2096)

a12beb04a4075c8277b857f96860e7ccdb3daa86 authored over 3 years ago
Version Packages (next) (#2088)

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

7b9ded5a70b70e144a99bee97f825550ab5dbf59 authored over 3 years ago
[chore] restore reverted config changes (#2093)

970bb04cf1952fc7ee56caf7d0900f132e8a5f82 authored over 3 years ago
[fix] fully initialize router before rendering (#2089)

aed1bd0765852ad573030bda789ec054d68f5073 authored over 3 years ago
[docs] add documentation for fetch (#2079)

71b7a6bb1ca65d2a148bad7d3f2ad6e03bb1348c authored over 3 years ago
[chore] update build output location (#2082)

b3e7c8b378061dfd0ae060f43737c837c61a9661 authored over 3 years ago
[chore] get netlify build passing again (#2087)

49786f15b0677fcd45e39c13fbb72d302f192328 authored over 3 years ago
[chore] use pnpm to build Netlify example (#2085)

b8a7b80be8ca52995eb99004a31295a113f29d3b authored over 3 years ago
Fix Netlify config (#2083)

75f6f06764294f3eca05e51f8124f3dd8f21d5a9 authored over 3 years ago
Unskip passing test

04045c232c5c4ca8222cfc9088915f18c715adf2 authored over 3 years ago
[docs] mention `serverFetch` (#2075)

b559dbb1b2e0492a68150701419aab6b87a40081 authored over 3 years ago
chore: remove 'shamefully-hoist = true' setting from .npmrc (#2080)

d88ef4541e68f6700226d7c2d867cb1e0b9a4f9c authored over 3 years ago
chore: remove extraneous typescript devDependency from packages

7826832c8bbf6df0562b9643f106c2403f41baec authored over 3 years ago
Version Packages (next) (#2073)

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

5ac65b1b46aa93044c133a972fccf14f14b4a2f7 authored over 3 years ago
[fix] solve regression parsing unicode URLs (#2078)

943f528836b79bcc8c680892efa5822ccd4b6490 authored over 3 years ago
[docs] document test start parameter

5b4fbd883e560f0a1f52772fbcbcd9a4acafee1f authored over 3 years ago
[fix] successfully handle client errors (#2077)

fab67c94fe332da1c6bae819edc9e8f78fdd931f authored over 3 years ago
[fix] successfully load nested error pages (#2076)

d109a394ce5bc2277ce375a5d2ee78a400ec3653 authored over 3 years ago
[fix] allow endpoint shadowing to work (#2074)

4435a659692988e925ac11dc7d776ecff3f465cc authored over 3 years ago
fix test sufixes

f8c34975ed6f7ebd4d22f3bb053385174f29a830 authored over 3 years ago
[fix] correctly do fallthrough in simple case (#2072)

ee73a2658639114c0e839d3f6b1f9bcc20e43a1f authored over 3 years ago
[docs] clarify that you must use `@next` version of adapter (#2070)

4d2144e858a4ac91d4b935325d70338682624280 authored over 3 years ago
Re-enable all tests

e8b391bc32b07255e9b2b8dea166ec0e5e071bdb authored over 3 years ago
Notice to PR submitters that tests are broken

595e3dc2a467f7f82c3d3285ed3b5f88fa827089 authored over 3 years ago