summaryrefslogtreecommitdiff
path: root/scripts/cmd/copy.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-08-20Remove unused code in internal scripts (#11769)Gravatar Bjorn Lu 1-86/+0
2024-08-14Use node parseArgs instead of yargs-parser and arg (#11645)Gravatar Bjorn Lu 1-8/+9
* wip * done * Add changeset * Format * Update * Fix houston * Fix test * Fix test
2024-04-20Update major deps (#10823)Gravatar Bjorn Lu 1-1/+1
2023-11-09Content Collection cache (experimental) (#8854)Gravatar Nate Moore 1-1/+1
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2023-07-18nit: use `node:` prefix everywhere (#7692)Gravatar Erika 1-2/+2
* nit: use `node:` prefix everywhere * nit: fs/promises too * test: workaround issue in node builtin detection
2022-04-02update prettier width (#2968)Gravatar Fred K. Schott 1-1/+3
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 1-62/+62
2021-12-13Upgrade dependencies (#2085)Gravatar Jonathan Neal 1-1/+1
* 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-05-17Make Astro compatible with Windows (#215)Gravatar 木杉 1-1/+3
2021-05-03Clean dependencies (#166)Gravatar Drew Powers 1-11/+18
* Clean dependencies This moves some dependencies around where they should be * Formatting
2021-05-03`create-astro` UI (#164)Gravatar Nate Moore 1-10/+73
* refactor: improve create-astro layout, build script * feat(create-astro): v0.1.0 * docs(create-astro): add README * feat(create-astro): add meta files to starter templates
2021-04-30Migrate to `yarn` monorepo (#157)Gravatar Nate Moore 1-0/+11
* chore: use monorepo * chore: scaffold astro-scripts * chore: move tests inside packages/astro * chore: refactor tests, add scripts * chore: move parser to own module * chore: move runtime to packages/astro * fix: move parser to own package * test: fix prettier-plugin-astro tests * fix: tests * chore: update package-lock * chore: add changesets * fix: cleanup examples * fix: starter example * chore: update changeset config * chore: update changeset config * chore: setup changeset release workflow * chore: bump lockfiles * chore: prism => astro-prism * fix: tsc --emitDeclarationOnly * chore: final cleanup, switch to yarn * chore: add lerna * chore: update workflows to yarn * chore: update workflows * chore: remove lint workflow * chore: add astro-dev script * chore: add symlinked README