summaryrefslogtreecommitdiff
path: root/examples/framework-svelte/svelte.config.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-06-24fix(deps): update all non-major dependencies (#11318)Gravatar renovate[bot] 54-1451/+506
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-06-24[ci] formatGravatar Emanuele Stoppa 3-11/+13
2024-06-24fix(routing): return correct status code for `500.astro` and `404.astro` ↵Gravatar Emanuele Stoppa 14-10/+100
(#11308) * fix(routing): return correct status code for `500.astro` and `404.astro` * changeset * fix regression * use `route` instead
2024-06-24fix(deps): update dependency sitemap to v8 (#11321)Gravatar renovate[bot] 2-7/+7
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-24fix(deps): update dependency vite-svg-loader to v5 (#11322)Gravatar renovate[bot] 2-16/+4
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-24[ci] formatGravatar Matt Kane 3-3/+3
2024-06-24chore: Extract fs helpers into shared internal-helpers package (#11323)Gravatar Matt Kane 6-11/+17
2024-06-21[ci] formatGravatar Bjorn Lu 2-3/+4
2024-06-21Handle encoded image paths in markdown (#11310)Gravatar Bjorn Lu 6-3/+13
2024-06-21refactor(plugin-analyzer): code refactor (#11307)Gravatar Simon He 1-12/+14
* refactor(plugin-analyzer): code refactor * chore: changeset * chore: update * chore: update * chore: update
2024-06-21[ci] formatGravatar Martin Trapp 1-1/+0
2024-06-21Fall back to page reload when redirected to a cross origin URL (#11302)Gravatar Martin Trapp 5-1/+43
* fall back to page reload when redirected to a cross origin URL * Make redirect work with dynamically assigned ports * undo
2024-06-20fix(rss): correct types for `RSSFeedItem` (#11299)Gravatar Emanuele Stoppa 2-3/+8
2024-06-20[ci] formatGravatar Florian Lefebvre 1-3/+3
2024-06-20feat(underscore-redirects): add support for force (#11271)Gravatar Florian Lefebvre 4-1/+36
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-06-20fix: astro:env getSecret (#11296)Gravatar Florian Lefebvre 5-12/+40
2024-06-20[ci] formatGravatar Mark Gaze 1-1/+5
2024-06-20Add a test to ensure that `types.d.ts` is valid (#11277)Gravatar Mark Gaze 5-0/+33
2024-06-20chore(deps): remove deprecated pkg, `preferred-pm` now ships its types (#11294)Gravatar Emanuele Stoppa 2-12/+0
2024-06-20[ci] release (#11276)astro@4.11.0Gravatar Houston (Bot) 43-178/+129
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-20fix: allow cookies to be set in rewritten responses (#11280)Gravatar Matt Kane 9-5/+118
* fix: allow cookies to be set in rewritten responses * Merge cookies * Add support for endpoints and more tests
2024-06-20bug: removes type override from defineAction (#11292)Gravatar Jacob Jenkins 2-1/+6
* bug: removes type override * add changeset * Update .changeset/quiet-doors-eat.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-06-20chore: update biome (#11288)Gravatar Emanuele Stoppa 3-47/+77
2024-06-19[ci] formatGravatar Luiz Ferraz 1-14/+14
2024-06-19fix(astro): type generation for empty collections (#11264)Gravatar Luiz Ferraz 4-21/+68
* fix(astro): type generation for empty collections * Update .changeset/light-bugs-shake.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-06-19[ci] formatGravatar Braden Wiggins 1-1/+1
2024-06-19feat: add `ShikiTransformer` support to the `<Code />` component (#11197)Gravatar Braden Wiggins 2-0/+36
* feat: add `transformers` prop to `<Code />` component * chore: changeset * Update .changeset/fluffy-carrots-search.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * chore: add example * fix: changelog example typo Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com> * fix: change backdrop-filter to filter Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com> * Update .changeset/fluffy-carrots-search.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@matthewphillips.info> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-06-19[ci] formatGravatar Florian Lefebvre 3-4/+4
2024-06-19feat: 500.astro improvements (#11134)Gravatar Florian Lefebvre 15-10/+270
* feat: better error handling * feat: allow passing props to render context render * feat: work on tests * Update 500.astro * feat: test preview custom 500 * feat: test for custom 500 failing * feat: add changeset * Update rich-dolls-compete.md * Delete packages/astro/e2e/custom-500.test.js * Apply suggestions from code review Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * fix: merge * Update packages/astro/test/custom-500.test.js Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/core/app/index.ts * feat: update --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2024-06-19[ci] formatGravatar Emanuele Stoppa 5-13/+12
2024-06-19fix(rewrite): allow to rewrite 404 and take `base` into consideration (#11272)Gravatar Emanuele Stoppa 15-197/+215
* fix(rewrite): allow to rewrite 404 * add changesets * rebase * apply suggestion * Update .changeset/honest-shirts-trade.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-06-19[ci] formatGravatar Matt Kane 1-1/+1
2024-06-19fix: support HTTP/2 in `astro dev` (#11284)Gravatar Matt Kane 13-12/+194
* wip * chore: add tests * Add changeset * Add comments
2024-06-18fix(astro): don't run middlewarein dev for prerendered 404 (#11273)Gravatar Matt Kane 7-105/+95
2024-06-18[ci] formatGravatar Matt Kane 3-7/+8
2024-06-18fix(astro): prevent ESM imports being passed directly to getImage (#11279)Gravatar Matt Kane 10-12/+79
* fix(astro): prevent ESM imports being passed directly to getImage * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-06-17fix(astro): duplicated brackets are generated in data collections. (#11275)Gravatar Yufan Sheng 2-1/+6
* fix(astro): duplicated brackets are generated in data collections. This PR fixed #11274 * Create duplicated-brackets-generation.md
2024-06-17[ci] release (#11233)astro@4.10.3@astrojs/vue@4.5.0@astrojs/vercel@7.7.1@astrojs/svelte@5.6.0@astrojs/solid-js@4.4.0@astrojs/sitemap@3.1.6@astrojs/react@3.6.0@astrojs/preact@3.5.0@astrojs/node@8.3.1@astrojs/mdx@3.1.1@astrojs/lit@4.3.0@astrojs/db@0.11.6Gravatar Houston (Bot) 69-246/+446
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-17chore: logging cleanup (#11263)Gravatar wackbyte 5-24/+33
2024-06-17[ci] formatGravatar Bjorn Lu 1-1/+1
2024-06-17Refactor prerendering chunk handling (#11245)Gravatar Bjorn Lu 33-193/+692
2024-06-17chore(deps): update all non-major dependencies (#11269)Gravatar renovate[bot] 47-642/+417
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-17fix(deps): update dependency @vitejs/plugin-vue-jsx to v4 (#11270)Gravatar renovate[bot] 2-40/+55
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-15Add config object to the remarkToc plugin in the astro config (#11087)Gravatar Joseph Mawa 1-1/+1
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-06-14[ci] formatGravatar Matthew Phillips 2-2/+2
2024-06-14Fix backwards compat with Astro <= 4.9 (#11261)Gravatar Matthew Phillips 3-4/+16
2024-06-14Import Database type from correct file (#11262)Gravatar Łukasz Stankiewicz 2-1/+6
* Import Database type from correct file * Add changeset
2024-06-14[ci] formatGravatar Szymon Chmal 2-6/+5
2024-06-14fix(astro): prerendering issue when path contains underscore (#11243)Gravatar Szymon Chmal 8-2/+95
* fix(astro): prerendering issue when path contains underscore * chore: add missing files * Update .changeset/honest-ravens-double.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> --------- Co-authored-by: Matthew Phillips <matthew@matthewphillips.info> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-06-14[ci] formatGravatar Emanuele Stoppa 1-2/+3