summaryrefslogtreecommitdiff
path: root/examples/framework-svelte (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-09-06[ci] release (#11936)create-astro@4.9.0astro@4.15.4@astrojs/preact@3.5.3Gravatar Houston (Bot) 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-06[ci] formatGravatar Matthew Phillips 3-22/+26
2024-09-06Allow passing into the crypto key via ASTRO_KEY (#11879)Gravatar Matthew Phillips 14-2/+189
* Allow passing into the crypto key via ASTRO_KEY * Add a changeset * Add test * Use the node package * omg * Create a new create-key command * linting * lint again * Update the changeset
2024-09-06chore: changeset minor (#11938)Gravatar Florian Lefebvre 2-3/+3
2024-09-06feat(create-astro): ts-check comment (#11924)Gravatar Florian Lefebvre 2-0/+20
2024-09-06[ci] formatGravatar Lukas Bachlechner 1-1/+2
2024-09-06fix: explicitly check for null props in `serializeSignals` (#11930)Gravatar Lukas Bachlechner 5-2/+24
* fix: explicitly check for null props in `serializeSignals` * chore: add changeset
2024-09-06fix(add): Use proper export names when adding adapters (#11935)Gravatar Erika 2-3/+12
* fix(add): Use proper export names when adding adapters * chore: changeset
2024-09-05[ci] release (#11909)astro@4.15.3@astrojs/db@0.14.1Gravatar Houston (Bot) 39-82/+81
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-04perf(astro/assets): avoid downloading original image when using cache (#11904)Gravatar Gabriel Pereira Woitechen 2-9/+13
2024-09-03[ci] formatGravatar Matthew Phillips 1-2/+2
2024-09-03Provide an error message when Actions throws in setup (#11886)Gravatar Matthew Phillips 3-1/+19
* Provide an error message when Actions throws in setup * Update .changeset/many-turtles-tie.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2024-09-03[ci] formatGravatar Matt Kane 1-1/+1
2024-09-03fix: keep data store outside of node_modules during dev (#11902)Gravatar Matt Kane 9-36/+84
* fix: don't keep data store in node_modules during dev * Lint * Fix test * Wait for data store * Use helper for data store file * Fix data store file helper * Lint * Handle case where Vite already knows about save
2024-09-03[ci] formatGravatar Luiz Ferraz 5-13/+23
2024-09-03Fix mixed DB token env vars (#11894)Gravatar Luiz Ferraz 12-36/+196
* Fix mixed DB token env vars * Test env combinations * Fix linter issues * Fix linter issues --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-09-02Remove unused types (#11895)Gravatar Bjorn Lu 2-8/+0
2024-09-02Fix examples version update for removed packages (#11901)Gravatar Bjorn Lu 7-15/+17
2024-09-02fix(deps): update dependency vitefu to v1 (#11899)Gravatar renovate[bot] 2-3/+15
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02[ci] release (#11883)astro@4.15.2Gravatar Houston (Bot) 36-93/+86
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-02Fix user-facing type for `i18n.routing.fallbackType` (#11900)Gravatar Chris Swithinbank 2-1/+6
2024-09-02docs: rework docs around errors (#11802)Gravatar Erika 2-92/+23
* docs: rework docs around errors * Update packages/astro/src/core/errors/README.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * docs: expand deprecation description --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2024-09-02fix(deps): update all non-major dependencies (#11896)Gravatar renovate[bot] 25-515/+524
2024-09-01fix: separate image extraction from schema parsing in content layer (#11884)Gravatar Matt Kane 9-28/+45
* fix: separate image extraction from schema parsing in content layer * rm unused imports
2024-08-30chore: move node and vercel to adapters repo (#11866)Gravatar Alexander Niebuhr 249-10100/+66
2024-08-30docs(i18n): fix typo in `fallbackType` JSDoc comment (#11870)Gravatar Armand Philippot 2-1/+6
2024-08-29[ci] release (#11871)astro@4.15.1Gravatar Houston (Bot) 35-71/+69
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-29Use default import in astro add (#11872)Gravatar Bjorn Lu 2-2/+15
2024-08-29Moves content layer sync to a queue and support selective sync (#11767)Gravatar Matt Kane 7-36/+49
* wip: allow integrations to refresh contel layer * Use queue for sync jobs * Remove integration-specific code * Fix type * changeset
2024-08-29[ci] release (#11857)astro@4.15.0@astrojs/web-vitals@3.0.0@astrojs/db@0.14.0Gravatar Houston (Bot) 49-278/+263
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-29fix: syntax error in changelog (#11869)Gravatar Erika 1-3/+3
2024-08-29fix: separate changelogs for Astro 1 into a separate package (#11868)Gravatar Erika 2-1152/+1155
2024-08-29[ci] formatGravatar Ben Holmes 4-5/+5
2024-08-29Actions stable release (#11843)Gravatar Ben Holmes 29-418/+361
* feat: baseline experimental actions * feat(test): remove experimental config * feat: remove getActionProps() * feat: make actions file non-break * feat: detect actions usage * chore: changeset * feat: improve actions usage check * refactor: remove define action symbol now that we check server exp * fix: remove old import * chore: move actionsIntegration to top import * fix: warn only when actions are used * fix: srcDir check * refactor: split out action plugins to simplify integration * feat: new integration and plugins * chore: update error hints * fix(test): pass default src dir * feat: add ActionNotFoundError * fix: handle json parse errors in deserializer * chore: unused import * 500 -> 404 * New `astro:schema` module (#11810) * feat: expose zod from astro:schema * chore: changeset * chore: update release strategy in changeset * fix: move deprecated notice to type def * fix: update config doc reference * chore: remove z from astro:actions * edit: changeset with minor release note remove * wip: increase button click timeouts * Revert "wip: increase button click timeouts" This reverts commit a870bc2dc4bdfd77b8b4fc54b62d8bde01d20c14. * chore: remove content collections disclaimer * fix: undo biome change * agh tabs * agh newlines * fix: bad docs merge * wip: add back timeout extension * fix(test): astro schema import * refactor: move static output error to config done * refactor: usesActions -> isActionsFilePresent * fix: check whether startup and current value disagree * chore: unused import * edit: sell actions a little more * changeset nit --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-08-28fix: resolve content layer images without filePath set (#11858)Gravatar Matt Kane 8-15/+63
2024-08-28fix: pass config instead of settings to content layer loaders (#11862)Gravatar Matt Kane 8-32/+63
* fix: pass config instead of settings to content layer loaders * lint * changes to changeset from review
2024-08-28[ci] formatGravatar Bjorn Lu 2-4/+4
2024-08-28Use tinyexec (#11845)Gravatar Bjorn Lu 14-59/+87
2024-08-28Use magicast for astro add (#11772)Gravatar Bjorn Lu 7-234/+77
2024-08-28test: fix broken e2e test (#11860)Gravatar Emanuele Stoppa 1-1/+1
2024-08-28[ci] formatGravatar Emanuele Stoppa 20-64/+67
2024-08-28feat(i18n): expand fallback system (#11677)Gravatar Emanuele Stoppa 22-51/+297
* feat(i18n): expand fallback system * rebase * apply feedback * better changeset * update tests too * apply feedback * Update .changeset/blue-pens-divide.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * update docs * nitpick * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/blue-pens-divide.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/blue-pens-divide.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fix regression --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-08-28feat: add `sync` variant (#11729)Gravatar Emanuele Stoppa 6-5/+12
* feat: add `sync` variant * fix build * Update .changeset/afraid-apricots-develop.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-08-28Add support for LibSQL remote (#11385)Gravatar Luiz Ferraz 9-27/+220
* Add support for remote LibSQL * Add support for local memory DB * Add some tests * Add push support * Fix switch cascading * Update .changeset/healthy-boxes-poke.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/db/src/runtime/db-client.ts [skip ci] Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Use independent env vars for LibSQL and Studio backends * Expand comment regarding missing table * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-08-28[ci] formatGravatar Martin Trapp 1-2/+3
2024-08-28Extends virtual module astro:transitions/client to export swapFunctions (#11708)Gravatar Martin Trapp 9-20/+64
* extend virtual module astro:transitions/client to exports swapFunctions * use virtual module in e2e tests * Update .changeset/new-monkeys-sit.md * Update .changeset/new-monkeys-sit.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update new-monkeys-sit.md * Update swap-functions.ts restoreFocus() bindings are now returned by saveFocus() and do not make sense anymore as a member of the swapFunctions object * take over suggestion Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/new-monkeys-sit.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-08-28feat: support setting timeout for `client:idle` (#11743)Gravatar Phil 9-4/+128
* feat: support setting timeout for `client:idle` * tst: add client:idle timeout e2e test * Update .changeset/clever-emus-roll.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/clever-emus-roll.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * nit: we wait for times, not values! --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-08-28[ci] release (#11835)astro@4.14.6@astrojs/preact@3.5.2@astrojs/partytown@2.1.2@astrojs/mdx@3.1.5@astrojs/markdoc@0.11.4Gravatar Houston (Bot) 51-133/+121
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-28[ci] formatGravatar Phil 2-2/+2
2024-08-28fix: handle preact signals in array correctly (#11834)Gravatar Phil 8-17/+141
* fix: handle preact signals in array correctly * feat: serialize signals in object