summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-26[ci] formatGravatar bluwy 1-3/+1
2023-02-26fix: remove duplicate exit key from create template (#6360)Gravatar Vick Vasquez 1-1/+1
2023-02-25Update doc link in non-html-pages example README (#6369)Gravatar weakish 1-2/+2
2023-02-24Only apply head propagation in trees that need it (#6363)Gravatar Matthew Phillips 6-4/+51
2023-02-24Add missing flags to help action (#6352)Gravatar Kacper Potyrała 2-0/+8
* add missing flags to help action * add proper changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-02-24enable ci for merge_group (#6361)Gravatar Nate Moore 2-0/+2
2023-02-24[ci] formatGravatar natemoo-re 2-6/+9
2023-02-24[Lit] render DSD attributes based on `shadowRootOptions` (#6351)Gravatar Reece McDonald 3-1/+21
* [Lit] render DSD attributes based on `shadowRootOptions` ## Changes - Update `@astrojs/lit`’s `server.js` to properly render elements with `delegatesFocus: false` set in their `shadowRootOptions`. - Logic is based on `@lit-labs/ssr` [latest implementation as found here](https://github.com/lit/lit/blob/b0c3f82ef0f97326a205e77e7e1043b75a5cc53f/packages/labs/ssr/src/lib/render-value.ts#L738) ## Testing A test was added to ensure an element with `delegatesFocus` set to true has this attribute properly included in the rendered static markup. * chore: add changeset
2023-02-24fix: bump `undici` to v5.20.0 (#6355)Gravatar Emanuele Stoppa 5-19/+25
* fix: bump `undici` to v5.20.0 * fix(cookies): Hopefully the last time we mess with undici and cookies * chore: add @astrojs/telemetry to changeset --------- Co-authored-by: Princesseuh <princssdev@gmail.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-02-24ci: don't pin pnpm/action-setup exactly (#6348)Gravatar Nate Moore 9-51/+50
2023-02-23[ci] release (#6287)create-astro@3.0.3astro@2.0.15@astrojs/vercel@3.1.3@astrojs/sitemap@1.1.0@astrojs/node@5.0.4@astrojs/netlify@2.1.3@astrojs/mdx@0.17.2@astrojs/image@0.15.1Gravatar Houston (Bot) 59-140/+155
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-23fix: too many files opened for collections with many entries (#6313)Gravatar John Beene 1-8/+26
* fix: too many files opened for collections with many entries * Update packages/astro/src/content/types-generator.ts * Update packages/astro/src/content/types-generator.ts * Update packages/astro/src/content/types-generator.ts * Update packages/astro/src/content/types-generator.ts * Update packages/astro/src/content/types-generator.ts * Update packages/astro/src/content/types-generator.ts --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-02-23Use getSetCookie, if available (#6347)Gravatar Nate Moore 4-9/+27
* fix: use getSetCookie, if available * fix: explicitly use entries * fix(image): be defensive on node@18.14.1 * chore: update changeset * ci: skip test in 18.14.1
2023-02-23Fixes example README links to open in codespaces (#6346)Gravatar Brian McManus 25-25/+25
2023-02-23[ci] formatGravatar natemoo-re 28-871/+709
2023-02-23Enhanced Astro codespace support (#6288)Gravatar Brian McManus 58-18/+1116
* Enhanced Astro codespace support Enhances the base devcontainer and Dockerfile to provide a smoother development experience out of the box for contributors. Adds a devcontainer per example so that we can add buttons on astro.new that will launch users straight into the appropriate example app. * Cleanup devcontainers and pin base image * Update .devcontainer/example-welcome-message.txt Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> --------- Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
2023-02-23[ci] formatGravatar natemoo-re 1-3/+3
2023-02-23Update MDX integration to es-module-lexer@1.1.1 (#6296)Gravatar Raphael Bossek 5-11/+16
* Update MDX integration to es-module-lexer@1.1.1 * Added missing pnpm-lock.yaml file * Create lucky-flowers-wonder.md --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-02-23fix(content): ensure underscore ignores only child paths of the content ↵Gravatar Happydev 3-54/+81
directory. (#6330) * test: add test fixture * test: add cc config file * migrate to unit test instead * fix: only include child folders in ignore list * chore: changeset
2023-02-23Improve portfolio example icon support (#6343)Gravatar Chris Swithinbank 2-1/+17
2023-02-22fix(astro): correctly change configuration when node adapter is added (#6333)Gravatar Emanuele Stoppa 2-1/+20
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-02-22[ci] formatGravatar matthewp 3-6/+5
2023-02-22fix #6020 (#6320)Gravatar wulinsheng123 9-16/+29
2023-02-21fix(examples/docs): future-proof Discord link (#6325)Gravatar Eric P Sheets 1-1/+1
2023-02-21[ci] formatGravatar natemoo-re 1-2/+2
2023-02-21[create-astro] Execute the 'git' step as the final interaction (#6314)Gravatar Miles Pernicious 2-1/+16
* [create-astro] Execute the 'git' step as the final interaction This ensures the initialized repository has all configuration changes commited in the first commit * Add changeset
2023-02-21`create-astro` help info add `--typescript` flag (#6294)Gravatar 李瑞丰 3-0/+7
* create-astro help info add --typescript flag * changeset * changeset
2023-02-21[ci] formatGravatar bluwy 1-1/+1
2023-02-21Use .mjs extension when building for netlify edge and vercel serverless (#6317)Gravatar Bjorn Lu 13-3/+119
2023-02-21Fix import of type HTMLAttributes in blog example (#6322)Gravatar Christofer J. Ekervhén 1-1/+3
* Fix extend type HTMLAttributes in blog example * Update examples/blog/src/components/HeaderLink.astro Co-authored-by: Christofer J. Ekervhén <45903979+ChrisEke@users.noreply.github.com> --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-02-21fix(cookies): Update Undici to 5.20 and fix cookies behaviour (#6323)Gravatar Erika 7-43/+28
* fix(cookies): Update Undici to 5.20 and fix cookies behaviour * chore: changeset
2023-02-18Docs: Image README clarifications (#6290)Gravatar Dan Jutan 1-12/+16
* hosted on other domains -> accessed by url * these work like remote images * including images in public * Update packages/integrations/image/README.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/integrations/image/README.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/integrations/image/README.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/integrations/image/README.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/integrations/image/README.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/integrations/image/README.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * reorder remote first * Update packages/integrations/image/README.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/integrations/image/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-02-18fix(content-collections): warn about `allowJs` only when `content` directory ↵Gravatar Happydev 2-3/+7
exists (#6293) * warn only when `content` directory exists * chore: changeset
2023-02-17Add documentation for unknown errors (#6285)Gravatar Erika 1-7/+65
* feat(errors): Add documentation for unknown errors * docs(errors): Misc refactors * docs(errors): Remove unnecessary messages * docs(errors): Add guidance around UnknownError * Update packages/astro/src/core/errors/errors-data.ts Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> --------- Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
2023-02-17update `ChangeFreq` to support typescript configurations with string literal ↵Gravatar vic1707 3-2/+8
(#6262) * update `ChangeFreq` * `pnpm exec changeset` * use @Princesseuh suggested change * Revert "use @Princesseuh suggested change" This reverts commit a1e5660c25cb20b79444b27adffeec24b65e1fd6. * use @Princesseuh suggested change and an `as`
2023-02-17[ci] release (#6279)astro@2.0.14@astrojs/webapi@2.0.1@astrojs/deno@4.0.2Gravatar Houston (Bot) 49-103/+113
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-17[ci] formatGravatar matthewp 4-24/+23
2023-02-17Fix prerendered page handling on Deno (#6284)Gravatar Nate Moore 9-9/+116
* fix(deno): handle prerendered pages * test(deno): add prerender test * fix: defensively access vite.build.rollupOptions.external * fix(deno): support other formats of rollupOptions.external * fix(deno): crawl prerendered files for match * fix(deno): ignore deno error in server file * fix(deno): cross-platform serve file
2023-02-17[ci] formatGravatar natemoo-re 1-1/+1
2023-02-17Backwards compatible fix for `--camelCase` css vars in `style` attribute (#6268)Gravatar Nate Moore 2-1/+15
* fix(#6264): backward-compat fix for camelCase css vars in style * chore: add changeset
2023-02-17Pin undici (#6282)Gravatar Matthew Phillips 3-2/+7
2023-02-17[ci] formatGravatar matthewp 1-1/+0
2023-02-17Revert "Deno fix #6131 (#6248)" (#6281)Gravatar Matthew Phillips 7-58/+17
* Revert "Deno fix #6131 (#6248)" This reverts commit ef5cea4dc5c4ffa33bd57ea0886e6912afb24fec. * Create gold-months-live.md
2023-02-17Update README.md (#6274)Gravatar 李瑞丰 1-7/+7
2023-02-17Bump Vite to 4.1 (#6277)Gravatar Bjorn Lu 9-46/+51
2023-02-17[ci] release (#6269)create-astro@3.0.2@astrojs/rss@2.1.1Gravatar Houston (Bot) 8-14/+16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-17fix(create-astro): Pin giget to 1.0.0 (#6278)Gravatar Erika 3-2/+7
2023-02-16[ci] formatGravatar natemoo-re 1-7/+7
2023-02-16fix: add property name to rss errors (#6259)Gravatar Julien Barbay 2-5/+12
* fix: add property name to rss errors * Create good-snails-attend.md --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-02-16[ci] release (#6267)create-astro@3.0.1Gravatar Houston (Bot) 3-6/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>