summaryrefslogtreecommitdiff
path: root/packages/create-astro (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-05-18[ci] release (#3400)create-astro@0.12.2astro@1.0.0-beta.30Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-18[ci] formatGravatar bholmesdev 1-2/+2
2022-05-18fix: locale handling for logger (#3391)Gravatar Nate Moore 1-12/+11
* fix(#3309): use system default locale * fix(#3309): use system default locale in create-astro * test: add locale regression tests * test: add i18n regression test
2022-05-12[ci] release (#3334)create-astro@0.12.1astro@1.0.0-beta.28@astrojs/vue@0.1.4@astrojs/vercel@0.2.0@astrojs/svelte@0.1.3@astrojs/react@0.1.2@astrojs/netlify@0.3.4Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-11[create-astro] Finalize developer experience... with gradients 🚀 (#3313)Gravatar Ben Holmes 3-23/+116
* wip: port gradient helpers from sandbox ideas * feat: wire up rocket gradient 🚀 * feat: wire up rocket gradient on install step * refactor: update "next steps" wording * deps: add chalk (for rendering gradient) * chore: changeset * chore: clean up sstray template string
2022-04-29[ci] release (#3238)create-astro@0.12.0Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-29Feat: [create astro] git step (#3227)Gravatar Ben Holmes 4-28/+47
* feat: add git init step * fix: update unit tests * feat: simplify next steps for copy pasteability * docs: add clarifying comment on test stdin spoofing * docs: remove "empty" from git repo message * fix: update git step text for test * fix: remove redundant --dryrun flag * refactor: simplify next steps with && * chore: changeset
2022-04-29[ci] release (#3229)create-astro@0.11.0Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-28[ci] formatGravatar bholmesdev 1-1/+2
2022-04-27Feat: [create astro] replace component selector with "astro add" (#3223)Gravatar Ben Holmes 8-286/+123
* feat: remove component framework selector * feat: update templates to use "basics" * feat: add "astro add" cli step * tests: astro add step * fix: reset env for pnpm tests * fix: update install step test * chore: remove "frameworks" step from tests * deps: remove node-fetch from create-astro * chore: changeset * fix: use "preferLocal" for astro add command * refactor: remove POSTPROCESS_FILES * feat: add --yes flag to simplify astro add * feat: bring back minimal option as "completely empty"
2022-04-27[ci] release (#3215)create-astro@0.10.1astro@1.0.0-beta.19Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-26Refactor/clean create astro logs (#3212)Gravatar Ben Holmes 2-8/+2
* refactor: simplify dir error log to avoid wrapped text * refactor: remove redundant "issue" callout * chore: changeset * chore: update tests for new dir log
2022-04-26[ci] release (#3182)create-astro@0.10.0astro@1.0.0-beta.18@astrojs/vercel@0.1.4@astrojs/tailwind@0.2.1@astrojs/svelte@0.1.2@astrojs/netlify@0.3.3Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-26[ci] formatGravatar bholmesdev 2-9/+9
2022-04-26Feat: `create astro` add install step (#3190)Gravatar Ben Holmes 5-162/+286
* feat: add instlal step with pkg manager detection * feat: add package emoji for style points * feat: update next steps to match pkg manager * refactor: extract some create-astro test utils * refactor: extract promp msgs to utils * chore: add install step tests * chore: changeset * fix: remove directory test skip * fix: unset env variables after install step test * deps: add execa to create-astro * refactor: use execa for install step * chore: remove old comment * fix: rework install step test for node 14? * chore: remove "politely stolen" footnote * temp: show stdout dialog * feat: remove debugging logs, add dryrun flag for testing * chore: more stray logs * fix: remove rmdir
2022-04-22feat: remove online editor configs (#3175)Gravatar Ben Holmes 1-4/+9
2022-04-22[ci] update lockfile (#3162)Gravatar Fred K. Schott 1-1/+1
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-04-21[ci] release (#3173)create-astro@0.9.0astro@1.0.0-beta.17@astrojs/preact@0.1.2Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-21[ci] formatGravatar natemoo-re 1-52/+54
2022-04-21Feat: [create astro] add directory prompt (#3168)Gravatar Ben Holmes 8-19/+147
* wip: add prompt for directory with validation * feat: wire up dir response to cwd * feat: improve error handling on non-empty dirs * fix: update test helpers to execaSync * chore: add .skipped to old tests for clarity * deps: add mocha and chai to create-astro * feat: add directory step test with fixture * feat: update turbo to run create-astro tests again 🥳 * chore: changeset
2022-04-02update prettier width (#2968)Gravatar Fred K. Schott 3-15/+57
2022-03-25[ci] release (#2884)create-astro@0.8.0astro@0.25.0@astrojs/vue@0.0.2@astrojs/turbolinks@0.0.2@astrojs/tailwind@0.0.2@astrojs/svelte@0.0.2@astrojs/solid-js@0.0.2@astrojs/sitemap@0.0.2@astrojs/react@0.0.2@astrojs/prism@0.4.1@astrojs/preact@0.0.2@astrojs/partytown@0.0.2@astrojs/node@0.0.2@astrojs/netlify@0.0.2@astrojs/markdown-remark@0.7.0@astrojs/lit@0.0.2Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-23add build:ci command which skips `tsc` (#2869)Gravatar Nate Moore 1-0/+1
2022-03-21[ci] release (next) (#2851)create-astro@0.8.0-next.0astro@0.25.0-next.2@astrojs/vue@0.0.2-next.0@astrojs/turbolinks@0.0.2-next.0@astrojs/tailwind@0.0.2-next.0@astrojs/svelte@0.0.2-next.0@astrojs/solid-js@0.0.2-next.0@astrojs/sitemap@0.0.2-next.0@astrojs/react@0.0.2-next.0@astrojs/preact@0.0.2-next.0@astrojs/partytown@0.0.2-next.0@astrojs/lit@0.0.2-next.0Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-21feat(create-astro): add peer dependencies to package.json (#2843)Gravatar Juan Martín Seery 4-30/+56
* Install dependencies automatically * Added spinners * Updated lockfile * changeset * Sort dependencies * Reverted autoinstall * Updated changeset
2022-03-18Astro Integration System (#2820)Gravatar Fred K. Schott 4-64/+49
* update examples * add initial integrations * update tests * update astro * update ci * get final tests working * update injectelement todo * update ben code review * respond to final code review feedback
2022-03-14[ci] update lockfile (#2773)Gravatar Fred K. Schott 1-1/+1
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-11[ci] update lockfile (#2763)Gravatar Fred K. Schott 1-7/+7
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-03-10[ci] formatGravatar natemoo-re 1-1/+1
2022-03-10update deps: esbuild, typescript (#2750)Gravatar Fred K. Schott 2-2/+2
* update dep: typescript * update dep: esbuild * update types * update types * update dep: es-module-lexer * update tests
2022-03-08Move from yarn to pnpm (#2455)Gravatar Nate Moore 3-5/+5
* chore: `yarn` => `pnpm` * docs: `yarn` => `pnpm` * chore(ci): yarn => pnpm * chore(ci): update pnpm cache path * fix: add missing deps * fix: add missing deps * test: add package.json to all test fixtures * chore: improve hoisting behavior * chore: move turbo into package.json * chore: update npmrc * fix: add missing `debug` dependency * chore: remove prepare script * test: fix new tests * fix: fully resolve renderer paths and `astro/internal` path * chore: update lockfile * chore: remove log * fix: resolve renderers in vite-plugin-jsx * fix: prefer public-hoist-pattern to shamefully-hoist * chore: ignore @babel/core peer warning * chore: update dependencies * test: add autoprefixer as explicit dep * chore: update `.npmrc` file in examples * chore: update dependencies * fix: resolve renderer dependencies in static build * fix: static build renderer resolution * chore: fix smoke tests * chore: hoist autoprefixer * chore: update lockfile * attempt: use full file:// path on Windows * attempt: use astro/internal * attempt: optimize astro/internal * attempt: expose ./internal.js * chore: add missing package.json files * attempt: resolve astro/internal path * chore: tidy package.json * chore: update lockfile * chore: update deps * chore: update deps * chore: yarn -> pnpm * attempt: explicit /@fs urls * attempt: explicit /@fs urls * chore: update all examples for pnpm * chore: fix hoisting for with-vite-plugin-pwa * chore(ci): fix sharp install * chore: update with-vite-plugin-pwa example * fix: pin vite-plugin-pwa to 0.11.11 * fix: add workbox-window to vite-plugin-pwa deps * refactor: use pnpm update --recursive Co-authored-by: JuanM04 <me@juanm04.com> * chore: yarn => pnpm * chore: yarn => pnpm * fix: update smoke test to skip examples which don't work in static build * update lockfile * chore: update .npmrc files * chore: update lockfile * fix: smoke script * chore: update .npmrc file * fix: return to shamefully-hoist (shamefully) * chore: update lockfile * fix(smoke): ignore scripts for smoke tests * fix: update example to disable renderers * chore: bump version * chore(ci): fix smoke tests * attempt: disable --frozen-lockfile for smoke tests * chore: update smoke test * chore: fix rebase issue * chore: update lockfile * fix: smoke tests * fix(ci): run external smoke tests first * fix(ci): run syntax * chore: update lockfile * fix(ci): ensure submodules are up-to-date * fix(ci): ensure submodules are up-to-date * chore: update lockfile * chore: update for webapi * chore: silence node:* warnings * chore: update deps * fix(ci): persist generated webapi assets * fix(ci): webapi build script * chore(ci): remove custom node caching * chore: keep turbo.json * chore: update turbo, ignore create-astro * chore: update deps * fix(ci): test command * chore(ci): update test script Co-authored-by: JuanM04 <me@juanm04.com>
2022-01-20[ci] release (#2433)create-astro@0.7.1astro@0.22.17Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-20Add a verbose flag to create-astro (#2429)Gravatar Mikkel Tønder 3-4/+177
* Add verbose logging to create-astro * Tell user to use the verbose flag when encountering the MISSING_REF error * Create changeset * Add information in README * Format * Use switch statement instead of if and if else blocks * Update packages/create-astro/src/logger.ts Make if statement easier to read Co-authored-by: Evan Boehs <evan@boehs.org> Co-authored-by: Evan Boehs <evan@boehs.org>
2022-01-19Update .degit cache path in error message (#2400)Gravatar Jang Rush 1-1/+1
astro's repo changed from snowpack/astro to withastro/astro. Thank @raph5
2021-12-23[ci] release (#2219)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 7-379/+379
2021-12-22Cleanup test debugging (#2250)Gravatar Jonathan Neal 1-1/+0
2021-12-16Support Node v14.15+ (#2202)Gravatar Jonathan Neal 2-2/+2
* Support Node v14.15+ * changeset * Update .changeset/new-hats-design.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update .changeset/new-hats-design.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update .changeset/new-hats-design.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * ES2020 * update yarn.lock Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2021-12-13Add missing licenses to published packages (#2166)Gravatar Francois Valdy 1-0/+4
* chore: add missing licenses * chore: update package.json info Co-authored-by: Nate Moore <nate@skypack.dev>
2021-12-13Upgrade dependencies (#2085)Gravatar Jonathan Neal 5-176/+4
* yarn upgrade * yarn upgrade --latest yargs-parser * yarn upgrade --latest mime * yarn upgrade --latest execa * yarn upgrade --latest globby * yarn upgrade --latest @docsearch/react * yarn upgrade --latest es-module-lexer * yarn upgrade --latest fast-xml-parser * yarn upgrade --latest @astrojs/compiler @astrojs/language-server * yarn upgrade --latest acorn * clean yarn.lock * chore: put `@docsearch/react` back to v1 * chore: remove unused @snowpack/plugin-dotenv * Update yarn.lock * Patch tests based on newer versions of tooling * remove lerna * Update yarn.lock * Update yarn.lock * Pin @sveltejs/vite-plugin-svelte * update yarn.lock
2021-12-09chore: release (#2149)create-astro@0.6.10astro@0.21.12Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-07fix create-astro export map entry (#2150)Gravatar Fred K. Schott 1-1/+1
2021-12-06chore: release (#2133)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-06Parse --renderers flag correctly when passed to the create-astro cli (#2124)Gravatar Leosvel Pérez Espinosa 1-1/+1
2021-11-23Version Packages (#1988)create-astro@0.6.8astro@0.21.3@astrojs/renderer-svelte@0.2.1Gravatar github-actions[bot] 2-1/+7
* Version Packages (next) * chore: update CHANGELOG * fix: merge conflict * fix: merge conflict * chore: remove pre.json * Version Packages * Version Packages Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <nate@skypack.dev>
2021-11-23update repo URL (#1994)Gravatar Fred K. Schott 3-6/+6
2021-11-23create-astro: Add a helpful message for the "could not find commit hash for ↵Gravatar Mikkel Tønder 1-0/+6
..." error (#1984) * Add a helpful message for the "could not find commit hash for ..." error. This error mostly shows when someone tries to initialize a new project but git is not installed on their system.
2021-11-19Version Packages (#1928)create-astro@0.6.7astro@0.21.0@astrojs/renderer-vue@0.2.0@astrojs/renderer-svelte@0.2.0@astrojs/renderer-solid@0.2.0@astrojs/renderer-react@0.3.0@astrojs/renderer-preact@0.3.0@astrojs/renderer-lit@0.2.0@astrojs/prism@0.3.0@astrojs/parser@0.20.3@astrojs/markdown-remark@0.4.0Gravatar github-actions[bot] 2-1/+3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-18update depsGravatar Fred K. Schott 1-3/+2
2021-11-17Version Packages (next) (#1873)create-astro@0.6.7-next.1astro@0.21.0-next.7Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>