summaryrefslogtreecommitdiff
path: root/packages/create-astro (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-17Merge branch 'main' into nextGravatar Matthew Phillips 8-21/+180
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 4-56/+58
2023-08-16[create-astro] verify connectivity and --template (#8102)Gravatar Nate Moore 5-3/+141
* 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] release (#8090)create-astro@3.2.1astro@2.10.9Gravatar Houston (Bot) 2-1/+7
* [ci] release * Update packages/create-astro/CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
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-15[ci] release (#8064)create-astro@3.2.0astro@2.10.8@astrojs/sitemap@2.0.2@astrojs/react@2.2.2@astrojs/node@5.3.4Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-15Merge remote-tracking branch 'origin/main' into nextGravatar Emanuele Stoppa 7-32/+101
2023-08-14[ci] formatGravatar natemoo-re 5-36/+41
2023-08-14chore: slim create-astro deps (#8077)Gravatar Nate Moore 7-36/+84
2023-08-11[ci] release (#8023)create-astro@3.1.13astro@2.10.6@astrojs/vercel@3.8.1@astrojs/node@5.3.3@astrojs/netlify@2.6.0@astrojs/cloudflare@6.8.0Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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-10Merge remote-tracking branch 'origin/main' into nextGravatar Emanuele Stoppa 1-0/+6
2023-08-09[ci] release (#8000)create-astro@3.1.12astro@2.10.4@astrojs/preact@2.2.2Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-09Merge remote-tracking branch 'origin/main' into nextGravatar Emanuele Stoppa 1-1/+4
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-08[ci] release (beta) (#7897)Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-08Remove support for Node 16 (#7780)Gravatar Erika 2-2/+2
2023-08-03[ci] release (#7941)create-astro@3.1.11Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@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-18nit: use `node:` prefix everywhere (#7692)Gravatar Erika 1-1/+1
* nit: use `node:` prefix everywhere * nit: fs/promises too * test: workaround issue in node builtin detection
2023-07-06[ci] release (#7578)create-astro@3.1.10astro@2.8.0@astrojs/vercel@3.7.0@astrojs/markdoc@0.4.1Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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-07-03[ci] release (#7526)create-astro@3.1.9astro@2.7.3@astrojs/vercel@3.6.0@astrojs/image@0.17.2@astrojs/cloudflare@6.6.0Gravatar Houston (Bot) 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-30[ci] formatGravatar natemoo-re 1-2/+4
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