Jonathan Neal
|
6ddd7678ff
|
Use accessible indentation (#2253)
|
2021-12-22 16:11:05 -05:00 |
|
Jonathan Neal
|
c3db1eb4ef
|
Upgrade dependencies (#2085)
* 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-13 15:59:08 -05:00 |
|
木杉
|
cce8ac72e0
|
Make Astro compatible with Windows (#215)
|
2021-05-17 17:52:11 -05:00 |
|
Drew Powers
|
4ff3add50f
|
Clean dependencies (#166)
* Clean dependencies
This moves some dependencies around where they should be
* Formatting
|
2021-05-03 11:47:51 -06:00 |
|
Nate Moore
|
ed631329e7
|
create-astro UI (#164)
* 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-05-03 12:15:13 -05:00 |
|
Nate Moore
|
4df1347156
|
Migrate to yarn monorepo (#157)
* 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
|
2021-04-30 16:33:35 -05:00 |
|