summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2024-09-30Update boxen to v8 (#12094)Gravatar Bjorn Lu 2-178/+185
2024-09-30fix(deps): update all non-major dependencies (#12092)Gravatar renovate[bot] 51-444/+440
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-26fix(deps): update all non-major dependencies (#12003)feat/action-on-resultGravatar renovate[bot] 127-1588/+1594
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-09-26View Transitions: Fixes Astro's fade animation to prevent flicker during ↵Gravatar Martin Trapp 2-0/+15
morph transitions (#12046)
2024-09-25Fix injected endpoint prerender detection (#12043)Gravatar Bjorn Lu 8-31/+73
2024-09-25chore(deps): update tj-actions/changed-files action to v45 (#11838)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-25docs: fix typo in code comments (#11944)Gravatar The web walker 1-7/+8
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-09-23[ci] release (#12037)astro@4.15.9Gravatar Houston (Bot) 36-80/+73
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-23[ci] formatGravatar Emanuele Stoppa 7-12/+12
2024-09-23refactor: dynamically import middleware (#11550)Gravatar Emanuele Stoppa 16-42/+86
* refactor: dynamically import middleware * update tests * chore: fix code merge * address linting * remove changeset * feedback * feedback * fix test failing * add suggestion * change order of resolution to cache the middleware before inserting a route * address comment
2024-09-23fix(deps): update dependency @oslojs/encoding to v1 (#12058)Gravatar renovate[bot] 2-6/+8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-20fix(container): apply polyfill (#12042)Gravatar Emanuele Stoppa 3-0/+9
2024-09-20[ci] formatGravatar Matt Kane 1-2/+2
2024-09-20fix: restore behavior of absolute images in v4 branch (#12038)Gravatar Matt Kane 7-2/+48
* fix: allow images with absolute path * Add mroe tests * changeset
2024-09-20fix(routing): call middleware when rendering `404.astro` (#12034)Gravatar Emanuele Stoppa 3-4/+13
2024-09-19chore: remove `eslint-plugin-no-only-tests` (#12032)Gravatar Emanuele Stoppa 4-13/+10