summaryrefslogtreecommitdiff
path: root/examples/framework-svelte/svelte.config.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-24fix(create-astro): ignore fs errors after download fails (#8841)Gravatar Genteure 2-1/+15
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-24Recommend the VS Code MDX extension (#8897)Gravatar Remco Haszing 2-9/+8
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-24[ci] formatGravatar matthewp 2-28/+35
2023-10-24Fix client hydration in experimentalReactChildren (#8898)Gravatar Matthew Phillips 7-27/+75
* Fix client hydration in experimentalReactChildren * Add tests * Add a changeset * Use recursion instead of walking * getChildren -> swap order --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-24Prevent Vercel serverless generate static redirect pages (#8896)Gravatar Bjorn Lu 8-0/+67
2023-10-24Update [id].ts - Fixing typo (#8902)Gravatar Ganesh Guttikonda 1-1/+1
2023-10-24Chores: Tidying up the view transition router (#8889)Gravatar Martin Trapp 3-79/+86
* Chores: simplifications and documentation * improvements after review comments * make linter happy * More leniency with different browser behavior
2023-10-24[ci] formatGravatar ematipico 2-4/+3
2023-10-24feat(markdoc): allowIndentation integration option (#8802)Gravatar AndyClifford 13-1/+194
2023-10-23telemetry: record isTTY (#8900)Gravatar Fred K. Schott 2-3/+10
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-23[ci] formatGravatar natemoo-re 2-4/+4
2023-10-23feat(create-astro): automatically configure `astro check` (#8853)Gravatar Phumrapee Limpianchop 6-36/+148
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-23fix: snapshot release main branch not found (#8885)Gravatar Alexander Niebuhr 1-0/+3
2023-10-23Fix CSS modules ordering (#8877)Gravatar Bjorn Lu 7-1/+49
2023-10-23[ci] formatGravatar ematipico 3-28/+32
2023-10-23feat(vercel): maxDuration config (#8867)Gravatar Arsh 9-42/+206
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-10-23[ci] release (#8861)astro@3.3.3@astrojs/vue@3.0.2Gravatar Houston (Bot) 43-92/+88
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-23Update README.md: Fix incorrect import in example code (#8888)Gravatar Kevin Cole 1-1/+1
2023-10-21fix: snapshot release workflow (#8884)Gravatar Alexander Niebuhr 1-1/+1
2023-10-20[ci] Update `!preview` response (#8872)Gravatar Nate Moore 1-15/+64
Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2023-10-20fix(cli): prevent production install on add cmd (#8870)Gravatar Steven Yung 2-1/+10
2023-10-20Handle Rollup 4 hash change (#8875)Gravatar Bjorn Lu 4-4/+6
2023-10-20fix(astro): terminal HMR path (close #8831) (#8863)Gravatar Florian Lefebvre 2-1/+7
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-10-19Fix: Persist styles of persistent client:only components during view ↵Gravatar Martin Trapp 16-13/+225
transitions in DEV mode (#8840) * Persist styles of persistent client:only components during view transitions * Persist styles of persistent client:only components during view transitions * Persist styles of persistent client:only components during view transitions * reset flag for persistent style shhets before re-calculating * new approach with a clear module loader cache * simplifications * wait for hydration * improve changeset message * improve changeset message * please the linter * additional tests for Svelte and Vue * tidy up * test fixed * test w/o persistence * Update .changeset/purple-dots-refuse.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-10-19make unused variables a warning in eslint (#8832)Gravatar Fred K. Schott 1-1/+1
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-19Set vite logLevel silent for test (#8868)Gravatar Bjorn Lu 1-0/+2
2023-10-18Add a label for PRs that include documentation changes (#8865)Gravatar Matthew Phillips 2-3/+6
* Add a label for PRs that include documentation changes * Update .github/labeler.yml Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Add changsets --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-18[ci] formatGravatar lilnasy 2-5/+12
2023-10-18fix(rerouting): attempt without middleware (#8814)Gravatar Arsh 7-15/+45
* fix(rerouting): attempt without middleware * add test * add changeset * Update .changeset/shaggy-onions-try.md * avoid extra variable * document runMiddleware internal option * document runMiddleware default * Apply suggestions from code review Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * runMiddleware -> skipMiddleware --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-10-18Fix Vue HMR for script tags (#8860)Gravatar Bjorn Lu 5-9/+42
2023-10-18[ci] release (#8848)create-astro@4.3.0astro@3.3.2@astrojs/sitemap@3.0.2Gravatar Houston (Bot) 46-91/+88
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-18fix(docs): Update `@astrojs/sitemap` readme to clarify build output location ↵Gravatar Eva Decker 1-1/+1
(#8844) Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-10-18fix(astro): build config from astro conflict with vite.config.js (#8852)Gravatar Phumrapee Limpianchop 2-0/+7
* fix: config from astro conflict with vite * refactor: apply config on AstroBuilder.setup
2023-10-17feat: make Houston wear scary hats for spooky season (#8846)Gravatar Elian ☕️ 3-19/+31
* feat: make Houston wear scary hats for spooky season * chore: add new phrasing to scary Houston * chore: create changeset
2023-10-17[ci] formatGravatar ematipico 1-3/+3
2023-10-17docs: better explanation for `base` configuration (#8779)Gravatar Emanuele Stoppa 2-1/+27
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-10-17[ci] formatGravatar bluwy 1-1/+1
2023-10-17Added OUTPUT dir to sitemap build command (#8824)Gravatar Adam McKerlie 2-7/+13
2023-10-17fix: _image endpoint returning a 404 for local images (#8828)Gravatar Rishi Raj Jain 2-1/+11
2023-10-17[ci] release (#8820)astro@3.3.1@astrojs/lit@3.0.2Gravatar Houston (Bot) 46-101/+87
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-16fix: remote srcset images not being resized and deduplication not working in ↵Gravatar Erika 9-65/+213
certain cases (#8823) * fix: remote `srcset` images not being resized * fix: hash keys ordered to reduce duplicate assets * fix: move to workaround for hashing function * fix: rework transform logic for densities and widths * chore: changeset * test: add tests * fix: forced base srcset when using widths * fix: unnecessary coalescing * refactor: adjust with feedback --------- Co-authored-by: Matteo Manfredi <matteo@manfredi.io>
2023-10-16fix(assets): Fallback format not being taken into account properly (#8842)Gravatar Erika 6-9/+59
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-10-16chore(cloudflare): remove adapter (#8758)Gravatar Alexander Niebuhr 100-5153/+76
2023-10-16fix: Unexpected token < in JSON at position 1 (#8827)Gravatar Rishi Raj Jain 2-3/+8
2023-10-16fix(lit): pin last lit 2.x compatible versions (#8826)Gravatar Arsh 3-17/+21
2023-10-15chore(deps): unpin tsconfck and use 3.0.0 release (#8838)Gravatar Dominik G 3-5/+11
2023-10-13[ci] formatGravatar bluwy 2-2/+2
2023-10-13Fix error overlay syntax highlighting (#8817)Gravatar Bjorn Lu 5-22/+35
2023-10-12[ci] release (#8796)astro@3.3.0@astrojs/mdx@1.1.2@astrojs/markdown-remark@3.3.0@astrojs/markdoc@0.6.0@astrojs/cloudflare@7.5.3Gravatar Houston (Bot) 53-323/+280
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-12[ci] formatGravatar natemoo-re 2-16/+16