aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/test/render-html.test.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2025-06-05[ci] release (#13889)astro@5.9.0@astrojs/cloudflare@12.5.4Gravatar Houston (Bot) 32-153/+155
* [ci] release * Update packages/astro/CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Kane <m@mk.gg>
2025-06-04[ci] formatGravatar Emanuele Stoppa 7-31/+31
2025-06-04feat: experimental CSP (#13802)Gravatar Emanuele Stoppa 74-207/+3749
* chore: build hashes of scripts (#13590) * chore: build hashes of scripts * chore: fix changes * chore: fix changes * chore: fix changes * feat(csp): create hashes of tracked scripts and hashes (#13675) Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> * feat(csp): fix CSP header, inject astro island script/style (#13687) * feat(csp): track client scripts and CSS (#13725) Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com> * feat(csp): support view transitions (#13738) Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com> fix CSP header, inject astro island script/style (#13687) * feat(csp): server islands (#13775) Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> * feat(csp): customise algorithm (#13803) Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * chore: build hashes of scripts (#13590) (#13805) Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * feat(csp): allow additional directives (#13810) Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> * feat(csp): resources for script and styles directives (#13812) Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com> * feat(csp): runtime APIs (#13824) Co-authored-by: Matt Kane <m@mk.gg> * feat(csp): add script-dynamic keyword support (#13834) * update lockfile * chore: docs and changeset (#13870) * chore: add changeset * grammar * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> * Update JSDoc with examples to match docs * Sarah's changeset edits * Apply suggestions from code review Thanks, @ArmandPhilippot Co-authored-by: Armand Philippot <git@armand.philippot.eu> * Fix indentation * Update .changeset/crazy-doors-buy.md * 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> Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Armand Philippot <git@armand.philippot.eu> * Update lockfile * dedupe deps * Lock * Lock * fix: server islands in mdx --------- Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Armand Philippot <git@armand.philippot.eu>
2025-06-04chore: update lockfile (#13890)Gravatar Matt Kane 1-25/+31
2025-06-04feat: adds support for rendering markdown in loaders (#13850)Gravatar Matt Kane 7-3/+85
* wip: loader markdown support * Better name * Add tests and docs * Lint * Remove options * Lint * 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-06-04Clarify and reduce Cloudflare adapter integration logs noise (#13817)Gravatar Yan 3-41/+41
* Clarify and reduce Cloudflare integration logs * Simplify log Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> * Move enabling sessions log to only show in build * Use double quotes instead * Add option to suppress adapter feature support log * Add fixture to test option * Add changeset * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Matt Kane <m@mk.gg> * Use `suppress` option instead of hack * Create fast-planets-shout.md * Update .changeset/fast-planets-shout.md Co-authored-by: Matt Kane <m@mk.gg> --------- Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Matt Kane <m@mk.gg>
2025-06-04Suppress supported features log option (#13887)Gravatar Matt Kane 9-45/+146
* Clarify and reduce Cloudflare integration logs * Simplify log Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> * Move enabling sessions log to only show in build * Use double quotes instead * Add option to suppress adapter feature support log * Add fixture to test option * Add changeset * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Matt Kane <m@mk.gg> --------- Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-06-04[ci] release (#13873)astro@5.8.2@astrojs/vercel@8.1.5@astrojs/sitemap@3.4.1@astrojs/rss@4.0.12Gravatar Houston (Bot) 37-80/+80
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-04[ci] formatGravatar Elliot Dong 1-1/+1
2025-06-04fix: request should be properly cloned first then copy to modified in ↵Gravatar Elliot Dong 8-2/+73
middleware (#13877) * fix: Cloneing request in middleware would cause RewriteWithBodyUsed error * fix test case * commit changeset * fix: lock file * Apply suggestions from code review --------- Co-authored-by: Matt Kane <m@mk.gg>
2025-06-03[ci] formatGravatar Joe 1-1/+1
2025-06-03fix(vercel): handle SVG images correctly in build image service (#13679)Gravatar Joe 3-6/+15
Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-06-03Fix missing type-attribute in xml-stylesheet with xslt extension (#13867)Gravatar Adriel Martinez 3-1/+24
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-06-03fix(@example/blog): optimize hero images (#13881)Gravatar Cansin Acarer 18-45/+285
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-06-03fix(deps): update astro client runtimes (#13882)Gravatar renovate[bot] 9-284/+285
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-03Bump repo Node 18 version to Astro’s minimum supported version (#13876)Gravatar Chris Swithinbank 3-3/+3
2025-06-03chore(deps): update changesets/action action to v1.5.3 (#13821)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-02Fixes rendering of the download attribute when it has a boolean value (#13872)Gravatar vivek lokhande 4-0/+20
2025-05-29[ci] formatGravatar Ben Limmer 1-3/+7
2025-05-29fix(sitemap): bubble uncaught error from `filter` method (#13871)Gravatar Ben Limmer 3-7/+19
Fixes #13864
2025-05-29[ci] release (#13845)create-astro@4.12.1astro@5.8.1@astrojs/web-vitals@4.0.0@astrojs/db@0.15.0Gravatar Houston (Bot) 39-104/+101
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-29chore: Node.js version in issue templates (#13859)Gravatar Junseong Park 1-1/+1
2025-05-29chore: fix name in jsdoc (#13869)Gravatar Matt Kane 1-1/+1
2025-05-28Fixes attribute rendering for `popover` (#13037)Gravatar nanarino 4-0/+19
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-05-28feat: allow disabling of default responsive image styles (#13851)Gravatar Matt Kane 5-2/+57
* feat: allow disabling of default responsive image styles * Format
2025-05-27[ci] formatGravatar Arpan Patel 1-1/+6
2025-05-27fix(create-astro): use CLI version tag to determine `astro` version (#12529)Gravatar Arpan Patel 3-3/+30
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-05-26fix: client directive on astro component warning (#13858)Gravatar Florian Lefebvre 3-9/+23
2025-05-26fix(deps): update astro client runtimes (#13853)Gravatar renovate[bot] 9-254/+256
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-26[ci] formatGravatar Arpan Patel 1-1/+1
2025-05-26feat: add server islands support for `MDX` (#12574)Gravatar Arpan Patel 11-51/+147
Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-05-26Upgraded drizzle-orm to v.0.42.0 (#13815)Gravatar Jonás Perusquía Morales 6-23/+42
Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
2025-05-22fix(astro): Export AstroSession type (#13843)Gravatar Stephen Hendricks 2-0/+6
Co-authored-by: Luiz Ferraz <luiz@lferraz.com>
2025-05-22[ci] release (#13840)create-astro@4.12.0astro@5.8.0@astrojs/vue@5.1.0@astrojs/upgrade@0.6.0@astrojs/telemetry@3.3.0@astrojs/svelte@7.1.0@astrojs/solid-js@5.1.0@astrojs/react@4.3.0@astrojs/prism@3.3.0@astrojs/preact@4.1.0@astrojs/mdx@4.3.0@astrojs/markdown-remark@6.3.2@astrojs/markdoc@0.15.0Gravatar Houston (Bot) 51-115/+239
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-22fix: increase minimum Node version to 18.20.8 (#13809)Gravatar Matt Kane 15-15/+35
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com> Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com> Co-authored-by: yanthomasdev <61414485+yanthomasdev@users.noreply.github.com>
2025-05-22test: skip test due to some regression (#13839)Gravatar Emanuele Stoppa 1-1/+2
2025-05-21[ci] release (#13804)astro@5.7.14@astrojs/node@9.2.2@astrojs/netlify@6.3.4Gravatar Houston (Bot) 40-104/+88
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-21[ci] formatGravatar Matt Kane 1-5/+2
2025-05-21fix: ponyfill import.meta.resolve (#13833)Gravatar Matt Kane 5-9/+44
* fix: polyfill import.meta.resolve * Don't resolve at runtime * Linit
2025-05-21chore: lock knip in renovate (#13836)Gravatar Emanuele Stoppa 2-2/+2
Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2025-05-21Expand ActionError codes to include IANA HTTP error codes (#13769)Gravatar Roman Stetsyk 2-8/+63
Co-authored-by: Matt Kane <m@mk.gg>
2025-05-21fix(astro): stop toolbar settings from overflowing (#13383)Gravatar Nils Haberkamp 2-1/+11
2025-05-21[ci] formatGravatar JP Wienekus 2-5/+8
2025-05-21fix: audit list window covered by tooltip and highlight (#13373)Gravatar JP Wienekus 3-2/+24
* fix: audit list window covered by tooltip and highlight * exclude top right button from e2e test since it is now behind the audit window * add test --------- Co-authored-by: JP Wienekus <jpwienekus@gmail.com>
2025-05-21Handle module not found errors in server entrypoint (#13507)Gravatar Reuben Tier 2-1/+6
* Handle module not found errors in server entrypoint * Save my files -_-
2025-05-21fix(a11y): Remove pre tags from a11y-no-noninteractive-tabindex flag (#13794)Gravatar Alex Carpenter 2-0/+7
* fix(a11y): Remove pre tags from a11y-no-noninteractive-tabindex flag * add changeset * Update packages/astro/src/runtime/client/dev-toolbar/apps/audit/rules/a11y.ts --------- Co-authored-by: Matt Kane <m@mk.gg>
2025-05-21ignore lightningcss global pseudo-class warning (#13773)Gravatar Sajjad Hashemian 2-0/+9
* ignore lightningcss global pseudo-class warning * Update changeset --------- Co-authored-by: Matt Kane <m@mk.gg>
2025-05-21fix(deps): update astro client runtimes (#13822)Gravatar renovate[bot] 9-508/+503
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-21fix(@astrojs/netlify): Handle SVGs properly with imageCDN enabled (#13830)Gravatar Lofty-Brambles 2-0/+11
* fix: handle svgs separately by fetching original source path * feat: add a changeset
2025-05-16chore: check `knip` first (#13813)Gravatar Emanuele Stoppa 1-1/+1