summaryrefslogtreecommitdiff
path: root/packages/create-astro/src/messages.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-10fix: added onError functionality to spinner (#9048)Gravatar Sergii Kirianov 1-0/+1
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-01Undo the halloween theme (#8959)Gravatar Elian ☕️ 1-25/+18
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-17feat: make Houston wear scary hats for spooky season (#8846)Gravatar Elian ☕️ 1-18/+25
* feat: make Houston wear scary hats for spooky season * chore: add new phrasing to scary Houston * chore: create changeset
2023-09-13[ci] formatGravatar natemoo-re 1-1/+1
2023-09-13Improve `create-astro` startup performance (#8456)Gravatar Nate Moore 1-12/+8
* feat(create-astro): improve performance * test: fix test by wrapping promise values * chore: remove uneeded deps * Update ten-kings-smash.md * chore: update lockfile
2023-08-16[ci] formatGravatar natemoo-re 1-3/+1
2023-08-16[create-astro] verify connectivity and --template (#8102)Gravatar Nate Moore 1-2/+7
* feat(create-astro): verify that --template exists * feat: verify internet connectivity * chore: skip connectivity check on --dry-run * chore: fix lint
2023-08-14[ci] formatGravatar natemoo-re 1-1/+1
2023-08-14chore: slim create-astro deps (#8077)Gravatar Nate Moore 1-2/+2
2023-08-03[ci] formatGravatar natemoo-re 1-3/+3
2023-08-03Handle error state for version (#7939)Gravatar Nate Moore 1-3/+4
* fix(create-astro): handle error state for version * fix: handle missing version
2023-07-20Fix organize-imports-cli with satisfies operator (#7727)Gravatar Bjorn Lu 1-1/+1
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 1-2/+2
2023-06-30[ci] formatGravatar natemoo-re 1-2/+4
2023-06-30Fix multiple `create-astro` registry issues (#7539)Gravatar 金成 1-12/+6
* 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-21fix: `pnpm` failure on `create-astro` (#7435)Gravatar Ben Holmes 1-2/+2
* 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-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 1-2/+15
* 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-05-12fix: don't exit the program if dependencies don't install (#7052)Gravatar Emanuele Stoppa 1-1/+0
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-02-06[ci] formatGravatar natemoo-re 1-95/+116
2023-02-06Refactor `create-astro` (#6082)Gravatar Nate Moore 1-107/+164
* 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>
2022-11-07Fix typo in create-astro messages (#5312)Gravatar Andy 1-1/+1
2022-10-26[ci] formatGravatar natemoo-re 1-31/+49
2022-10-26[Create Astro] Improved prompts, template handling, Houston (#5088)Gravatar Nate Moore 1-0/+108
* feat(create-astro): add houston, improve prompts * refactor(create-astro): move to giget * chore: add changeset * chore: update lockfile * test(create-astro): update tests to match new output * chore: prefer named functions * fix: update template prompt * fix: update typescript message * chore: add explicit --skip-houston flag * test(create-astro): skip flaky typescript test Co-authored-by: Nate Moore <nate@astro.build>