summaryrefslogtreecommitdiff
path: root/examples/framework-svelte/svelte.config.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-10-09add info about content intellisense (#12164)Gravatar Arpan Patel 1-1/+1
2024-10-09Fix mts reloads (#12160)Gravatar Louis Escher 2-1/+6
* Add mts file extension to configRE regex * Add changeset * Apply suggestions from code review Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-10-09[ci] formatGravatar Emanuele Stoppa 1-1/+1
2024-10-09feat(markdown): add support for `shiki` option `langAlias` (#12039)Gravatar Emanuele Stoppa 6-4/+78
* feat(shiki): add support for `langAlias` * chore: apply feedback * Update packages/markdown/remark/src/types.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * fix build * Fix bug * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/dirty-socks-sip.md --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-10-09add support parallel builds (#11984)Gravatar chaegumi 5-658/+878
* 支持并发生成 * feat: Add support parallel builds * feat: read concurrency config * changeset * fix: Explicit undefined is unnecessary on an optional parameter * pnpm-lock.yaml rebuild * fix: add innerPrevTimeEnd * fix: modification time calculation * update pnpm-lock.yaml * Rewrite with p-limit * update * clean * Update changeset * typo [skip ci] * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/core/config/schema.ts * formatting * merge main and update the lock file * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: bluwy <bjornlu.dev@gmail.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-10-09[ci] formatGravatar Jan Havlena 2-4/+4
2024-10-09Fixed parsing of x-forwarded-* headers (#12130)Gravatar Jan Havlena 4-29/+255
* Fixed parsing of x-forwarded-* headers * changeset * remotePort * port fix * port fix * port fix * Update .changeset/slimy-buses-agree.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Update packages/astro/src/core/app/node.ts Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Reverted formating change --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-10-09ci: use `ci` command (#12167)Gravatar Emanuele Stoppa 2-1/+2
2024-10-08Add `css` keyword to Tailwind integration (#12161)Gravatar Chris Swithinbank 2-1/+8
* Add `css` keyword to Tailwind integration * Add changeset
2024-10-08chore: move lint rules to Biome (#12145)Gravatar Emanuele Stoppa 87-312/+245
* chore: move lint rules to Astro * better suppression system * revert * format code * address more linting files * address more linting files
2024-10-08Setup sync branches for create-astro (#12114)Gravatar Bjorn Lu 3-77/+103
2024-10-07fix(routing): default locale when there's a list (#12151)Gravatar Emanuele Stoppa 7-10/+37
* fix(routing): default locale when there's a list * fix(routing): default locale when there's a list
2024-10-07fix(@astrojs/rss): prevent an error when `pubDate` is missing (#12137)Gravatar Armand Philippot 6-10/+37
* fix(rss): prevent error when `pubDate` is missing * docs(rss): switch some RSS items to optional
2024-10-07Simplify giget dependency (#12143)Gravatar Bjorn Lu 5-193/+26
2024-10-07[ci] formatGravatar Matt Kane 2-2/+2
2024-10-07fix: don't set statusMessage in HTTP/2 (#12147)Gravatar Matt Kane 3-2/+17
2024-10-07[ci] release (#12115)create-astro@4.9.1astro@4.15.12@astrojs/vue@4.5.2@astrojs/upgrade@0.3.4@astrojs/svelte@5.7.2@astrojs/db@0.14.2Gravatar Houston (Bot) 56-145/+135
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-07[ci] formatGravatar Luiz Ferraz 2-8/+11
2024-10-07Fix problems with local libSQL DB (#12089)Gravatar Luiz Ferraz 14-11/+214
Co-authored-by: Matthew Phillips <361671+matthewp@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <602478+ematipico@users.noreply.github.com>
2024-10-07fix(deps): update all non-major dependencies (#12140)Gravatar renovate[bot] 81-1107/+1046
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-07[CVE 2024-47764] Update package 'cookie' (#12132)Gravatar Julien Cayzac 3-6/+11
2024-10-07chore(deps): update dependency expect-type to v1 (#12141)Gravatar renovate[bot] 2-6/+7
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-05Fixed an "Uncaught ReferenceError" inside of the @astrojs/vue package (#12116)Gravatar sammibajrami 2-1/+6
* fix(vue): initialized the 'app' variable earlier in the client.js script by assigning the 'appInstance' reference to it so that it is available for the later established 'astro:unmount' event listener * Add changeset * fix(vue): reverted the last change and instead moved the 'astro:unmount' event listener to inside of the 'if' statement where the 'app' variable is initialized --------- Co-authored-by: Matt Kane <m@mk.gg>
2024-10-05Fix-component-undefined-svelte-v5 (#12102) (#12129)Gravatar Martin Trapp 2-2/+6
* - fix: 'component is not defined' error when unmount svelte 5 component * added changeset * Moving unmount listener to where the component is defined. * Update .changeset/eighty-ligers-punch.md --------- Co-authored-by: Hermit <70563349+hermit99@users.noreply.github.com>
2024-10-04fix: clear content layer cache if astro version changes (#12126)Gravatar Matt Kane 2-2/+21
* fix: clear content layer cache if astro version changes * changeset
2024-10-04[ci] formatGravatar Matt Kane 2-3/+4
2024-10-04fix): allow special characters in Action names (#12124)Gravatar Matt Kane 5-2/+72
2024-10-04fix: missing body type on content layer entries (#12123)Gravatar Erika 2-1/+6
2024-10-04Only run dispatch-event.yml in source repo (#12122)Gravatar Bjorn Lu 1-0/+1
2024-10-04[ci] formatGravatar Matt Kane 1-1/+1
2024-10-04fix: correctly serialize Infinity as island props (#12121)Gravatar Matt Kane 7-4/+46
2024-10-04chore(deps): replace strip-ansi with native module (#12118)Gravatar Cristopher 15-41/+33
* chore(deps): replace strip-ansi with native module * chore: changeset --------- Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com>
2024-10-04fix(vue): missing file (#12120)Gravatar Florian Lefebvre 1-0/+1
2024-10-03docs: update Vite links to use their new domain (#12117)Gravatar Armand Philippot 10-21/+26
* docs: update Vite links to use their new domain See https://github.com/withastro/docs/issues/9548 * update other links with the new Vite domain * Create strange-cats-notice.md --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-10-03fix: throw a useful error if rendering undefined entry (#12113)Gravatar Matt Kane 5-1/+42
* fix: throw a useful error if rendering undefined entry * Update .changeset/wise-pumas-fry.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-10-03[ci] formatGravatar Florian Lefebvre 1-1/+1
2024-10-03fix(vue): useId() collisions (#12112)Gravatar Florian Lefebvre 7-1/+60
2024-10-03[ci] release (#12098)astro@4.15.11@astrojs/sitemap@3.2.0Gravatar Houston (Bot) 42-101/+88
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-03[ci] formatGravatar Emanuele Stoppa 1-2/+2
2024-10-03fix(routing): incorrect assumption when loading the middleware (#12109)Gravatar Emanuele Stoppa 3-2/+15
2024-10-03use shorthash for data url image to prevent ENAMETOOLONG (#12108)Gravatar lam eu ler 6-1/+94
* use shorthash for filename of data url images * add changeset * add fixture to test processing of data url images * run format * update changeset * fix test * Update .changeset/dull-worms-own.md --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-10-03[ci] formatGravatar Matt Kane 1-1/+1
2024-10-03fix: handle immutable response object (#12106)Gravatar Matt Kane 4-12/+36
* fix: handle immutable response object * changeset
2024-10-03feat(sitemap): add xslURL to enable styling (#11485)Gravatar Sondre Aasemoen 5-7/+36
* feat(sitemap): add xslURL to enable styling * Add test * Update .changeset/proud-horses-cry.md --------- Co-authored-by: bluwy <bjornlu.dev@gmail.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-10-02fix: pass custom statusText in Response (#12105)Gravatar Matt Kane 5-6/+29
* fix: pass custom statusText in Response * Add changeset
2024-10-01Use IE conditional comment placeholders for server island start markers (#12090)Gravatar Mark Jaquith 2-2/+7
These placeholders are much less likely to be removed by HTML minifiers, because they have traditionally been used to change the behavior of site.
2024-10-01fix: defer check for schema references to content layer collections (#12097)Gravatar Matt Kane 2-12/+11
* fix: defer check for schema references * More comments
2024-10-01[ci] release (#12074)astro@4.15.10Gravatar Houston (Bot) 37-83/+74
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-01Fix non-stable versions for astro add (#12095)Gravatar Reuben Tier 2-1/+7
2024-09-30chore: changeset (#12084)Gravatar Erika 2-1/+6