summaryrefslogtreecommitdiff
path: root/examples/framework-svelte/svelte.config.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2025-04-15Add the minimal example to `create astro` options (#13603)Gravatar Sarah Rainsberger 2-1/+9
2025-04-15feat: unflag svg component feature (#13578)Gravatar Michael Stramel 10-49/+50
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
2025-04-15add missing `message` to a Fonts API error (#13612)Gravatar Sarah Rainsberger 2-3/+12
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-04-15[ci] formatGravatar Paul Valladares 1-3/+3
2025-04-15fix(routing): handle base path with trailing slash 'never' configuration ↵Gravatar Paul Valladares 3-14/+93
(#13598) * fix(routing): handle base path with trailing slash 'never' configuration * fix: changeset
2025-04-14[ci] formatGravatar Florian Lefebvre 20-69/+68
2025-04-14feat(fonts): experimental release (#12775)Gravatar Florian Lefebvre 53-62/+3038
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Armand Philippot <git@armand.philippot.eu> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-04-14[ci] formatGravatar Emanuele Stoppa 1-3/+1
2025-04-14feat: make `astro:config` stable (#13560)Gravatar Emanuele Stoppa 10-103/+45
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2025-04-14[ci] formatGravatar Matt Kane 5-21/+18
2025-04-14feat: stable sessions (#13527)Gravatar Matt Kane 18-215/+356
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
2025-04-14[ci] formatGravatar Nate Moore 3-20/+19
2025-04-14Remove `data-astro-source-file` and `data-astro-source-loc` attributes in ↵Gravatar Nate Moore 4-6/+48
dev mode (#13602) Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com>
2025-04-14[ci] release (#13558)astro@5.6.2@astrojs/vue@5.0.10@astrojs/svelte@7.0.10@astrojs/studio@0.1.7@astrojs/solid-js@5.0.8@astrojs/react@4.2.4@astrojs/preact@4.0.9@astrojs/netlify@6.2.6@astrojs/mdx@4.2.4@astrojs/markdoc@0.13.4@astrojs/db@0.14.11@astrojs/cloudflare@12.4.1@astrojs/alpinejs@0.4.6Gravatar Houston (Bot) 58-176/+236
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-13[ci] formatGravatar Nate Moore 1-1/+4
2025-04-13fix(svg): do not attach `svg` buffer to `imageMetadata` (#13588)Gravatar Nate Moore 4-10/+10
* fix(svg): do not attach svg buffer to imageMetadata * chore: add changeset
2025-04-12fix(prerender): revert dynamic entry chunks included in server bundle (#13606)Gravatar Nate Moore 2-3/+5
2025-04-11fix: extract shared logic for server island loading into a function and only ↵Gravatar Matt Kane 10-51/+86
include it once (#13576) * fix: only include server island script once * Update tests * Update changeset * Add comment * Change to use createRenderInstruction * Update .changeset/bumpy-onions-mix.md
2025-04-10fix(vite): update `vite` to latest version to fix CVE (#13596)Gravatar Junseong Park 15-101/+118
* fix(vite): update `vite` to latest version * add changeset
2025-04-09fix: solving #13577 (#13587)Gravatar Roberto Molina 5-9/+21
* fix: solving #13577 * Update .changeset/yellow-dogs-say.md Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com> --------- Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com>
2025-04-09chore: deprecate `emitESMImage` function (#13589)Gravatar Emanuele Stoppa 3-1/+94
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com> Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com>
2025-04-07chore(deps): update tj-actions/changed-files action to v46.0.4 (#13568)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-07fix(deps): update all non-major dependencies (#13569)Gravatar renovate[bot] 20-529/+534
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-04fix: update vite to latest version (#13547)Gravatar Junseong Park 15-401/+193
* fix: update vite to latest version * add changeset * Update pretty-games-walk.md --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-04-04fix(actions): pr preview label removal (#13557)Gravatar Florian Lefebvre 1-1/+1
2025-04-04fix: support for Deno to install npm packages (#13548)Gravatar ryu 3-1/+17
Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
2025-04-04[ci] release (#13554)astro@5.6.1Gravatar Houston (Bot) 29-62/+57
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-04[ci] formatGravatar Emanuele Stoppa 2-19/+24
2025-04-04fix(i18n): incorrect validation (#13552)Gravatar Emanuele Stoppa 6-17/+31
* fix(i18n): incorrect validation * Update packages/astro/src/core/config/schemas/refined.ts Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update .changeset/old-animals-shop.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * update tests * update fixture * track default value too * remove validation --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: delucis <357379+delucis@users.noreply.github.com>
2025-04-04fix(svg): prevent empty attributes (#13545)Gravatar Michael Stramel 5-5/+24
* fix(svg): prevent empty attributes * create changeset * bump ultrahtml instead Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
2025-04-03feat: improve rolldown compatibility (#13519)Gravatar Florian Lefebvre 21-140/+175
* feat: improve rolldown compatibility * chore: remove moduleType * feat: use object shape * chore: changeset
2025-04-03[ci] release (#13540)astro@5.6.0Gravatar Houston (Bot) 32-186/+176
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-03chore: better session.load changeset (#13541)Gravatar Matt Kane 1-2/+21
* chore: better session.load changeset * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> --------- Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-04-02formatting on SVG changeset (#13542)Gravatar Sarah Rainsberger 1-15/+15
Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
2025-04-02Remove non-stable SVG features (#13488)Gravatar Michael Stramel 16-543/+61
* Remove non-stable features * docs: add changeset * align changeset with unflagging experimental features docs * Drop SVGComponent type * Add examples for removals to changeset * Report changeset as breaking change rather than unflagged * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-04-02[ci] formatGravatar Matt Kane 1-2/+1
2025-04-02feat: add `session.load(id)` method (#13539)Gravatar Matt Kane 4-0/+57
2025-04-02[ci] formatGravatar Florian Lefebvre 3-6/+6
2025-04-02feat: move astro config validation after astro:config:setup (#13482)Gravatar Florian Lefebvre 16-848/+864
* feat: move astro config validation after astro:config:setup * feat: superRefine * fix: test * feat: update test * feat: update test * fix: test * feat: feedback * feat: improve logging * feat: refactor * fix: no spread * feat: split schemas * chore: changeset * Update packages/astro/src/core/config/schemas/README.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Update packages/astro/src/integrations/hooks.ts * Update packages/astro/src/core/config/schemas/README.md * Update .changeset/easy-vans-laugh.md * Update .changeset/easy-vans-laugh.md * grammar nit in changeset --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com> Co-authored-by: delucis <357379+delucis@users.noreply.github.com> Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com>
2025-04-02[ci] formatGravatar Yury Michurin 2-97/+112
2025-04-02Allow to pass custom fetch for fetching pre-rendered errors (#13403)Gravatar Yury Michurin 11-514/+937
* Allow to pass custom fetch for fetching pre-rendered errors * Add changeset * Update lockfile * Update .changeset/big-hats-train.md * Add JSDoc to the new param * Commit suggested rephrase * Change the suffix of the sentence * Correct the test, it was using proper fetch signature, which is not actually what we need * Add a more strict type to the error page path * State explicitly that it's only 404 or 500 * Rephrase the JSdoc * rename to `prerenderedErrorPageFetch` * rename to `prerenderedErrorPageFetch` * Update .changeset/big-hats-train.md Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> * update the changeset * update tests * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> * Update .changeset/big-hats-train.md Co-authored-by: Matt Kane <m@mk.gg> --------- Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-04-02[ci] formatGravatar Marocco2 1-1/+1
2025-04-02feat: Add `eagerness` support for `prefetch()` (#13405)Gravatar Marocco2 2-2/+40
* Add `eagerness` support for `prefetch()` * Add changeset * Update .changeset/poor-squids-like.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Update poor-squids-like.md * Update index.ts * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-04-02chore(deps): update tj-actions/changed-files action to v46.0.3 (#13497)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31[ci] release (#13513)astro@5.5.6@astrojs/vue@5.0.9@astrojs/svelte@7.0.9@astrojs/studio@0.1.6@astrojs/solid-js@5.0.7@astrojs/react@4.2.3@astrojs/preact@4.0.8@astrojs/netlify@6.2.5@astrojs/mdx@4.2.3@astrojs/markdoc@0.13.3@astrojs/db@0.14.10@astrojs/cloudflare@12.4.0@astrojs/alpinejs@0.4.5Gravatar Houston (Bot) 54-178/+238
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-31fix: update `vite` to latest version (#13526)Gravatar Junseong Park 15-101/+118
* fix: update `vite` to latest version * apply suggestion Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
2025-03-31[ci] formatGravatar Emanuele Stoppa 3-4/+2
2025-03-31fix(i18n): return value from `preferredLocale` (#13524)Gravatar Emanuele Stoppa 5-15/+51
* fix(i18n): return value from `preferredLocale` * revert change Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2025-03-31chore(tailwind): delete integration (#13511)Gravatar Florian Lefebvre 16-1083/+1
2025-03-31fix(deps): update all non-major dependencies (#13521)Gravatar renovate[bot] 14-163/+163
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>