summaryrefslogtreecommitdiff
path: root/packages/create-astro (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-30Fix multiple `create-astro` registry issues (#7539)Gravatar 金成 2-12/+7
* fix: getVersion Error when registry ends with '/' * Update .changeset/old-seahorses-fold.md * Update .changeset/old-seahorses-fold.md * refactor: cleanup registry logic * chore: update changeset * fix(create-astro): update registry logic to rely on `fetch` * chore: update changeset * chore: update lockfile * Update old-seahorses-fold.md --------- Co-authored-by: jincheng32537 <jincheng32537@hundsun.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <nate@astro.build>
2023-06-30fix(#7471): fallback to npm registry if config command fails (#7527)Gravatar Nate Moore 1-2/+6
2023-06-26Format markdown files (#7439)Gravatar Bjorn Lu 1-10/+11
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-06-22[ci] release (#7434)create-astro@3.1.8astro@2.7.0@astrojs/node@5.3.0@astrojs/image@0.17.1Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-21fix: `pnpm` failure on `create-astro` (#7435)Gravatar Ben Holmes 2-5/+4
* fix: use which-pm-runs instead of preferred-pm * deps: remove preferred-pm * chore: move which-pm-runs to regular deps * chore: changeset
2023-06-21Update safe dependencies (#7430)Gravatar Bjorn Lu 1-3/+3
2023-06-09[ci] release (#7318)create-astro@3.1.7astro@2.6.2@astrojs/svelte@3.0.0@astrojs/markdown-component@1.0.5Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-09[ci] formatGravatar matthewp 1-1/+1
2023-06-09Fixes an issue where create Astro doesn't respect custom npm registries (#7326)Gravatar Caleb Williams 2-3/+17
* Fixes an issue where create Astro doesn't respect custom npm registries * chore: fix pnpm-lock * chore: update lockfile --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-06-02[ci] release (#7278)create-astro@3.1.6Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-02Add 'starlight' as template alias (#7277)Gravatar Nate Moore 1-3/+7
* feat(create-astro): add starlight as template alias * chore: lint
2023-05-15[ci] release (#7088)create-astro@3.1.5Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-15Fix `create-astro` regression (#7086)Gravatar Happydev 1-9/+0
2023-05-12[ci] release (#7077)create-astro@3.1.4@astrojs/node@5.1.3Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-12[ci] formatGravatar ematipico 1-1/+1
2023-05-12fix: don't exit the program if dependencies don't install (#7052)Gravatar Emanuele Stoppa 2-7/+20
2023-04-27Fix changeset publish (#6923)Gravatar Bjorn Lu 1-1/+4
2023-04-27Fix changeset version run (#6917)Gravatar Bjorn Lu 1-1/+1
2023-04-13[ci] release (#6835)create-astro@3.1.3astro@2.3.0@astrojs/mdx@0.19.0@astrojs/markdown-remark@2.1.4Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-12add validation for non-printable chars in CLI (#6682)Gravatar André Alves 1-0/+3
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>