summaryrefslogtreecommitdiff
path: root/packages/create-astro/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-18Logging rewrite 2 (#9105)Gravatar Fred K. Schott 1-2/+2
* update logging add back warning for header access improve labels and formatting improve error logging remove outdated error fix build new error messages and hints new error messages and hints * walk back error message changes * fix rebase issues * add changeset * Remove accidental log * revert bad env change * Update index.ts * Update packages/astro/src/core/build/index.ts Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-11-10fix: added onError functionality to spinner (#9048)Gravatar Sergii Kirianov 2-10/+10
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08feat: experimental i18n routing (#8974)Gravatar Emanuele Stoppa 1-0/+1
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com> Co-authored-by: Elian ☕️ <hello@elian.codes> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-01Undo the halloween theme (#8959)Gravatar Elian ☕️ 2-26/+19
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-30fix(create-astro): TypeScript installation failure with yarn (#8939)Gravatar wktk 1-2/+2
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-10-24fix(create-astro): respect existing `package.json#scripts` (#8911)Gravatar Nate Moore 1-7/+3
2023-10-24fix(create-astro): ignore fs errors after download fails (#8841)Gravatar Genteure 1-1/+10
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-23[ci] formatGravatar natemoo-re 1-1/+1
2023-10-23feat(create-astro): automatically configure `astro check` (#8853)Gravatar Phumrapee Limpianchop 1-29/+76
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 ☕️ 2-19/+26
* feat: make Houston wear scary hats for spooky season * chore: add new phrasing to scary Houston * chore: create changeset
2023-09-22Refine CLI flag descriptions for clarity (#8545)Gravatar Jacob Lamb 1-3/+3
* Refine CLI flag descriptions for clarity * Update README.md * Update README.md * Update README.md * Update help.ts * Update packages/create-astro/src/actions/help.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/create-astro/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/create-astro/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update README.md --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-09-22[ci] formatGravatar bluwy 1-4/+4
2023-09-22Fix behaviour regression in create-astro (#8634)Gravatar Reuben Tier 1-6/+5
2023-09-19[ci] formatGravatar bluwy 2-2/+6
2023-09-19feat(create-astro): Update flag behavior for template and project-name (#8551)Gravatar Jacob Lamb 2-3/+17
2023-09-13config: migrate us to moduleResolution: 'node16' (#8519)Gravatar Erika 8-8/+8
2023-09-13[ci] formatGravatar natemoo-re 2-4/+8
2023-09-13Improve `create-astro` startup performance (#8456)Gravatar Nate Moore 6-30/+33
* 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-09-06trim project name of the user input (#8427)Gravatar aswind7 1-1/+1
* fix: remove duplicate import * project name should be trimed * update changeset
2023-09-06Improve Package Detection (#8306)Gravatar Jacob Lamb 3-17/+20
2023-08-30Update CodeSandbox config for Node 18 and new editor (#8292)Gravatar Erika 1-1/+1
* config: update config for codesandbox * feat: update create-astro to remove .codesandbox folder * chore: changeset * fix: use node18
2023-08-25[ci] formatGravatar natemoo-re 1-8/+11
2023-08-25feat(create-astro): --fancy (#8235)Gravatar Nate Moore 2-2/+5
2023-08-17Detect Bun package manager in create-astro (#7944)Gravatar Colin McDonnell 1-1/+6
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-16[ci] formatGravatar natemoo-re 3-52/+54
2023-08-16[create-astro] verify connectivity and --template (#8102)Gravatar Nate Moore 4-3/+100
* feat(create-astro): verify that --template exists * feat: verify internet connectivity * chore: skip connectivity check on --dry-run * chore: fix lint
2023-08-15[ci] formatGravatar natemoo-re 1-1/+1
2023-08-15fix(create-astro): update install step (#8089)Gravatar Nate Moore 1-17/+19
2023-08-14[ci] formatGravatar natemoo-re 4-33/+38
2023-08-14chore: slim create-astro deps (#8077)Gravatar Nate Moore 4-13/+52
2023-08-10[ci] formatGravatar natemoo-re 1-1/+1
2023-08-10fix(#5637): fix yarn berry support for create-astro (#8028)Gravatar Nate Moore 1-1/+10
2023-08-08Add shorthand for Starlight templates to `create astro` (#7993)Gravatar Chris Swithinbank 1-1/+4
* Add shorthand for Starlight templates to `create astro` * Update packages/create-astro/src/actions/template.ts * Update packages/create-astro/src/actions/template.ts --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-03[ci] formatGravatar natemoo-re 1-3/+3
2023-08-03Handle error state for version (#7939)Gravatar Nate Moore 2-4/+5
* 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 2-6/+6
2023-07-06corrected grammar. minor change (#7580)Gravatar sank.eth 1-1/+1
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 5-7/+3
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-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-15Fix `create-astro` regression (#7086)Gravatar Happydev 1-9/+0
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-12add validation for non-printable chars in CLI (#6682)Gravatar André Alves 1-0/+3
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