summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-02-14fix security issue: untrusted ci outputGravatar Fred K. Schott 2-3/+3
2022-02-14[ci] yarn formatGravatar matthewp 24-157/+99
2022-02-14Flagged SSR support (#2548)Gravatar Matthew Phillips 67-627/+1684
* Checkpoint, basics are working * Add the `--experimental-ssr` flag * Adds the changeset * Fixes population of getStaticPaths results * Pass through the imported module * Route manifest test * Fix remaining tests * Fix remaining tests * Copy server assets over * Fix types * Allowing passing in the request to the Node version of App * Improve the example app * Gets CI to pass
2022-02-14Added LitCounter.jsGravatar Rafid Muhymin Wafi 1-0/+33
2022-02-14[ci] collect statsGravatar FredKSchott 1-0/+1
2022-02-13[ci] collect statsGravatar FredKSchott 1-0/+1
2022-02-12[ci] collect statsGravatar FredKSchott 1-0/+1
2022-02-11[ci] yarn formatGravatar matthewp 1-8/+8
2022-02-11[ci] release (next) (#2573)astro@0.23.0-next.6Gravatar github-actions[bot] 28-34/+41
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-11Use noExternal config on 'astro' (#2570)Gravatar Matthew Phillips 2-1/+9
* Use noExternal config on 'astro' * Changeset
2022-02-11[ci] yarn formatGravatar matthewp 2-12/+12
2022-02-11[ci] release (next) (#2565)astro@0.23.0-next.5@astrojs/markdown-remark@0.6.1-next.2Gravatar github-actions[bot] 30-40/+57
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-11[ci] yarn formatGravatar tony-sull 1-2/+2
2022-02-11Fixes pageUrlFormat: 'file' in static build (#2569)Gravatar Matthew Phillips 5-2/+49
* Fixes pageUrlFormat: 'file' in static build * Adds a changeset
2022-02-11[ci] collect statsGravatar FredKSchott 1-0/+1
2022-02-10Update the wording on one of our issue templatesGravatar Fred K. Schott 1-2/+2
2022-02-10Fixed curly braces inside Shiki codeblocks (#2545) (#2564)Gravatar Juan Martín Seery 1-0/+5
2022-02-10[ci] collect statsGravatar FredKSchott 1-0/+1
2022-02-09Revert "Added `prettier-plugin-astro` (#2513)"Gravatar Fred K. Schott 2-90/+10
This reverts commit 73bf4d8bb8e0d4f715e5965664f457b84549f97c.
2022-02-09formatGravatar Fred K. Schott 6-15/+15
2022-02-09[ci] release (next) (#2555)astro@0.23.0-next.4@astrojs/test-static-build-pkg@0.0.3@astrojs/renderer-vue@0.4.0-next.0@astrojs/renderer-svelte@0.4.0-next.0@astrojs/renderer-solid@0.4.0-next.0@astrojs/renderer-react@0.5.0-next.0@astrojs/renderer-preact@0.5.0-next.0@astrojs/renderer-lit@0.4.0-next.0Gravatar github-actions[bot] 40-40/+97
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-09chore: upgrade vite and renderer dependencies (#2563)Gravatar Nate Moore 11-116/+147
2022-02-09[ci] collect statsGravatar FredKSchott 1-0/+1
2022-02-09clean up funding.md docGravatar Fred K. Schott 1-8/+10
2022-02-08Update FUNDING.md (#2556)Gravatar Evan Boehs 1-9/+8
2022-02-08Upgrade Vite to latest (#2424)Gravatar Nate Moore 63-183929/+364
* chore: unvendor vite * chore: upgrade vue and svelte * feat(renderer-solid): upgrade for vite@2.7.x * chore: update yarn.lock * fix(solid): upgrade solid renderer for vite@2.7.x * test: improve css test * chore: upgrade to vite@2.8.0-beta.3 * fix: replace hacky serialization with 'serialize-javascript' * fix: externalize serialize-javascript * fix: explicitly add execa@6.x.x to devDependencies * test(css): skip css?url test * chore: update vite-plugin-svelte * fix: ssr option * chore: update changeset * chore: remove changeset * chore: add changeset * chore: add back missing changeset * chore: update vite * chore: update to latest vite * test: update proload? * chore: update dependencies * fix: remove preact from nanostores example * fix: update static-build-pkg to use `.mjs` extension * fix: exclude './server.js' from custom-elements test * chore: remove unused file
2022-02-08[ci] release (next) (#2554)astro@0.23.0-next.3Gravatar github-actions[bot] 28-34/+43
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-08Prevent the server plugin from running during the build (#2552)Gravatar Matthew Phillips 15-136/+149
* Prevent the server plugin from running during the build * Adds a changeset * More all before blocks to inside of a describe()
2022-02-08[ci] collect statsGravatar FredKSchott 1-0/+1
2022-02-08fix: curly braces inside Shiki (#2545)Gravatar Juan Martín Seery 2-4/+4
2022-02-07Fix type FetchContentResultBase['url'] (#2425)Gravatar Don Denton 1-1/+1
Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2022-02-07adding test coverage for boolean and enum HTML attributes (#2544)Gravatar Tony Sullivan 2-11/+31
2022-02-07Added `prettier-plugin-astro` (#2513)Gravatar Juan Martín Seery 2-10/+90
* [ci] yarn format * Added prettier-plugin-astro * Reverted docs changes (withastro/docs#120) Co-authored-by: JuanM04 <JuanM04@users.noreply.github.com> Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2022-02-07Improve error handling (#2539)Gravatar Nate Moore 1-0/+5
* feat: improve error handling * fix: run renderer
2022-02-07[ci] yarn formatGravatar matthewp 2-12/+12
2022-02-07[ci] release (next) (#2533)astro@0.23.0-next.2@astrojs/markdown-remark@0.6.1-next.1Gravatar github-actions[bot] 30-40/+76
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-07[ci] yarn formatGravatar jonathantneal 1-1/+1
2022-02-07Remove docs from monorepo (#2517)Gravatar Jonathan Neal 158-15509/+20
* Remove docs from monorepo * Update PULL_REQUEST_TEMPLATE.md * Update relative doc references with links or todo
2022-02-07feat: Added the ability to add custom themes/languages to Shiki (#2518)Gravatar Juan Martín Seery 42-56/+1429
* Replaced `shikiTheme` with `shikiConfig` * Code.astro now accepts custom themes/langs * Updated docs * Updated tests * Fixed language loading * Added customization examples * Updated documentation * Added more tests * Changelogs * Changed some spaces to tabs * Fixed typo in changesets * Moved tests fixtures * Rolled back changes to with-markdown-shiki * Removed lang example in docs * Optimized Code component * Try to fix windows errors * Try to see if this new tests work
2022-02-07Delete robots.txt (#2540)Gravatar Marcus Otterström 2-3/+0
* Delete robots.txt * Update tour component * Remove stray line from folder structure
2022-02-07[ci] yarn formatGravatar matthewp 1-1/+1
2022-02-07[ci] update lockfile (#2543)Gravatar Fred K. Schott 1-171/+178
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-02-07improve debug logs (#2537)Gravatar Fred K. Schott 3-4/+19
* improve debug logs * Update logger.ts
2022-02-07[ci] collect statsGravatar FredKSchott 1-0/+1
2022-02-06[ci] update lockfile (#2527)Gravatar Fred K. Schott 1-208/+238
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-02-06[ci] collect statsGravatar FredKSchott 1-0/+1
2022-02-05[ci] collect statsGravatar FredKSchott 1-0/+1
2022-02-04[ci] yarn formatGravatar natemoo-re 1-2/+3
2022-02-04fix: HTML/SVG boolean attributes (#2538)Gravatar Nate Moore 2-3/+21
* fix: HTML/SVG boolean attributes * fix: update case-sensitivity of attributes * Update packages/astro/src/runtime/server/index.ts Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com> Co-authored-by: Jonathan Neal <jonathantneal@hotmail.com>
2022-02-04[ci] yarn formatGravatar matthewp 1-4/+2