aboutsummaryrefslogtreecommitdiff
path: root/packages/create-astro/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
2025-05-27[ci] formatGravatar Arpan Patel 1-1/+6
2025-05-27fix(create-astro): use CLI version tag to determine `astro` version (#12529)Gravatar Arpan Patel 2-3/+25
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2025-04-23fix: `create-astro` deps install with pnpm (#13652)Gravatar HiDeoo 1-1/+1
2025-04-22chore: clean dead code (#13591)Gravatar Florian Lefebvre 4-20/+5
2025-04-17update create-astro minimal template wording (#13636)Gravatar Sarah Rainsberger 1-1/+1
* update create-astro minimal template wording * Create chilled-pears-know.md * template vs project, to better distinguish it from basics * consistent use of "Use" with other non-recommended templates * Update packages/create-astro/src/actions/template.ts Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> --------- Co-authored-by: Matt Kane <m@mk.gg>
2025-04-15Add the minimal example to `create astro` options (#13603)Gravatar Sarah Rainsberger 1-1/+2
2025-03-11Use package-manager-detector (#13395)Gravatar Bjorn Lu 1-1/+1
* Use package-manager-detector * Update variable name
2025-02-24Modify the template README file to reflect the correct package manager (#13257)Gravatar ADTC 1-0/+13
2024-11-06Add svelte changesetGravatar bluwy 1-1/+4
2024-11-06Merge branch 'main' into nextGravatar bluwy 1-0/+1
2024-11-06fix(deps): update all non-major dependencies (#12366)Gravatar renovate[bot] 1-0/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-11-04create-astro updates (#12083)Gravatar Erika 6-191/+50
Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Reuben Tier <otterlord.dev@gmail.com>
2024-10-11Ensure that the generated package.json and tsconfig.json end with a newline. ↵Gravatar Takahito Sueda 1-3/+3
(#12186)
2024-10-10Improve default template download speed (#12154)Gravatar Bjorn Lu 1-3/+14
2024-10-08chore: move lint rules to Biome (#12145)Gravatar Emanuele Stoppa 1-2/+2
* chore: move lint rules to Astro * better suppression system * revert * format code * address more linting files * address more linting files
2024-10-07Simplify giget dependency (#12143)Gravatar Bjorn Lu 2-66/+4
2024-10-04chore(deps): replace strip-ansi with native module (#12118)Gravatar Cristopher 1-2/+2
* chore(deps): replace strip-ansi with native module * chore: changeset --------- Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com>
2024-09-06feat(create-astro): ts-check comment (#11924)Gravatar Florian Lefebvre 1-0/+15
2024-08-19Fix create-astro initial git commit (#11766)Gravatar Bjorn Lu 1-1/+1
2024-08-16Revert parseArgs change (#11733)Gravatar Bjorn Lu 1-52/+39
2024-08-14Use node parseArgs instead of yargs-parser and arg (#11645)Gravatar Bjorn Lu 1-39/+52
* wip * done * Add changeset * Format * Update * Fix houston * Fix test * Fix test
2024-08-08update formatter config (#11640)Gravatar Darius 11-32/+32
* update formatter config * format --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-08-08chore: bump typescript-eslint to v8 (#11649)Gravatar Josh Goldberg ✨ 3-3/+3
2024-08-07Improve regex performance (#11635)Gravatar Bjorn Lu 1-1/+1
2024-07-29fix(create-astro): log fetch errors (#11567)Gravatar Matt Kane 1-4/+18
2024-04-17[ci] formatGravatar Emanuele Stoppa 1-1/+1
2024-03-19fix(packages/create-astro): wait for writeFile to complete in updateFiles ↵Gravatar Satya Rohith 1-1/+1
(#10487) * fix(packages/create-astro): wait for writeFile to complete in updateFiles Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> * changeset --------- Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-03-13Revert "[ci] format" (#10417)Gravatar Emanuele Stoppa 1-1/+1
* Revert "[ci] format" This reverts commit 1863727215e87e20c6f5aebe5f9ee0f2783bc788. * pin dependency * update lock
2024-03-13[ci] formatGravatar Houston (Bot) 1-1/+1
2024-03-07[ci] formatGravatar Nate Moore 1-1/+1
2024-03-07Adds `create-astro` fallback values for package versions (#10255)Gravatar Nate Moore 3-7/+6
* fix(create-astro): add fallback when registry fails to return the current package version * feat(create-astro): inline most current package versions as fallback * test(create-astro): update typescript tests to check for undefined * test(create-astro): properly reset fixtures * refactor: read dependencies from workspace root * refactor: error on missing values
2024-02-27chore: import sort source code, exception for the `astro` package (#10242)Gravatar Emanuele Stoppa 8-13/+13
* chore: import sort source code, exception for the `astro` package * fix import sorting bug * Update packages/integrations/lit/server.js Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-02-14Fix invalid URLs being returned from `getRegistry`, synchronize all copies ↵Gravatar Hippo 1-2/+5
(#10117)
2024-02-07Use eslint-plugin-regexp (#9993)Gravatar Bjorn Lu 1-0/+2
2024-01-31feat(i18n): domain support (#9143)Gravatar Emanuele Stoppa 1-1/+0
* i18n(domains): validation and updated logic (#9099) * feat(i18n): domain with lookup table (#9112) * chore: add changelog, fix types and enable experimental support in node/vercel * rebase and update lock file * chore: fix failing test * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Matthew Phillips <matthew@skypack.dev> * Update .changeset/tidy-carrots-jump.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * wip * chore: rebase, conflicts and tests * update lock file * chore: correct configuration * chore: correct configuration * fix: regressions * chore: fix conflicts and add more tests * chore: add more validation * chore: more tests and add more restrictions * fix changeset * change and revert adapters * add another restriction * lock file update * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/@types/astro.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * wat * fix syntax error * fix config example * Fix for #9673 (#9680) * Fix for #9673 * 🦋 add changeset file * Update breezy-plants-smoke.md Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * ⚡️ simplified normalizeConfigPath --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * Fix env var replacement for export const prerender (#9807) * feat(alpinejs): allow customizing the Alpine instance (#9751) * feat(alpinejs): allows customzing the Alpine instance * chore: add e2e tests * fix: rename script * Update index.ts * fix: lockfile * [ci] format * chore: use correct lock file * chore: rebase * fix regressions in tests * fix regressions in tests * fix build * add description * fix missing types * chore: fix tests, again :D * eslint * Update packages/astro/src/@types/astro.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * chore: address feedback * chore: fix regressions * chore: refactor naming * Update packages/astro/src/core/app/index.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * chore: address feedback * update lock file * chore: infer routing from options, not strategy * merge from main * merge from main * Experimental support in vercel adapter * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/tidy-carrots-jump.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * better changesets * Updates both experimental.i18nDomains and i18ndomains for experimental strategy * fix link syntax * consistent tabs/spaces * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * apply suggestion --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Lou Cyx <git@lou.cx> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Florian Lefebvre <ematipico@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2024-01-25Remove `create-astro` version cache (#9817)Gravatar Nate Moore 3-10/+9
* fix(create-astro): remove version cache * fix(create-astro): select typescript first * chore(create-astro): remove unused import
2024-01-25Fix: update doc links (#9804)Gravatar Jacob Lamb 1-3/+0
* Fix: update doc links * More links * Remove docs line
2024-01-24[ci] formatGravatar Florian Lefebvre 1-1/+3
2024-01-24fix(create-astro): @astrojs/check and typescript addition (#9813)Gravatar Florian Lefebvre 3-12/+14
* fix(create-astro): @astrojs/check and typescript addition * Update packages/create-astro/src/actions/typescript.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update packages/create-astro/src/messages.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * fix: remove useless block --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2024-01-05[ci] formatGravatar Elian 4-66/+71
2024-01-05Adds automatic, seasonally appropriate messages from Houston (#9476)Gravatar Elian 5-38/+126
* feat: allow Houston to wear Scarfs * refactor: allow 1 object to be passed instead of separate * set messages back to original state / add ties * refactor to getClothes method * refactor: add clothes per season * refactor: add messages with timing too * refactor to new file * refactor: use `hat` & `tie` instead of `clothes` * refactor: use `getSeasonalHouston` only once * chore: upgrade dependencies * fix mistake in date * feat(create-astro): refactor seasonal logic * chore: remove unused entrypoint * refactor: simplify seasonal data * chore: add changeset --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2024-01-03Move create-astro async tasks to end (#9470)Gravatar Austin Merrick 6-15/+43
* Upgrade @astrojs/cli-kit * Add tasks to context * Change steps to use tasks * Do tasks at end * Add changeset * Make labels more consistent Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update .changeset/chatty-penguins-sin.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-12-15[ci] formatGravatar Alex Nguyen 1-1/+1
2023-12-15feat: make Houston festive for the holiday season (#9358)Gravatar Oscar Lee-Vermeren 2-19/+25
* feat: make Houston festive for the holiday season * fix: change changeset to minor
2023-11-28feat: implement overlay main screen redesign (#9118)Gravatar Erika 1-0/+8
* feat: implement redesign * fix: make it build * feat: visual tweaks * feat(overlay): update styling, integration endpoint * feat: add fallback icons * Clean up tests (#9183) * Add `@astrojs/upgrade` package for automatic package upgrades (#8525) Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * [ci] format * fix: links with same path but different search params not prefetched (#9189) Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fix: discord icon * chore: changeset --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Spencer Whitehead <35475068+SpencerWhitehead7@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
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>