summaryrefslogtreecommitdiff
path: root/packages/create-astro (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-03-28[ci] release (#6652)create-astro@3.1.2astro@2.1.8@astrojs/partytown@1.2.0@astrojs/markdoc@0.1.0@astrojs/image@0.16.3Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-28[create-astro] Error on `--template` that does not exist (#6677)Gravatar Ben Holmes 1-5/+17
* Revert "Revert accidental create-astro fix" This reverts commit c13d428a7804b5b9809dbea94a1b17c36714a1e1. * chore: changeset
2023-03-27Revert accidental create-astro fixGravatar bholmesdev 1-17/+5
2023-03-27fix: log e.messageGravatar bholmesdev 1-2/+7
2023-03-27fix: check for nonexistent templatesGravatar bholmesdev 1-3/+10
2023-03-21[ci] release (#6541)create-astro@3.1.1astro@2.1.4@astrojs/rss@2.3.1@astrojs/mdx@0.18.2@astrojs/markdown-remark@2.1.1@astrojs/markdoc@0.0.3@astrojs/cloudflare@6.2.2Gravatar Houston (Bot) 2-1/+7
* [ci] release * nit: typo in #6594 changeset --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Ben Holmes <hey@bholmes.dev>
2023-03-21chore: wrap the projectDir in quotes if it contains spaces (#6594)Gravatar btea 1-1/+2
* chore: wrap the projectDir in quotes if it contains spaces * chore: add changeset * fix: update output projectDir * Update .changeset/tall-beans-own.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-03-10fix: Enforce the usage of type imports when possible (#6502)Gravatar Erika 2-2/+2
2023-03-07[ci] release (#6432)create-astro@3.1.0astro@2.1.0@astrojs/webapi@2.1.0@astrojs/vue@2.1.0@astrojs/vercel@3.2.0@astrojs/turbolinks@0.2.0@astrojs/telemetry@2.1.0@astrojs/tailwind@3.1.0@astrojs/svelte@2.1.0@astrojs/solid-js@2.1.0@astrojs/sitemap@1.2.0@astrojs/rss@2.2.0@astrojs/react@2.1.0@astrojs/prism@2.1.0@astrojs/prefetch@0.2.0@astrojs/preact@2.1.0@astrojs/partytown@1.1.0@astrojs/node@5.1.0@astrojs/netlify@2.2.0@astrojs/mdx@0.18.0@astrojs/markdown-remark@2.1.0@astrojs/markdoc@0.0.1@astrojs/lit@1.3.0@astrojs/image@0.16.0@astrojs/deno@4.1.0@astrojs/cloudflare@6.2.0@astrojs/alpinejs@0.2.0Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-06Update compilation target for Node 16 (#6213)Gravatar Erika 1-2/+2
* config(esbuild): Update esbuild target to node16 * config(package): Update root package.json node engine * config(tsconfig): Update all the tsconfigs module and targets * chore: changeset * chore: remove unneeded file
2023-03-02[ci] release (#6377)create-astro@3.0.5astro@2.0.17@astrojs/vercel@3.1.4Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-27[ci] formatGravatar natemoo-re 1-15/+13
2023-02-27Respect original `package.json` indentation (#6375)Gravatar Nate Moore 1-3/+5
* fix(#6338): respect original indentation * chore: add changeset
2023-02-27[ci] release (#6359)create-astro@3.0.4astro@2.0.16@astrojs/webapi@2.0.2@astrojs/telemetry@2.0.1@astrojs/lit@1.2.1Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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-24Add missing flags to help action (#6352)Gravatar Kacper Potyrała 1-0/+3
* add missing flags to help action * add proper changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
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) 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 1-1/+11
* [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 李瑞丰 2-0/+2
* create-astro help info add --typescript flag * changeset * changeset
2023-02-17Update README.md (#6274)Gravatar 李瑞丰 1-7/+7
2023-02-17[ci] release (#6269)create-astro@3.0.2@astrojs/rss@2.1.1Gravatar Houston (Bot) 2-1/+7
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 1-1/+1
2023-02-16[ci] release (#6267)create-astro@3.0.1Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-16[ci] formatGravatar natemoo-re 4-9/+12
2023-02-16Improve `create-astro` error handling (#6266)Gravatar Nate Moore 5-7/+25
* fix(create-astro): improve error handling for tasks that use spinner display * refactor: timeout after 60s * chore: remove unused file
2023-02-07[ci] release (#6116)create-astro@3.0.0astro@2.0.7@astrojs/netlify@2.1.2@astrojs/lit@1.2.0@astrojs/image@0.14.1@astrojs/cloudflare@6.1.2Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-06[ci] formatGravatar natemoo-re 20-301/+412
2023-02-06Refactor `create-astro` (#6082)Gravatar Nate Moore 38-1240/+1205
* refactor: new version of create-astro * chore: update README * fix(create-astro): update project name logic * test(create-astro): fix test on windows * test(create-astro): fix test on windows * test(create-astro): remove unused import * chore: remove log * chore: increase test timeout * fix: message when skipping * fix: message for env.d.ts file * fix: always hard exit * fix: return from next-steps * chore: add message * refactor dependencies, bundle create-astro * chore: disable create-astro typings * chore: switch to arg * chore: update message * fix: split typescript into two steps, fix context test * chore: update wording * chore: update wording * Update packages/create-astro/src/actions/dependencies.ts Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> * refactor: move tests back to mocha/chai * chore: update cli-kit * update test script * chore: add comment about setStdout * chore: update cli-kit * Update packages/create-astro/src/messages.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/create-astro/src/messages.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: update lockfile * fix(create-astro): support scoped package names, improve project-name tests * better git initialization * update cli-kit --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-01-30[ci] release (#5995)Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-26[ci] formatGravatar matthewp 1-4/+2
2023-01-26Add a check for existing .git directory (and skip if one is found). (#5953)Gravatar Chris Banford 1-2/+10
* Add a check for existing .git directory (and skip if one is found). * Changeset attempt :-) * Update .changeset/try-button-rumor.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-01-24[ci] release (#5959)create-astro@2.0.1Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-24fix(create-astro): typescript prompt handling (#5958)Gravatar Nate Moore 1-4/+4
* fix(create-astro): typescript prompt handling * fallback * fix(create-astro): additional case Co-authored-by: Nate Moore <nate@astro.build>
2023-01-24[ci] release (#5948)create-astro@2.0.0astro@2.0.0@astrojs/webapi@2.0.0@astrojs/vue@2.0.0@astrojs/vercel@3.0.0@astrojs/telemetry@2.0.0@astrojs/tailwind@3.0.0@astrojs/svelte@2.0.0@astrojs/solid-js@2.0.0@astrojs/rss@2.1.0@astrojs/react@2.0.0@astrojs/prism@2.0.0@astrojs/preact@2.0.0@astrojs/partytown@1.0.3@astrojs/node@5.0.0@astrojs/netlify@2.0.0@astrojs/mdx@0.15.0@astrojs/markdown-remark@2.0.0@astrojs/lit@1.1.0@astrojs/image@0.13.0@astrojs/deno@4.0.0@astrojs/cloudflare@6.0.0Gravatar Houston (Bot) 2-1/+23
* [ci] release * Update changelogs (#5955) * [ci] release * Wrap astro 2.0 beta logs in `<details>` * Add link to docs upgrade guide * First pass cleaning up 2.0 release notes * mdx changes from Sarah * combine 5584 and 5842 in deno, image, netlify * markdown/remark incl (5684 & 5769) to match mdx * Tweak markdown/remark formatting * Format astro-prism * Format astro-rss * Format create-astro * Format cloudflare * Format lit * Format partytown * Format node * Format preact * Format react * Format solid * Format svelte * Format tailwind * Format vercel * Format vue * Format telemetry * Format webapi * Format scripts * Reinstate h3s for headings Co-authored-by: Ben Holmes <hey@bholmes.dev> * Reformat mdx * astro & markdown/remark: Combine #5679 & #5684 changelogs Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Ben Holmes <hey@bholmes.dev> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Ben Holmes <hey@bholmes.dev>
2023-01-23[ci] release (beta) (#5911)create-astro@2.0.0-beta.1astro@2.0.0-beta.4@astrojs/webapi@2.0.0-beta.1@astrojs/tailwind@3.0.0-beta.2@astrojs/svelte@2.0.0-beta.3@astrojs/partytown@1.0.3-beta.1@astrojs/netlify@2.0.0-beta.4@astrojs/image@0.12.2-beta.1Gravatar Houston (Bot) 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-21Improve error message for third-party template 404s (#5920)Gravatar Chris Swithinbank 1-1/+14
2023-01-20[ci] formatGravatar natemoo-re 1-71/+83
2023-01-20Add headless support to create-astro (#5898)Gravatar Reuben Tier 2-17/+27
* Add headless support to create-astro * Document new flags for create-astro
2023-01-12[ci] release (beta) (#5792)create-astro@2.0.0-beta.0astro@2.0.0-beta.2@astrojs/webapi@2.0.0-beta.0@astrojs/vue@2.0.0-beta.1@astrojs/vercel@3.0.0-beta.1@astrojs/telemetry@2.0.0-beta.0@astrojs/tailwind@3.0.0-beta.1@astrojs/svelte@2.0.0-beta.1@astrojs/solid-js@2.0.0-beta.0@astrojs/react@2.0.0-beta.0@astrojs/prism@2.0.0-beta.0@astrojs/preact@2.0.0-beta.0@astrojs/partytown@1.0.3-beta.0@astrojs/node@5.0.0-beta.1@astrojs/netlify@2.0.0-beta.2@astrojs/mdx@1.0.0-beta.2@astrojs/markdown-remark@2.0.0-beta.2@astrojs/lit@1.0.2-beta.0@astrojs/image@1.0.0-beta.2@astrojs/deno@4.0.0-beta.2@astrojs/cloudflare@6.0.0-beta.1Gravatar Fred K. Bot 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-11test(create-astro): correct wrong argument (#5812)Gravatar Le Minh Tri 1-2/+2
2023-01-09Drop Node 14 support (#5782)Gravatar Erika 1-1/+1
* chore: Update engines field * fix(deps): Remove node-fetch * feat(polyfills): Remove node-fetch for undici * feat(webapi): Remove node-fetch from the webapis polyfills for undici * feat(core): Remove node-fetch for undici in Astro core * feat(telemetry): Remove node-fetch for undici * feat(node): Remove node-fetch for undici in node integration * feat(vercel): Remove node-fetch for undici in Vercel integration * chore: update lockfile * chore: update lockfile * chore: changeset * fix(set): Fix set directives not streaming correctly on Node 16 * Try another approach * Debugging * Debug fetch * Use global fetch if there is one * changeset for lit * Remove web-streams-polyfill * Remove web-streams-polyfill license note * Update .changeset/stupid-wolves-explain.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-12-19Fix spelling mistakes found by codespell and mwic (#5627)Gravatar Anders Kaseorg 1-3/+3
2022-12-16[ci] release (#5607)create-astro@1.2.4astro@1.7.0@astrojs/node@4.0.0@astrojs/netlify@1.3.0@astrojs/mdx@0.13.0@astrojs/deno@3.0.0@astrojs/cloudflare@5.0.0Gravatar Fred K. Bot 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-12-16fix(create-astro): skip Houston on windows until prompts are fixed (#5616)Gravatar Nate Moore 2-1/+4
Co-authored-by: Nate Moore <nate@astro.build>
2022-12-14upgrade giget for support proxy config (#5579)Gravatar 董雨航 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 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@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 李瑞丰 1-1/+1