summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins/add-classes.mjs (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-06-17chore: logging cleanup (#11263)Gravatar wackbyte 5-24/+33
2024-06-17[ci] formatGravatar Bjorn Lu 1-1/+1
2024-06-17Refactor prerendering chunk handling (#11245)Gravatar Bjorn Lu 33-193/+692
2024-06-17chore(deps): update all non-major dependencies (#11269)Gravatar renovate[bot] 47-642/+417
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-17fix(deps): update dependency @vitejs/plugin-vue-jsx to v4 (#11270)Gravatar renovate[bot] 2-40/+55
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-15Add config object to the remarkToc plugin in the astro config (#11087)Gravatar Joseph Mawa 1-1/+1
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-06-14[ci] formatGravatar Matthew Phillips 2-2/+2
2024-06-14Fix backwards compat with Astro <= 4.9 (#11261)Gravatar Matthew Phillips 3-4/+16
2024-06-14Import Database type from correct file (#11262)Gravatar Ɓukasz Stankiewicz 2-1/+6
* Import Database type from correct file * Add changeset
2024-06-14[ci] formatGravatar Szymon Chmal 2-6/+5
2024-06-14fix(astro): prerendering issue when path contains underscore (#11243)Gravatar Szymon Chmal 8-2/+95
* fix(astro): prerendering issue when path contains underscore * chore: add missing files * Update .changeset/honest-ravens-double.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> --------- Co-authored-by: Matthew Phillips <matthew@matthewphillips.info> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-06-14[ci] formatGravatar Emanuele Stoppa 1-2/+3
2024-06-14docs: add some useful tips for testing (#11257)Gravatar Emanuele Stoppa 1-0/+46
2024-06-14[ci] formatGravatar Matt Kane 2-6/+6
2024-06-14fix: throw error if rewrite is attempted after body is used (#11258)Gravatar Matt Kane 7-0/+97
* fix: throw error if rewrite is attempted after body is used * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-06-14[ci] formatGravatar Mark Gaze 1-5/+2
2024-06-14Fix a performance issue with JSON schema generation (#11249)Gravatar Mark Gaze 2-33/+39
2024-06-14[docs] update JSDoc for API Reference links (#11252)Gravatar Jamie Barton 1-2/+2
2024-06-14fix typo in changeset (#11255)Gravatar liruifengv 1-3/+3
* fix typo in changeset * update typo import
2024-06-14chore: fix CI badge (#11256)Gravatar Emanuele Stoppa 1-1/+1
2024-06-14[ci] formatGravatar Emanuele Stoppa 3-3/+3
2024-06-14feat: refine container APIs for renderers (#11251)Gravatar Emanuele Stoppa 28-31/+160
2024-06-14fix(markdown-remark): mark prism package as an internal dependency (#11250)Gravatar Szymon Chmal 2-2/+2
2024-06-13[ci] formatGravatar Emanuele Stoppa 7-35/+36
2024-06-13feat(@astrojs/react): export renderer for easy loading (#11234)Gravatar Emanuele Stoppa 14-75/+213
* wip * feat(@astrojs/react): export `renderer` for easy loading * restore change * chore: address feedback * revert changes * revert changes to react integration * update changeset
2024-06-13fix: better DX for 500.astro in local development (#11244)Gravatar Emanuele Stoppa 12-8/+163
* wip * catch error in route.ts * catch error in route.ts * chore: tidy up error cases * log the original error * rebase * chore: reduce the scope of the 500 handling * we should not have a default 500 * remove props * remove unsure function, not needed * Update packages/astro/src/core/routing/astro-designed-error-pages.ts Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * Update packages/astro/src/core/constants.ts Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * changeset * relax the assertion * Update packages/astro/src/vite-plugin-astro-server/route.ts Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * relax the assertion --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-06-12[ci] formatGravatar Matt Kane 3-4/+4
2024-06-12fix(astro): handle symlinked content collection directories (#11236)Gravatar Matt Kane 15-14/+174
* fix(astro): handle symlinked content collection directories * CHeck content dir exists and is a dir * Handle symlinks when generating chunk names * wip windows log * Use posix paths * Fix normalisation * :old-man-yells-at-windows-paths: * Update .changeset/fifty-clouds-clean.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Changes from review * Add logging --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-06-12fix(astro): ignore query params when matching .astro extension (#11240)Gravatar Matt Kane 7-1/+102
* fix: ignore query params when matching .astro extension * Changeset * Add test
2024-06-12[ci] formatGravatar Emanuele Stoppa 1-2/+2
2024-06-12fix: provide a plugin to resolve the virtual module (#11242)Gravatar Emanuele Stoppa 4-1/+22
2024-06-11[ci] formatGravatar Florian Lefebvre 1-1/+1
2024-06-11feat(astro): address astro env rfc feedback (#11213)Gravatar Florian Lefebvre 16-135/+93
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-06-11feat: upgrade pnpm (#11146)Gravatar Florian Lefebvre 4-11452/+8027
2024-06-11[ci] formatGravatar Matthew Phillips 1-1/+4
2024-06-11In Vercel Edge, include cookies set by Astro.cookies.set (#11227)Gravatar Matthew Phillips 6-7/+34
2024-06-11[ci] release (#11225)astro@4.10.2@astrojs/vercel@7.7.0@astrojs/partytown@2.1.1@astrojs/node@8.3.0@astrojs/db@0.11.5Gravatar Houston (Bot) 52-189/+177
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-11[ci] formatGravatar Emanuele Stoppa 2-5/+11
2024-06-11fix(rewrite): purge old data when rewriting (#11207)Gravatar Emanuele Stoppa 13-60/+168
* fix(rewrite): purge old data when rewriting * remove logs * Update .changeset/fuzzy-eggs-kneel.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-06-11[ci] formatGravatar Emanuele Stoppa 1-1/+4
2024-06-11fix: regression for getViteConfig (#11231)Gravatar Emanuele Stoppa 2-5/+10
* fix: regression for getViteConfig * address feedback
2024-06-11fix(deps): update all non-major dependencies (#11222)Gravatar renovate[bot] 62-764/+784
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-10[ci] formatGravatar Matt Kane 2-3/+1
2024-06-10fix(astro): always return cloned content collection (#11228)Gravatar Matt Kane 12-3/+139
* fix: always return cloned content collection * Update .changeset/early-melons-thank.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-06-10[ci] formatGravatar Matthew Phillips 1-2/+2
2024-06-10Close iterator after rendering is complete and no more chunks remain (#11210)Gravatar Matthew Phillips 4-2/+34
* Close iterator after rendering is complete and no more chunks remain * Wait for the first whole render before resolving
2024-06-10[ci] formatGravatar Oliver Speir 1-1/+1
2024-06-10Export type Database from db/runtime (#11216)Gravatar Oliver Speir 3-5/+7
* import and export in index.ts * remove import and export from virtual.ts * add changset * Update .changeset/warm-pets-tap.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-06-10feat: add support for astro:env to node and vercel (#11199)Gravatar Florian Lefebvre 6-0/+21
2024-06-10feat(astro): improved validators (#11195)Gravatar Florian Lefebvre 6-82/+524