summaryrefslogtreecommitdiff
path: root/examples/hackernews/src/lib (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-11-24doc: fix deno preview command (#5464)Gravatar 李瑞丰 1-1/+1
2022-11-22[ci] formatGravatar matthewp 2-13/+17
2022-11-22[MDX] Support remark-rehype options from Astro Markdown config (#5427)Gravatar Thomas Jaggi 7-7/+126
* [MDX] Support remark-rehype options from Astro Markdown config * [MDX] Add remarkRehype to MdxOptions, extend with default markdown config * [MDX] Add remarkRehype to README * [MDX] Fix remarkRehype inheritance, add tests * [MDX] Update remarkRehype docs in README Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * [MDX] Fix remarkRehype docs Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-11-22Integration READMEs code block sweep 🧹 (#5455)Gravatar Chris Swithinbank 8-43/+56
2022-11-22Update tailwindcss `@apply` suggestion (#5406)Gravatar Bjorn Lu 1-7/+28
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2022-11-21Add JSDoc comments to errors for doc generation (#5355)Gravatar Erika 11-86/+455
* Start adding JSDocs to errors for doc generation * Progress * Add titles * Update with feedback * Update tests * Update packages/astro/src/core/errors/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/core/errors/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Misc tweaks * Remove unnecessary character * Fix errors in build not having proper information Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-11-21[ci] formatGravatar matthewp 1-1/+1
2022-11-21Remove temp tailwind config file in finally (#5450)Gravatar Sam Chen 2-3/+8
2022-11-21[ci] formatGravatar bluwy 1-2/+2
2022-11-21Use Cloudflare Pages to serve static assets and support `_headers`, ↵Gravatar Daniel 7-20/+127
`_redirects` and `_routes.json` (#5347) Co-authored-by: AirBorne04 <unknown> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2022-11-21Fix docs link in MDX integration README (#5448)Gravatar Chris Swithinbank 2-1/+6
2022-11-18Correctly transform third-party JSX files (#5437)Gravatar Bjorn Lu 9-0/+65
2022-11-18[ci] formatGravatar matthewp 1-1/+1
2022-11-18Use Vite's resolve to resolve paths for client:only (#5434)Gravatar Matthew Phillips 6-7/+37
* Use Vite's resolve to resolve paths for client:only * Adding a changeset * Add it to the markdown legacy plugin too * Remove fully resolving * Fully resolve in the analyzer * don't do this twice * remove dead code
2022-11-17fix: partytown base path (#5425)Gravatar Brenley Dueck 2-1/+6
* fix: partytown base path * add changeset
2022-11-17Add missing `fetchpriority` attribute to `ImgHTMLAttributes` (#5433)Gravatar Gabriel Pereira Woitechen 2-0/+9
2022-11-17[ci] release (#5419)astro@1.6.10@astrojs/node@3.1.0@astrojs/image@0.11.6Gravatar Fred K. Bot 42-103/+99
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-17[ci] formatGravatar matthewp 1-1/+3
2022-11-17fix: Docs Site - Table of contents highlight not working (#5411)Gravatar Rishi Raj Jain 5-40/+112
* fix: Docs Site - Table of contents highlight not working * Add html-escaper devDep * add html-escaper via pnpm
2022-11-17feat: provide HOST env variable at runtime (#5421)Gravatar Scttpr 3-1/+16
* feat: provide HOST env variable at runtime * doc: add change to documentation * Update documentation according to suggestions Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * fix: empty string is considered as undefined Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2022-11-17Fix JSX tagging for anonymous higher-order components default export (#5426)Gravatar Bjorn Lu 5-9/+34
* Tag JSX for call expression default export * Refactor type checks * Add changeset
2022-11-17[ci] formatGravatar matthewp 3-10/+10
2022-11-17Fix regression with loading .ts in .mjs config (#5431)Gravatar Matthew Phillips 5-19/+80
* Fix regression with loading .ts in .mjs config * Account for directories
2022-11-17Fix preview --host in Node.js 18 (#5430)Gravatar Bjorn Lu 2-2/+9
2022-11-16[ci] formatGravatar matthewp 3-237/+223
2022-11-16Log error if failed to fetch remote image (#5393)Gravatar wulinsheng123 3-2/+9
* I cant catch an error in the loadRemoteImage function when the fetch function occurs error * I cant catch an error in the loadRemoteImage function when the fetch function occurs error * fix ssg file Co-authored-by: wuls <linsheng.wu@beantechs.com> Co-authored-by: Okiki Ojo <okikio.dev@gmail.com>
2022-11-16Add response iterator to node adapter (#5418)Gravatar Jean-Baptiste Alleaume 5-3/+289
* add response iterator to node adapter * changeset * add node-fetch types * fix @types/node-fetch as a dev dep
2022-11-16[ci] formatGravatar matthewp 2-25/+31
2022-11-16Prevent dev from crashing when there are errors in template (#5417)Gravatar Matthew Phillips 3-1/+75
* Prevent dev from crashing when there are errors in template * Adding a changeset
2022-11-16[docs] fix typo in image integration README (#5416)Gravatar Ted Diño 1-1/+1
2022-11-16[ci] release (#5399)create-astro@1.2.3astro@1.6.9@astrojs/vercel@2.3.4@astrojs/image@0.11.5Gravatar Fred K. Bot 44-92/+91
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-16[ci] formatGravatar matthewp 6-1630/+2063
2022-11-16Allow Code component to run in Vercel (#5409)Gravatar Matthew Phillips 7-7/+1744
* Allow Code component to run in Vercel * Adding a changeset * Pass theme through to `codeToHtml` * Use script to generate languages * another bundling approach * fix lint warnings
2022-11-16[ci] formatGravatar matthewp 1-1/+1
2022-11-16Restart dev server on package.json changes (#5412)Gravatar Matthew Phillips 6-13/+69
* Restart dev server on package.json changes * Adding a changeset * update vitefu * lockfile updated
2022-11-15[ci] update lockfile (#5407)Gravatar Fred K. Bot 1-152/+153
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-11-15[ci] formatGravatar matthewp 1-1/+1
2022-11-15Fix: https://github.com/withastro/astro/issues/5400 (#5410)Gravatar impcyber 2-1/+7
* Fix: Astro generates empty .-index.bundle.js https://github.com/withastro/astro/issues/5400 * Create loud-penguins-tickle.md
2022-11-15[ci] formatGravatar matthewp 3-28/+31
2022-11-15Use Vite to load non JS astro configs (#5377)Gravatar Matthew Phillips 12-66/+242
* Use Vite to load non JS astro configs * Adding a changeset * Allow config to not exist * Use a file url * Use proload as a fallback * add missing peerdep * fix lint mistakes * Refactor the vite-load * First check if the file exists * Pass through fs * Update packages/astro/src/core/config/vite-load.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Also load astro.config.cjs * Do search before trying to load Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-11-15[ci] formatGravatar bluwy 1-1/+1
2022-11-15fix(create-astro): fix error when don't have template input (#5404)Gravatar 李瑞丰 2-1/+6
2022-11-15fix(template): delete extra css. (#5403)Gravatar 李瑞丰 1-1/+0
2022-11-15[deno] fix package name (#5402)Gravatar 迷渡 1-1/+1
2022-11-14docs: fix compiler project url (#5401)Gravatar 李瑞丰 1-1/+1
2022-11-14[ci] formatGravatar matthewp 1-7/+7
2022-11-14Fix usage of the Image component with the Vercel adapter (#5361)Gravatar Matthew Phillips 7-6/+49
* Revert "Revert "Allow image-pool to be used as its own Worker (#5317)" (#5360)" This reverts commit 20e60c6e0857f7b6938494df6027e8c1ad74cdc1. * Remove special image-pool.js moving around * Merge in assetIncludes * changeset * Copy to chunk folder in SSR too * Update tidy-shoes-yawn.md
2022-11-14[ci] release (#5365)astro@1.6.8@astrojs/solid-js@1.2.3Gravatar Fred K. Bot 40-97/+85
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-14Upgrade compiler (#5369)Gravatar Nate Moore 3-6/+14
* chore: upgrade compiler * chore: upgrade compiler * chore: add changeset * chore: upgrade compiler * chore: generate lockfile * Update tricky-dodos-cheer.md * chore: upgrade compiler Co-authored-by: Nate Moore <nate@astro.build>
2022-11-14[ci] update lockfile (#5385)Gravatar Fred K. Bot 1-100/+101
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>